If you are having audio issues (no sound, no mic), the first thing to do is check the volumes in KMix (the little speaker in the panel at the bottom right of your screen). See the second post in this thread for more. Also: you may need to enable additional channels in KMix -> Settings.
If that doesn't help, there is a nice Howto here (you issue may be addressed there):
https://wiki.kubuntu.org/DebuggingSo.../KarmicCaveats
What follows here is my fix, which might help you. It basically consists of using latest sound components (Alsa and Pulse). My specific problem was: only KDE applications had audio (I had this problem on and off since Jaunty). Other applications, such as VLC, Firefox, they were all muted. Here is what worked for me:
1. Upgrade Alsa. From the wiki:
2. Reboot. If the problem is solved, just don't do anything else. Otherwise:
3. Install latest Pulseaudio from Daniel Chen's ppa. In a konsole type:
4. Log out and in, and Open System Settings -> Multimedia, and choose Pulse at the top of the list in all Categories. You may need to use pavucontrol (in the Multimedia Menu) to adjust some Pulse settings.
5. (Optional, only use it if needed). Sometimes, Pulse mutes itself for a particular user in my computer. Let the user run this in a new konsole session, in order to recreate the pulse settings:
I hope this helps other people. Cheers!
-- Leo
Credits:
https://wiki.kubuntu.org/DebuggingSo.../KarmicCaveats
http://drowninginbugs.blogspot.com/2...io-in-910.html
https://bugs.launchpad.net/ubuntu/+s...ib/+bug/396558
If that doesn't help, there is a nice Howto here (you issue may be addressed there):
https://wiki.kubuntu.org/DebuggingSo.../KarmicCaveats
What follows here is my fix, which might help you. It basically consists of using latest sound components (Alsa and Pulse). My specific problem was: only KDE applications had audio (I had this problem on and off since Jaunty). Other applications, such as VLC, Firefox, they were all muted. Here is what worked for me:
1. Upgrade Alsa. From the wiki:
Install the "linux-backports-modules-alsa-karmic-generic" package (or "linux-backports-modules-alsa-karmic-server" for Ubuntu Server edition). For changes to take effect, you must reboot your system afterwards.
3. Install latest Pulseaudio from Daniel Chen's ppa. In a konsole type:
Code:
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa sudo apt-get update sudo apt-get install pulseaudio pavucontrol
5. (Optional, only use it if needed). Sometimes, Pulse mutes itself for a particular user in my computer. Let the user run this in a new konsole session, in order to recreate the pulse settings:
Code:
rm -rf .pulse* killall pulseaudio
-- Leo
Credits:
https://wiki.kubuntu.org/DebuggingSo.../KarmicCaveats
http://drowninginbugs.blogspot.com/2...io-in-910.html
https://bugs.launchpad.net/ubuntu/+s...ib/+bug/396558
Comment