Created
February 28, 2026 15:57
-
-
Save hmtheboy154/21c0a25ff025667981a35b6656f7da69 to your computer and use it in GitHub Desktop.
Qudelix-5k USB udev rules
This file contains hidden or 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
| # 44.1 KHz with Mic | |
| # Qudelix-5K USB DAC/MIC 44.1KHz | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4126", MODE="0666" | |
| # 48 KHz with Mic | |
| # Qudelix-5K USB DAC/MIC 48KHz | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4125", MODE="0666" | |
| # 44.1/48/88.2/96 KHz | |
| # Mpow HC5 Headset in charging mode - HID / Mass Storage | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4007", MODE="0666" | |
| # 44.1 KHz | |
| # Qudelix-5K USB DAC 44.1KHz | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4006", MODE="0666" | |
| # 48 KHz | |
| # Qudelix-5K USB DAC 48KHz | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4005", MODE="0666" | |
| # 88.2 KHz | |
| # Qudelix-5K USB DAC 88.2KHz | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4004", MODE="0666" | |
| # 96 KHz | |
| # Qudelix-5K USB DAC 96KHz | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4003", MODE="0666" |
Thanks this is an easy fix for using the Qudelix 5K chrome extension with AUR google-chrome on arch linux!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think "Mpow HC5 Headset in charging mode - HID / Mass Storage" is what you want. I actually found this because my Q5k showed up as this today!