Skip to content

Commit 5493fd1

Browse files
committed
Add a note on Arctis Pro Wireless USB pickiness
1 parent c4d274b commit 5493fd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zsh/custom/audio.zsh

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ audioconf() {
1818
# You can find the node names with:
1919
# pw-cli i all | grep "node.name"
2020
local COMBINED="combined"
21+
# If the correct profile is not available,
22+
# try connecting the transmitter directly to the computer instead of through a USB hub.
23+
# Somehow, this makes the correct profile available.
2124
local HEADPHONES="alsa_output.usb-SteelSeries_Arctis_Pro_Wireless-00.stereo-game"
2225
local HEADPHONES_MIC="alsa_input.usb-SteelSeries_Arctis_Pro_Wireless-00.mono-chat"
2326
local T480_SPEAKERS="alsa_output.pci-0000_00_1f.3.3.analog-stereo"

0 commit comments

Comments
 (0)