clnhub / rtl8192eu-linux

Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
452 stars 91 forks source link

My system crashes 5.11.2-arch1-1/TL-WN822N #35

Closed jaderebrasil closed 3 years ago

jaderebrasil commented 3 years ago

I tried hard but I have no idea what to do.

I have TL-WN822N and I was using this driver for quite a while. But recently, since I reinstalled my Arch Linux, now with 5.11.2-arch1-1 kernel, when I use load 8192eu module, everything freezes.

ip a, dkms remove, rmmod, nothing related to the network works.

When I try to run something, everything is stopped and even waiting a lot, nothing happens.

I don't know much about it, but I think it may be something with the kernel that is incompatible. I don't know if anyone has tried to run this driver on 5.11.

eugeneBecker commented 3 years ago

I tried hard but I have no idea what to do.

I have TL-WN822N and I was using this driver for quite a while. But recently, since I reinstalled my Arch Linux, now with 5.11.2-arch1-1 kernel, when I use load 8192eu module, everything freezes.

ip a, dkms remove, rmmod, nothing related to the network works.

When I try to run something, everything is stopped and even waiting a lot, nothing happens.

I don't know much about it, but I think it may be something with the kernel that is incompatible. I don't know if anyone has tried to run this driver on 5.11.

Just install LTS kernel. sudo pacman -S linux-lts linux-lts-headers

jaderebrasil commented 3 years ago

I tried hard but I have no idea what to do. I have TL-WN822N and I was using this driver for quite a while. But recently, since I reinstalled my Arch Linux, now with 5.11.2-arch1-1 kernel, when I use load 8192eu module, everything freezes. ip a, dkms remove, rmmod, nothing related to the network works. When I try to run something, everything is stopped and even waiting a lot, nothing happens. I don't know much about it, but I think it may be something with the kernel that is incompatible. I don't know if anyone has tried to run this driver on 5.11.

Just install LTS kernel. sudo pacman -S linux-lts linux-lts-headers

Oh, I didn't even think about it. Thanks! This worked perfectly.