Linux: How to set Alsa driver according to Laptop Model
Edit the file :
/etc/modprobe.d/alsa-base # UBUNTU
To include this line at the end :
options snd-hda-intel model=vaio
See Sound Card Model
cat /proc/asound/card0/codec#* | grep Codec
Unload/Load the snd driver
modprobe -r snd-usb-audio modprobe snd-usb-audio
Login
0 Comments
Oldest