Results 1 to 3 of 3

Thread: Is Your Sound Not Working in 9.10, well have I got the solution for you!

  1. #1
    Join Date
    Aug 2007
    Location
    idaho
    Beans
    394
    Distro
    Ubuntu 13.04 Raring Ringtail

    Is Your Sound Not Working in 9.10, well have I got the solution for you!

    First of all after searching the forums for my sound card and why it did not show up after my laptop went into suspend, sleep or hibernate. I stumbled on to this thread:

    HTML Code:
    http://ubuntuforums.org/showthread.php?t=1296221
    Where I was subsequently lead to the Ubuntu Help webpage on Sound Troubleshooting:

    HTML Code:
    https://help.ubuntu.com/community/SoundTroubleshooting
    then it lead me to git.alsa-project.org the specific web page is here:

    HTML Code:
    http://git.alsa-project.org/?p=alsa-kmirror.git
    where I noticed that they are going to remove the suspending of the sound card by the system when ever your pc/laptop enters sleep, suspend or hibernate.

    So then I remembered back to when I was having problems with my sound card for 9.04 and then it hit me about the alsa-base.conf file and how it has the lines about the sound card being configured to suspend whenever my laptop enters sleep, suspend or hibernate and so I entered this command into the terminal:

    Code:
    gksudo gedit /etc/modprobe.d/alsa-base.conf
    I commented out these configuration lines in the file:

    Code:
    # Power down HDA controllers after 10 idle seconds
    # options snd-hda-intel power_save=10 power_save_controller=N
    Next I went back to this web page and found out how to not only reload my sound card but make it so that every time I boot, reboot or wake my computer from its sleep modes that the sound driver is always loaded:

    HTML Code:
    http://ubuntuforums.org/showthread.php?t=1296221
    First I entered this into the command line (or terminal) to reload my driver.

    Code:
    sudo alsa force-reload
    Second I entered this command to find my driver which is found by using this command:

    Code:
    lspci -v
    Then I added my driver to a new line at the bottom of the /etc/modules file you access it with the terminal using this command:

    Code:
    gksudo gedit /etc/modules
    Finally I rebooted (WHICH IS A MUST) in order to get my sound to work properly.

    Now I can Listen to Rhythm Box, VLC, Games and Streaming web content with ease.

    jmate24--
    Last edited by jmate24; January 25th, 2010 at 07:41 PM. Reason: | less in lspci does not work in 9.10
    If Ubuntu had 31 flavors then we could call it Baskin' Ubuntu.

  2. #2
    Join Date
    Jul 2007
    Location
    San Francisco
    Beans
    16
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Is Your Sound Not Working in 9.10, well have I got the solution for you!

    Then I added my driver to a new line at the bottom of the /etc/modules file you access it with the terminal using this command:
    How is this supposed to look? I see my sound card with all sorts of data. Do I include it all or just the driver name?

    Thanks

  3. #3
    Join Date
    Aug 2007
    Location
    idaho
    Beans
    394
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Is Your Sound Not Working in 9.10, well have I got the solution for you!

    just the name.

    snd-hda-intel is my driver name.

    snd-viaxxxx is another type of driver name where xxxx is the chipset number? i think.

    jmate24--
    Last edited by jmate24; December 22nd, 2009 at 06:49 AM. Reason: incomplete
    If Ubuntu had 31 flavors then we could call it Baskin' Ubuntu.

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
  •