Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: No sound in precise after kernel upgrade

  1. #11
    Join Date
    Jan 2011
    Beans
    25

    Re: No sound in precise after kernel upgrade

    same problem here except i have no sound at all through the headphones or the speakers

  2. #12
    Join Date
    Jan 2011
    Beans
    25

    Re: No sound in precise after kernel upgrade

    does any body have a solution to this
    its really hard to use ubuntu as my primary pc with idiotic problems such as this im really annoyed with the ubuntu developers first unity and now this

  3. #13
    Join Date
    Jan 2011
    Beans
    2

    Re: No sound in precise after kernel upgrade

    Hi!! you should try this https://bbs.archlinux.org/viewtopic.php?id=143572

    it works on my laptop. bye

  4. #14
    Join Date
    Jan 2011
    Beans
    25

    Re: No sound in precise after kernel upgrade

    im having trouble figuring out exactly what this guy did, could you possibly explain it to me ?

  5. #15
    Join Date
    Jan 2011
    Beans
    25

    Re: No sound in precise after kernel upgrade

    solved solved solved solved solved yyyeeeeeaaaaahhhh and the solve is easy !@!!
    first let me say i tried typing alsamixer into the terminal and unmuting the speaker and headphones but this did not work

    BUT !!! this did work
    go to the ubuntu software center download and install gnome alsa mixer then just unmute your speaks or headphones YYYEEEAAAAHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    I HAVE SOUND HALI FREAKEN LU YA

  6. #16
    Join Date
    Jan 2011
    Beans
    2

    Re: No sound in precise after kernel upgrade

    Quote Originally Posted by mattgeb84 View Post
    im having trouble figuring out exactly what this guy did, could you possibly explain it to me ?
    Open a terminal and put the next line to open alsa-base.conf

    Code:
    sudo gedit /etc/modprobe.d/alsa-base.conf
    and add the following lines at the end:

    options snd-hda-intel model=dell-m4-1

    then reboot.

    That worked for me. Hp pavilion dv6. bye

  7. #17
    Join Date
    Apr 2005
    Beans
    8

    Re: No sound in precise after kernel upgrade

    Quote Originally Posted by ShadowMage View Post
    Hi all,

    In Ubuntu 12.04, after performing an upgrade that included a kernel update, I no longer have any sound. The sound worked fine before the upgrade. Oddly enough, if I plug in headphones I do get sound through the headphones, but without them I am no longer able to get any sound from my laptop's internal speakers.

    I'm not quite sure what additional info I should provide, so here's some info to start. Please let me know if there is anything else I should add.

    Laptop: HP Pavilion DV6
    OS: Ubuntu 12.04 (Precise Pangolin) 64-bit

    $ lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)

    $ uname -r
    3.2.0-25-generic

    Many thanks in advance for any help!
    I found that updating my kernel to 3.3.4 solved this problem for me. My system is 64bit (HP DV7-2180us) and these were the directions.

    Code:
    cd /tmp && wget -O linux-headers-3.3.4_all.deb http://goo.gl/TchWu
    
    
    sudo dpkg -i linux-headers-3.3.4_all.deb
    
    
    cd /tmp && wget -O linux-headers-3.3.4-generic_amd64.deb http://goo.gl/qJcW4
    
    
    sudo dpkg -i linux-headers-3.3.4-generic_amd64.deb
    
    
    cd /tmp && wget -O linux-image-3.3.4-generic_amd64.deb http://goo.gl/arQWv
    
    
    sudo dpkg -i linux-image-3.3.4-generic_amd64.deb
    http://www.upubuntu.com/2012/05/how-...334-under.html
    Last edited by AdministratorX; June 20th, 2012 at 09:40 PM.

  8. #18
    Join Date
    Jul 2008
    Beans
    1

    Re: No sound in precise after kernel upgrade

    Quote Originally Posted by jallejo View Post
    Open a terminal and put the next line to open alsa-base.conf

    Code:
    sudo gedit /etc/modprobe.d/alsa-base.conf
    and add the following lines at the end:

    options snd-hda-intel model=dell-m4-1

    then reboot.

    That worked for me. Hp pavilion dv6. bye
    This also worked for me! Thnx

  9. #19
    Join Date
    Dec 2009
    Beans
    3

    Re: No sound in precise after kernel upgrade

    This alsa( pun intended ) worked 4 me

    Many thanks!!!

  10. #20
    Join Date
    Oct 2011
    Beans
    4

    Talking Re: No sound in precise after kernel upgrade

    Quote Originally Posted by jallejo View Post
    Open a terminal and put the next line to open alsa-base.conf

    Code:
    sudo gedit /etc/modprobe.d/alsa-base.conf
    and add the following lines at the end:

    options snd-hda-intel model=dell-m4-1

    then reboot.

    That worked for me. Hp pavilion dv6. bye



    This also worked for me!!! Thanks! HP Pavilion dv6 1100es

Page 2 of 3 FirstFirst 123 LastLast

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
  •