$ aplay -l
aplay: device_list:235: 找不到音效卡…
这个问题折腾了俺一个多小时。
解决方案:
$ sudo gedit /etc/modprobe.d/alsa-base.conf
最下面增加此行:
options snd-hda-intel: model=gateway
$ sudo apt-get remove oss4-base oss4-gtk
$ sudo apt-get install --reinstall alsa-utils alsa-oss alsa-base libasound2 libasound2-plugins linux-sound-base gstreamer0.10-alsa
重启系统即可听见声音了。