LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ThinkPad E480 | Speakers working but headphones not working. (https://www.linuxquestions.org/questions/linux-hardware-18/thinkpad-e480-%7C-speakers-working-but-headphones-not-working-4175657006/)

sezermehmed 07-07-2019 08:52 AM

ThinkPad E480 | Speakers working but headphones not working.
 
Hi, I have used lots of Linux distros for 2 years. However, recently my 3.5 mm headphone jack stopped working, then I can not solve this problem and I have used win 10 for 1 mount. While 1 mount, I tried lots of distros (Fedora, Debian, Ubuntu, Manjaro) but the same problem keeps continued. I searched this problem in internet and tried almost all solutions. Now I am posting this on live Debian 10 stable. My machine is Lenovo ThinkPad E480. Have a nice day.

RandomTroll 07-07-2019 10:53 AM

what does
Code:

amixer contents
return?

sezermehmed 07-07-2019 10:56 AM

user@debian:~$ amixer contents
numid=4,iface=MIXER,name='Master Playback Switch'
; type=BOOLEAN,access=rw------,values=1
: values=on
numid=3,iface=MIXER,name='Master Playback Volume'
; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1
: values=22550,22550
numid=2,iface=MIXER,name='Capture Switch'
; type=BOOLEAN,access=rw------,values=1
: values=on
numid=1,iface=MIXER,name='Capture Volume'
; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1
: values=16462,16462

sezermehmed 07-07-2019 11:05 AM

code
 
Quote:

Originally Posted by RandomTroll (Post 6012826)
what does
Code:

amixer contents
return?

Code:

amixer contents
numid=4,iface=MIXER,name='Master Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=3,iface=MIXER,name='Master Playback Volume'
  ; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1
  : values=22550,22550
numid=2,iface=MIXER,name='Capture Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=1,iface=MIXER,name='Capture Volume'
  ; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1
  : values=16462,16462


RandomTroll 07-07-2019 04:42 PM

Quote:

Originally Posted by sezermehmed (Post 6012830)
Quote:


numid=3,iface=MIXER,name='Master Playback Volume'
: values=22550,22550
; type=INTEGER,access=rw------,values=2,min=0,max=65536,step=1

65536 ! Maybe 22550 isn't loud enough.


All times are GMT -5. The time now is 10:20 PM.