Front headphone not working Ubuntu 16.04

Bug #1615918 reported by ryanr
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
alsa-driver (Ubuntu)
New
Undecided
Unassigned

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

Revision history for this message
ryanr (left-out91) wrote :
ryanr (left-out91)
description: updated
Revision history for this message
ryanr (left-out91) wrote :

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.