Interesting. When PulseAudio is properly installed it should be the default "sound card", but on your system it clearly isn't.
This is my .asoundrc file, try it on your machine - if it works, great, if it doesn't you can easily delete it again:
Code: Select all
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
# Virtual monitor "pulse"
pcm.StereoMix {
type pulse
device alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
}
ctl.StereoMix {
type pulse
device alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
}
Copy and paste the above into a new file in your home directory, then name it ".asoundrc" (without quotes but with the leading dot).
Reboot the computer.
Then run the following and post the output:
The first command starts a simple command line program for communicating with PulseAudio.
The second command asks PulseAudio to list all recording devices.
To quite from pacmd use Ctrl+C