Siduction Forum

Siduction Forum => Software - Support => Topic started by: drb on 2018/12/03, 16:21:33

Title: k3b record permissions
Post by: drb on 2018/12/03, 16:21:33
When I try to record an audio CD I get the following:
Code: [Select]
cd record has no permission to open device
Code: [Select]
Modify device settings in K3b to solve this problemK3b permissions:
Code: [Select]
/usr/bin/cdrdao 0755 root.rootand
Code: [Select]
/usr/bin/wodim 0755 root.rootThere doesn't seem any way of changing these in K3b itself.
Any advice please?
Title: Re: k3b record permissions
Post by: piper on 2018/12/03, 16:57:01
There are many ways to do this

As root  su -

Code: [Select]
chmod 4711 /usr/bin/wodim; chmod 4711 /usr/bin/cdrdao
If that don't work, I have more ;)
Title: Re: k3b record permissions
Post by: drb on 2018/12/03, 16:59:10
Hi piper.
Thanks, I'll try that first.
Title: Re: k3b record permissions
Post by: drb on 2018/12/03, 17:00:34
Thanks! Working fine!
Title: Re: k3b record permissions
Post by: piper on 2018/12/03, 17:01:08
No problems  :)