LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sudo pppoeconf made DSL working, but networkManager applet in panel ceased to work (https://www.linuxquestions.org/questions/linux-newbie-8/sudo-pppoeconf-made-dsl-working-but-networkmanager-applet-in-panel-ceased-to-work-766078/)

manjitsingh 11-01-2009 05:46 PM

sudo pppoeconf made DSL working, but networkManager applet in panel ceased to work
 
Hi! everybody,

Just a newbie. A fresh installation of ubuntu 9.10 stopped my DSL internet connection. sudo pppoeconf solved the problem of net, but NetworkManager applet in panel now not working. it says wired networks, device not managed. I want to make it operational agai kindly help me

regards
manjit

WildPossum 11-02-2009 06:36 PM

Try using the https://answers.launchpad.net/ubuntu knowledge site.
Cheers.

Lachi90 11-17-2009 07:15 AM

In my case I wanted to undo the pppoeconf settings and had the same problem that my network wasn't managed anymore.

Here is a solution:

1) change to root user
Code:

sudo -s
2) change the nm-system-settings.conf-file
Code:

gedit /etc/NetworkManager/nm-system-settings.conf
3) And then write under [ifupdown]:
Code:

managed=true
This should solve your problem :)


All times are GMT -5. The time now is 03:16 PM.