Quoting Alisdair McDiarmid ([EMAIL PROTECTED]): > Every time I reboot Linux complains that it can't mount my IDE > CD-RW (HP8100i, running as /dev/scd0). The first time this > happened I followed its advice and typed `insmod ide-scsi'. For > that session, the CD-RW worked fine. But on rebooting the module > appears to have been removed from the kernel. Why?
Because inserting a module inserts it into the running kernel (in RAM), not into its image on disk. When you reboot, you get a clean copy of the kernel from the image on disk. The effect you want can be achieved by putting ide-scsi into /etc/modules on its own line. This will insmod it during boot up. Cheers, -- Email: [EMAIL PROTECTED] Tel: +44 1908 653 739 Fax: +44 1908 655 151 Snail: David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA Disclaimer: These addresses are only for reaching me, and do not signify official stationery. Views expressed here are either my own or plagiarised.