After the June 2 update to Ubuntu 12.04 LTS, I must use sudo NetworkManager to connect to the Internet on my Lenovo R61i laptop.
|
|
||||
closed as off topic by Jorge Castro, Eliah Kagan, fossfreedom♦ Jun 16 '12 at 10:47
Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I too have this problem on an Acer Netbook. As soon as I I deleted I can reinstall if required but would like to solve the problem as a learning exercise if at all possible. |
||||
|

/etc/network/interfaces, commenting out (by putting a#in front of) the line that saysauto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-providerand the line that saysauto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider, was an effective workaround for this problem, and also fixed a startup delay with a"Waiting for network configuration" message. – Eliah Kagan Jun 30 '12 at 17:19