lwfinger

Results 794 comments of lwfinger

You do realize that you have provided too little information for me to help you.

Realtek tends to derive all of their USB drivers from the same database, which leads to namespace conflicts of exactly the form you mention when having them built into the...

The in-kernel version of that driver does not use cfg80211. You will need to implement the v4.1.8_9499 branch of this repo to get that capability.

The kernel APIs change from time to time. An out-of-kernel driver such as this needs to be able to test the kernel version and change the code appropriately. That is...

That was what I was about to suggest. Of course, stale repos probably will not build with the latest kernels!

I have not been maintaining that branch. If you can fix it great, otherwise, it will be a few days until I can get to it.

The frame size warning comes from the statement "u8 buf[MAX_BSSINFO_LEN], *pbuf;", and is due to that large array on the stack. The fix is not difficult, but it is tricky....

The critical test is 'ls /lib/modules/$(uname -r)/build'. The resulting output MUST show a directory named "include".

I just checked with openSUSE Tumbleweed with NetworkManager controlling the device. My wpa_supplicant version is 2.6. It works with WPA2. I do not know what the problem is, but I...

And how are you controlling the network?