Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

ide-scsi emulation?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
fritsio
Posts: 2
Joined: 2004-04-17 19:06

ide-scsi emulation?

#1 Post by fritsio »

I want to burn CD's on my pc.
I've read some howtos and some other info and the all mention ide-scsi emulation.
Why is this ? isn't the kernel capable of burning CD's on a ide bus?

User avatar
hesoez
Posts: 16
Joined: 2004-04-02 16:15

#2 Post by hesoez »

if you're using a 2.4 kernel you'll probably need scsi-emulation.
on a 2.6 kernel you don't need scsi-emulation.
either way it's easy to set up.

grtz

Devastator
Posts: 9
Joined: 2004-09-20 12:20
Location: /dev/tty1

#3 Post by Devastator »

Burning with ATAPI drives is quite easy, just:
cdrecord dev=ATAPI -scanbus
< get the values from this command
and then you can burn whatever you want with:
cdrecord dev=ATAPI:x,y,z ....

where x,y,z are the values from scanbus.

U might check the manpages though, cauz i'm currently not on
my debian box.

Greetingz

Post Reply