View Single Post
Old 02-03-2008   #3 (permalink)
Paul_S
New on Forum
 
Paul_S's Avatar
 
Join Date: Mar 2008
Posts: 7
Re: NeroLinux can't access any device

I'm running 32-bit Fedora 8 on my laptop. I was getting access errors from Nero Linux, and then couldn't use the DVD burner with Nero Linux.

I tried the official solution, to modify the /etc/rc.local file by adding this:
Code:
chmod o+r+w /dev/sg*

exit
This did not work. After trying several other things, I found that this worked, and it survives on reboot:
Code:
chmod a+r+w /dev/sg*

exit
I don't know if there are any good reasons not to do it this way.
__________________
Paul
Paul_S is offline   Reply With Quote