The officially official Devuan Forum!

You are not logged in.

#1 2020-02-18 18:15:03

Dutch_Master
Member
Registered: 2018-05-31
Posts: 275  

Connectivity issues after recent update

Since the recent update (a few days ago) my Ascii system looses network connectivity pretty much instantly after boot. I can re-establish a network connection using the wcid widget, but before said update, my network was always connected to my LAN. After a period of inactivity, the network disconnects again, despite my settings (in wcid) to re-establish a connection when lost. The system has a Gigibyte F2A88XM-D3H mainboard, with a Realtec RTL8111/8168/8411 Gbit network chipset, no wireless.

/etc/network/interfaces:

# 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

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# This is an autoconfigured IPv6 interface
iface eth0 inet6 auto

/etc/network/NetworkManager.conf:

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

Hope this can be resolved quickly, as it's getting old now :-\

Offline

#2 2020-02-19 11:30:29

xinomilo
Unknown
Registered: 2017-07-02
Posts: 315  

Re: Connectivity issues after recent update

Dutch_Master wrote:

using the wcid widget,

/etc/network/NetworkManager.conf:

you have both wicd and NetworkManager installed? maybe try removing one of those..
also the latter should be "/etc/NetworkManager/NetworkManager.conf", right?

Offline

#3 2020-02-19 12:10:34

Dutch_Master
Member
Registered: 2018-05-31
Posts: 275  

Re: Connectivity issues after recent update

Yup, my bad, it's indeed in /etc/networkmanager.

Oddly enough, the issues I had even yesterday don't seem to manifest themselves today. However, I doubt removing either of the managers as you suggest would solve it, as it has worked flawlessly before with both installed. But thx for the suggestion anyway, should it re-occur I might ditch wcid to see if there's a conflict between the two.

Offline

#4 2020-02-19 15:38:54

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Connectivity issues after recent update

The other standard suggestion in this case is to either use one network manager or configure in /etc/network/interfaces. Not both. If it's not a laptop that travels around to different networks, you may as well ditch both network managers.

Offline

#5 2020-02-19 15:39:28

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: Connectivity issues after recent update

Note that eth0 is being controlled by ifupdown rather than NetworkManager: https://wiki.debian.org/NetworkManager# … _Unmanaged

So try replacing "allow-hotplug eth0" with "auto eth0". Or use NetworkManager instead of ifupdown.

Don't bother with wicd, it's crap.


Brianna Ghey — Rest In Power

Offline

#6 2020-02-19 19:54:57

Dutch_Master
Member
Registered: 2018-05-31
Posts: 275  

Re: Connectivity issues after recent update

Thx gentlemen. On reflection, I have purged both network managers from my system, adjusted /etc/network/interfaces as suggested and will await the next boot for results. This machine is indeed my regular desktop, which is on for most of the day when I'm home.

Offline

#7 2020-02-19 21:48:40

bgstack15
Member
Registered: 2018-02-04
Posts: 205  

Re: Connectivity issues after recent update

Head_on_a_Stick wrote:

Don't bother with wicd, it's crap.

I have good success with wicd. I have used NetworkManager before and it was OK. I think I even successfully used NM to connect with those complicated auth schemes like EAP v2 (that AD RADIUS auth stuff) but that was back in my Fedora days.
While /etc/network/interfaces is fine with me, and I prefered the old Red Hat /etc/sysconfig/network-scripts because it was shell scripts, I have found wicd-cli and wicd-gtk quite sufficient!

What do you dislike about wicd?


This space intentionally left blank.

Offline

#8 2020-02-20 09:10:15

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: Connectivity issues after recent update

bgstack15 wrote:

What do you dislike about wicd?

It's written in Python2, which is now officially dead[1], and it hasn't been updated for four years[2].


Brianna Ghey — Rest In Power

Offline

#9 2020-02-20 10:03:48

xinomilo
Unknown
Registered: 2017-07-02
Posts: 315  

Re: Connectivity issues after recent update

wicd is already being ported to python3, and there is a -buggy- python3 version in debian experimental , so it's got a future...
https://packages.debian.org/search?keyw … thon3-wicd

Offline

Board footer