How to override module blacklist in /lib/modprobe.d?
Hi, I'm trying to figure out how to persist an override of the blacklist for mt76x2u in /lib/modprobe.d/xone.conf. I understand why it is there, but I don't use an xbox controller, and do have a Panda usb wifi adapter that need the mt76x2u module loaded. I have tried adding a file to /etc/modprobe.d called 99-mt76x2u.conf containing the line: install mt76x2u /sbin/modprobe --ignore-remove mt76x2u $CMDLINE_OPTS. And a file in /etc/modules-load.d called 99-mt76x2u.conf with the line mt76x27. Tried many variations, but none seem to work on reboot. I can however modprobe the module and it will load and work. Is there a way to get it to work on boot?