You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Network icon appears disconnected

Author (Read 13314 times)

0 Members and 1 Guest are viewing this topic.

Network icon appears disconnected
« Reply #1 on: May 20, 2023, 06:45:48 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
The Network icon appears disconnected in some instances, especially in virtual machines.

The fix:

Code: [Select]
sudo exo-open /etc/netplan/01-netcfg.yaml
or:

Code: [Select]
sudo mousepad /etc/netplan/01-netcfg.yaml
Your file may look similar to this:

Code: [Select]
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    enp0s3:
      dhcp4: yes

change it to:

Code: [Select]
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd

so, remove the last 3 lines.

Reboot.

Don't do this if your network icon appears normally, yet you still have the additional 3 lines in the above mentioned file. Leave it as is.

Fixed in Linux Lite 6.6
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section