mro Jul 25, 2023 #1 how do I get a pluggable USB headset (Razer Kraken V3 X RZ04-03750100-R3M1) working with a FreeBSD 13.2 Lenovo X250 Thinkpad? I guess I have to tell devd how to connect, but how do I do that?
how do I get a pluggable USB headset (Razer Kraken V3 X RZ04-03750100-R3M1) working with a FreeBSD 13.2 Lenovo X250 Thinkpad? I guess I have to tell devd how to connect, but how do I do that?
SirDice Administrator Staff member Administrator Moderator Jul 25, 2023 #2 Just plug it in. snd_uaudio(4)
OP mro Jul 25, 2023 Thread Starter #3 I guess I haven't set up audio properly, as I have to manually switch to the headset via Code: $ sysctl hw.snd.default_unit=3 Will hunt for virtual oss and see.
I guess I haven't set up audio properly, as I have to manually switch to the headset via Code: $ sysctl hw.snd.default_unit=3 Will hunt for virtual oss and see.
OP mro Aug 1, 2023 Thread Starter #4 I ended up with Bash: $ cat /usr/local/etc/devd/usb-headset.conf attach 100 { match "device-name" "pcm3"; action "sysctl hw.snd.default_unit=3"; };
I ended up with Bash: $ cat /usr/local/etc/devd/usb-headset.conf attach 100 { match "device-name" "pcm3"; action "sysctl hw.snd.default_unit=3"; };