On Sun, 28 Apr 2002, David wrote: > ahh.. the joys of coming from Redhat to Debian... > > How would I find out? in Redhat, that just automatically happens :(
lsmod will show you currently loaded modules. ls /lib/modules/[kernel-version-extended-name]/kernel/drivers/ide & ls /lib/modules/[kernel-version-extended-name]/kernel/drivers/cdrom will show you if the modules are actually present. Try running modprobe cdrom.o and see what happens. DaZZa -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
