LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   cdrecord (https://www.linuxquestions.org/questions/slackware-14/cdrecord-318827/)

CrEsPo 04-30-2005 02:41 PM

cdrecord
 
Need some help with cdrecord recognizing my devices. Using 'cdrecord -scanbus' it tells me:

"Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'."

Since 'cdrecord -scanbus' doesn't work I'm not sure what the device parameters are.

Right now I'm stuck with K3B :(.

samac 04-30-2005 03:06 PM

Quote:

Cannot open '/dev/pg*'. Cannot open SCSI driver.
Shouldn't that be /dev/sg*, my cd/rw is on sg0 and my scanner is sg1

I am not sure how the program that you want to use works but if K3B works then cdrecord works.

Did you run cdrecord -scanbus as root?

CrEsPo 04-30-2005 03:40 PM

I ran 'cdrecord -scanbus' as user and root. Both give that above error.

I'm not sure if it should be '/dev/sg*' or '/dev/pg*'.

When I was on FC3 I used "-dev=ATA:1,1,0". On Slack it gives me this error:

"Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
scsidev: 'ATA:1,1,0'
devname: 'ATA'
scsibus: 1 target: 1 lun: 0
Warning: Using badly designed ATAPI via /dev/hd* interface.
cdrecord: Read-only file system. Cannot open '/dev/hdd'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'."

When it says:

"cdrecord: Read-only file system. Cannot open '/dev/hdd'. Cannot open SCSI driver."

That is the device, it just isn't working.

samac 05-01-2005 03:27 AM

As I said I'm not sure about how it all works, but if K3B works .....

Does K3B work?

Just had another read.

Do you have append=ide-scsi in your lilo.conf?

CrEsPo 05-01-2005 08:54 AM

Yes K3B does work.

'append=ide-scsi' is not in my lilo.conf . . . Should I add it? Would I add it under 'root = /dev/hda2'?

Thanks for you help by the way :).

samac 05-01-2005 09:15 AM

If you use kernel 2.4 then add the line
Code:

append="hdd=ide-scsi"
to your lilo.conf and then run lilo. If you use kernel 2.6 you should not need to add the line.

Just curious if K3B works why do you need to know what the device parameters are? In other words what are you trying to do?

keefaz 05-01-2005 10:59 AM

if you use 2.6 kernel, add the line:
Code:

append="hdd=ide-cd"
And run cdrecord -scanbus -dev=ATA

CrEsPo 05-01-2005 12:16 PM

I'm on 2.4 kernel so I'll add that top line. Thanks for the replies :).

samac: I like using cdrecord to burn. If I know how to do something using command I usually prefer to do it that way since it makes my mind work more often.

I'll try this out probably later today. I can't afford a reboot at the moment. Unless, there's a way to do it without rebooting, though I assume since it's lilo you'd have to reboot?


All times are GMT -5. The time now is 05:20 PM.