Page 3 of 3

Re: Problems installing xfce4

Posted: Wed May 16, 2018 2:42 pm
by dolphin_oracle
you can try removing those entries with wicd as well.

Code: Select all

#
# interfaces(5) file used by ifup(8) and ifdown(8)
# Used by ceni but not by wicd
#------------------------------------------------------------------------------

auto lo
iface lo inet loopback

#allow-hotplug eth0
#iface eth0 inet dhcp

#allow-hotplug eth1
#iface eth1 inet dhcp

#allow-hotplug eth2
#iface eth2 inet dhcp

#allow-hotplug eth3
#iface eth3 inet dhcp

Re: Problems installing xfce4

Posted: Wed May 16, 2018 2:57 pm
by Richard
This is what I have in /etc/network/interfaces while using Network Manager in MX17.1:

richard@mx171:~
$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface

Re: Problems installing xfce4

Posted: Wed May 16, 2018 3:13 pm
by keos
This is bit complicated to me so i need to be sure that i understand what you said ... are you asking me to remove everything from the configuration, or just these:
#allow-hotplug eth1
#iface eth1 inet dhcp

#allow-hotplug eth2
#iface eth2 inet dhcp

#allow-hotplug eth3
#iface eth3 inet dhcp
And at the same time it looks to me that you want to remove wicd too? -- network-manager is not installed.

I don't want to make a mistake would you please explain to me ... thanks you.

Re: Problems installing xfce4

Posted: Wed May 16, 2018 3:28 pm
by keos
Sorry, i understood what you means now ...

Thank you very much for your help!