1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Ubuntu18.04でWifiがunmanagedになった

Posted at

Ethernetの設定をしている際にWifiを検知できなくなったため,そのときの解決方法を書きます.

余談ですが,その他の方法(ISOをCDROMにMountしてAdditional driverを入れる等)は全てうまく行きませんでした.
参考にしたのは「Unmanaged network icon - Network management disabled」です.

$ sudo emacs /etc/NetworkManager/nm-system-settings.conf
# managed=falseをmanaged=trueに変更する

# 編集終了後にRebootする
$ reboot
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?