burning cds in linux with pci

Hullboy

Member
Apr 18, 2001
172
0
0
Hi

I am relatively new to linux. I'm using slackware and I have a TDK 40x24x10 PCI burner.

When I try running cd record I get a socket error message.

I want to set up cdrecord again but cannot find much information on setting it up for non-SCSI. I think I need to set up SCSI emulation.

Can anyone out there get me pointing in the right direction with some advice or a link?

Has anyone had this burner working with linux?

I hope someone can help.

Thanks
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
PCI? Do you mean IDE?

I'm sure there's a CD Burning HOW-TO at Linuxdoc.org. But try running 'rmmod ide-cd' and if that succeeds 'modprobe ide-scsi' if that succeeds type 'dmesg' and the last few lines should mention a SCSI controller and your CDR.
 

Hullboy

Member
Apr 18, 2001
172
0
0
Yeah, I meant IDE :eek:

No wonder google didn't turn up much of worth :confused:

Thanks Nothinman

I'll check out the how-tos again and let you know how I get on...............
 

BlackOmen

Senior member
Aug 23, 2001
526
0
0
Ok, first thing you need to do is add the following line to lilo.conf (somewhere before you define os's:
append="hdd=ide-scsi"
where hdd is your cdrw. Run lilo.

If you are running the kernel that ships with slack, as root do a /sbin/modprobe ide-scsi.
If you built your own kernel, you need to enable SCSI support under IDE devices, and enable SCSI generic support and SCSI cdrom support under SCSI support.