Announcement

Collapse
No announcement yet.

Sound Not Working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sound Not Working

    I was updating kubuntu from kpackagekit when something happened and the computer restarted itself. The sound now doesnt work and im receiving a slew of errors. whenever i get into the sound app it says that its waiting for the sound system to respond. When i tried to go back into kpackagekit it said that an unknown error occured and asked me if i wanted to ignore these devices and had a bunch of devices on it. Someone help?

    #2
    Re: Sound Not Working

    Likely need to complete the upgrade and all should be good.

    Open Konsole and give these two best friends of a failed upgrade a try...
    Code:
    sudo apt-get -f install
    and
    Code:
    sudo dpkg --configure -a
    Then either run
    Code:
    sudo apt-get dist-upgrade
    or try kpackagekit again.

    Comment

    Working...
    X