Results 1 to 5 of 5

Thread: Hp dv6700 no sound 10.04 please help!

  1. #1
    Join Date
    Aug 2010
    Beans
    3

    Hp dv6700 no sound 10.04 please help!

    Hi everyone, i recently installed Ubuntu 10.04 on an 2 year old hp 6700, which was running vista, and everything went smoothly, i realized my sound does not work, everything else worked out, i then found this tip and tried it out in the terminal
    sudo apt-get install linux-backports-modules

    the sound came back, only for few hours, only to find out it stopped working all
    over again. Now i dont know what else to do or try i even reinstalled
    Ubuntu and still no sound, the sound icon just has this next to it ---
    my computer is a AMD system

    Laptop Specs

    HP DV6700

    CPU: AMD Turion 64 x2 2.0ghz

    Motherboard/chipset geforce 7150/nforce 650
    ram: 3gb
    hdd: 200gb


    if you guys know anything i cound try please help, i would be truly thankful!

  2. #2
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Hp dv6700 no sound 10.04 please help!

    Try this. Using a Terminal="Applications->Accessories->Terminal"
    Open this file for editing:
    Code:
     gksudo gedit /etc/modprobe.d/alsa-base.conf
    Insert this line at the bottom:
    Code:
     options snd-hda-intel model=dell-m4-3 enable_msi=1
    Save. Close. Reboot. Check your levels in alsamixer.
    Code:
     alsamixer
    Press <F6> to select the correct soundcard.
    Press <F3> to show playback levels. <F4> selects capture levels [or use <Tab>]
    Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.
    Go to "System ->Preferences ->Sound" and make sure the correct soundcard is default and adjust your profile on the hardware tab.

    No joy? Change that previous entry to this and reboot:
    Code:
    options snd-hda-intel model=hp-dv5 enable_msi=1

  3. #3
    Join Date
    Aug 2010
    Beans
    3

    Re: Hp dv6700 no sound 10.04 please help!

    Thank you so much! That did it, i was seriously little skeptical that it would work, once i rebooted, the ubuntu startup sound came on , and the alsa mixer shows the value working. Thank you very much!

  4. #4
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Hp dv6700 no sound 10.04 please help!

    One down, a million to go.
    If you would please, mark the thread as solved using 'Thread Tools' up top.

  5. #5
    Join Date
    Nov 2007
    Beans
    2

    Lightbulb Re: Try this.

    Quote Originally Posted by lidex View Post
    No joy? Change that previous entry to this and reboot:
    Code:
    options snd-hda-intel model=hp-dv5 enable_msi=1
    This works for my HP Compaq nx6325. Thanks a lot!

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
  •