Re: Knetworkmanager auto
Hello everyone.
It seems that if you select manual configuration within Knetworkmanager and choose the dhcp or manual option it modifies the /ect/network/interfaces file and you can no longer use the auto configuration feature.
On a properly configured system notice when you first enter the manual config screen for your interface neither of the 2 options are selected.
To solve this I removed everything in /ect/network/interfaces except for the lo interface to look like this and everything was back to normal:
auto lo
iface lo inet loopback
This is the big problem that is causing Linux to really catch on with the public. Little things that should just plain work...
Hello everyone.
It seems that if you select manual configuration within Knetworkmanager and choose the dhcp or manual option it modifies the /ect/network/interfaces file and you can no longer use the auto configuration feature.
On a properly configured system notice when you first enter the manual config screen for your interface neither of the 2 options are selected.
To solve this I removed everything in /ect/network/interfaces except for the lo interface to look like this and everything was back to normal:
auto lo
iface lo inet loopback
This is the big problem that is causing Linux to really catch on with the public. Little things that should just plain work...
Comment