On Thu, Mar 07, 2002 at 05:35:37PM -0600, Alex Malinovich wrote: > On Thu, 2002-03-07 at 15:47, Nathan E Norman wrote: > > > Did you compile SCSI CD support into your kernel? If you compiled > > sr_mod as a module, is it inserted? Does /proc/devices list "11 sr" > > under block devices? > > > > Sometimes you have to a kernel argument like "hdc=ide-scsi" via LILO > > or GRUB. > > I compiled the kernel with generic SCSI support as well as ide-scsi. > Everything was compiled directly into the kernel. (no modules) 11 sr > isn't listed under devices. Here's the output.
Well, there's your problem ... you didn't include SCSI CD-ROM support!
I deduced that you had included SCSI generic when you said the cd
burners were working :)
You must have SCSI CD-ROM support to use ide-scsi support.
> Block devices:
> 2 fd
> 3 ide0
> -------------------------
I have (output snipped slightly)
Block devices:
1 ramdisk
2 fd
3 ide0
8 sd
11 sr
22 ide1
65 sd
66 sd
and lsmod says
$ lsmod
Module Size Used by Not tainted
floppy 45184 0 (autoclean)
st 26068 0
sym53c8xx 61240 0
sr_mod 11768 0 (unused)
natsemi 15784 1
rtc 5528 0 (autoclean)
sr_mod is the important bit here. The kernel config var is
"CONFIG_BLK_DEV_SR" (in 2.4.17 anyway)
Good luck,
--
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED] | -- Patton
pgpkQlNKtsMXX.pgp
Description: PGP signature

