OK, thanks. You should have "idc=ide-scsi" in the append of _all_ linux stanzas. This and issue "lilo" as superuser and reboot is all that is needed to make your cdwriter accessible to reading as /dev/scd0 or /dev/sr0 (mount in your /etc/fstab on /mnt/scd0 (you must mkdir this directory yourself), for example) and for writing as the dev=n1,n2.n3 given by cdrecord -scanbus.
St�phane Teletch�a wrote: > > Le Samedi 18 Mai 2002 03:19, Ron Stodden a �crit : > > Post here your IDE configuration - make sure your master and slave > > jumpers are set correctly with no more than one device on each - and > > the contents of your /etc/lilo.conf. > > > > Thankyou! > > hda : ide0, master, dd 30Go > hdc : ide1, master, cdwriter. > > [stephane@pcumr70 stephane]$ more /etc/lilo.conf > boot=/dev/hda > map=/boot/map > install=/boot/boot.b > default=linux > keytable=/boot/fr-latin1.klt > lba32 > prompt > nowarn > timeout=100 > message=/boot/message > menu-scheme=wb:bw:wb:bw > image=/boot/vmlinuz > label=linux > root=/dev/hda5 > initrd=/boot/initrd.img > append="devfs=mount quiet mem=nopentium nobiospnp" > vga=788 > read-only > image=/boot/vmlinuz > label=linux-nonfb > root=/dev/hda5 > initrd=/boot/initrd.img > append="devfs=mount mem=nopentium nobiospnp" > read-only > image=/boot/vmlinuz > label=failsafe > root=/dev/hda5 > initrd=/boot/initrd.img > append="devfs=nomount failsafe mem=nopentium nobiospnp" > read-only > other=/dev/fd0 > label=floppy > unsafe > image=/boot/vmlinuz-2.4.3-20mdk > label=linux-2.4.3 > root=/dev/hda5 > initrd=/boot/initrd-2.4.3-20mdk.img > append="devfs=mount quiet" > vga=788 > read-only > image=/boot/vmlinuz-2.4.8-26mdk > label=linux-2.4.8 > root=/dev/hda5 > initrd=/boot/initrd-2.4.8-26mdk.img > append="devfs=mount quiet nobiospnp hdc=ide-scsi" > vga=788 > read-only > image=/boot/vmlinuz-2.4.18-6mdk > label=linux-2.4.18 > root=/dev/hda5 > initrd=/boot/initrd-2.4.18-6mdk.img > append="devfs=mount noquiet" > vga=788 > read-only > image=/boot/vmlinuz-2.4.3-20mdk > label=2.4.3_scsi > root=/dev/hda5 > initrd=/boot/initrd-2.4.3-20mdk.img > append="devfs=mount hdc=ide-scsi" > vga=788 > read-only > > To remember: with kernel 2.4.3(from 8.0), everything worked (with/without > ide-scsi), with 2.4.8 (8.1), only without ide-scsi (bug with supermount, i > remember that now), with 8.2 (2.4.18), it doesn't work with both. > I think it could be DMA related as with LG, i'm not the only one who > encounters problems (2-3 persons related me such problems). > I'm not complaining, but want this to be corrected in the kernel. > For myself, i can use the 8.0 kernel, but it won't help cooker !!! > > Stef -- Ron. [au] Kindly note my new email address: [EMAIL PROTECTED] and new web site: http://www.ains.net.au/~ronst/
