Results 1 to 9 of 9

Thread: Headphones not working?....

  1. #1
    Join Date
    May 2010
    Beans
    1
    Distro
    Ubuntu 10.04 Lucid Lynx

    Headphones not working?....

    I've used Ubuntu for a fair while (not that I'm a Linux genius or anything, obviously...) and like it a lot. A few days ago I installed Lucid on my laptop, and it works great- aside from the fact that my headphones don't work. I've never had this problem in any of the other releases, or on my computer at all. Sound comes out of the speakers just fine, but not the headphones. I know the headphones (and the headphone jacks) aren't broken, because they both work fine in Windows. If it helps, I'm running an HP Pavilion laptop, and I have standard iPod headphones...

  2. #2
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Headphones not working?....

    Have you checked alsamixer:
    Code:
     alsamixer
    Press F6 to select the correct soundcard.
    Press F3 to show playback levels. F4 selects capture levels [or use <Tab>]
    Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.

    And what about settings in 'system>preferences>sound'?

  3. #3
    Join Date
    May 2010
    Beans
    1

    Re: Headphones not working?....

    Quote Originally Posted by lidex View Post
    Have you checked alsamixer:
    Code:
     alsamixer
    Press F6 to select the correct soundcard.
    Press F3 to show playback levels. F4 selects capture levels [or use <Tab>]
    Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.

    And what about settings in 'system>preferences>sound'?
    I have the same problem - headphones worked fine in karmic, but now nothing. When I try to open alsamixer, I get

    cannot load mixer controls: Invalid argument

  4. #4
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Headphones not working?....

    Quote Originally Posted by solri View Post
    I have the same problem - headphones worked fine in karmic, but now nothing. When I try to open alsamixer, I get

    cannot load mixer controls: Invalid argument
    Your alsa install is likely borked. Try the link in my sig for alsa-upgrade-script.

  5. #5
    Join Date
    Mar 2006
    Beans
    311
    Distro
    Ubuntu

    Re: Headphones not working?....

    It's not exactly the same problem, but to get sound out of my Sony Vaio I had to install alsa 1.0.23. Description can be found in the Vaio-thread: http://ubuntuforums.org/showpost.php...1&postcount=23

  6. #6
    Join Date
    May 2010
    Beans
    2

    Re: Headphones not working?....

    Try this post instructions by Unreal223linux: http://www.backports.ubuntuforums.or...d.php?t=473425

    I had the exact same problem and this instructions worked perfectly form me, for both 9.10 Karmic Koala and 10.04 LTS Lucid Lynxs
    By the way I'm a noob.

    This is my adaptation to the new alsa driver, all credits should go to Unreal223linux:

    Step one is you need the newest version of the alsa sound drivers. To do that cut and paste each line of the below code box into the terminal one at a time. Wait untill one function is done before pasting in the next. The terminal is located in applications> accessories>terminal.

    Code:
    sudo apt-get install build-essential linux-headers-$(uname -r)
    
    wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2
    
    tar -xjf alsa-driver-1.0.23.tar.bz2
    
    cd alsa-driver-1.0.23
    
    ./configure
    
    sudo make
    
    sudo make install

    Once through all of the commands reboot your computer.

    -------------------

    Once the computer is back up go back into the terminal and enter this:

    Code:
     sudo gedit /etc/modprobe.conf
    You will be prompted for your user account password. When you type it will look like nothing is happening but thats just a security feature.

    In the text file that pops up enter this and save it:

    Code:
    options snd-hda-intel model=6stack-digout

    Once saved reboot your computer

    ---------------------

    Once your computer is back up go back into the terminal and enter

    Code:
    alsamixer
    Use the arrow keys to move around on this screen. On anything you see double MM on press the M key and maximize the volume. Do this to anything with the double MM.

    Once you do your headphones should be working! Go to the volume control panel and go to edit>preferences> and enable surround. From what I have seen that is the one that adjusts your headphones.

    Good luck!
    Last edited by JackFlash79; May 14th, 2010 at 01:26 PM.

  7. #7
    Join Date
    May 2010
    Beans
    7

    Re: Headphones not working?....

    Your head phone is working fine in the speakers but not in head phone mode so basically you have a setting for the head phones in your OS , may be that can be disabled or the volume is less so check that and you can hear the voice.

  8. #8
    Join Date
    Jun 2010
    Location
    Kalsruhe, Germany
    Beans
    5
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Headphones not working?....

    Worked for me on ASUS A6000! Big thanks!

  9. #9
    Join Date
    Apr 2010
    Beans
    3

    Re: Headphones not working?....

    I had this problem (Fujitsu Siemens Amilo laptop, Ubuntu 10.10). Thanks for the reference to ALSAMIXER (I'm on my second Ubuntu distro but I'm still very new.).
    What I found in ALSAMIXER was that the MASTER and HEADPHONE controls seemed to be the wrong way round. If I reduced the MASTER setting it affected the headphones, whereas the HEADPHONE setting affected the laptop speakers. The laptop hardware Fn keys for audio, and the Ubuntu volume control indicator widget, both move the MASTER control - but it's the headphones that respond.
    To use the headphones and cut out the laptop speakers I have to zero the HEADPHONE setting, and if I ever want to use the laptop speakers I have to go back into ALSAMIXER and increase the HEADPHONE setting again.
    What I still can't do is insert and withdraw the headphones and have the laptop speakers cut out and in automatically.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •