所以我遇到了wifi问题并决定修复它并犯了执行以下命令的愚蠢错误:
sudo apt-get install wicd
sudo apt-get purge network-manager
在这样做的过程中,我似乎失去了网络管理器的所有网络访问权限,但没有从 wicd 获得任何网络访问权限。
我意识到这是一个愚蠢的错误,那help.ubuntu说
对于 Ubuntu 18.04.1 及更高版本,不卸载 ubuntu-desktop 就无法卸载 network-manager。
所以我猜这就是我不能使用 wicd 进行网络连接的原因。我也无法访问设置菜单和其他基本功能。
我仍然可以使用 USB,所以直观地我认为我应该能够在另一台计算机上下载适当版本的网络管理器并将它们传输并运行它,但不知道如何从 Windows 正确下载。
我没有旧内核可以返回。
以下是一些重要的命令输出:
sudo iwconfig
lo no wireless extensions.
wlp1s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
-
sudo apt-get install wicd
Reading package lists... Done
Building dependency tree
Reading state information... Done
wicd is already the newest version (1.7.4+tb2-5).
The following packages were automatically installed and are no longer required:
libcolord-gtk1 libnss-myhostname libteamdctl0
Use 'sudo apt autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 5 not to upgrade.
-
wicd-cli --wireless -S
Command 'wicd-cli' not found, but can be installed with:
sudo apt install wicd-cli
在这种情况下安装网络管理器而不重新安装整个操作系统是否可行?
感谢 muru 在评论中向我描述如何解决这个问题。我将其写为答案,以便其他人很容易看到这个问题已得到解答。
由于 wicd 已经安装,我只需要访问它。建议的命令行提示:
wicd-cli
,wicd-gtk
或wicd-ncurses
.wicd-gtk
为我工作。这个提示打开了应用程序的 GUI,它会自动搜索附近的 wifi 网络。我连接到网络,然后运行命令:
这意味着我可以正常访问网络。后来我意识到有时wifi会突然中断,完全找不到附近的wifi网络。重新启动计算机似乎只能暂时解决此问题。为了永久修复它,我删除了 wicd: