Network Manager 0.7 for Ubuntu Hardy

Asked by John Rose

I'm using up to date Ubuntu Hardy 8.04.1. The author of Launchpad bug 288409 stated that "I installed network-manager from PPA using Hardy. I have 2 network interfaces.". I'd like to have 2 interfaces up but NM applet 0.6.6 in Hardy does not allow it. Can anybody point me to the NM 0.7 PPA version?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu network-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Andrew
Solved:
Last query:
Last reply:
Revision history for this message
Best Andrew (and471) said :
#1

The PPA is located at:
https://launchpad.net/~network-manager/+archive

To install the PPA version, open the terminal (Applications>Accessories>Terminal) and type in:

gksudo gedit /etc/apt/sources.list

Enter you password when it asks you for it, and then in the text editor that loads up, go to the very bottom of the file and put at the end:

deb http://ppa.launchpad.net/network-manager/ubuntu hardy main
deb-src http://ppa.launchpad.net/network-manager/ubuntu hardy main

Then save and close the file. Then before you exit the terminal, type in:

sudo apt-get update && sudo apt-get upgrade

Then it should upgrade Network Manager and when you restart your PC, the new nm-applet should load up.

Revision history for this message
John Rose (johnaaronrose) said :
#2

Thanks rugby471, that solved my question.

Revision history for this message
John Rose (johnaaronrose) said :
#3

Network Manager now doesn't load automatically, even though it's still shown in System Preferences Sessions (as command nm-applet --sm-disable). Why is that?

Revision history for this message
John Rose (johnaaronrose) said :
#4

After 2 reboots, Network Manager now loads automatically for both Administrative & Desktop users!