Search found 1 match
- Thu Sep 19, 2013 11:09 am
- Forum: Troubleshooting
- Topic: Audio in terminal - Debian
- Replies: 15
- Views: 24346
Re: Audio in terminal - Debian
Instead of calling sudo chmod 777 /dev/snd/* on every boot you can write following udev rule KERNEL=="controlC0", SUBSYSTEM=="sound", MODE="0666" KERNEL=="pcmC0D0p", SUBSYSTEM=="sound", MODE="0666" And place it in file /etc/udev/rules.d/99-...