Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th December 2007, 08:59 PM
toolshed7777 Offline
Registered User
 
Join Date: Mar 2005
Posts: 26
Fedora 8 , K3b, and no writer

Installed Fedora 8 on my box then yum updated it.

The problem I am having is that non-root users cannot use the DVD burner with K3B.
I can "su -" into root and use K3B. K3B sees the writer as root.

It appears that there are permission issues on the DVD writer which I believe is /dev/sr0.
Which means it is a "udev" issue.

Has anyone see or knows of a fix to the /etc/udev/rules.d/* that will fix the issue with non-root user being about to use their cd/dvd writers( or device /dev/scd0).
Reply With Quote
  #2  
Old 11th December 2007, 09:27 PM
wintersm Offline
Registered User
 
Join Date: Jul 2006
Posts: 293
add the group "disk" to your user (use the user manager)..

if you do a ls -l /dev/scd0 you will see the group is disk, with owner root and permissions that give the group disk and owner access to the device, so adding your user to the group disk will ensure you can use it.

(thats what I had to do)..

PS dont forget to log out and back in..
Reply With Quote
  #3  
Old 11th December 2007, 11:46 PM
toolshed7777 Offline
Registered User
 
Join Date: Mar 2005
Posts: 26
ls -l /dev/sr0
brw-r----- 1 root disk 11, 0 2007-12-09 13:00 /dev/sr0

My user is apart of the disk group.

I believe the problem is that the disk group only has Read permissions and does not have any Write permissions.
Reply With Quote
  #4  
Old 12th December 2007, 12:19 AM
wintersm Offline
Registered User
 
Join Date: Jul 2006
Posts: 293
do a

chmod g+w /dev/sr0

mine already had group write access so the chmod to add write permissions should do the trick..
Reply With Quote
  #5  
Old 12th December 2007, 06:47 PM
toolshed7777 Offline
Registered User
 
Join Date: Mar 2005
Posts: 26
I think I may have found a solution. I will see if it works tonight.
Here is the current permissions on /dev/sr0

Code:
$ ll /dev/sr0
brw-r----- 1 root disk 11, 0 2007-12-09 13:00 /dev/sr0

#Now add user to group "disk", username is your login name
$ usermod -G username, disk username

#Backup orginal
$ cp /etc/udev/rules.d/50-udev-default.rules  /root/50-udev-default.rules.orginal

#Edit the file
$ emacs /etc/udev/rules.d/50-udev-default.rules 

#Change this line:
SUBSYSTEM=="block", KERNEL=="sr[0-9]*", SYMLINK+="scd%n"
KERNEL=="sg[0-9]*",               GROUP="disk", MODE="0640"

#To this:
SUBSYSTEM=="block", KERNEL=="sr[0-9]*", SYMLINK+="scd%n", MODE="0664"
KERNEL=="sg[0-9]*",               GROUP="disk", MODE="0664"

#Then test by restart udev as root
$ start_udev
$  ll /dev/sr0
brw-rw-r-- 1 root disk 11, 0 2007-12-09 13:00 /dev/sr0
I have verified this fixes my issue.

Last edited by toolshed7777; 12th December 2007 at 11:43 PM.
Reply With Quote
  #6  
Old 13th December 2007, 03:15 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300
Yeah well you can now start k3b, but when you get the error log insisting that you set "ulimit unlimited" what will the user do ?
Reply With Quote
  #7  
Old 13th December 2007, 03:21 PM
toolshed7777 Offline
Registered User
 
Join Date: Mar 2005
Posts: 26
I did not have that issue. My burning worked very well.
I did not have any ulimit issues, However i will check messages tonight or run k3b through terminal.

If it wants ulimit unlimited then it will get it.
I have been using linux for about 10 years now, my one complain has always been hardware.
I dont want to have to work to get my hardware working. It should just work.

--sbradley
Reply With Quote
  #8  
Old 20th December 2007, 02:01 AM
BlackTiger Offline
Registered User
 
Join Date: May 2006
Posts: 2
Quote:
Originally Posted by stevea
Yeah well you can now start k3b, but when you get the error log insisting that you set "ulimit unlimited" what will the user do ?
Did have the permission problem as user and the ulimited thing when trying to burn with root.

I applied the fix for udev given by toolshed7777 and now everything is working fine again

Thanks

PS: As said such things should not happen, I also had to modify my udev rules to get sound working again after some Fedora updates
Reply With Quote
  #9  
Old 20th December 2007, 02:17 PM
toolshed7777 Offline
Registered User
 
Join Date: Mar 2005
Posts: 26
I am glad that fix your issue.

What was your updates to fix the sound BlackTiger? I am having a problem were sound not work now.
Reply With Quote
Reply

Tags
fedora, k3b, writer

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable To detect Sata DVD Writer in my fedora 8 box Ashish Sood Using Fedora 29 20th March 2009 06:33 PM
Fedora 7 Dell sc1430 DVD/Cd-Writer Problem butch Hardware & Laptops 0 19th July 2007 12:06 AM
PDF writer in Fedora Core 3 jamesJoby Using Fedora 1 1st June 2005 05:36 AM


Current GMT-time: 12:54 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat