HP MINI 110-1030nr Running UBUNTU 9.04 desktop - no sound

Asked by GavinB

HP MINI 110-1030nr Running UBUNTU 9.04 desktop - no sound.
I have tried several of the fixes out on the web to get the speakers, earphone jack and mic working but nothing is working.
Does anyone have a suggestion to get the sound working, this is really frustrating.

Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
GavinB (gbukgb) said :
#1

I have tried several variations of this fix, with no joy...
http://ubuntu.bryanludvigsen.com/?p=240

    - First, check that you have this packages installed (sudo apt-get install package_name):
    patch, gettext, libncurses5-dev, xmlto, xmltoman
    - Use this script:

    cd ~
    mkdir soundtmp
    cd soundtmp

    wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.19.tar.bz2
    wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.19.tar.bz2
    wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.19.tar.bz2

    tar xjf alsa-driver-1.0.19.tar.bz2
    tar xjf alsa-lib-1.0.19.tar.bz2
    tar xjf alsa-utils-1.0.19.tar.bz2

    cd alsa-driver-1.0.19
    ./configure –with-cards=hda-intel –with-kernel=/usr/src/linux-headers-$(uname -r)
    make
    sudo make install
    cd ..

    cd alsa-lib-1.0.19
    ./configure
    make
    sudo make install
    cd ..

    cd alsa-utils-1.0.19
    ./configure –disable-nls
    make
    sudo make install

    - Change your alsa-base.conf file (sudo gedit /etc/modprobe.d/alsa-base.conf) adding these lines:

    options snd-pcsp index=-2
    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    options snd-hda-intel model=hp-m4
    options snd-hda-intel enable_msi=1

    - Go to System>Preferences>Sound and change first 4 options to ALSA

    - Reboot!

    - After reboot you should hear login sound…

    - In volume control, you’ll want to set the input sources to “line” and “front mic” for the HDA Intel (Alsa mixer). Make sure your volumes are not set too low after a reboot, you’re off and running (thanks to jasonq).

Revision history for this message
Tom (tom6) said :
#2

Can you help with this problem?

Provide an answer of your own, or ask GavinB for more information if necessary.

To post a message you must log in.