Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35

Thread: No Sound in Ubuntu 10.04

  1. #11
    Join Date
    Sep 2010
    Location
    Jackson nj
    Beans
    21
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Sound in Ubuntu 10.04

    This solution is not working for me. it worked in the past but i just did a fresh reinstall , and i have no sound. when I run this command this time i get the following

    howard@howard-laptop:~$ sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
    Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 4E9F485BF943EF0EABA10B5BD225991A72B194E5
    gpg: requesting key 72B194E5 from hkp server keyserver.ubuntu.com
    gpg: key 72B194E5: "Launchpad Ubuntu Audio Dev team PPA" not changed
    gpg: Total number processed: 1
    gpg: unchanged: 1
    howard@howard-laptop:~$ sudo apt-get update
    Hit http://archive.ubuntu.com lucid Release.gpg
    Ign http://archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
    Hit http://archive.ubuntu.com lucid-updates Release.gpg
    Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
    Hit http://archive.ubuntu.com lucid-security Release.gpg
    Ign http://archive.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
    Hit http://archive.ubuntu.com lucid-proposed Release.gpg
    Ign http://archive.ubuntu.com/ubuntu/ lucid-proposed/restricted Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-proposed/main Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-proposed/multiverse Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-proposed/universe Translation-en_US
    Hit http://archive.ubuntu.com lucid-backports Release.gpg
    Ign http://archive.ubuntu.com/ubuntu/ lucid-backports/restricted Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-backports/main Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-backports/multiverse Translation-en_US
    Ign http://archive.ubuntu.com/ubuntu/ lucid-backports/universe Translation-en_US
    Hit http://archive.ubuntu.com lucid Release
    Hit http://archive.ubuntu.com lucid-updates Release
    Hit http://archive.ubuntu.com lucid-security Release
    Hit http://archive.ubuntu.com lucid-proposed Release
    Hit http://archive.ubuntu.com lucid-backports Release
    Hit http://archive.ubuntu.com lucid/main Packages
    Hit http://archive.ubuntu.com lucid/restricted Packages
    Hit http://archive.ubuntu.com lucid/main Sources
    Hit http://archive.ubuntu.com lucid/restricted Sources
    Hit http://archive.ubuntu.com lucid/universe Packages
    Hit http://archive.ubuntu.com lucid/universe Sources
    Hit http://archive.ubuntu.com lucid/multiverse Packages
    Hit http://archive.ubuntu.com lucid/multiverse Sources
    Hit http://archive.ubuntu.com lucid-updates/main Packages
    Get:1 http://ppa.launchpad.net lucid Release.gpg [316B]
    Ign http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/ lucid/main Translation-en_US
    Hit http://archive.ubuntu.com lucid-updates/restricted Packages
    Hit http://archive.ubuntu.com lucid-updates/main Sources
    Hit http://archive.ubuntu.com lucid-updates/restricted Sources
    Hit http://archive.ubuntu.com lucid-updates/universe Packages
    Hit http://archive.ubuntu.com lucid-updates/universe Sources
    Hit http://ppa.launchpad.net lucid Release
    Hit http://archive.ubuntu.com lucid-updates/multiverse Packages
    Hit http://archive.ubuntu.com lucid-updates/multiverse Sources
    Hit http://archive.ubuntu.com lucid-security/main Packages
    Hit http://archive.ubuntu.com lucid-security/restricted Packages
    Hit http://ppa.launchpad.net lucid/main Packages
    Hit http://archive.ubuntu.com lucid-security/main Sources
    Hit http://archive.ubuntu.com lucid-security/restricted Sources
    Hit http://archive.ubuntu.com lucid-security/universe Packages
    Hit http://archive.ubuntu.com lucid-security/universe Sources
    Hit http://archive.ubuntu.com lucid-security/multiverse Packages
    Hit http://archive.ubuntu.com lucid-security/multiverse Sources
    Hit http://archive.ubuntu.com lucid-proposed/restricted Packages
    Hit http://archive.ubuntu.com lucid-proposed/main Packages
    Hit http://archive.ubuntu.com lucid-proposed/multiverse Packages
    Hit http://archive.ubuntu.com lucid-proposed/universe Packages
    Hit http://archive.ubuntu.com lucid-backports/restricted Packages
    Hit http://archive.ubuntu.com lucid-backports/main Packages
    Hit http://archive.ubuntu.com lucid-backports/multiverse Packages
    Hit http://archive.ubuntu.com lucid-backports/universe Packages
    Fetched 316B in 5s (56B/s)
    Reading package lists... Done
    howard@howard-laptop:~$ sudo apt-get install linux-alsa-driver-modules-$(uname -r)
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package linux-alsa-driver-modules-2.6.32-27-generic

  2. #12
    Join Date
    Dec 2010
    Beans
    1

    Re: No Sound in Ubuntu 10.04

    really thnx for that last solution, it worked! i got my sound back. but thing is since i upgraded alsa from 1.0.21 to 1.0.23, the kazam screencaster is not letting me save the videos with audio... any thoughts on this one? i apreciate!

  3. #13
    Join Date
    Jan 2011
    Beans
    1

    Re: No Sound in Ubuntu 10.04

    Quote Originally Posted by atreides8081 View Post
    Try:

    Code:
    sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
    sudo apt-get update
    sudo apt-get install linux-alsa-driver-modules-$(uname -r)
    and reboot.

    (it worked for me on a sony vaio.)

    its worked for HP G62 also

  4. #14
    Join Date
    Feb 2011
    Beans
    2

    Re: No Sound in Ubuntu 10.04

    I was wondering why there is no sound in 10.04 on my Dell XPS 8300 and your post helped me. Thank you.

  5. #15
    Join Date
    Feb 2011
    Beans
    3

    Question Re: No Sound in Ubuntu 10.04

    Quote Originally Posted by atreides8081 View Post
    Try:

    Code:
    sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
    sudo apt-get update
    sudo apt-get install linux-alsa-driver-modules-$(uname -r)
    and reboot.

    (it worked for me on a sony vaio.)
    Had it not been for instructions like these, I'd been on a wild goose chase. Thanks to you I now have the sound back on, on my Sony Vaio Z690. There however seems to be a permanent problem with automatic updates where, after each update the hardware drivers are removed, i.e. I don't find any hardware listed under "Sound Preferences".
    Any ideas about what I can do about this issue?

    Thanks in advance.

  6. #16
    Join Date
    Feb 2011
    Location
    Belgium
    Beans
    11
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Sound in Ubuntu 10.04

    This did the thing for me for Ubuntu 10.04 on my HP G62 laptop

    Code:
    ~$ sudo aptitude update
    ~$ sudo aptitude install linux-backports-modules-alsa-lucid-generic
    and reboot!

    (found the solution here: http://www.uluga.ubuntuforums.org/sh....php?t=1570060)

  7. #17
    Join Date
    Mar 2011
    Beans
    33

    Re: No Sound in Ubuntu 10.04

    Hi,

    I have an Asus N82J and I don't have sound. I try everything recommended above and nothing work. Can someone give me clue please?
    Thank you very much

    Etienne

  8. #18
    Join Date
    Mar 2011
    Beans
    33

    Re: No Sound in Ubuntu 10.04

    sorry double post
    Last edited by etiennenoel; March 1st, 2011 at 05:32 PM. Reason: sorry double post

  9. #19
    Join Date
    Dec 2008
    Location
    chennai,INDIA
    Beans
    3
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Sound in Ubuntu 10.04

    @atreides8081

    dude you rock.. it worked for me too, thanks

  10. #20
    Join Date
    Aug 2011
    Beans
    2

    Re: No Sound in Ubuntu 10.04

    Quote Originally Posted by atreides8081 View Post
    Try:

    Code:
    sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
    sudo apt-get update
    sudo apt-get install linux-alsa-driver-modules-$(uname -r)
    and reboot.

    (it worked for me on a sony vaio.)
    i registered on here just to post this reply
    thanks for this atriedes8081 for posting this fix i've had no sound since i upgraded from 9.04. i tried all sorts and was on the verge of restarting.

    i was so simple to paste your commands in the terminal one line at a time and reboot.

    sound works fine now once again thanks

Page 2 of 4 FirstFirst 1234 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
  •