02-14-2014, 03:52 PM
(This post was last modified: 02-14-2014, 04:08 PM by shaggytwodope.)
The contents of the file alsa-base.conf.save
Is made up of items you do not need, most likely saved from using some text editor, (the .save part)
(it's also an exact duplicate of alsa-base.conf )
Let us remove this file entirely typing this into a terminal:
Now proceed to attempt loading the module:
Please report back on success or failure, and we can try a few other steps if need be. You may need to reboot to make reloading things easier.
Code:
options snd-hda-intel model=dell-headset-multi
sudo alsa force-reload
sudo gedit /etc/modprobe.d/alsa-base
options snd-hda-intel dell-headset-multi
killall pulseaudio
sudo alsa force-reload
pulseaudio -D
G
^G
^X
Is made up of items you do not need, most likely saved from using some text editor, (the .save part)
(it's also an exact duplicate of alsa-base.conf )
Let us remove this file entirely typing this into a terminal:
Code:
sudo rm /etc/modprobe.d/alsa-base.conf.save
Now proceed to attempt loading the module:
Code:
sudo modprobe snd_hda_intel
Please report back on success or failure, and we can try a few other steps if need be. You may need to reboot to make reloading things easier.