mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Add aditional information.
This commit is contained in:
parent
73cf6c67b0
commit
230ca28084
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/bash
|
||||
# Workaround for RT8822BE wireless cards wifi issue when using the new rtwpci driver.
|
||||
# You need to blacklist the following modules: rtwpci rtw88 r8822be (if installed).
|
||||
# See blacklist.conf example at https://github.com/Edu4rdSHL/linuxscripts/blob/master/etc/modprobe.d/blacklist.conf
|
||||
|
||||
if [[ "$UID" -ne 0 ]]; then
|
||||
echo "You need to run the script as root."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue