First of all, run into the Konsole:
user@ubuntu:~$ sudo pppoeconf
Follow the instructions in the application, then choose do not connect on startup and not connect now.
After that run to become connected:
user@ubuntu:~$ pon dsl-provider
Remove any of that applications:
user@ubuntu:~$ sudo apt-get remove network-manager-kde network-manager-gnome network-manager plasma-widget-network-manager
Run KPackageKit or Adept Manager, edit Software Sources. On Kubuntu Software choose the best server to download from. On Updates tab, check Important Security Updates and Recommended Updates. Hit Close.
If your connection becomes down after the remove of this packages, kill the process "pppd". Hit Ctrl+Esc keys. In the window write "pppd" and hit the Kill Process button. On Konsole:
user@ubuntu:~$ sudo pon dsl-provider
user@ubuntu:~$ plog <<<< Take note of the DNS adresses, you will need it.
Install the Wicd application:
user@ubuntu:~$ sudo apt-get update && sudo apt-get install wicd
Restart the computer.
Click the left button of the mouse on the icon of Wicd in the system tray. Click on Disconnect button. Expand the Wired Network connection and choose Scripts. Enter your password.
In the Pre-connection Script type 'pon dsl-provider'
In the Disconnection Script type 'poff dsl-provider'
In Advanced Configurations check "Use static DNS", typed the DNS addresses 1 & 2 (you can have it in the file /etc/resolv.conf if you forget to take note after the "plog" command).
Click on Connect button.
That's it. You'll be connected painless.
I hope be useful. Sorry for my english.
user@ubuntu:~$ sudo pppoeconf
Follow the instructions in the application, then choose do not connect on startup and not connect now.
After that run to become connected:
user@ubuntu:~$ pon dsl-provider
Remove any of that applications:
user@ubuntu:~$ sudo apt-get remove network-manager-kde network-manager-gnome network-manager plasma-widget-network-manager
Run KPackageKit or Adept Manager, edit Software Sources. On Kubuntu Software choose the best server to download from. On Updates tab, check Important Security Updates and Recommended Updates. Hit Close.
If your connection becomes down after the remove of this packages, kill the process "pppd". Hit Ctrl+Esc keys. In the window write "pppd" and hit the Kill Process button. On Konsole:
user@ubuntu:~$ sudo pon dsl-provider
user@ubuntu:~$ plog <<<< Take note of the DNS adresses, you will need it.
Install the Wicd application:
user@ubuntu:~$ sudo apt-get update && sudo apt-get install wicd
Restart the computer.
Click the left button of the mouse on the icon of Wicd in the system tray. Click on Disconnect button. Expand the Wired Network connection and choose Scripts. Enter your password.
In the Pre-connection Script type 'pon dsl-provider'
In the Disconnection Script type 'poff dsl-provider'
In Advanced Configurations check "Use static DNS", typed the DNS addresses 1 & 2 (you can have it in the file /etc/resolv.conf if you forget to take note after the "plog" command).
Click on Connect button.
That's it. You'll be connected painless.
I hope be useful. Sorry for my english.
Comment