我的主板是技嘉 ga-g1975x-c,带有集成音频“Creative Sound Blaster Live 24-bit”。
我已经安装了 Ubuntu 10.10,但是根本没有声音。
Alsa 驱动程序已安装。
经过长时间的搜索,我终于找到了如何使声音正常工作的方法。
/etc/modprobe.d/alsa-base.conf:
options snd-ca0106 subsystem=0x10121102 //i have added this line and restart
重新启动后,我的扬声器和麦克风工作正常。
也许有人知道适合我的声卡的不同/更好的子系统代码???
答案1
sudoedit /etc/modprobe.d/alsa-base.conf
更改或添加以下行:
options snd-ca0106 subsystem=0x10121102
你的声音就可以正常工作了。