Unsolved

This post is more than 5 years old

47 Posts

5155

January 28th, 2004 13:00

CD-RW and/or K3b problems

I installed a new CD-RW drive on my desktop running SuSE 8.1 Professional Linux.  Right now, I have two drives in the system.  A regular old CD-ROM and this CD-RW drive.  My CD-ROM (/dev/hdd) can read CDs just fine (audio or data).

I have tried to do writes to my CD-RW (/dev/hdc) to no avail.

I'm pretty sure that those are in fact the right /dev files because if I do

"eject /dev/hdc"  or "eject /dev/hdd" the drive I would expect to eject does.

When trying to burn mp3's in k3b, sometimes (ie. rarely) the burn seems to go okay.  By this I mean that all the tracks are written and seem to be the right length.

However, they're nothing but static.  Also, the very end of the songs--probably the last half second or so--seems to sound right. 


I get the message "not all files have been buffered".

I ran k3b_setup and it recognized my CD-RW as the drive to write to.

I've also noticed that the programs tccat, tcdecode, tcextract, tcscan, tcprobe, and transcode all seem to be missing.

One last thought...I'm not 100% sure that my CD-RW is installed properly.  Any tests I can run to see if it is?

28 Posts

February 8th, 2004 11:00

Hi wmeler, you need to enable scsi emulation for your CDRW drive. Your drive designation should be /dev/s??/.

I am using k3b as burning software also, but I use Mandrake Linux & I'm not familiar with SuSE Linux at all, so I am sorry that I can't be more helpful.

My /etc/fstab line for my CDRW looks like this:

none /mnt/cdrom supermount dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0

This link should be helpful as it seems to cover your problem:
SuSE scsi emulation

I hope this may at least help a little to get things moving. ;-)
Best regards, and, good luck to you!

Top