View previous topic :: View next topic |
Author |
Message |
andjurka n00b

Joined: 19 Jun 2003 Posts: 31 Location: france
|
Posted: Wed Jun 02, 2004 5:08 pm Post subject: problem with xcdroast |
|
|
hello i want to burn a .img file i try with cdrecord but it doesn't work :
"Cdrecord-Clone 2.01a25 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
cdrecord: No such file or directory. Cannot open '/dev/pg0'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'."
and when i want to lauch xcdroast it say :
"
** WARNING **: No /usr/local/bin/cdrecord installed
** WARNING **: (Invalid lib-directory? Check -l option)
"
i don't understand why he don't find cdrecord ..
if someone can help
thx
bye |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55430 Location: 56N 3W
|
Posted: Wed Jun 02, 2004 7:27 pm Post subject: |
|
|
andjurka,
By default, cdrecord expects to use SCSI devices or ATAPI devices with the SCSI emulation layer. If you have not installed the SCSI emulation later, you must use a 2.6.x kernel. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
andjurka n00b

Joined: 19 Jun 2003 Posts: 31 Location: france
|
Posted: Wed Jun 02, 2004 8:32 pm Post subject: |
|
|
i have the scsi emulation
sg 30332 0 (unused)
sr_mod 14552 0 (unused)
ide-scsi 10736 0
scsi_mod 92224 3 [sg sr_mod ide-scsi]
but i have a 2.4.25 kernel |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55430 Location: 56N 3W
|
Posted: Wed Jun 02, 2004 9:09 pm Post subject: |
|
|
andjurka,
What does show?
Something like this? Quote: | root=/dev/hda5 hdc=ide-scsi hdd=ide-scsi | I have two CD writers hdc and hdd running as emulated SCSI. You need the =ide-scsi to suit your device.
If its missing edit grub.conf to add it to the line beginning kernel. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
|