After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 362482 - PPPoE support for NetworkManager
PPPoE support for NetworkManager
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
0.6.6
Other All
: Normal enhancement
: ---
Assigned To: Dan Williams
Dan Williams
: 386461 (view as bug list)
Depends on: 348330
Blocks:
 
 
Reported: 2006-10-15 22:49 UTC by Matteo Settenvini
Modified: 2008-04-27 21:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matteo Settenvini 2006-10-15 22:49:32 UTC
NetworkManager really does make life easier for everybody out there that need to often roam between different networks. 

However, it really annoys me I can't connect directly via PPPoE through a network interface. I've always to disable NetworkManager and bring the connection up by hand.

Moreover, when I try to connect to my wireless router in order to connect via PPPoE, NetworkManager tries to use dhcp to get an IP address, and calls wpa_supplicant even if I specify to use WEP; for some strange reason NetworkManager climbs up to 100% CPU usage.

I'm a programmer, and I'd like to contribute to NetworkManager. Maybe if some of you could point me in the right direction, I could work on this a little and come up with a patch. Is there any documentation about the architecture of NetworkManager? It doesn't seem overly-complicated, but having something to read about it could speed things up.

Looking at the source, I also noted that in Gentoo, modems/isdn devices aren't searched for (at least at a quick glance). Maybe I could contribute there too, if someone lends a hand.

Thanks!
Comment 1 Martin Ejdestig 2007-07-29 22:40:04 UTC
*** Bug 386461 has been marked as a duplicate of this bug. ***
Comment 2 Dag Stenstad 2007-09-22 23:33:56 UTC
A lot of ISPs in Norway use this protocol for DSL connections, but I've also noticed that there are some wireless ISPs that use PPPoE over Wifi to authenticate users. Supernet in Norway comes to mind: http://www.supernet.no/support.php
Comment 3 Christopher Aillon 2007-12-29 18:32:13 UTC
Sort of reliant on bug 348330 to get fixed...
Comment 4 Max Wiehle 2008-03-20 20:08:23 UTC
A similar bug has been reported to ubuntu. Do you use pppoeconf? It looks like pppoeconf generates a line with the name of the ethernet device that makes network manager ignore it.

https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/157993

Maybe you can check if the workaround proposed in comment #7
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/157993/comments/7
works for you.
Comment 5 Dan Williams 2008-04-27 21:45:13 UTC
0.7 has support for PPPoE connections.