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:cd record has no permission to open deviceModify device settings in K3b to solve this problemK3b permissions:/usr/bin/cdrdao 0755 root.rootand/usr/bin/wodim 0755 root.root
There 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 -

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  :)