Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: Headphones work-no internal speaker sound?

  1. #11
    Join Date
    Dec 2009
    Location
    Southern Maryland
    Beans
    1,575
    Distro
    Ubuntu

    Re: Headphones work-no internal speaker sound?

    Last response was 20 hours ago. Anyone have any thoughts on steps I can take to try to enable the speaker on my machine based upon the above steps taken?

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

    Re: Headphones work-no internal speaker sound?

    Comment out the second to last line and reboot:
    Code:
    # options snd-cmipci mpu_port=0x330 fm_port=0x388

  3. #13
    Join Date
    Dec 2009
    Location
    Southern Maryland
    Beans
    1,575
    Distro
    Ubuntu

    Re: Headphones work-no internal speaker sound?

    No joy with that one either. Could this be one that can't be fixed?

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

    Re: Headphones work-no internal speaker sound?

    Alright, remove those previous options from alsa-base.conf.
    How many analog audio jacks are there and is there a digital (spdif) out?

    Another to try:
    Code:
    options snd-hda-intel model=hp enable_msi=1
    This one also (only one at a time please):
    Code:
    options snd-hda-intel model=mbp3
    Last edited by lidex; May 2nd, 2010 at 04:36 AM.

  5. #15
    Join Date
    Dec 2009
    Location
    Southern Maryland
    Beans
    1,575
    Distro
    Ubuntu

    Re: Headphones work-no internal speaker sound?

    I have 1 audio out headphone jack, 1 audio out jack (probably the same thing as the headphone jack - at least in appearance) and 1 SPDIF jack.

    I will try the options you just listed 1 at a time in place of the previous suggestions and I will report back. Thanks for all the help so far.

  6. #16
    Join Date
    Dec 2009
    Location
    Southern Maryland
    Beans
    1,575
    Distro
    Ubuntu

    Re: Headphones work-no internal speaker sound?

    Neither of those did the trick either. Is there a list of options like those somewhere I can just keep trying? I checked alsamixer again and my "front" has no "slider" to adjust and in system>preferences>sound I still have no speaker option (only analog output and analog headphones).

    Thanks again. I'm still searching for a database or some sort of list of options I can try. My model of HP (IQ804t) in a search didn't provide any results.

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

    Re: Headphones work-no internal speaker sound?

    Try these (singly):
    Code:
    options snd-hda-intel model=3stack-dig 
    options snd-hda-intel model=laptop-dig
    options snd-hda-intel model=basic
    options snd-hda-intel model=touchsmart
    Also if you haven't installed alsa-backports, it's worth a shot:
    Code:
    sudo apt-get install linux-backports-modules-alsa-lucid-generic

  8. #18
    Join Date
    Dec 2009
    Location
    Southern Maryland
    Beans
    1,575
    Distro
    Ubuntu

    Re: Headphones work-no internal speaker sound?

    Lidex you are awesome! The key to fixing the problem was the last one for the touchsmart (options snd-hda-intel model=touchsmart)

    I will marked this solved but I want to put all the info in here in case someone searches the forum for a similar problem on a HP TouchSmart with HDA issues. My machine is a model IQ804t and the fix was to disable the last line of alsa-base.conf and add:

    options snd-hda-intel model=touchsmart

    Now my PC Speakers work AND my headphones work! Thank you for taking so much time to help me solve this issue. Best regards!

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

    Re: Headphones work-no internal speaker sound?

    Wow. I didn't even think it would be that easy.

  10. #20
    Join Date
    May 2009
    Location
    Wisconsin
    Beans
    6
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Headphones work-no internal speaker sound?

    I would like to just post here that I was having the same issue, but I have an Asus G1Sn laptop. Sound would only come out of the headphone jack. The fix for me was this:

    In the /etc/modprobe.d/alsa-base.conf file
    comment out (put a # in front of) or remove
    Code:
    options snd-cmipci mpu_port=0x330 fm_port=0x388
    and add
    Code:
    options snd-hda-intel model=3stack-dig
    I would like to thank lidex and TBABill for finding this out.
    Now I wonder if there is a specific place this should be posted as well?

Page 2 of 3 FirstFirst 123 LastLast

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
  •