Page 13 of 13 FirstFirst ... 3111213
Results 121 to 125 of 125

Thread: ATTENTION HP dvX laptop owners with speaker sound issues ...

  1. #121
    Join Date
    May 2009
    Beans
    1
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: ATTENTION HP dvX laptop owners with speaker sound issues ...

    Thanks a lot for this jstalnak! Now my HP Pavilion DV6-2070 works again. Wonderful

  2. #122
    Join Date
    Jun 2008
    Location
    Malaysia
    Beans
    652
    Distro
    Ubuntu 16.04 Xenial Xerus

    Talking Re: ATTENTION HP dvX laptop owners with speaker sound issues ...

    Quote Originally Posted by crazyMochi View Post
    The following steps will enable sound on the internal speakers for the HP dv4-1225dx

    sudo gedit /etc/modprobe.d/alsa-base

    Add the following lines:

    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    options snd-hda-intel model=dell-m4-1

    perform sudo reboot after saving your changes


    Thank you, NaplesBill, for your posting on this fix!

    I want to thank you very much crazyMochi, that solution worked wonders.
    PS: when typing 'sudo gedit /etc/modprobe.d/alsa-base' I got a blank text editor. Nonetheless I pasted the following commands provided by crazyMochi and saved. Then performed the sudo reboot. It all works now

    You saved me seriously.
    *I'm using Xubuntu 9.10 on HP Laptop dv3500 with an IDT card
    Code:
    Codec: IDT 92HD71B7X
    Codec: LSI ID 1040
    .

  3. #123
    Join Date
    Jul 2010
    Beans
    1

    Re: ATTENTION HP dvX laptop owners with speaker sound issues ...

    I downloaded using the link ftp://ftp.kernel.org/pub/linux/kerne...napshot.tar.gz and following the information you gave on using sudo privileges/commands below. After reboot, i can't hear any sound again both from my internal speakers and my headphone. Please help me. It's urgent. My laptop is HP compaq 6730s
    Many thanks
    willseun@gmail.com


    #> ./configure --enable-dynamic-minors
    #> make
    #> sudo make install-modules
    #> sudo vim /etc/modprobe.d/alsa-base
    [add 'options snd_hda_intel model=hp-dv5' sans quotes to the bottom of the file, even if you have a dv4, etc.]
    Last edited by willseun; July 29th, 2010 at 02:15 AM. Reason: additional info

  4. #124
    Join Date
    Mar 2007
    Beans
    85

    Re: ATTENTION HP dvX laptop owners with speaker sound issues ...

    Quote Originally Posted by willseun View Post
    I downloaded using the link ftp://ftp.kernel.org/pub/linux/kerne...napshot.tar.gz and following the information you gave on using sudo privileges/commands below. After reboot, i can't hear any sound again both from my internal speakers and my headphone. Please help me. It's urgent. My laptop is HP compaq 6730s
    Many thanks
    willseun@gmail.com


    #> ./configure --enable-dynamic-minors
    #> make
    #> sudo make install-modules
    #> sudo vim /etc/modprobe.d/alsa-base
    [add 'options snd_hda_intel model=hp-dv5' sans quotes to the bottom of the file, even if you have a dv4, etc.]
    same here, i'm using ubuntu 10.04 64bit,FYI....

    please help

  5. #125
    Join Date
    Jul 2012
    Beans
    1

    Re: ATTENTION HP dvX laptop owners with speaker sound issues ...

    Quote Originally Posted by dep01 View Post
    Hello everyone. I have a HP Pavilion 1275mx and doing the following solved it:

    Code:
    gksudo gedit /etc/modprobe.d/alsa-base
    add the following to the end of the file.

    Code:
    # Keep snd-pcsp from beeing loaded as first soundcard
    options snd-pcsp index=-2
    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    options snd-hda-intel model=dell-m4-1 
    options snd-hda-intel enable_msi=1
    Cheers,
    dep

    This worked like a charm. I have a dv6 dx1245 and I wasn't getting any sound when I put through a new install. After researching different methods and coming up with nothing but failure. After applying this fix and rebooting, everything works just fine. Thanks for posting this, saves time and is way easier.

Page 13 of 13 FirstFirst ... 3111213

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
  •