I'm trying to make freebsd switch audio output automatically to headphones.
But this file is set to -r--r--r-- 1 root wheel /boot/device.hints
Could you please verify your permissions on your system and let me know if i should change my file's permissions.
In 9.2.4. Automatically Switching to Headphones
the handbook says = "Add the following lines to /boot/device.hints:"
Code:
hint.hdac.0.cad0.nid22.config="as=1 seq=15 device=Headphones"
hint.hdac.0.cad0.nid26.config="as=2 seq=0 device=speakers"
Could you please verify your permissions on your system and let me know if i should change my file's permissions.