LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can't get Red Hat 9.0 to Burn CDs (https://www.linuxquestions.org/questions/linux-software-2/can%27t-get-red-hat-9-0-to-burn-cds-260347/)

DoThatPlan 11-28-2004 09:40 PM

Can't get Red Hat 9.0 to Burn CDs
 
Hi everyone,

I am hoping someone out there can tell me what's why I can't get Red Hat 9 to burn CDs. Here is the situation. I have an old 4x Yamaha SCSI burner, a Lite-On 52x-32x-52x burner, and a regular Lite-On 52x CD-ROM. I have tried buring with gtoaster and xcdroast. Both programs fail. Both programs will also only try to burn to the 4x Yamaha burner, but will see the Lite-On burner and let me read from it. (but not burn to it) When I try to start burning in X-CD-Roast I get the following error:

Performing OPC...
Writing time: 17.924s
cdrecord: Input/output error. send opc: scsi sendcmd: no error
CDB: 54 01 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 04 D0 55 00 00 0A 00 00 00 00 09 02 00 00
Sense Key: 0x4 Hardware Error, Segment 0
Sense Code: 0x09 Qual 0x02 (focus servo failure) Fru 0x0
Sense flags: Blk -799735808 (not valid)
cmd finished after 17.860s timeout 200s
cdrecord: OPC failed.
cdrecord: Input/output error. prevent/allow medium removal: scsi sendcmd: no error
CDB: 1E 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 04 08 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x04 Qual 0x08 (logical unit not ready, long write in progress) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.003s timeout 200s
cdrecord: Input/output error. start/stop unit: scsi sendcmd: no error
CDB: 1B 00 00 00 02 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 04 08 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x04 Qual 0x08 (logical unit not ready, long write in progress) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.003s timeout 200s
cdrecord: fifo had 64 puts and 0 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.


Can someone point me in the right direction?

Thanks

Nobber 11-29-2004 09:41 AM

Have you tried using cdrecord directly on your Lite-On burner?

teckk 11-29-2004 08:35 PM

You may want to try K3B for CD burning. Works great, nice interface.

Just a couple of things come to mind in tryng to help

Do you have the Lite-On burner mounted as read only?
Does the user have write permission to the drive?
I have an old 8X8X32 drive that does not have buffer overrun protection and you can only write to it in small bits. You can't burn an .iso to it for example. That was a problem with some of those older burners.
Post your fstab for people to see.
That is at /etc/fstab

stevsom 07-26-2005 04:43 PM

burning problems...
 
i have the same problem. can someone expand ot burner-lite or whatever? here is my /etc/fstab:

LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/miranda1 /miranda1 ext3 defaults 1 2
LABEL=/miranda2 /miranda2 ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/usr /usr ext3 defaults 1 2
/dev/hda3 swap swap defaults 0 0
/dev/hdb2 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0


All times are GMT -5. The time now is 10:58 PM.