## page was copied from UbuntuStudioControls
''This document provides instructions and explanation for Ubuntu Studio 10.04 and 10.10 Beta (as of 9/18/10).

Network Manager is disabled by default in Ubuntu Studio 10.04.  Some users have had problems setting up networks or connecting to the internet.''

'''Note: Ubuntu Studio 10.10 Beta contains a specially patched gnome-network-admin that allows Ubuntu Studio users to configure their network connections.  This has been tested and the network configuration GUI is accessible.'''

<<BR>>
== Install Packages (No Internet Access) ==
 1. Put the studio dvd in the drive and browse to this location:<<BR>>
 /media/cdrom1/pool/main/n
 1. Install the .deb packages in network-manager and network-manager-applet

<<BR>>
== Install Packages (Internet Access) ==
 1. Use Synaptic to get network-manager and network-manager-gnome or in a terminal:<<BR>>
 {{{
 sudo apt-get install network-manager network-manager-gnome
 }}}

<<BR>>
== Enable nm-applet for control over connections ==
 1. In a terminal:<<BR>>
 {{{
 gksudo gedit /etc/network/interfaces
 }}}
  a. Comment out any line with eth0 (if any)
  a. Save & close the file
 1. In a terminal:
 {{{
 sudo service network-manager restart
 }}}
  a. The network applet should appear in the notifications area

<<BR>>
== Configure Network Connections ==
 1. Menu -> System -> Preferences -> Network Connections<<BR>>
 ''or''
 1.#1 Right-click on network icon -> Edit Connections...
  a. Add connection information as appropriate
----
CategoryNetworking