Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old May 16th, 2008   #1
Darrena
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Beans: 207
How to: Install Network Manager 0.7 SVN on Hardy

Alexander Sack is creating packages for Hardy of Network Manager 0.7 SVN Snapshots. To install them add the following lines to your /etc/apt/sources.list:
Code:
deb http://ppa.launchpad.net/network-manager/ubuntu hardy main
deb-src http://ppa.launchpad.net/network-manager/ubuntu hardy main
Update the your local repositories with:
Code:
sudo apt-get update
Then update the system:
Code:
sudo apt-get upgrade
This will pull in an updated wpa_supplicant package along with the updated Network-Manager package.


Notes:
1) Make sure you can configure your network by hand if this breaks your networking so you can recover it. If you can't afford to be without network connectivity do not try this!
2) The VPN plugins can be downloaded from SVN. VPNC and OpenVPN work but PPTP does not. Instructions for building these plugins are later on in this thread.
3) Some important new features are: GSM/CDMA aircard support, static IP address support, multiple interface support, profiles, etc...
4) If you get an error that the applet cannot start since some resources are not available enter the following command from a terminal:
Code:
sudo update-icon-caches

If you would like to see a preview of NetworkManager 0.7 see:
http://www.darrenalbers.net/blog/?p=9

VPN Plugins: See Page 2 for VPNC and OpenVPN Plugin installation instructions, note that the PPTP plugin does not work in SVN yet.

Post any issues here and I will help with what I can.

Updated on July 3rd to use Alexander Sack's PPA, instructions for upgrading from my packages to Alexander's packages are available at:
http://ubuntuforums.org/showpost.php...8&postcount=82
__________________
My Homepage: http://www.darrenalbers.com
GPRSEC Packages: http://www.darrenalbers.com/gprsec
My Preferred Apps: http://www.darrenalbers.com/linuxapps.html
Network Manager 0.7 Preview http://www.darrenalbers.net/blog/?p=9

Last edited by Darrena; July 3rd, 2008 at 08:09 PM.. Reason: Switched to Alexander Sack's repo's
Darrena is offline   Reply With Quote
Old May 18th, 2008   #2
nightfrost
A Carafe of Ubuntu
 
Join Date: Jul 2005
Location: Sweden
Beans: 139
Re: How to: Install Network Manager 0.7 SVN on Hardy

Thanks a lot for this! It's really appreciated. I've been running NM-svn for a while now, but without proper packaging. I've been simply 'make install'ing it, and that's sort of been bugging me for a while.

I will try to use Biebl's packages to build 64-bit packages as well. Perhaps you'd be interested to host them as well, if I find the time to build them?

Thanks again!
nightfrost is offline   Reply With Quote
Old May 18th, 2008   #3
Darrena
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Beans: 207
Re: How to: Install Network Manager 0.7 SVN on Hardy

Quote:
Originally Posted by nightfrost View Post
Thanks a lot for this! It's really appreciated. I've been running NM-svn for a while now, but without proper packaging. I've been simply 'make install'ing it, and that's sort of been bugging me for a while.

I will try to use Biebl's packages to build 64-bit packages as well. Perhaps you'd be interested to host them as well, if I find the time to build them?

Thanks again!
Sure, if you need me to host them I can.

Thanks!
__________________
My Homepage: http://www.darrenalbers.com
GPRSEC Packages: http://www.darrenalbers.com/gprsec
My Preferred Apps: http://www.darrenalbers.com/linuxapps.html
Network Manager 0.7 Preview http://www.darrenalbers.net/blog/?p=9
Darrena is offline   Reply With Quote
Old May 19th, 2008   #4
atlas95
Gee! These Aren't Roasted!
 
atlas95's Avatar
 
Join Date: Jul 2005
Location: FRANCE
Beans: 162
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to atlas95 Send a message via MSN to atlas95 Send a message via Skype™ to atlas95
Re: How to: Install Network Manager 0.7 SVN on Hardy

Good howto but it doesn't work yet, dbus problem yet I think, it can acquire dhcp information.
atlas95 is offline   Reply With Quote
Old May 19th, 2008   #5
nightfrost
A Carafe of Ubuntu
 
Join Date: Jul 2005
Location: Sweden
Beans: 139
Re: How to: Install Network Manager 0.7 SVN on Hardy

Quote:
Originally Posted by atlas95 View Post
Good howto but it doesn't work yet, dbus problem yet I think, it can acquire dhcp information.
If you want to make sure it's not a permission problem, edit /etc/dbus-1/system.d/nm-* and NetworkManager.conf in the same dir and replace every instance of deny with allow. Needless to say, this is a security risk.

@Darrena: I'll try to attach a tar.bz2 of the amd64 debs here, do as you please with them.

Also, with regards to your howto, are you sure the -dev packages are needed? I know they're needed while building, but if one is not planning to build anything I wouldn't think they are necessary.
Attached Files
File Type: bz2 nm-svn-debs.tar.bz2 (970.8 KB, 106 views)
nightfrost is offline   Reply With Quote
Old May 19th, 2008   #6
Darrena
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Beans: 207
Re: How to: Install Network Manager 0.7 SVN on Hardy

Quote:
Originally Posted by atlas95 View Post
Good howto but it doesn't work yet, dbus problem yet I think, it can acquire dhcp information.
Did you modify nm-dhcp-client.conf as shown in the How to?
__________________
My Homepage: http://www.darrenalbers.com
GPRSEC Packages: http://www.darrenalbers.com/gprsec
My Preferred Apps: http://www.darrenalbers.com/linuxapps.html
Network Manager 0.7 Preview http://www.darrenalbers.net/blog/?p=9
Darrena is offline   Reply With Quote
Old May 19th, 2008   #7
Darrena
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Beans: 207
Re: How to: Install Network Manager 0.7 SVN on Hardy

Quote:
Originally Posted by nightfrost View Post
If you want to make sure it's not a permission problem, edit /etc/dbus-1/system.d/nm-* and NetworkManager.conf in the same dir and replace every instance of deny with allow. Needless to say, this is a security risk.

@Darrena: I'll try to attach a tar.bz2 of the amd64 debs here, do as you please with them.

Also, with regards to your howto, are you sure the -dev packages are needed? I know they're needed while building, but if one is not planning to build anything I wouldn't think they are necessary.
You are correct, I left them in by accident. I originally wanted to include how to build the VPN plugins.
__________________
My Homepage: http://www.darrenalbers.com
GPRSEC Packages: http://www.darrenalbers.com/gprsec
My Preferred Apps: http://www.darrenalbers.com/linuxapps.html
Network Manager 0.7 Preview http://www.darrenalbers.net/blog/?p=9
Darrena is offline   Reply With Quote
Old May 19th, 2008   #8
atlas95
Gee! These Aren't Roasted!
 
atlas95's Avatar
 
Join Date: Jul 2005
Location: FRANCE
Beans: 162
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to atlas95 Send a message via MSN to atlas95 Send a message via Skype™ to atlas95
Re: How to: Install Network Manager 0.7 SVN on Hardy

Yes I have correct it like in the howto, I will retry later.
atlas95 is offline   Reply With Quote
Old May 21st, 2008   #9
atlas95
Gee! These Aren't Roasted!
 
atlas95's Avatar
 
Join Date: Jul 2005
Location: FRANCE
Beans: 162
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to atlas95 Send a message via MSN to atlas95 Send a message via Skype™ to atlas95
Re: How to: Install Network Manager 0.7 SVN on Hardy

Is this working correctly for you??
atlas95 is offline   Reply With Quote
Old May 21st, 2008   #10
Darrena
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Beans: 207
Re: How to: Install Network Manager 0.7 SVN on Hardy

Quote:
Originally Posted by atlas95 View Post
Is this working correctly for you??
It is for me and a number of others. What exactly is not working for you?
__________________
My Homepage: http://www.darrenalbers.com
GPRSEC Packages: http://www.darrenalbers.com/gprsec
My Preferred Apps: http://www.darrenalbers.com/linuxapps.html
Network Manager 0.7 Preview http://www.darrenalbers.net/blog/?p=9
Darrena is offline   Reply With Quote

Bookmarks

Tags
cdma, gprs, gsm, network manager, networkmanager

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:49 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry