modules not loading with the latest fedora kernel (5.4.14-200.fc31.x86_64)
em2xav opened this issue · 2 comments
em2xav commented
em2xav commented
OK, this is selinux problem. This are the steps I used to resolved the problem under fedora ver 31
- setenforce 0
- remove the wireless usb hardware, then plug back in
3.grep 8814 /var/log/audit/audit.log | audit2allow -M wireless0 - semodule -i wireless0.pp
- setenforce 1
- reboot the linux
coolshou commented
think you for sharing selinux setting step.