When Ubuntu 9.10 releases, pppoe connection via NetworkManager is impossible because some bug in it so to fix this we will install network manager from daily network manager trunk ppa.
Install network manager from Daily trunk PPA
First you need to edit the /etc/apt/sources.list file
-----------------------------------------------------------------
gksudo gedit /etc/apt/sources.list
-----------------------------------------------------------------
Addd the following two lines
------------------------------------------------------------------------------
deb http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main
deb-src http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main
-------------------------------------------------------------------------------
Save and exit the file
Update the source list
-----------------------------------------------
sudo apt-get update
-----------------------------------------------
Install network manager
--------------------------------------------------
sudo apt-get install network-manager
---------------------------------------------------
Configure pppoe
Disable your previous “pppoe on boot” setting which is configured by pppoeconf.
Edit /etc/ppp/pppoe_on_boot file
-----------------------------------------------
gksudo gedit /etc/ppp/pppoe_on_boot
-------------------------------------------------
change
-------------------------------------------------
exec pppd call dsl-provider
--------------------------------------------------
to
--------------------------------------------------
#exec pppd call dsl-provider
------------------------------------------------
Now you need to rename /etc/network/interfaces to backup file. NetworkManager will only handle connections which haven’t declared in interfaces.
$cp /etc/network/interfaces /etc/network/interfaces.back
Also edit /usr/share/polkit-1/actions/org.freedesktop.network-manager-settings.system.policy , find out the line contains “System policy prevents modification of system settings”, and below it there is a “auth_admin_keep“, change it to “yes“. This will enable you to edit a system wide connection. If you consider this will do harm to your security, then revert the change once you have set up your connection correctly.
Finally reboot your system
How to setup NetworkManager work with pppoe connection on Ubuntu 9.10 (Karmic)
Related Posts:
Install wammu : Mobile phone Manager for Ubuntu / Debian Linuxknow everybody is looking for a mobile phone manager for Linux. text based gammu is there, but it is not user friendly . wammu is a graphical front en… Read More
install Windows 7 from Ubuntu without burnning a discIf you’re running on ubuntu and want to install Windows 7 without burning a disc,you can try following steps to install Windows 7 with the iso file. … Read More
Howto install Google Earth and Fix ugly fonts problem in Ubuntu 11.04 NattyAfter installed Ubuntu 11.04 Natty Narwhal, one thing you might want is to install Google Earth. Follow is how to install Google Earth 6 from google o… Read More
Howto Disable 60 seconds delay notification in ubuntu9.10(karmic)This tutorial shows how to disable 60 seconds delay notification when logout,shutdown and restart ubuntu9.10. First,press Alt+F2 and type gconf-edito… Read More
Howto Enable and Disable Ubuntu Root PasswordUbuntu is one of the few Linux distributions out there that will not enable the root account.If you want to do something with root permission on the c… Read More
0 comments:
Post a Comment