> > Any one out there using an AOpen 32x12x48x CDRW? Can you please tell me
> > what kernel module it uses?
I installed that model drive last week, on a system running rh7.2
I didn't need to play with kernel modules at all. The only thing i did was
insert the 'append=' line into /etc/lilo.conf and then run 'lilo' to update
the boot loader as Ryurick has already mentioned.
My cdwriter is connected as a slave on the secondary ide.
image=/boot/vmlinuz-2.4.7-10
label=linux
read-only
root=/dev/hda3
append="hdd=ide-scsi"
Paul.
>
> You have to reserve the ide for the scsi module so add something like
> "hdd=ide-scsi" to your kernel boot params. This is crucial (I assume you
> use an IDE writer) otherwise it will be grabbed by the ide driver and you
> can't load the ide-scsi on it afterward.
>
> Then the rest should go along easily (sorry but I don't recall exactly
> from the top of my head and it may also be distro/kernel dependent, to
> some extent)
>
> There are plenty of HOWTO's around about cd writing.