Tried kubuntu RC but can't figure out why I can't create a DSL/pppoe connection with the network widget.
System -> Preferences -> Network Connections.
Under the Network Connections window go to the last tab "DSL". Under the DSL tab select "Add".
Finally under the Editing DSL connection window enter your username and password and click "Apply".
Now you would have created a DSL connection... f%$#ck!
I just realized you are using Kubuntu! Never used it before so your best bed would be to use the terminal(Not ideal, but I just know how to do it via a GUI on Gnome).
Code:
sudo pppoeconf
after setting up your pppoe connection using the TUI you can turn it on and of with:
Code:
sudo pon dsl-provider
Code:
sudo poff -a
Regards,