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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-20-2006, 07:53 PM
|
#1
|
|
Member
Registered: May 2005
Location: Canada
Distribution: PCLinuxOS 2007
Posts: 274
Rep:
|
[K3B] Cant burn CD-R but works fine with DVD... cdrecord?
Cant get to burn any cd with it... Basically, I think its a permission error with cdrecord, but I dont know how to fix this. Each time I chmod it, it sets itself back with root only to execute. The only thing I can take to burn cd's is Gnome CD/DVD creator, and it doesnt burn audio cd, only data... I am using Suse 10.1. This is the error message it gives me when running k3b from a normal user
Quote:
Used versions
-----------------------
cdrecord: 2.1
cdrecord
-----------------------
/usr/bin/cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
/usr/bin/cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
/usr/bin/cdrecord: WARNING: This causes a high risk for buffer underruns.
/usr/bin/cdrecord: Warning: not running as root user, fs= option ignored.
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.5.33
/usr/bin/cdrecord: Warning: using inofficial libscg transport code version (okir@suse.de-scsi-linux-sg.c-1.83-resmgr-patch '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
SCSI buffer size: 64512
/usr/bin/cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support code.
/usr/bin/cdrecord: If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.
/usr/bin/cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
Cdrecord-Clone 2.01 (i686-suse-linux) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugs.opensuse.org/
Note: The author of cdrecord should not be bothered with problems in this version.
|
and this is when I was logged in as root
Quote:
Used versions
-----------------------
cdrecord: 2.1
cdrecord
-----------------------
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.5.33
/usr/bin/cdrecord: Warning: using inofficial libscg transport code version (okir@suse.de-scsi-linux-sg.c-1.83-resmgr-patch '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
SCSI buffer size: 64512
/usr/bin/cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support code.
/usr/bin/cdrecord: If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.
/usr/bin/cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
Cdrecord-Clone 2.01 (i686-suse-linux) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugs.opensuse.org/
Note: The author of cdrecord should not be bothered with problems in this version.
|
Anyone?? I am desperate and doesnt understand why I am the only one with this problem. I have a CLEAN install of Suse and didnt change anything yet...
Oh and BTW, I dont have ANY problem whatsoever when burning a DVD....
|
|
|
|
10-21-2006, 01:15 AM
|
#2
|
|
Member
Registered: Mar 2006
Distribution: debian sarge
Posts: 222
Rep:
|
i havent had that problem. i can run a copy off for you. mine runs smoothly. interested?
|
|
|
|
10-21-2006, 11:30 AM
|
#3
|
|
Member
Registered: May 2005
Location: Canada
Distribution: PCLinuxOS 2007
Posts: 274
Original Poster
Rep:
|
sure thing, can you include as well a copy of /bin/cdrecord ?
cheers
|
|
|
|
10-23-2006, 01:49 PM
|
#4
|
|
Member
Registered: Mar 2006
Distribution: debian sarge
Posts: 222
Rep:
|
sure, where do i send it to?
|
|
|
|
10-23-2006, 02:17 PM
|
#5
|
|
Senior Member
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD
Posts: 1,549
Rep: 
|
Quote:
|
Originally Posted by lonecrow
This is the error message it gives me when running k3b from a normal user
|
I see warnings, but no errors. Does the burn not continue? These messages are telling you that cdrecord wants to up it's priority so that it gets preferential scheduling over other tasks. This may be necessary since writing to CD's is time-sensitive. On a busy machine, cdrecord may not get the priority it needs for a good burn. This is a typical message for a non-root user.
Are you saying cdrecord stops after these messages? I would expect it to continue on and do the burn anyway. It's just a warning.
Quote:
|
Oh and BTW, I dont have ANY problem whatsoever when burning a DVD....
|
You're probably burning your DVD's using "growisofs", not "cdrecord". growisofs may not spit out this same warning, although it too is subject to time-sensitivity and process priority things.
Personally I've never had any problems burning as a normal user with normal process priorities. Despite the warning. But then, my desktop machine is not busy (typically 99% idle).
|
|
|
|
11-05-2006, 10:16 AM
|
#6
|
|
Member
Registered: May 2005
Location: Canada
Distribution: PCLinuxOS 2007
Posts: 274
Original Poster
Rep:
|
No it doesnt continue, it stops telling it failed with the following error... I tried to burn a cd loged in as root, and I had the same freaking result... Like I said, this is a STOCK, UNMODIFIED version of Suse 10.1.... I cant believe im the only one with this issue...
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:17 AM.
|
|
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
|
|