LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-24-2005, 09:16 AM   #1
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
How to use cdrecord?


Code:
root@darkstar:~# cdrecord -scanbus
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'.
What's wrong? And what should be the next step?

Thanks.
 
Old 12-24-2005, 09:28 AM   #2
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
what kernel are you using? (uname -r)
 
Old 12-24-2005, 09:59 PM   #3
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
At the left you can see:
Quote:
Distribution: Slackware10.1 (2.4.31)
I also enabled SCSI support in kernel, although it didn't help.
What to do?

Thanks.

Last edited by kornerr; 12-24-2005 at 10:00 PM.
 
Old 12-24-2005, 10:18 PM   #4
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Do you have your CD burner set up as an IDE-SCSI device as is required with 2.4 kernels? You need to make sure that ide-scsi support is built in or loaded as a module and then you'll need to add something like append="hdc=ide-scsi" in your lilo.conf (assuming /dev/hdc is your burner). Once you've made the changes, rerun LILO and reboot. Google on cdrecord ide-scsi for more information -- there are some good links.
 
Old 12-24-2005, 11:29 PM   #5
Berhanie
Senior Member
 
Registered: Dec 2003
Location: phnom penh
Distribution: Fedora
Posts: 1,625

Rep: Reputation: 165Reputation: 165
Quote:
You need to make sure that ide-scsi support is built in or loaded as a module and then you'll need to add something like append="hdc=ide-scsi"
That's not true anymore, bt. I burn cdroms on slackware 10.1 without scsi emulation as follows:
Code:
cdrecord -v dev=ATAPI:0,0,0 speed=8 filename.iso
 
Old 12-25-2005, 12:09 AM   #6
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Are you running a 2.6 kernel? AFAIK you still need the ide-scsi stuff for 2.4 kernels. I've used nothing but 2.6 for some time now, so maybe they backported the abaility to do direct IDE CD writing to 2.4 without me ever noticing it.
 
Old 12-25-2005, 09:38 AM   #7
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Thanks, Berhanie, it works.
 
Old 12-25-2005, 10:33 AM   #8
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
Quote:
Originally Posted by kornerr
At the left you can see:

Distribution: Slackware10.1 (2.4.31)
thanks for adding that to your profile, although in this case i guess it didn't matter. i use the dev=ATAPI line for 2.6.x in /etc/default/cdrecord, and like btmiller i thought you needed to add the append lines to the bootloader for 2.4.x kernels. it still seems kind of strange that it would work, but like he said, maybe they changed something?
 
Old 12-25-2005, 10:40 AM   #9
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Well, I tried to record 795M on a 800M CD-R and failed twice
I've spoiled two disks...
What's the problem?

Thanks.

Last edited by kornerr; 12-25-2005 at 10:42 AM.
 
Old 12-25-2005, 10:44 AM   #10
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
BTW, winxp's cd-writing app was detecting my 800M disks as 96M.
Once I've recorded a 800M disk using Nero, but now Nero couldn't record it either.
Very strange.
 
Old 12-25-2005, 11:49 AM   #11
Berhanie
Senior Member
 
Registered: Dec 2003
Location: phnom penh
Distribution: Fedora
Posts: 1,625

Rep: Reputation: 165Reputation: 165
Quote:
Originally Posted by btmiller
Are you running a 2.6 kernel?
No, it's the default 2.4 kernel.
 
Old 12-25-2005, 02:38 PM   #12
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
That's a rather odd problem, and one I've not seen before. You might try burning at a slower speed (say all the way down at 4x) and see if you have better luck, Otherwise, if it's malfunctioning under Windows, it sounds like the CD burner itself may be going bad.

Good luck with it!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cdrecord CrEsPo Linux - Software 15 04-25-2005 10:34 AM
cdrecord??? Lleb_KCir Linux - Software 17 04-13-2005 11:02 PM
K3b Cdrecord inescapeableus Linux - Software 5 03-16-2005 02:27 AM
cdrecord chaitu_iiit Linux - Software 2 11-10-2004 01:20 PM
cdrecord quentusrex Debian 6 08-20-2004 03:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration