On Fri, Aug 20, 1999 at 12:39:46PM +1000, Alexander Jankowsky wrote: > > > As the system is booting up, it eventually gets to this... > > sbpcd-0 [01]: sbpcd.c v4.6 Eberhard Moenkeberg <[EMAIL PROTECTED]> > sbpcd-0 [02]: Scanning 0x340 (LaserMate)... > sbpcd-0 [03]: Scanning 0x230 (SoundBlaster)... > sbpcd-0 [04]: Drive 0 (ID=0): CR-563 (0.75) at 0x230 (type 1) > sbpcd-1 [05]: You should read linux/Documentation/cdrom/sbpcd > sbpcd-1 [06]: and then configure sbpcd.h for your hardware. > sbpcd-0 [07]: data buffer size: 8 frames. > > I tried adding, > sbpcd=0x230,1 and sbpcd=0x230,SoundBlaster into /etc/lilo.config Ahhh..but the stock Debian kernel ships with sbpcd as a module! /etc/lilo.conf only affects stuff compiled into the kernel. The correct lilo.conf syntax would be 'append = "sbpcd=0x230,1"', anyways, if it was builtin to the kernel.
Better is adding 'options sbpcd sbpcd=0x230,1' to /etc/modutils/sbpcd, and running 'update-modules'. Then 'rmmod sbpcd; modprobe sbpcd' should work, and it will load automatically without autoprobe the next time you reboot. -- Stephen Pitts [EMAIL PROTECTED] webmaster - http://www.mschess.org