RinCat / RTL88x2BU-Linux-Driver

Realtek RTL88x2BU WiFi USB Driver for Linux
GNU General Public License v2.0
1.19k stars 189 forks source link

Recompile issue on reboot #224

Closed canoneod closed 6 months ago

canoneod commented 6 months ago

Hi, I'm using driver in Ubuntu 20.04.6 LTS and it just works fine with my device. But whenever I reboot my PC, my device(wifi adapter) is not found and I have to recompile this repo everytime(then it recognizes the device). Does anyone went through similiar issue? What could be the possible solution to this?

RinCat commented 6 months ago

Hi, do you have something like read-only root with overlay, which will discard changes in root filesystem? You should not need to recompile it unless kernel updated.

canoneod commented 6 months ago

Hi, sorry for the late reply. I didn't have read-only root on the system, so I just assumed the problem was due to my user privilege issue. I solved by installing in super user. Thanks for the reply btw!