Hello Chan Hang Lam See the attachment for what I did in my machine to get the CD-RW working. regards Manilal > Dear all, > > I am using a ATAPI CD-R . > I add append="hdb=ide-scsi" in lilo.conf > > When issue cdrecord -scanbus dev=ATAPI:0,1,0 > (or cdrecodr -scanbus dev=ATAPI:/dev/hdb, > It return > scsidev: 'ATAPI:0,1,0" > devname ' ATAP' > .... > > scsibus0: > 0,0,0 0) * > cdrecord: Warning: controller returns wrong size for CD capabilities page. > cdrecord: cannot get CD capabilities data > 0,1,0 1) 'LITE-ON' 'COMBO SOHC-5232K' 'NK06' Removable CD-ROM > ... > > > I cannot use the CD-R properly. > Can any help ? > > -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze
SCSI Emulation Step 1: Edit /etc/modules.conf Add the following line: optons ide-cd ignore='hdc' To ignore the device (eg. Hdc) to use with X-CDRoast
Step 2: Edit /etc/grub.conf Add the following to the line corresponding to the kernel image hdc=scsi Tells the kernel to install scsi-emulation for hdc
Step 3: Reboot the machine, run the commands: insmod ide-scsi insmod sg
|