On Sat, 21 Mar 1998, John Szumowski wrote:
> [cc'd to debian-user mailing list] > > After compiling a more modularized kernel today (using Debian 1.3.1 with > kernel src 2.0.32) I've lost my cdrom- everything was working perfectly > with the bloated standard kernel... > When I try "mount -t iso9660 /dev/scd0 /cdrom" I see something like "fs > type iso9660 not supported by kernel". Fine- I made it available as a > module- why isn't kerneld picking that up? (kerneld *is* running) So, I > "insmod isofs". No luck- I see > "mount: the kernel does not recognize /dev/scd0 as a block device (maybe > 'insmod driver'?)" > So, I try "insmod cdrom" to no avail. > I just had a similar experience with 2.0.33 and fs. It could be that module dependences where not calculated when you rebooted. Check to see if /lib/modules/2.0.32/modules.dep exists. If not run depmod -a in /lib/modules/2.0.32 (You may need to reboot for this to take effect?) Check to see if auto is in /etc/modules The other option is to mv /lib/modules/2.0.32 /lib/modules/2.0.32.saved and reinstall your custom kernel if you used make-kpkg and reboot. (This fixed my problem!) Hope this helps John -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]