P503有兩個音效卡(一個顯示卡,一個是真正的音效卡),常常要搶,實在很麻煩。
我去查了alsa與ArchLinux的WIKI:https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture
做了總整理….
1.先用lspci -k查詢音效卡(Multimedia audio controller之類的)與顯示卡(NVIDIA那邊有個Audio Device之類的)使用的kernel modules。
2.請用vi建立這個檔案:
/etc/modprobe.d/alsa-base.conf
options 音效卡使用的kernel modules index=0
options 顯示卡使用的kernel module index=1
3.重新開機。