-
Notifications
You must be signed in to change notification settings - Fork 0
RTL8822BE 802.11a b g n ac WiFi adapter
Status
: SOLVED, reliable solution
Reason
: outdated drivers and/firmware for RTL8822BE
Notable
: NetworkManager configuration may require a change to fix.
Vendor
: Realtek Semiconductor Co., Ltd.
Product
: RTL8822BE 802.11a/b/g/n/ac WiFi adapter
Kernel
: 5.x Linux
Distro
: Multiple
Analysis
: No real resolvable problem was found, this is a bug.
Solution
: Download and compile of latest RTL drivers for Linux.
Notable
: Author Larry Finger is mentioned on kernel.org
Github
: RTLwifi_new drivers for Linux
ReadME
: at the bottom of this README is the installation procedure for the RTL8822BE module.
RTL8822BE
: RLT8822BE specific github repository
get ready
: cd /usr/src/
clone git
: git clone http://github.com/lwfinger/rtlwifi_new.git -b rtw88
change to
: cd rtlwifi_new
make code
: make -j8
installit
: make install
now go to the verification
section below
after kernel upgrade perform the below
assuming you do use /usr/src
cd /usr/src/rtlwifi_new
git pull
make -j8
make install
command
ip link set wlan0 up
should throw no error
known error
: RTNETLINK answers: Operation not permitted
know fix
: if it does throw theknown erro
r check the 'fix for known error(s)' below.
observed issue
: RTNETLINK answers: Operation not permitted
solution status
: reliable solution
solution source
: rtfm
error solution
: edit /etc/NetworkManager/NetworkManager.conf
, set value to true
[ifupdown]
managed=true
related error
: SIOCSIFFLAGS: Operation not permitted
visit the issue tracker on the rtlnew github page
command
dmesg -T | grep rtl
(as root or through sudo) to observe the behavior of module and firmware loadingcommand
ip link
to observe if the wireless interface becomes available (means the module initialized successfully)
observed issue
: halmac_init_hal failed
solution status
: does not work, uncertain of relevance
solution source
: rtlnew issue
error solution
: create /etc/modprobe.d/rtl8822be.conf
and the below line as content
options rtl8822be aspm=0
note on issue
: this observed issue
is remediated with the fix for known error(s)
welcome to the blues, commandline.be at your service