Last active
August 26, 2024 20:17
-
-
Save timnugent/ed65a79b2bd6c63788bfada3624756a4 to your computer and use it in GitHub Desktop.
udev rule for the Xone 23C; sets configuration to state "2" so this shows up as a 4 input/4 output soundcard - otherwise shows up as only 2 input/2 output. Only tested with the Xone 32C configured for DVS. Put this file in /etc/udev/rules.d/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="22f0", ATTR{idProduct}=="0008", ATTR{bConfigurationValue}="2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having the problem again on newer kernels (6.9). The udev rule seems to have a wrong parameter according to
journalctl -xe
after restarting the device:I coudn't get channels 3 and 4 visible.
Any ideas?