High, On Thu, 24 Oct 2002, Oleg wrote:
> Hi > > I compiled the kernel with support for modules necessary for IDE CD-writing. > I also added 'append "hdc=ide-scsi"' to lilo.conf > > Now `cdrecord -scanbus` produces reasonable results. However I can not eject > or mount /cdrom. I vaguely remember having the same problem before on some > other machine with IDE CDRW, but I do not remember the solution. Any ideas? > Yes. Now your CDRW is a SCSI device, so /dev/hdc does not exist anymore. Try doing a 'mount /dev/scd0 /cdrom'. if that works and you are happy with it, do: rm /dev/cdrom ln -s /dev/scd0 /dev/cdrom and every other thing should work which worked before. Greetz, Sebastiaan > Thanks > Oleg > > P.S. lsmod output attached: > Module Size Used by Not tainted > sr_mod 11512 0 (unused) > isofs 24448 0 (autoclean) > inflate_fs 17920 0 (autoclean) [isofs] > sg 24068 0 > ide-scsi 7424 0 > scsi_mod 50220 3 [sr_mod sg ide-scsi] > ide-cd 26624 0 (autoclean) > cdrom 26880 0 (autoclean) [sr_mod ide-cd] > radeon 86552 0 > 8139too 12896 1 > mii 1104 0 [8139too] > rtc 5756 0 (autoclean) > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

