cd /lib/modules
insmod ide-mod.o
insmod ide-probe-mod.o
insmod ide-disk.o

if dmesg | grep CD-ROM 2> /dev/null
then
    insmod cdrom.o
fi
