I am having an issue with this driver -- when used, the wireless device seems to be missing (it does not show when I run networkctl or iwctl). Furthermore, it causes my computer to hang on shutdown/reboot.
git clone https://github.com/lwfinger/rtl8192ee.git
cd rtl8192ee
make all
sudo make install
echo "blacklist rtl8192ee" | sudo tee -a /etc/modprobe.d/50-blacklist.conf
echo "8192ee" | sudo tee -a /etc/modules-load.d/8192ee.conf
All of which completed successfully.
System
I am using Arch Linux with Linux Kernel version 6.5.3.
Hello,
I am having an issue with this driver -- when used, the wireless device seems to be missing (it does not show when I run
networkctl
oriwctl
). Furthermore, it causes my computer to hang on shutdown/reboot.dmesg
andjournalctl
show (the same) error regarding some buffer overflow issue.Installation
I installed the driver using
make
:All of which completed successfully.
System
I am using Arch Linux with Linux Kernel version 6.5.3.
Logs