summarylogtreecommitdiffstats
path: root/rtw88-fixed.install
blob: 815aa4730cb07736052f778f48eaa1d830338787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  cat<<EOF

  This package blacklists in-kernel rtw88_* modules in a .conf under
  /etc/modprobe.d, but you should unload conflicting ones to use this driver
  right now:

  # rmmod rtw88_...
  And load the appropriate driver:
  # modprobe rtw_...

  See also: https://github.com/lwfinger/rtw88#important-information

EOF
}