Quote Originally Posted by temporos View Post
Unfortunately, neither of these solutions worked for me. I can record sounds in the "Sound Recorder" application, but not in Skype. I tried using the PulseAudio and GNOME ALSA Mixer, but neither worked. Any other suggestions?
Try this. Try this. Use a terminal="Applications->Accessories->Terminal"
Enter these commands, one line at a time:
Code:
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
sudo apt-get update
sudo apt-get install linux-alsa-driver-modules-$(uname -r)
Reboot.