On 5 Oct 2001, Jochen K�chelin wrote:
> I'am using Kernel 2.4.2-2.
>
> How can I check if my Linux supports
> using a ATAPI-CD-Writer?
It does, I use several. Make sure you have an append statement in your
lilo.conf like so:
image=/boot/vmlinuz-2.4.2-2
label=linux
initrd=/boot/initrd-2.4.2-2.img
read-only
root=/dev/hda3
append="hdc=ide-scsi"
This assumes that your burner is at /dev/hdc, and makes it respond as
/dev/scd0 or /dev/sr0, further assuming you have no native scsi cdroms.
Once you boot you can check that it is working by issuing the command:
# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jorg Schilling
Linux sg driver version: 3.1.19
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'HP ' 'CD-Writer+ 9500 ' '1.0e' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
Using this information, plus the fact my burner and media are capable
of 12X writes, the command I use to burn an iso is:
# cdrecord -v --eject dev=0,0,0 speed=12 seawolf-i386-disk1.iso
--
Chris Kloiber, RHCE
Enterprise Support - Red Hat, Inc.
[root@earth root]# rm -rf /bin/laden
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list