Hi,
I'm trying to set my default sound device in FreeBSD 10.3 and, according to the handbook, the variable hw.snd.default_unit needs to be set pointing to the correct pcm (in my case, and according to /dev/sndstat, it's pcm6). So, I add
in /etc/sysctl.conf but, when system boots, I see a line saying:
, even though the sound device at pcm6 seems to be set up correctly and my sound is working fine. Anybody has idea why I'm seeing that line saying "hw.snd.default_unit=6 invalid argument"? I have an Edirol UA-25, working with snd_uaudio(4) driver. Many thanks
I'm trying to set my default sound device in FreeBSD 10.3 and, according to the handbook, the variable hw.snd.default_unit needs to be set pointing to the correct pcm (in my case, and according to /dev/sndstat, it's pcm6). So, I add
Code:
hw.snd.default_unit=6
Code:
hw.snd.default_unit=6 invalid argument