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.

    P150HM, subwoofer and linux

    Discussion in 'Sager and Clevo' started by belegdol, Nov 24, 2011.

  1. belegdol

    belegdol Notebook Geek

    Reputations:
    4
    Messages:
    87
    Likes Received:
    5
    Trophy Points:
    16
    Hi,

    I have been trying to figure out how to get the subwoofer working under linux. I have already learned that under Windows THX TruStudio PRO's "speaker" program needs to be enabled for the sub to produce any sound. Does anyone have any idea what is this program actually doing? If I relay this information to alsa/pulseaudio developers they might be able to get it working.
    On a related note, is THX TruStudio PRO required to make the sub work on P170HM too?
     
  2. b0b1man

    b0b1man Notebook Deity

    Reputations:
    597
    Messages:
    1,092
    Likes Received:
    29
    Trophy Points:
    66
    i got mine working without thx. Just the audio drivers. But i am under windows.

    Turn the machine sideways and have your ear close to the sub and see if its working.
     
  3. belegdol

    belegdol Notebook Geek

    Reputations:
    4
    Messages:
    87
    Likes Received:
    5
    Trophy Points:
    16
    Well, it might be a technicality, but if you need to put your ear next to the sub to hear it, it isn't really "working", is it? :)
     
  4. windelicato

    windelicato Notebook Consultant

    Reputations:
    69
    Messages:
    112
    Likes Received:
    0
    Trophy Points:
    30
    Hey,

    What distro are you running? Pulse audio defaults to 2 channels, so if you have more then that on your P170HM, you're going to have to enable surround... If you're using one of the more recent debian distros, there should be an option inside your volume control to enable multiple channels.

    Try this:
    Code:
    sudo apt-get install alsamixer
    Run
    Code:
    alsamixer
    in the terminal and see if you have a sub channel you can turn on / turn up... if not, try truncating the following file:

    Code:
    gksudo gedit /etc/modprobe.d/alsa-base.conf
    
    Add this to the bottom:
    Code:
    options snd-hda-intel model=auto 
    Restart, and try again.

    All of this is assuming you're running some debian-based distro.
     
  5. belegdol

    belegdol Notebook Geek

    Reputations:
    4
    Messages:
    87
    Likes Received:
    5
    Trophy Points:
    16
    I am running Fedora 16. I would like to clarify that the problem here is with the internal subwoofer - the external jack works fine, there is a LFE control in alsamixer and all that (there is an option to select 2, 4 and 6 channel sound, 8 channels are missing due to pin 0x17 not being announced by BIOS).
    With the help of alsa-devel list members I was able to narrow down that the internal sub is connected to pin 0x16 most likely (also not announced by BIOS, but there are not that many pins left), but I have a reason to believe I cannot hear anything due to processing which is being done by THX TruStudio PRO not existing under linux.