Bug#918067: pulseaudio: Not all devices of Steelseries Arctic 7 available (new USB id)

Fredrik Olofsson frol at hupp.se
Wed Jan 2 22:50:58 GMT 2019


Source: pulseaudio
Version: 12.2-2
Severity: normal
Tags: patch

Dear Maintainer,

The udev rules file already contains a workaround for this headset. But newer headset firmware uses a different USB id. Duplicating the rule for the new USB id makes the headset work correctly again.

Thanks
/Fredrik

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.18.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8), LANGUAGE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
--- orig/lib/rules.d/90-pulseaudio.rules	2019-01-02 23:35:33.731931802 +0100
+++ new/lib/udev/rules.d/90-pulseaudio.rules	2019-01-02 23:36:13.480314092 +0100
@@ -106,5 +106,6 @@
 ATTRS{idVendor}=="041e", ATTRS{idProduct}=="322c", ENV{PULSE_PROFILE_SET}="sb-omni-surround-5.1.conf"
 ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="4014", ENV{PULSE_PROFILE_SET}="dell-dock-tb16-usb-audio.conf"
 ATTRS{idVendor}=="1038", ATTRS{idProduct}=="1260", ENV{PULSE_PROFILE_SET}="steelseries-arctis-usb-audio.conf"
+ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12ad", ENV{PULSE_PROFILE_SET}="steelseries-arctis-usb-audio.conf"
 
 LABEL="pulseaudio_end"


More information about the pkg-pulseaudio-devel mailing list