Skip to content

Instantly share code, notes, and snippets.

@timnugent
Last active January 6, 2026 16:43
Show Gist options
  • Select an option

  • Save timnugent/ed65a79b2bd6c63788bfada3624756a4 to your computer and use it in GitHub Desktop.

Select an option

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/
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="22f0", ATTR{idProduct}=="0008", ATTR{bConfigurationValue}="2"
@pierregermain
Copy link

I am sorry, I am not using my mixer for some time now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment