lwfinger

Results 794 comments of lwfinger

You need to get a driver that works for that device. The 8188eu driver won't work - it doesn't even know how to read the EEPROM, which is a very...

Your system has failed the test "if (mac_id >= 0 && mac_id < macid_ctl->num)", which triggers a warning. I have no idea what that means other than warnings are usually...

My search says that the USB ID for that device is 0x2357:0x0111. Can you confirm that? As you are new to Linux, what version of Manjaro are you using, and...

You do not need to post a photo to verify that the USB ID matches the one I stated. When it disconnects, it should leave a record in the output...

That was correct. Reason 2 for disconnect means "Previous authentication no longer valid". I have no idea how that happens. How close to your AP is the computer? Is it...

You are using the wrong branch. The master branch is built for the wireless extensions. To use the cfg80211/nl80211 commands, you need to use the v5.2.2.4 branch. From the directory...

No, installing this one overwrites the other. One possibility is that the USB ID for your device is in the tables for the master branch, but not in v5.2.2.4. To...

No, that USB ID is a bogus one. That piece of hardware is probably broken. Code 0bda:f179 is a Realtek RTL8188FU. The driver was missing a critical piece for that...

I do not either, and I do not have a device like yours. I have already spent entirely too much money equipping myself with lots of USB sticks, and I'm...

I added this USB ID based on what someone told me, but I could not test. Try the driver at https://github.com/kelebek333/rtl8188fu. That driver has worked for others.