You are not logged in.
Pages: 1
I'm trying to run k3b as a normal user but get an error that says
Cdrecord has no permission to open the device.
I ran k3bsetup and set the device burning group to optical. I am also in the optical group:
optical:!:93:viniosity,hal
Lastly, I checked out /usr/bin/cdrecord and see these privs
[root@archer bin]# ls -al cdrecord
-rws--x--- 1 root optical 339440 2006-02-12 12:12 cdrecord
I thought k3b was just supposed to work out of the box.. What did I miss? Do I need to do a chmod on /usr/bin/cdrecord?
It does work as root..
Offline
Offline
brw-rw---- 1 root optical 11, 0 2006-03-30 05:21 scd0
I did some searching tried chmodding to 0666
I did
[root@archer dev]# chmod 0666 scd0
[root@archer dev]# ls -al scd0
brw-rw-rw- 1 root optical 11, 0 2006-03-30 05:21 scd0
Still doesn't work though..
Offline
Optical should be pointing to a specific piece of hardware; say it is hdc(like in my case), then make a sym-link like ln -s /dev/hdc cdrw-hdc and that should work.
In fact that is what I have in my workstation.
Rick
Offline
Pages: 1