Page 2 of 13 FirstFirst 123412 ... LastLast
Results 11 to 20 of 125

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

  1. #11
    Join Date
    Jun 2008
    Beans
    8

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

    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

  2. #12
    Join Date
    Feb 2009
    Location
    Planet Earth
    Beans
    14
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    jstalnak!!!
    Thank you!!! 3 months I have been struggling with this problem!!
    I LOVE MY LINUX NOW! Thank you!!

  3. #13
    Join Date
    Mar 2009
    Beans
    2

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

    Dear jstalnak

    AWESOME work on sound...thanks dude...

    AnEtIzEn

  4. #14
    Join Date
    Mar 2009
    Location
    Ithaca, NY
    Beans
    22
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

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

    Thanks jstalnak. I (finally) got sound working on my Compaq CQ-45 106AU Laptop. The microphone does not work as of now. Is there any fix to this? Surprisingly, I have problems with sound in Vista now. Somehow, the windows audio driver gets corrupt with every system restart!
    Last edited by topcoder; March 14th, 2009 at 09:57 AM.

  5. #15
    Join Date
    Mar 2008
    Beans
    6
    Distro
    Hardy Heron (Ubuntu Development)

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

    dv4-1220us
    2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux
    =================
    # aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    =======================
    # head -n 1 /proc/asound/card0/codec*
    ==> /proc/asound/card0/codec#0 <==
    Codec: IDT 92HD71B7X

    ==> /proc/asound/card0/codec#1 <==
    Codec: LSI ID 1040
    ======================================
    # cat /proc/asound/cards
    0 [SB ]: HDA-Intel - HDA ATI SB
    HDA ATI SB at 0xd2500000 irq 16
    1 [HDMI ]: HDA-Intel - HDA ATI HDMI
    HDA ATI HDMI at 0xd2410000 irq 2298
    ================================================== =========
    #End of alsa-base file

    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

    I tried snd-hda-intel model with hp-dv4 and hp-dv5 to,
    but works only headphones, external speakers and microphone don't work.

  6. #16
    Join Date
    Mar 2008
    Location
    Normal, IL
    Beans
    505
    Distro
    Ubuntu

    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

    i must say this was far easier than compiling the driver. thank you dep you saved me much frustration.
    -ASUS U46: Intel Core I5(Sandy Bridge) 8 gb Ram, Integrated Graphics card. Currently running Ubuntu 13.04(64bit)

  7. #17
    Join Date
    Mar 2009
    Beans
    9
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    For anyone with Intel's onboard (ICH9) such as I've got on a dv4-1117ca, find and follow soundcheck's alsa upgrade script and add the following lines to your /etc/modprobe.d/alsa-base

    options snd-hda-intel model=hp-dv5
    options snd-hda-intel enable_msi=1

    I'm guessing that the dv5 line should work for most dv4, dv5 and dv7 laptops to fix the connector recognition issues. I can confirm that the headphone outputs on both the laptop and my HP QuickDock work properly, haven't played with the digital outs yet.

  8. #18
    Join Date
    Mar 2009
    Beans
    2

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

    @topcorder
    dude i have the same laptop...my laptop speakrs are still not working,though sound is coming out of the headphone jack...despite trying al these settings...can u give me de exact copy of ur alsa config file and also which driver version of alsa you using?

  9. #19
    Join Date
    May 2007
    Beans
    56
    Distro
    Ubuntu 10.04 Lucid Lynx

    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
    hello dep,

    not working on my Compaq Presario CQ40-340TU please help

  10. #20
    Join Date
    Feb 2009
    Beans
    3

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

    [SOLVED] HP Pavilion dv4-1220us no sound, error compiling alsa snapshot. Issues with "include/config1.h.in" and "no makefile."

    I'm just a linux newb, and I've been havin' issues for a while with sound on my HP laptop. Finally, I read this thread, compiled the driver, added "options snd_hda_intel model=hp-dv5," and sound worked. Then, however, after a month, after a new update, sound stopped working. I formatted my partition, so I could not roll back anything even if I knew how to. But I have sound working again, and here's how (I don't know if all these steps are necessary):

    First, I went to the synaptic package manager, typed in gcc, right-clicked and "marked for complete removal."

    Then I tried some older compilers, and think I settled on this one: http://packages.debian.org/etch/gcc-3.4

    The dependencies are listed at the top of the page, the package itself downloadable at the bottom of the page (AMD64). Some of the dependencies have dependencies, too. Be sure to install all the dependencies and their dependencies, in order. Choose to open with gdebi package installer.

    Then, I had to go back to synaptic, and add install gcc. Next, I had to go to the update manager and update three 3.4 compiler packages to newer versions. (These last two steps make have been performed in reverse order).

    Finally, I used a different snapshot from the same source: ftp://ftp.kernel.org/pub/linux/kerne...napshot.tar.gz

    I followed the steps from the first post after this point, and everything worked.

    Just a pointer to other newbs, I downloaded the file to my desktop, extracted it there, went to places, home folder. I created a folder named compiled. I opened the compiled folder, and created a folder named alsa. I renamed the folder I extracted to my desktop to "alsa-driver." I then dragged it into the alsa folder I created. Then, I deleted the zipped version I downloaded. Then I went to applications, accessories, terminal. Typed in "cd compiled/alsa/alsa-driver." Then you ctrl+C from the first post and ctrl+SHIFT+V into your terminal, one step at a time (don't include the "#>"). Always use SHIFT when copying or pasting inside the terminal.

    Good luck.

    I figure someone will come by and tell me that much of this was not necessary. Oh well.

Page 2 of 13 FirstFirst 123412 ... LastLast

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
  •