You are not logged in.

#1 2015-05-02 22:36:26

GeneMarston
Member
Registered: 2014-07-29
Posts: 8

snd_hda_intel module won't go away

So I have this going on in my system:

# cat /proc/asound/modules
0 snd_virtuoso
1 snd_hda_intel

And it randomly changes order upon reboot and my sound stops working. So I read up on wiki, and create /etc/modprobe.d/alsa-base.conf:

options snd_virtuoso index=0
options snd_hda_intel index=1

Except for my system completely ignores it. Okay, let's do away with module in it's entirety, right?
/etc/modprobe.d/modprobe.conf
/etc/modprobe.d/blacklist.conf

blacklist snd_hda_intel
install snd_hda_intel /bin/false
blacklist snd_hda_controller
blacklist snd_hda_codec
blacklist snd_hwdep

I rebuilt mkinitcpio... And it still LOADS!!! Guys, I am desperate, please help! I know I can still make a custom kernel with makenconfig but that seems a little bit too drastic. I just want my sound sad Thanks in advance!

Offline

#2 2015-05-02 22:51:14

GeneMarston
Member
Registered: 2014-07-29
Posts: 8

Re: snd_hda_intel module won't go away

Okay, case closed, it seems it didn't like my symlinks to said configs which were actually in ~/.dotfiles, you have to have real files in /etc/modprobe.d/

Offline

Board footer

Powered by FluxBB