Po instalacji lubuntu 16.10 alternative mam problem ze zmuszeniem network-managera do obsługi sieci.
Wyedytowałem /etc/interfaces zostawiając tylko lo, za inną sugestią próbowałem w NetworkManager.conf
zmienić false na true, nadal nici. Nie znalazłem w sieci takiego problemu
Kod: Zaznacz cały
a@a-lubuntu:~$ nmcli d
DEVICE TYPE STATE CONNECTION
enp3s0 ethernet unmanaged --
enx582c80139263 ethernet unmanaged --
lo loopback unmanaged --
a@a-lubuntu:~$ nmcli n
enabled
a@a-lubuntu:~$ nmcli c
NAME UUID TYPE DEVICE
Huawei 0f73bf15-18ec-472a-91a0-0bb4602b0530 802-3-ethernet --
WD 36142c1a-f46a-4e82-97f6-cc659898d29d 802-3-ethernet --
a@a-lubuntu:~$ ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 3264 bytes 241408 (241.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3264 bytes 241408 (241.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
etc/network/interfaces pisze: # This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
Help, pls.etc/NetworkManager/NetworkManager.conf pisze:[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=true
xnx