The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    no sound via speakers in ubuntu.

    Discussion in 'Linux Compatibility and Software' started by jl1989, May 7, 2008.

  1. jl1989

    jl1989 Notebook Evangelist

    Reputations:
    9
    Messages:
    584
    Likes Received:
    0
    Trophy Points:
    30
    hi! i just got ubuntu a few days ago, really liking it, except that there's no sound through laptop speakers... but there is sound through the headphone jack... any help?

    my soundcard is whatever is in the m15x... thanks! =)
     
  2. richarddd

    richarddd Notebook Consultant

    Reputations:
    15
    Messages:
    208
    Likes Received:
    1
    Trophy Points:
    31
    Usually, the speakers and headphone jack are fed by the same source, with a mechanical switch in the jack turning on the headphones and turning off the speakers. If that's the case with your system, the issue is with the hardware, not ubuntu. If it's not the case, ignore me.

    Have you tried turning up the volume?
     
  3. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    I don't think this is true in today's electronics. It's at least not true in my Asus laptops. Under Linux I can configure headphone jack sense off in the alsa driver, and get sound out of both the laptop speakers and the headphone jack at the same time. I think that the jack sensing is software controlled. You can read lots of headphone jack sense problems with alsa on the web, like this thread at the Ubuntu user forums.

    Likely there is a problem with the OP's alsa driver version, or configuration. In order to diagnose the problem, more specific information is useful. There is this post over at Ubuntu forums for a user setting up alsa with an Alienware m15x, and the OP might have better luck inquiring there.

    Good Luck..
     
  4. jl1989

    jl1989 Notebook Evangelist

    Reputations:
    9
    Messages:
    584
    Likes Received:
    0
    Trophy Points:
    30
    when i try to save that file in ur linke "post" it says i don't have the rights to or wahtever, how do i loginto root to save it? or how do i open the file via terminal, since i kno how to log into root there..
     
  5. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    1. Open a terminal window (you don't have to be root)
    2. Open the file with gedit with this command:
    Code:
    sudo gedit /etc/modprobe.d/alsa-base
    3. Add the following line to the end of the file:
    Code:
    options snd-hda-intel model=mbp3
    4. Then save the file (You have to close gedit to return to your active terminal session)
    5. Close the terminal session
    6. Reboot the computer

    Good Luck..