Skip to content

Linux: How to set Alsa driver according to Laptop Model

cpx October 28, 2008 1 min read GNU/Linux

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

Be the first to comment

protected · no tracking

0 comments