You need to select and compile the ide-scsi module. Install (if you haven't already) the kernel-headers and kernel-source packages for your kernel version, then:
cd /usr/src/kernel-source-<version> make menuconfig and follow the menus, making sure to install SCSI generic and IDE-SCSI as modules. ap ---------------------------------------------------------------------- Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill 269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA On Sat, 25 Aug 2001, Andy Davidson wrote: > I have been trying to get a cd-rw drive working under Debian (Potato > 2.2r3) with no success. I am beginning to suspect I am missing a > kernel module, but need advice in any case. > > When I run xcdroast(0.96e) as root, I get to the setup window. When I check > SCSI-IDE Info, I see two SCSI devices (my scanner and a hard drive) > and two IDE devices (a hard drive and a Zip drive) But I do not see > my HP CD-RW drive(CD-Writer Plus 9500), so of course there is no > CD-Writer device to choose. > > My lilo.conf looks like this: > boot=/dev/hda > delay=50 > compact > vga=normal > > image=/boot/vmlinuz > root=/dev/sda3 > label=Linux > read-only > append="hdc=ide-scsi" > > But apparently no ide-scsi module gets loaded, since the output of > lsmod shows only this: > Module Size Used by > ide-floppy 8532 0 (autoclean) > sg 11892 0 > and trying 'insmod ide-scsi' yields: > insmod: ide-scsi: no module by that name found > > I can find no module named ide-scsi.o anywhere on my system. What am > I missing? How can I get to this CD writer? > > Many thanks, > andy > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >