You are not logged in.
Pages: 1
Hi all,
I've got a problem with cdrecord.
I've installed arch linux on a pc with a sata cotroller (intel 82801EB (ICH5)), so that the cd burner is seen as a SCSI device (/dev/sr1) and cdrecord refuse to work.
The error I have got is related to SYS_RAW capabilities; I have *not* experienced this problem on PATA controller.
I've tried also the cdrkit package form the testing repository, but that also doesn't work
[simone@simone dl]$ wodim -scanbus
wodim: No such file or directory.
Cannot open SCSI driver!
For possible targets try 'wodim -scanbus'.
For possible transport specifiers try 'wodim dev=help'.
For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
the wodim documentation.
Any idea ?
Offline
modprobe sg
Offline
if you are using kernel 2.6.19 you should replace cdrecord with cdrkit from testing.
Offline
modprobe sg
This should be fixed with udev-103-2
to live is to die
Offline
modprobe sg
Ok, that fixed the problem !
Offline
Pages: 1