Re: CD Burning Not Working

2006-05-25 Thread Jacob Jennings
I am attempting to burn using coloured CD's. (Where the plastic layer that 
protects the data is coloured.) Could this have something to do with the fact 
that my drive can randomly load these? I was able to burn one CD using 
cdrecord and then I tried another one and was unable to.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



Re: CD Burning Not Working

2006-05-24 Thread Fabian Keil
Jacob Jennings [EMAIL PROTECTED] wrote:

 Hello, everyone, I am running FreeBSD 6.0-stable and LOVING every
 second of it. However, my CD burning capabilities have been stymied
 by an unknown problem which I cannot fix, let alone diagnose. I am
 attempting to burn a cd using SCSI-emulation, which is correctly set
 up, using cdrecord. The exact command used is 'cdrecord dev=1,0,0
 data_cd.iso'. However, here is the output of that command:
 
 cdrecord: No write mode specified.
 cdrecord: Asuming -tao mode.
 cdrecord: Future versions of cdrecord may have different drive
 dependent defaults. cdrecord: Continuing in 5 seconds...
 Cdrecord-Clone 2.01 (i386-unknown-freebsd6.0) Copyright (C) 1995-2004
 Jörg Schilling cdrecord: Operation not permitted. WARNING: Cannot do
 mlockall(2). cdrecord: WARNING: This causes a high risk for buffer
 underruns. scsidev: '1,0,0'
 scsibus: 1 target: 0 lun: 0
 Using libscg version 'schily-0.8'.
 Device type: Removable CD-ROM
 Version: 0
 Response Format: 2
 Capabilities   :
 Vendor_info: 'TOSHIBA '
 Identifikation : 'DVD-ROM SD-R2212'
 Revision   : '1913'
 Device seems to be: Generic mmc2 DVD-ROM.
 Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
 Driver flags   : MMC-3 SWABAUDIO BURNFREE
 Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
 cdrecord: Cannot load media.
 
 When I perform a dmesg command, here is the output (Repeat each one
 of those about 15 times, and that's it): 
 
 acd0: CDRW TOSHIBA DVD-ROM SD-R2212/1913 at ata1-master PIO4
 cd0 at ata1 bus 0 target 0 lun 0
 cd0: TOSHIBA DVD-ROM SD-R2212 1913 Removable CD-ROM SCSI-0 device
 cd0: 16.000MB/s transfers
 cd0: cd present [358446 x 2048 byte records]
 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x15 ascq=0x00 error=0
 g_vfs_done():acd0[READ(offset=627879936, length=4096)]error = 5
 acd0: FAILURE - TEST_UNIT_READY MEDIUM ERROR asc=0x57 ascq=0x00
 error=0 g_vfs_done():acd0[READ(offset=32768, length=2048)]error = 5

As you got a medium error it probably makes sense to try a disc
from a different manufacturer. Check the output of
cdrecord dev=1,0,0 -atip

I'd be surprised if switching from cdrecord to burncd would
solve the problem.

While it has nothing to do with your medium problem,
you should enable DMA on acd0.

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: CD Burning Not Working

2006-05-24 Thread Jacob Jennings
In response to burncd, I receive this error upon running it:

burncd: ioctl(CDIOCSTART): Input/output error

which seems a lot less exhaustive and to the point than the other junk that 
was spit out by dmesg and cdrecord. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CD Burning Not Working

2006-05-24 Thread Kevin Kinsey

Jacob Jennings wrote:

In response to burncd, I receive this error upon running it:

burncd: ioctl(CDIOCSTART): Input/output error

which seems a lot less exhaustive and to the point than the other junk that 
was spit out by dmesg and cdrecord. 


So, I'm late to the party, and dense as lead, but I have to ask.

You're doing this as root, or a normal user?

Kevin Kinsey

--
What sane person could live in this world and not be crazy?
-- Ursula K. LeGuin

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CD Burning Not Working

2006-05-23 Thread Paul Schmehl
--On May 23, 2006 10:36:20 PM -0500 Jacob Jennings 
[EMAIL PROTECTED] wrote:



Hello, everyone, I am running FreeBSD 6.0-stable and LOVING every second
of it. However, my CD burning capabilities have been stymied by an
unknown problem which I cannot fix, let alone diagnose. I am attempting
to burn a cd using SCSI-emulation, which is correctly set up, using
cdrecord. The exact command used is 'cdrecord dev=1,0,0 data_cd.iso'.
However, here is the output of that command:


burncd is so much easier to use.

burncd -ef data /dev/cdrom /home/user/cd.iso fixate (for example)

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


Re: CD Burning Not Working

2006-05-23 Thread Norberto Meijome
On Tue, 23 May 2006 23:01:53 -0500
Paul Schmehl [EMAIL PROTECTED] wrote:

 --On May 23, 2006 10:36:20 PM -0500 Jacob Jennings 
 [EMAIL PROTECTED] wrote:
 
  Hello, everyone, I am running FreeBSD 6.0-stable and LOVING every second
  of it. However, my CD burning capabilities have been stymied by an
  unknown problem which I cannot fix, let alone diagnose. I am attempting
  to burn a cd using SCSI-emulation, which is correctly set up, using
  cdrecord. The exact command used is 'cdrecord dev=1,0,0 data_cd.iso'.
  However, here is the output of that command:
 
 burncd is so much easier to use.

I have to agree re burncd.
Anyway, my notes on this subject show:
---
# how to burn cd, rather than dvd
mkisofs -o cd.iso -V label -J -r FILES_TO_BUILD_INTO_ISO
burncd -f /dev/acd0 data cd.iso fixate

## this is what xcdroast execs - i think the params change depending on the
size of data to burn

cdrecord dev= 1,0,0 gracetime=2 fs=4096k driveropts=burnfree
-v -useinfo \ speed=24 -dao -eject -pad -data /h...,iso [possibly something
else here...like /dev/... )

and for DVD
# from an ISO
growisofs -dvd-compat -Z /dev/cd0=BURN.iso
# From FS
growisofs -dvd-compat -Z /dev/cd0 -R -J -V VolID ./BURN/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]