Skip to content

Instantly share code, notes, and snippets.

@ibLeDy
Last active December 9, 2023 19:19
Show Gist options
  • Save ibLeDy/8be6e830134ed85605971e052b0fdc69 to your computer and use it in GitHub Desktop.
Save ibLeDy/8be6e830134ed85605971e052b0fdc69 to your computer and use it in GitHub Desktop.
Fix low volume in IEC958 profile (Corsair HS60) when booting up
#!/usr/bin/env bash
pactl set-card-profile "alsa_card.usb-Corsa_ir_Components_Inc._Corsair_HS60_Surround_Adapter_v0.1-00" "output:analog-stereo"
sleep 1
pactl set-card-profile "alsa_card.usb-Corsa_ir_Components_Inc._Corsair_HS60_Surround_Adapter_v0.1-00" "output:iec958-stereo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment