Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-08-2004, 11:15 AM
|
#1
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Rep:
|
cdrecord doesn't work
I can't get cdrecord to work. "cdrecord -scanbus" gives me the following:
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
Yes I am root.
|
|
|
10-08-2004, 11:21 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
are you using linux 2.4 or 2.6??
do you have scsi emulation enabled??
|
|
|
10-08-2004, 11:52 AM
|
#3
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Original Poster
Rep:
|
I'm using the 2.4.26 kernel and how do I enable scsi emulation?
|
|
|
10-15-2004, 04:15 PM
|
#4
|
Member
Registered: Aug 2003
Distribution: Red Hat RHEL WS 3, RHEL WS 4
Posts: 228
Rep:
|
For what it's worth..
I just resolved a similar error. I tried using cdrecord in the following way..
cdrecord -v dev=0,0 MyFile.iso
And the error that appeared was...
cdrecord: No such file or directory. Can not open '/dev/pg0'. Can not open SCSI driver.
So I reversed the two parameters and it worked..
cdrecord -v MyFile.iso dev=0,0
And it ran. I was able to burn. I hope that helps you.
|
|
|
10-15-2004, 04:52 PM
|
#5
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Rep:
|
Quote:
Originally posted by lel800
For what it's worth..
I just resolved a similar error. I tried using cdrecord in the following way..
cdrecord -v dev=0,0 MyFile.iso
|
thats because it is a set of 3 not 2 numbers... 0,0,0 not 0,0
if you use just the 0,0 you will get an error, add that 3rd zero and see if you are still getting that error.
|
|
|
10-15-2004, 04:58 PM
|
#6
|
Member
Registered: Aug 2003
Distribution: Red Hat RHEL WS 3, RHEL WS 4
Posts: 228
Rep:
|
Thanks for your response. Respectfully, I never use a third zero. Always two zeros.
dev=0,0
In my post I said I was able to avoid the error and successfully burn by reversing the order of the dev value
and the name of the iso file in the cdrecord command. But I'll keep what you've shared in mind.
Always learning something new about Linux.
|
|
|
10-15-2004, 05:19 PM
|
#7
|
Member
Registered: Apr 2004
Posts: 272
Rep:
|
Hey i got a problem w/ cdrecord as well, however, my does know that there's a burner (cd-burner) but it writes @ 0X
does anyone know anything about that?
|
|
|
10-15-2004, 05:44 PM
|
#8
|
Member
Registered: Jul 2004
Location: 1st Brillouin Zone
Distribution: Gentoo (not ricer Gentoo)
Posts: 165
Rep:
|
as far as scsi emulation goes, try typing "modprobe ide-scsi" and then try cdrecord. If that doesn't work you would need to recompile your kernel with scsi emulation support.
You would have to modprobe every time you reboot this way, to makie the changes more permanent and for more info about what I just said see:
http://www-106.ibm.com/developerwork.../l-cdburn.html
Last edited by Tamsco; 10-15-2004 at 05:46 PM.
|
|
|
All times are GMT -5. The time now is 04:13 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|