Page 1 of 1

NeroLinux issue (Fedora)

Posted: 30 Jul 2011, 23:43
by dedanna1029
Okay, geeks, what do I do to resolve this? I've even been through Nero's technical support, which got me nowhere. Something about doing something to the kernel, but I couldn't make it out exactly what they wanted. This is what happens, in order, when I start up NeroLinux:

Image Image Image

This is the only cd/dvd writing software that does this. K3b, Brasero, everything else works just fine.
A couple of things I've tried:

Code: Select all

# usermod -aG cdrom MyUserName

Code: Select all

# usermod -aG optical MyUserName


Thanks.

Re: NeroLinux issue (Fedora)

Posted: 31 Jul 2011, 11:24
by jkerr82508
What I used to do on Fedora was to run the following as root:

Code: Select all

chmod o+rw /dev/sg*


To make the change permanent add that command to /etc/rc.d/rc.local

I've no idea if this still works.

Jim

Re: NeroLinux issue (Fedora)

Posted: 31 Jul 2011, 18:46
by dedanna1029
Well, the permissions thing got it to go (had to reload it to see it, and reboot). The issue now, is it won't burn an iso. :(

I'll try that anyway, Jim.