Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recreation of wlan interface is not working #241

Open
Anoncheg1 opened this issue Jan 7, 2025 · 1 comment
Open

Recreation of wlan interface is not working #241

Anoncheg1 opened this issue Jan 7, 2025 · 1 comment

Comments

@Anoncheg1
Copy link

Anoncheg1 commented Jan 7, 2025

when I do iw dev wlan0 del and

iw phy phy0 interface add wlan0 type managed addr 11:22:33:44:55:66

Interface crated, but when I try to connect to AP I get disconnect with reason = 15
With mt7601 it is working.

Gentoo 6.6.67 directly in-kernel build.

@morrownr
Copy link
Owner

morrownr commented Jan 7, 2025

Hi @Anoncheg1

With mt7601 it is working.

Mediatek's drivers are Linux Wireless Standards compliant, Realtek's out-of-kernel drivers are not. Realtek's USB support is not good at all. Your best option is to buy Mediatek based adapters but if you already have a rtl8812bu based adapter then go to the following repo:

https://github.com/lwfinger/rtw88

It is where we have been working to improve Realtek's WiFi 5 adapters with standards compliant drivers. This is a community effort, not Realtek. It is however, very good.

FYI: The Main Menu of this site is:

https://github.com/morrownr/USB-WiFi

Reading menu items 1 and 2 should be informative. The Plug and Play List shows USB WiFi adapters that are known to be plug and play on Linux but are also very good adapters.

A post that should help regard WiFi 6 adapter:

morrownr/USB-WiFi#449

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants