You are not logged in.
Pages: 1
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
Thanks in advance!
Offline
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
Pages: 1