If you experience errors trying to burn cd's or dvd's using k3b then try this:
and add this to the bottom line:
Then reboot and you will be able to burn cd's.
Code:
sudo kate /etc/udev/rules.d/40-permissions.rules
Code:
KERNEL=="sg[0-9]*", GROUP="cdrom"
Comment