~ubuntu-core-doc/xubuntu-docs/vivid

« back to all changes in this revision

Viewing changes to desktop-guide/C/internet-networks.xml

  • Committer: Pasi Lallinaho
  • Date: 2015-02-18 00:05:21 UTC
  • mfrom: (292.1.1 xubuntu-docs)
  • Revision ID: pasi@shimmerproject.org-20150218000521-pxaux194jpdux87u
Merging more of Unit193's fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
                        <note><para>If you are connecting to a wireless network for the first time, security details may be needed. If so, a dialog box will open. In most cases, the security type will be detected automatically. If not, select the security type from the <guilabel>Wi-Fi Security</guilabel> drop-down box, enter the authentication details and press <guibutton>Connect</guibutton>.</para></note>
29
29
 
30
 
                        <para>To disconnect from a network, click the <application>NetworkManager</application> icon, and select Disconnect under the appropriate connection type. To disable (and re-enable) wired and/or wireless connections all together, click the <application>NetworkManager</application> icon and select <menuchoice><guimenuitem>Enable Networking</guimenuitem></menuchoice> and <menuchoice><guimenuitem>Enable Wi-Fi</guimenuitem></menuchoice>. These choices are toggles. Their enabled/disabled status is indicated by the presence/absence of a check mark.</para>
 
30
                        <para>To disconnect from a network, click the <application>NetworkManager</application> icon, and select Disconnect under the appropriate connection type. To disable (and re-enable) wired and/or wireless connections all together, click the <application>NetworkManager</application> icon, select <menuchoice><guimenuitem>Enable Networking</guimenuitem></menuchoice> and <menuchoice><guimenuitem>Enable Wi-Fi</guimenuitem></menuchoice>. These choices are toggles. Their enabled/disabled status is indicated by the presence/absence of a check mark.</para>
31
31
                </section>
32
32
 
33
33
                <section id="network-configure">
89
89
                                        <listitem>
90
90
                                                <para>Using <application>NetworkManager</application></para>
91
91
                                                <itemizedlist>
92
 
                                                        <listitem><para>Click on the <application>NetworkManager</application> icon</para></listitem>   
 
92
                                                        <listitem><para>Click on the <application>NetworkManager</application> icon</para></listitem>
93
93
                                                        <listitem><para>Select <menuchoice><guimenuitem>Information</guimenuitem></menuchoice>. If <guilabel>Information</guilabel> is disabled, it is likely there is no active connection. Try using <application>ifconfig</application> to find out more.</para></listitem>
94
94
                                                        <listitem><para>Each active connection will have its own tab where you can find relevant connection information</para></listitem>
95
95
                                                </itemizedlist>
97
97
                                        <listitem>      
98
98
                                                <para>Using <application>ifconfig</application></para>
99
99
                                                <itemizedlist>
100
 
                                                        <listitem><para>Open a terminal (&terminal;) and type the command <userinput>ifconfig</userinput> and press <keycap>&key;Enter</keycap></para></listitem>
 
100
                                                        <listitem><para>Open a terminal (&terminal;), type the command <userinput>ifconfig</userinput> then press the <keycap>&key;Enter</keycap> key.</para></listitem>
101
101
                                                        <listitem><para><application>ifconfig</application> will show you extensive information about your connection, including logical or connection name(s) (e.g. eth1) in the left column, IP address in the <guilabel>inet addr</guilabel> column and the MAC address for your device in the <guilabel>HWaddr</guilabel> column</para></listitem>
102
102
                                                </itemizedlist>
103
103
                                        </listitem>
109
109
 
110
110
                                <para>A reliable method to check if a connection is working properly is to ping another computer on the network or the Internet.</para>
111
111
 
112
 
                                <para>To check if your computer is connected to the Internet, open a terminal (&terminal;) and type the command <userinput>ping -c 3 www.xubuntu.org</userinput> and press <keycap>&key;Enter</keycap></para>
 
112
                                <para>To check if your computer is connected to the Internet, open a terminal (&terminal;), type the command <userinput>ping -c 3 www.xubuntu.org</userinput> then press the <keycap>&key;Enter</keycap> key.</para>
113
113
 
114
114
                                <para>The computer will then attempt to contact www.xubuntu.org three times and display the results. The ping statistics display the number of packets transmitted, how many packets were received, the percentage of packet loss, and the total time spent.</para>
115
115
 
128
128
 
129
129
                        <para>This section covers some common problems faced with wireless support. There is much more information available in the <ulink url="&communitywiki-wifi;">Community Help Wiki</ulink>.</para>
130
130
 
131
 
                        <note><para>Please note that the steps in this troubleshooting guide are designed to be carried out in the order shown, unless you are pointed to a different subsection</para></note>
 
131
                        <note><para>Please note that the steps in this troubleshooting guide are designed to be carried out in the order shown, unless you are pointed to a different subsection.</para></note>
132
132
 
133
133
                        <section id="network-troubleshoothing-wifi-on">
134
134
                                <title>Check that the device is turned on</title>
141
141
                        <section id="network-troubleshooting-device-recognized">
142
142
                                <title>Check if the device is recognized</title>
143
143
 
144
 
                                <para>Open a terminal (&terminal;) and type the command <userinput>sudo lshw -C network</userinput> and press <keycap>&key;Enter</keycap>. You will see some output, along with the words <guilabel>CLAIMED</guilabel>, <guilabel>UNCLAIMED</guilabel>, <guilabel>ENABLED</guilabel> or <guilabel>DISABLED</guilabel>.</para>
 
144
                                <para>Open a terminal (&terminal;), type the command <userinput>sudo lshw -C network</userinput>, then press the <keycap>&key;Enter</keycap> key. You will see some output, along with the words <guilabel>CLAIMED</guilabel>, <guilabel>UNCLAIMED</guilabel>, <guilabel>ENABLED</guilabel> or <guilabel>DISABLED</guilabel>.</para>
145
145
 
146
146
                                <itemizedlist>
147
147
                                        <listitem><para><guilabel>CLAIMED</guilabel> indicates that a driver is loaded but not functioning. Continue to <xref linkend="network-troubleshooting-ndiswrapper" />.</para></listitem>
157
157
                                <para>Xubuntu supports a system known as <application>NDISWrapper</application>. This allows you to use a Windows wireless device driver under Xubuntu. To start using <application>NDISWrapper</application>:</para>
158
158
 
159
159
                                <itemizedlist>
160
 
                                        <listitem><para>Obtain the Windows driver for your network device and locate the file that ends with .inf</para></listitem>
 
160
                                        <listitem><para>Obtain the Windows driver for your network device and locate the file that ends with <literal>.inf</literal></para></listitem>
161
161
                                        <listitem><para>Install the <literal>&package;ndisgtk</literal> package</para></listitem>
162
162
                                        <listitem><para>Go to &wm-settings-ndisgtk;</para></listitem>
163
163
                                        <listitem><para>Select <guibutton>Install new driver</guibutton></para></listitem>
169
169
                        <section id="network-troubleshooting-router">
170
170
                                <title>Checking for a connection to the router</title>
171
171
 
172
 
                                <para>Open a terminal (&terminal;) and type the command <userinput>iwconfig</userinput> and press <keycap>&key;Enter</keycap>.</para>
 
172
                                <para>Open a terminal (&terminal;), type the command <userinput>iwconfig</userinput> then press the <keycap>&key;Enter</keycap> key.</para>
173
173
 
174
174
                                <para>If the <guilabel>ESSID</guilabel> for your router is displayed, there may be a problem with ACPI support. Boot Xubuntu with the <literal>pci=noacpi</literal> option.</para>
175
175
                        </section>
183
183
                        <section id="network-troubleshooting-ip-assignment">
184
184
                                <title>Checking IP assignment</title>
185
185
 
186
 
                                <para>Open a terminal (&terminal;) and type the command <userinput>ifconfig</userinput> and press <keycap>&key;Enter</keycap>. If there is an IP address displayed, continue to <xref linkend="network-troubleshooting-dns" />.</para>
 
186
                                <para>Open a terminal (&terminal;), type the command <userinput>ifconfig</userinput> then press the <keycap>&key;Enter</keycap> key. If there is an IP address displayed, continue to <xref linkend="network-troubleshooting-dns" />.</para>
187
187
 
188
188
                                <para>From the terminal enter the following command, replacing <literal>eth1</literal> with the name of the connection shown in the output from the <application>ifconfig</application> command: <userinput>sudo dhclient eth1</userinput></para>
189
189
 
196
196
                        <section id="network-troubleshooting-dns">
197
197
                                <title>Check Domain Name Servers (DNS)</title>
198
198
 
199
 
                                <para>Open a terminal (&terminal;) and type the command <userinput>nmcli device show</userinput> and press <keycap>&key;Enter</keycap>, then look for the entry under <literal>IP4.DNS</literal></para>
 
199
                                <para>Open a terminal (&terminal;), type the command <userinput>nmcli device show</userinput> then press the <keycap>&key;Enter</keycap> key.  Look for the entries under <literal>IP4.DNS</literal></para>
200
200
 
201
 
                                <para>To check if the listed DNS works, open a terminal (&terminal;) and type the command <userinput>dig xubuntu.org</userinput> and press <keycap>&key;Enter</keycap>.  If you see the word <literal>NOERROR</literal>in the header section of the output, your DNS is working.</para>
 
201
                                <para>To check if the listed DNS works, open a terminal (&terminal;), type the command <userinput>dig xubuntu.org</userinput> then press the <keycap>&key;Enter</keycap> key.  If you see the word <literal>NOERROR</literal>in the header section of the output, your DNS is working.</para>
202
202
 
203
203
                                <para>If there are no DNS settings listed, contact your Internet Service Provider (ISP), and find out your primary and secondary domain name servers. Once you have this information, continue to <xref linkend="network-connect-disconnect" /> and <xref linkend="network-configure" /> if needed.</para>
204
204
                        </section>
218
218
 
219
219
                <para>Upon successfully connecting to the server, an icon labeled with connection details will appear in the <application>Gigolo</application> window. To bookmark connections, right-click on a connection and select <menuchoice><guimenuitem>Create Bookmark</guimenuitem></menuchoice>. In the <guilabel>Edit Bookmarks</guilabel> dialog, you can name the bookmark and set other options, including the option to auto-connect. Once you are done, click <guibutton>OK</guibutton> to create the bookmark.</para>
220
220
 
221
 
                <tip><para>The Windows Share username should be in the format DOMAIN\username</para></tip>
 
221
                <tip><para>The Windows Share username should be in the format <literal>DOMAIN\username</literal></para></tip>
222
222
 
223
 
                <note><para>For SAMBA Networks (Windows shares), the package <literal>&package;gvfs-backends</literal> needs to be installed in order to connect using the <application>Thunar File Manager</application>.</para></note>
 
223
                <note><para>For Samba Networks (Windows shares), the package <literal>&package;gvfs-backends</literal> needs to be installed in order to connect using the <application>Thunar File Manager</application>.</para></note>
224
224
        </section>
225
225
</chapter>