lwfinger

Results 794 comments of lwfinger

The standard kernel has two drivers called r8188eu and rtl8xxxu that will conflict with the driver named 8188eu from my repo. You need to blacklist the standard ones. As root,...

I need the whole 'lsusb' output, at least for the Realtek line. Those numbers are important.

You do have an RTL8188EU device, but it will not be recognized by either rtl8xxxu or r8188eu. Do a 'make' and 'sudo make install' followed by a reboot. At that...

My mistake. That device was in one of my drivers, but not in the ones in this repo. Do a 'git pull', then repeat those 3 steps.

Is there anything about this in the output of the dmesg command? Your dongle is an RTL8188FU, not RTL8188EU. The master branch probably does not handle that one very well....

That looks like a dkms message. If so, you have set it up wrong; however, I do not use dkms and I have no way to help you debug it....

What do 'rfkill list' and 'iw dev' show?

You must be using the "master" branch. That one does not use mac80211, and is somewhat incompatible with some distros user space. Checkout branch v5.2.2.4 and try it.

Yes, the driver in the kernel also does not use mac80211. It needs to be replaced, but I do not have any time.

Are you compiling it withCFG80211 enabled? It may not pay any attention to rfkill. Why is that a problem?