hallo bernhard,
> > Aktuell komme ich nicht mit evolution ins Netz. Evo ist offline, weil der > network-manager anscheinend die Verbindung nicht managed. Ich habe bei der > Suche nach network-manager nichts gefunden. Die Verbindung ist händisch > eingetragen,
heisst dass, für das entsprechende interface steht in /etc/network/interfaces mehr als nur ein auto-eintrag & dhcp, resp. hotplug-eintrag?
dann wäre dir das evtl. dienlich:
$ man NetworkManager.conf ....
[ifupdown] This section contains ifupdown-specific options and thus only has effect when using ifupdown plugin.
managed=false | true Controls whether interfaces listed in the 'interfaces' file are managed by NetworkManager. If set to true, then interfaces listed in /etc/network/interfaces are managed by NetworkManager. If set to false, then any interface listed in /etc/network/interfaces will be ignored by NetworkManager. Remember that Net‐ workManager controls the default route, so because the interface is ignored, NetworkManager may assign the default route to some other interface. When the option is missing, false value is taken as default.
...
somit sollte also die
$ cat /etc/NetworkManager/NetworkManager.conf [main] plugins=ifupdown,keyfile
[ifupdown] managed=true
so aussehen.
wenn das nicht dein problem löst, poste doch mal bitte /etc/network/interfaces & /etc/NetworkManger/NetworkManager.conf und in welchem zustand befindet sich der NM im GUI? interfaces aktiv? etc. was sagt ifconfig & das syslog?
> > Bernhard
hope this helps günter
|