Subject: Cannot play Audio Cds but Data cds fine... Date: Thu, Jul 19, 2001 at 09:51:45PM +0100
In reply to:Wayne Quoting Wayne([EMAIL PROTECTED]): > Hi, Can anyone help me with this problem: > I have an IDE cdwriter > (Ricoh mp7080a) and have succesfully recompiled the kernel with scsi > emulation etc and can now burn cds. (great) BTW I am running Potato > 2.2.19pre21. > Before doing the above audio cds worked fine, now when > I put one in to play, start up say GCD nothing happens at all. > I seem to remember deleting /dev/cdrom and have tried recreating it > as a symlink to scd0 but I have a feeling this is incorrect. The > line looks like this: > lrwxrwxrwx 1 root root 4 may 21 20:25 scd0 -> scd0 It points to itself? Humm OK, I think (?) what you have done is removed the old link you had pointing to your 'old' cdrom and put in a flakely one. > I have added a line to my /etc/lilo.conf like this: > append="hdc=ide-scsi" which is below the Linux Stanza. I altered > the /etc/fstab file like this: hashed out existing /dev/cdrom line > then added a line: > /dev/scd0 /cdrom auto > defaults,ro,noauto,user,exec 0 0 What does ls -l /dev/cdrom show you? Not what you want, I would guess. That fstab line isn'tc correct either. Do this. Assumeing you only have 1 CD now, the Ricoh, and it is at /dev/scd0 ( cdrecord dev 1,0,0), get rig of the scd0 -> scd0 link and do ls -s /dev/scd0 /dev/cdrom (symlink cdron to point to scd0) then a ls -l /dev/cdrom should show you this lrwxrwxrwx 1 root root 8 Jun 14 13:17 /dev/cdrom -> /dev/scd0 Now your link is right. I just added a cdrw drive but kept the cdrom in the box as well. I decided to use them both under scsi emulation. The cdrom is sdc0 and the reader is sdc1. My links are lrwxrwxrwx 1 root root 8 Jun 14 13:17 /dev/cdrom -> /dev/scd0 lrwxrwxrwx 1 root root 8 Jun 14 13:17 /dev/cdrw -> /dev/scd1 In fstab they are /dev/scd0 /cdrom iso9660 defaults,ro,user,noauto 0 0 /dev/scd1 /cdrw iso9660 defaults,ro,user,noauto 0 0 :-) HTH, YMMV, HAND :-) Wayne -- The name is Baud......, James Baud. _______________________________________________________