Why did Deepin remove the Wi-Fi UI input, and what are the recommended ways to connect to Wi-Fi without it? #182268
-
Select Topic AreaQuestion BodyHi everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Deepin didn’t remove Wi-Fi itself. Main Reasons may be -Missing network UI package -Upgrade via terminal instead of Deepin updater -Control Center network module not loading -Drivers are fine, UI is broken -Basically: Wi-Fi is working, but the screen to control it is gone. you can try this: Restore the Wi-Fi UI (Recommended) following was a some bash commandas that usually fixes everything
Then restart your system.
-Wi-Fi icon |
Beta Was this translation helpful? Give feedback.
-
|
Hi @MouadELouichouani , Thanks for being a part of the GitHub Community, we're glad you're here! If you're looking for help for this specific topic, you might want to try asking for help somewhere that focuses on this project, such as this one. It's possible that another GitHub user might have run into this same issue and can help, but the GitHub Community on Discussions focuses primarily on topics related to GitHub itself or collaboration on project development and ideas. We want to make sure you’re getting the best support you can, but this space may not be the right place for this particular topic. Best of luck! |
Beta Was this translation helpful? Give feedback.
Deepin didn’t remove Wi-Fi itself.
The problem is with the UI (graphical interface), not the Wi-Fi backend.
Main Reasons may be
-Missing network UI package
After system updates or upgrades, the Wi-Fi dialog package (dde-network-dialog) can be missing.
-Upgrade via terminal instead of Deepin updater
Using apt upgrade sometimes skips important UI components.
-Control Center network module not loading
So it looks like Wi-Fi is “not supported”, even though it works in background.
-Drivers are fine, UI is broken
That’s why the old Wi-Fi stays connected, but you can’t change networks.
-Basically: Wi-Fi is working, but the screen to control it is gone.
you can try this: Restore the Wi-Fi UI (Rec…