I installed this and it almost works. When I view pulseaudio volume control the function buttons are adjusting the volume of my hdmi port and not my analog stereo. Any ideas how to fix?
UPDATE
In the pulseaudio.lua I changed the 0 to a 1 in the bit that says "pacmd set-sink-volume 0" and now it does affect the right card but it only goes down to 60% and up to 80% and mute does nothing.
UPDATE
I fixed it. If anyone else is having this trouble what is did was change the 0s to 1s as above. Then since I have two sound cards the grep commands are borked so to fix that change them to "pacmd dump |grep set-sink-volume |grep analog".
I installed this and it almost works. When I view pulseaudio volume control the function buttons are adjusting the volume of my hdmi port and not my analog stereo. Any ideas how to fix?
UPDATE
In the pulseaudio.lua I changed the 0 to a 1 in the bit that says "pacmd set-sink-volume 0" and now it does affect the right card but it only goes down to 60% and up to 80% and mute does nothing.
UPDATE
I fixed it. If anyone else is having this trouble what is did was change the 0s to 1s as above. Then since I have two sound cards the grep commands are borked so to fix that change them to "pacmd dump |grep set-sink-volume |grep analog".