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.

    Built-in Subwoofer

    Discussion in 'Linux Compatibility and Software' started by mfmbcpman, Dec 8, 2006.

  1. mfmbcpman

    mfmbcpman Notebook Consultant

    Reputations:
    59
    Messages:
    289
    Likes Received:
    0
    Trophy Points:
    30
    It seems that my subwoofer isn't working in Ubuntu 6.1. It works just fine in Windows. Does anyone else's work? Any solutions?
     
  2. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    Nope, doesn't work on mine either. It's more than likely a driver problem; I'm sure Windows drivers for the Intel sound card are designed to make use of it whereas the generic Linux drivers aren't.
     
  3. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    yeah, I hate to say it, but usually the intel HDA stuff has pretty basic speakers attached to it in a laptop. you might try going through the howto on the ubuntu wiki

    https://help.ubuntu.com/community/HdaIntelSoundHowto

    it's focused more at the 6.06 and not the 6.10 release, but the info in the section "Manually tell the driver which flavor you are using" might be of use.
     
  4. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    Okay, well, I got mine to work. All I did was follow that guid that BigV linked to, except at the end where it tells you to add the "options snd-hda-intel model=stack3" thing, I instead typed
    Code:
    options snd-hda-intel model=ref
    which, as the guide says, loads the computers defualt. Doing this brought up a new option in the sound mixer called "LFE" which is bascially the subwoofer volume. But to be honest with you, the subwoofer isn't really a subwoofer per se, but rather another speaker, as you will quickly learn. It just has a lot more bass and a lot less treble than the other two. But it works. I'm using 6.06 though, so that may cause a problem, but I doubt it.
     
  5. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    cool, I'm glad it worked for ya.