Skip to content

Instantly share code, notes, and snippets.

@notsobad
Created July 14, 2020 03:27
Show Gist options
  • Save notsobad/fc6e9ac6aa2fefb00b211dfe3c0889fd to your computer and use it in GitHub Desktop.
Save notsobad/fc6e9ac6aa2fefb00b211dfe3c0889fd to your computer and use it in GitHub Desktop.
# https://askubuntu.com/questions/1049302/wired-ethernet-not-working-ubuntu-18-04
# ubuntu 18.04 桌面版,发现每次重启后,有线网络是off的状态,需要点击connect,才能连接,查了下,有不少人遇到同样问题,下面这个方法可以解决问题
service network-manager stop
rm /var/lib/NetworkManager/NetworkManager.state
service network-manager start
@notsobad
Copy link
Author

notsobad commented Aug 4, 2020

发现另外一个现象:我有个usb hub,上面接了键盘和一个usb网卡,发现如果接上hub,重启系统,会只启用usb网卡的网络,机器的有线网络不会连接

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment