coolshou/rtl8814au

modules not loading with the latest fedora kernel (5.4.14-200.fc31.x86_64)

em2xav opened this issue · 2 comments

The latest fedora kernel (5.4.14-200.fc31.x86_64+debug) would not load the module.
Last known good kernel (5.4.12-200.fc31.x86_64) with working wireless

Attached is the compile error/warning output:
make.log

Attached is the dmesg output:
dmesg.log

OK, this is selinux problem. This are the steps I used to resolved the problem under fedora ver 31

  1. setenforce 0
  2. remove the wireless usb hardware, then plug back in
    3.grep 8814 /var/log/audit/audit.log | audit2allow -M wireless0
  3. semodule -i wireless0.pp
  4. setenforce 1
  5. reboot the linux

think you for sharing selinux setting step.