Skip to content

Instantly share code, notes, and snippets.

@hmtheboy154
Created February 28, 2026 15:57
Show Gist options
  • Select an option

  • Save hmtheboy154/21c0a25ff025667981a35b6656f7da69 to your computer and use it in GitHub Desktop.

Select an option

Save hmtheboy154/21c0a25ff025667981a35b6656f7da69 to your computer and use it in GitHub Desktop.
Qudelix-5k USB udev rules
# 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"
@MichaelKetchel

Copy link
Copy Markdown

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!

@CyArks

CyArks commented Jul 2, 2026

Copy link
Copy Markdown

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