>>I get a
>>can not mount cd-rom error. Anyone have this problem before and
>>remember how he resolved it!?
>same problem here
>>Interface Card Settings: port 340, irq 10, dma 5
>My settings also
>>I might not get the response. Thanks.
>Could someone mail a solution in this newsgroup so we all can benefit.
are for the controller -- (0x300,10). DMA is not used. If you need
to use other values, you can specify them through LILO with a
statement like:
append="mcd=0x634,11"
inside the image section in lilo.conf (and re-run LILO)
or you can edit the macros that specify those values in mcd.h, and
rebuild the kernel. To get the bootdisk to see non-standard addresses,
enter something like:
ramdisk mount mcd=0x634,11
at the prompt for additional parameters.
Also, you should have an entry in fstab for the device and there
has to be a cd with an ISO9660 filesystem on it in the drive when
you attempt to mount it.
Read the bootdisk, cdrom, and kernel HOWTOs and the LILO manual for
complete info.
Hope that helps.