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

[FR] Allow switching network adapter #1184

Open
NNGB-kor opened this issue Nov 27, 2023 · 2 comments
Open

[FR] Allow switching network adapter #1184

NNGB-kor opened this issue Nov 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@NNGB-kor
Copy link

What happened?

If you remove the wifi dongle set during armbian first run and use another wifi dongle, it will be fixed to eth0 and the wifi list will not be updated.
And the wifi dongle is not recognized as wlan0, but with the name wlxxxxxxxxxxx.
I think this has changed due to Linux policy.
For example, if the name of the existing WiFi dongle was wlx123456789 and the name of the new WiFi dongle was wlx987654321.
Klipper Screen's WiFi stops working until wlx12345679 is recognized.
If device wlxxxxxx exists, can't I do a fresh search for this?

What did you expect to happen instead?

I thought that even if I change the wifi dongle, it will be detected as wlan0 and the wifi list will be updated and connection will be possible.

How to reproduce this bug?

This occurs when you install armbian jammy 6.6 kernel version and change the wifi dongle.

Additional information:

No response

Log output

null
@NNGB-kor NNGB-kor added the bug Something isn't working label Nov 27, 2023
@NNGB-kor
Copy link
Author

sudo ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
I changed the interface name to wlan0 using the command.
Luckily wifi works.
However, this operation requires a keyboard and is impossible for people who do not know Linux.

@alfrix alfrix added enhancement New feature or request and removed bug Something isn't working labels Nov 27, 2023
@alfrix
Copy link
Collaborator

alfrix commented Nov 27, 2023

switching devices during runtime is not supported at the moment

@alfrix alfrix changed the title [BUG] <title>When I change the wifi dongle it gets fixed to eth0. [FR] Allow switching network adapter Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants