WirelessWithoutX

Differences between revisions 3 and 4
Revision 3 as of 2010-06-29 08:26:40
Size: 1794
Editor: ppp105-211
Comment:
Revision 4 as of 2010-10-06 03:10:01
Size: 2839
Editor: modemcable251
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

=== Command-line ===

NetworkManager now comes with a command-line utility to do some amounts of configuration.

You can list the connections you have previously created:

{{{
$ nmcli con
NAME UUID TYPE SCOPE TIMESTAMP-REAL
Auto eth0 af1d8c7f-be09-478c-baf7-8fc894aa4cff 802-3-ethernet system never
NAME UUID TYPE SCOPE TIMESTAMP-REAL
Auto Ubuntu 0e539a80-5b84-4b2b-9bdb-add530e32cd5 802-11-wireless user Mon Oct 4 12:18:47 2010
}}}

To connect, you can then use a connection's ID/UUID:

{{{
$ nmcli con up uuid 0e539a80-5b84-4b2b-9bdb-add530e32cd5
}}}

There is help available by way of the {{{nmcli help}}} command.
Line 25: Line 48:
=== Command-line ===

Connman (with the 'indicator-network' package) includes a basic command-line application called {{{cmcc}}}.

Debugging Central

This page is part of the debugging series — pages with debugging details for a variety of Ubuntu packages.

Introduction

When working with X bugs it is sometimes not possible to log in to the desktop environment - GNOME or KDE. By default wireless networking setup is a part of the desktop environment. Debugging X often requires network access, so this means that normally a wired network connection is required when X isn't starting.

This page describes how to set up your system so that a wireless connection is available without needing to log in to the desktop.

NetworkManager

Command-line

NetworkManager now comes with a command-line utility to do some amounts of configuration.

You can list the connections you have previously created:

$ nmcli con
NAME                      UUID                                   TYPE              SCOPE    TIMESTAMP-REAL                    
Auto eth0                 af1d8c7f-be09-478c-baf7-8fc894aa4cff   802-3-ethernet    system   never                             
NAME                      UUID                                   TYPE              SCOPE    TIMESTAMP-REAL                    
Auto Ubuntu               0e539a80-5b84-4b2b-9bdb-add530e32cd5   802-11-wireless   user     Mon Oct  4 12:18:47 2010        

To connect, you can then use a connection's ID/UUID:

$ nmcli con up uuid 0e539a80-5b84-4b2b-9bdb-add530e32cd5

There is help available by way of the nmcli help command.

GNOME

  1. Right click on the network applet in your panel, and select Edit Connections…

    https://wiki.ubuntu.com/X/Debugging/WirelessWithoutX?action=AttachFile&do=get&target=nm-applet-menu

  2. Go to the Wireless tab, select the wireless connection you want to make available, and press Edit.

    https://wiki.ubuntu.com/X/Debugging/WirelessWithoutX?action=AttachFile&do=get&target=network-connections

  3. Check the Available to all users box, and press Apply…. Network Manager will ask for your password. Your network connection can now be used without logging in graphically.

    https://wiki.ubuntu.com/X/Debugging/WirelessWithoutX?action=AttachFile&do=get&target=available-to-all-users

ConnMan

For Maverick, the Ubuntu Netbook Edition images plan to use network-indicator and ConnMan. Currently there is no GUI support for setting up system-wide network connections.

Command-line

Connman (with the 'indicator-network' package) includes a basic command-line application called cmcc.


CategoryDebugging

X/Debugging/WirelessWithoutX (last edited 2011-02-08 21:49:10 by ppp105-211)