Last active
December 9, 2023 19:19
-
-
Save ibLeDy/8be6e830134ed85605971e052b0fdc69 to your computer and use it in GitHub Desktop.
Fix low volume in IEC958 profile (Corsair HS60) when booting up
This file contains 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
#!/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