On Tue, Oct 01, 2002 at 10:32:27PM +0000, Gerard Robin wrote:
On Mon, Sep 30, 2002 at 10:58:27AM +0200, Olivier Esser wrote:
> Hello!
> 
> I've a CD burner which is identified by the kernel at boot time as something like 
>"ATAPI CD R/W". I have no idea how to use it to burn CD. Do I need a driver? a 
>software?

if your CD-writer is ide you need:

1. the modules sg and ide-scsi installed in the kernel 
   (with modconf or insmod)

2. the packages:  cdrecord  mkisofs
   for the CD-audio cdda2wav or cdparanoia

3. into lilo add this line:

append = "apm=on apm=power-of idebus=N hdc=ide-scsi hdd=ide-scsi max_scsi_luns=1"
( N = 33 or 66 ...)
don't forget to do  /sbin/lilo 

4. create the directory /cdrw

5. into the file fstab:

/dev/scd0 /cdrom iso9660 defaults,ro,user,noauto 0 0

/dev/scd1 /cdrw iso9660 defaults,ro,user,noauto 0 0

6.create the synbolic link:

ln -s /dev/hdc  /dev/cdrom

ln -s /dev/hdd  /dev/cdrw
 
7. do cdrecord -scanbus   to verify ...

man  cdrecord mkisofs cdda2wav cdparanoia

hth.

-- 
Gerard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to