08-28-2020, 09:11 PM
I'm having the same problem. I created a alsa config file-after adding the headphone option- and a script to load the config. My issue now is trying to get the script to run on startup... I've tried adding it as a service and adding to the the start up menu. Nothing.
the alsa config was generated using
sudo alsactl --file /home/frofro/Desktop/foostore store
and the script to load it
#!/bin/bash
alsactl --file /home/frofro/Desktop/foostore restore
if I run my bash script from the command line, the audio fix work. I just can't get it to run on startup. I'll update if I get it working
the alsa config was generated using
sudo alsactl --file /home/frofro/Desktop/foostore store
and the script to load it
#!/bin/bash
alsactl --file /home/frofro/Desktop/foostore restore
if I run my bash script from the command line, the audio fix work. I just can't get it to run on startup. I'll update if I get it working