changing my lilo conf

Ok, I have just put on a knoppix 3.4 hd install, with kde 3.2.2 and the 2.6.5 kernel. My prob is as such. Neither of my cd drives are accessible, when I try to open my dvd drive, I get the following msg:

"mount: special device /dev/dvd does not exist"

and when I try to open my burner, I get this msg:

unable to run the command specified. the file or folder file:/mnt/cdrom does not exist

Apparently it is something to do with the 2.6.5 kernels scsi/ide support, so here is the output of the grep |cd command:

ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device
sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
sr1: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
ohci_hcd 0000:00:02.0: nVidia Cor!
poration nForce2 USB Controller
ohci_hcd 0000:00:02.0: irq 20, pci mem e1816000
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:02.1: nVidia Corporation nForce2 USB Controller (#2)
ohci_hcd 0000:00:02.1: irq 22, pci mem e1818000
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:02.2: nVidia Corporation nForce2 USB Controller
ehci_hcd 0000:00:02.2: irq 21, pci mem e194b000
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
ehci_hcd 0000:00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29

And here is my relevant lilo conf section:

image=/boot/vmlinuz-2.6.5
label="Linux(2.6)-2"
initrd=/boot/initrd.img-2.6.5
append="ramdisk_size=100000 lang=de apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi nomce "
read-only

Is there anything here that needs to be changed? Please help, as this new setup is wonderful in every way but that, !
and at this stage in my linuxing carrer, this prob is a little beyond me....Strangely, k3b still shows both drives in its dialog window?! It shows the device nodes in k3b setup as /dev/scd0 for the burner, and /dev/scd1 for the dvd.

Also- I am running an asus a7n8x-deluxe mobo
athlon xp 2400+
burner-aopen cd-rw crw 4852
dvd-samsung jlms xj-hd166s

This is how I fixed it

omg you are my hero!

EOF

cdrom drives and fstab

hey in regard to your cdrom drives and fstab entries...
You don't usually put cdroms in your fstab unless you are running some kind of automounter eg. supermount, automount, autofs etc. these are relatively easy to set up just check out www.tldp.org

If you don't want to do that then you will have to mount and unmount you cds manually.
eg.
#mount /dev/cdroms/cdrom0 /mnt/dvd

more

here is the fstab data: note there are no standard cd rom entries, could that be the problem?

# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda6 / ext3 defaults,errors=remount-ro 0 1

proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=000 0 0
# Added by KNOPPIX
/dev/hda5 none swap defaults 0 0
# Added by KNOPPIX
/dev/hdb5 /mnt/hdb5 vfat noauto,users,exec,umask=000 0 0

I'm dyin here!!!!