I found a temporary fix using bash script create file "yourscript.sh" and move to /usr/bin
#!/bin/bash amixer set "Headphone" unmute exit 1 and in startup applications Command: bash /usr/bin/yourscript.sh -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1615918 Title: Front headphone not working Ubuntu 16.04 Status in alsa-driver package in Ubuntu: New Bug description: I always need to use alsamixer in terminal every login to make it works navigate to Headphone and press "M" and exit Could anyone give me some bash script to start always on my every login for temporary fix thank you To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1615918/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

