Results 1 to 9 of 9

Thread: HDA Intel& Asus M51Va - no sound.

  1. #1
    Join Date
    Dec 2008
    Location
    Silesia, Poland
    Beans
    4
    Distro
    Ubuntu 8.04 Hardy Heron

    HDA Intel& Asus M51Va - no sound.

    Only sound I can hear is a test sound in System->Preferences->Sound. No system sounds, no Mp3 etc. I have upgraded ALSA to newest version, but it didnt work.
    Thanks in advance for replies.

    EDIT.
    I have been typing many things in
    Code:
    /etc/modprobe.d/alsa-base
    like
    Code:
    options snd-hda-intel model=3stack-dig
    I ve also typed: "lenovo", "m51va".
    It didnt help.
    Last edited by sparrow88; December 28th, 2008 at 10:42 AM. Reason: adding

  2. #2
    Join Date
    Sep 2007
    Location
    Warsaw, Poland
    Beans
    629
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HDA Intel& Asus M51Va - no sound.

    Quote Originally Posted by sparrow88 View Post
    Only sound I can hear is a test sound in System->Preferences->Sound. No system sounds, no Mp3 etc. I have upgraded ALSA to newest version, but it didnt work.
    Thanks in advance for replies.
    Try this:

    A) First we’ll have to edit the ALSA configuration file via terminal:
    sudo nano /etc/modprobe.d/alsa-base

    B) Scroll down to the bottom and add this line:
    options snd-hda-intel model=haier-w66

    C) Hit Ctrl-O to save and then Ctrl-X to exit.

    D) Reboot

    If it doesn't work, just undo what you just did.

    This solution worked for my Asus M50Sv-A1.
    Last edited by hotweiss; December 28th, 2008 at 10:46 AM.

  3. #3
    Join Date
    Dec 2008
    Location
    Silesia, Poland
    Beans
    4
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HDA Intel& Asus M51Va - no sound.

    There is no any change. Anyway I am glad you replied so fast :>

  4. #4
    Join Date
    Mar 2005
    Beans
    11

    Re: HDA Intel& Asus M51Va - no sound.

    Can you post output of:

    Code:
    lspci | grep Audio
    Are you sure all channels are unmuted in alsa-mixer ?

  5. #5
    Join Date
    Sep 2007
    Location
    Warsaw, Poland
    Beans
    629
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HDA Intel& Asus M51Va - no sound.

    This might actually work:

    A) First we’ll have to edit the ALSA configuration file via terminal:
    sudo nano /etc/modprobe.d/alsa-base

    B) Scroll down to the bottom and add this line:
    options snd-hda-intel model=m51va

    C) Hit Ctrl-O to save and then Ctrl-X to exit.

    D) Reboot

  6. #6
    Join Date
    Dec 2008
    Location
    Silesia, Poland
    Beans
    4
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HDA Intel& Asus M51Va - no sound.

    Code:
    sparrow@sparrow-laptop:~$ lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series]

    This might actually work:

    A) First we’ll have to edit the ALSA configuration file via terminal:
    sudo nano /etc/modprobe.d/alsa-base

    B) Scroll down to the bottom and add this line:
    options snd-hda-intel model=m51va

    C) Hit Ctrl-O to save and then Ctrl-X to exit.

    D) Reboot
    Quote Originally Posted by sparrow88
    I ve also typed: "lenovo", "m51va".
    It didnt help.
    Are you sure all channels are unmuted in alsa-mixer ?
    Well... In fact I am not sure. My master volume is 100%, and all things in sound preferences are set to ALSA. Dunno what do you mean by saying "all channels". CAn you give me any hints where to check this? I would not say I am an expert when it comes to deal with Linux.

  7. #7
    Join Date
    May 2008
    Beans
    29

    Re: HDA Intel& Asus M51Va - no sound.

    I also have an HDA Intel Chip and I have to install the linux-backports-modules to get it working.
    In order to do this, you have to open your /etc/apt/sources.list and comment in the backports repository.
    In my version this is done by removing the # at the beginning of the lines
    Code:
    #deb http://de.archive.ubuntu.com/ubuntu intreprid-backports main restricted universe multiverse
    #deb-src http://de.archive.ubuntu.com/ubuntu intreprid-backports main restricted universe multiverse
    Then you can use Synaptic to install the modules. Search for linux-backports-modules and install the version matching your kernel. For me, this is
    Code:
    linux-backports-modules-2.6.27-9-generic
    Hopefully sound will work after rebooting.
    Last edited by AopicieR; December 28th, 2008 at 11:35 PM.

  8. #8
    Join Date
    Sep 2007
    Location
    Warsaw, Poland
    Beans
    629
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HDA Intel& Asus M51Va - no sound.

    Yes, getting the sound working properly is sometimes very frustrating. I couldn't get it working properly for weeks, and then someone game me the haier extension which surprisingly worked with my Asus notebook.

  9. #9
    Join Date
    Mar 2005
    Beans
    11

    Re: HDA Intel& Asus M51Va - no sound.

    Well... In fact I am not sure. My master volume is 100%, and all things in sound preferences are set to ALSA. Dunno what do you mean by saying "all channels". CAn you give me any hints where to check this? I would not say I am an expert when it comes to deal with Linux.
    Double click on alsa mixer, than check of this sliders are pushed up: Master, PCM, Front, CD.

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
  •