~ubuntu-branches/ubuntu/vivid/gnome-user-docs/vivid-proposed

« back to all changes in this revision

Viewing changes to gnome-help/C/net-wireless-troubleshooting-hardware-check.page

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2014-07-15 22:20:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140715222004-pce2zyc0v4ycke4o
Tags: 3.12.2-1
* Team upload.
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      xmlns:its="http://www.w3.org/2005/11/its"
2
3
      type="topic" style="task"
3
4
      id="net-wireless-troubleshooting-hardware-check">
 
5
 
4
6
  <info>
5
7
    <link type="next" xref="net-wireless-troubleshooting-device-drivers"/>
6
8
    <link type="guide" xref="net-wireless-troubleshooting"/>
 
9
 
7
10
    <revision pkgversion="3.4.0" date="2012-03-05" status="outdated"/>
 
11
    <revision pkgversion="3.10" date="2013-11-10" status="review"/>
8
12
 
9
13
    <credit type="author">
10
14
      <name>Contributors to the Ubuntu documentation wiki</name>
11
15
    </credit>
12
 
 
13
16
    <credit type="author">
14
17
      <name>GNOME Documentation Project</name>
15
 
      <email>gnome-doc-list@gnome.org</email>
 
18
      <email its:translate="no">gnome-doc-list@gnome.org</email>
16
19
    </credit>
17
20
 
18
 
    <desc>Even though your wireless adapter is connected, it may not have been recognized properly by the computer.</desc>
19
21
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
22
 
 
23
    <desc>Even though your wireless adapter is connected, it may not have been
 
24
    recognized properly by the computer.</desc>
20
25
  </info>
21
26
 
22
 
<title>Wireless connection troubleshooter</title>
23
 
<subtitle>Check that the wireless adapter was recognized</subtitle>
24
 
 
25
 
<p>Even though the wireless adapter is connected to the computer, it may not have been recognized as a network device by the computer. In this step, you will check whether the device was recognized properly.</p>
26
 
 
27
 
<steps>
28
 
 <item>
29
 
  <p>Open a Terminal window, type <cmd>lshw -C network</cmd> and press <key>Enter</key>. If this gives an error message, you may need to install the <app>lshw</app> program on your computer.</p>
30
 
 </item>
31
 
 <item>
32
 
  <p>Look through the information that appeared and find the <em>Wireless interface</em> section. If your wireless adapter was detected properly, you should see something similar (but not identical) to this:</p>
33
 
   <code><![CDATA[*-network
 
27
  <title>Wireless connection troubleshooter</title>
 
28
  <subtitle>Check that the wireless adapter was recognized</subtitle>
 
29
 
 
30
  <p>Even though the wireless adapter is connected to the computer, it may not
 
31
  have been recognized as a network device by the computer. In this step, you
 
32
  will check whether the device was recognized properly.</p>
 
33
 
 
34
  <steps>
 
35
    <item>
 
36
      <p>Open a Terminal window, type <cmd>lshw -C network</cmd> and press
 
37
      <key>Enter</key>. If this gives an error message, you may need to install
 
38
      the <app>lshw</app> program on your computer.</p>
 
39
    </item>
 
40
    <item>
 
41
      <p>Look through the information that appeared and find the <em>Wireless
 
42
      interface</em> section. If your wireless adapter was detected properly,
 
43
      you should see something similar (but not identical) to this:</p>
 
44
      <code><![CDATA[*-network
34
45
       description: Wireless interface
35
46
       product: PRO/Wireless 3945ABG [Golan] Network Connection
36
47
       vendor: Intel Corporation]]></code>
37
 
 </item>
38
 
 <item>
39
 
  <p>If a wireless device is listed, continue on to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers step</link>.</p>
40
 
  <p>If a wireless device is <em>not</em> listed, the next steps you take will depend on the type of device that you use. Refer to the section below that is relevant to the type of wireless adapter that your computer has (<link xref="#pci">internal PCI</link>, <link xref="#usb">USB</link>, or <link xref="#pcmcia">PCMCIA</link>).</p>
41
 
 </item>
42
 
</steps>
 
48
    </item>
 
49
    <item>
 
50
      <p>If a wireless device is listed, continue on to the
 
51
      <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers
 
52
      step</link>.</p>
 
53
      <p>If a wireless device is <em>not</em> listed, the next steps you take
 
54
      will depend on the type of device that you use. Refer to the section
 
55
      below that is relevant to the type of wireless adapter that your computer
 
56
      has (<link xref="#pci">internal PCI</link>, <link xref="#usb">USB</link>,
 
57
      or <link xref="#pcmcia">PCMCIA</link>).</p>
 
58
    </item>
 
59
  </steps>
43
60
 
44
61
<section id="pci">
45
 
 <title>PCI (internal) wireless adapter</title>
46
 
 <p>Internal PCI adapters are the most common, and are found in most laptops made within the past few years. To check if your PCI wireless adapter was recognized:</p>
47
 
 <steps>
48
 
  <item><p>Open a Terminal, type <cmd>lspci</cmd> and press <key>Enter</key>.</p></item>
49
 
  <item>
50
 
   <p>Look through the list of devices that is shown and find any that are marked <code>Network controller</code> or <code>Ethernet controller</code>. Several devices may be marked in this way; the one corresponding to your wireless adapter might include words like <code>wireless</code>, <code>WLAN</code>, <code>wifi</code> or <code>802.11</code>. Here is an example of what the entry might look like:</p>
51
 
 <code>Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection</code>
52
 
 </item>
53
 
 <item><p>If you found your wireless adapter in the list, proceed to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers step</link>. If you didn't find anything related to your wireless adapter, see <link xref="#not-recognized">the instructions below</link>.</p></item>
54
 
 </steps>
 
62
  <title>PCI (internal) wireless adapter</title>
 
63
 
 
64
  <p>Internal PCI adapters are the most common, and are found in most laptops
 
65
  made within the past few years. To check if your PCI wireless adapter was
 
66
  recognized:</p>
 
67
 
 
68
  <steps>
 
69
    <item>
 
70
      <p>Open a Terminal, type <cmd>lspci</cmd> and press <key>Enter</key>.</p>
 
71
    </item>
 
72
    <item>
 
73
      <p>Look through the list of devices that is shown and find any that are
 
74
      marked <code>Network controller</code> or <code>Ethernet
 
75
      controller</code>. Several devices may be marked in this way; the one
 
76
      corresponding to your wireless adapter might include words like
 
77
      <code>wireless</code>, <code>WLAN</code>, <code>wifi</code> or
 
78
      <code>802.11</code>. Here is an example of what the entry might look
 
79
      like:</p>
 
80
      <code>Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection</code>
 
81
    </item>
 
82
    <item>
 
83
      <p>If you found your wireless adapter in the list, proceed to the
 
84
      <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers
 
85
      step</link>. If you didn't find anything related to your wireless
 
86
      adapter, see
 
87
      <link xref="#not-recognized">the instructions below</link>.</p>
 
88
    </item>
 
89
  </steps>
 
90
 
55
91
</section>
56
92
 
57
93
<section id="usb">
58
 
 <title>USB wireless adapter</title>
59
 
 <p>Wireless adapters that plug into a USB port on your computer are less common. They can plug directly into a USB port, or may be connected by a USB cable. 3G/mobile broadband adapters look quite similar to wireless (wifi) adapters, so if you think you have a USB wireless adapter, double-check that it is not actually a 3G adapter. To check if your USB wireless adapter was recognized:</p>
60
 
 <steps>
61
 
  <item><p>Open a Terminal, type <cmd>lsusb</cmd> and press <key>Enter</key>.</p></item>
62
 
  <item>
63
 
   <p>Look through the list of devices that is shown and find any that seem to refer to a wireless or network device. The one corresponding to your wireless adapter might include words like <code>wireless</code>, <code>WLAN</code>, <code>wifi</code> or <code>802.11</code>. Here is an example of what the entry might look like:</p>
64
 
   <code><![CDATA[Bus 005 Device 009: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card]]></code>
65
 
  </item>
66
 
  <item><p>If you found your wireless adapter in the list, proceed to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers step</link>. If you didn't find anything related to your wireless adapter, see <link xref="#not-recognized">the instructions below</link>.</p></item>
67
 
 </steps>
 
94
  <title>USB wireless adapter</title>
 
95
 
 
96
  <p>Wireless adapters that plug into a USB port on your computer are less
 
97
  common. They can plug directly into a USB port, or may be connected by a USB
 
98
  cable. 3G/mobile broadband adapters look quite similar to wireless (wifi)
 
99
  adapters, so if you think you have a USB wireless adapter, double-check that
 
100
  it is not actually a 3G adapter. To check if your USB wireless adapter was
 
101
  recognized:</p>
 
102
 
 
103
  <steps>
 
104
    <item>
 
105
      <p>Open a Terminal, type <cmd>lsusb</cmd> and press <key>Enter</key>.</p>
 
106
    </item>
 
107
    <item>
 
108
      <p>Look through the list of devices that is shown and find any that seem
 
109
      to refer to a wireless or network device. The one corresponding to your
 
110
      wireless adapter might include words like <code>wireless</code>,
 
111
      <code>WLAN</code>, <code>wifi</code> or <code>802.11</code>. Here is an
 
112
      example of what the entry might look like:</p>
 
113
      <code><![CDATA[Bus 005 Device 009: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card]]></code>
 
114
    </item>
 
115
    <item>
 
116
      <p>If you found your wireless adapter in the list, proceed to the
 
117
      <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers
 
118
      step</link>. If you didn't find anything related to your wireless
 
119
      adapter, see
 
120
      <link xref="#not-recognized">the instructions below</link>.</p>
 
121
    </item>
 
122
  </steps>
 
123
 
68
124
</section>
69
125
 
70
126
<section id="pcmcia">
71
 
 <title>Checking for a PCMCIA device</title>
72
 
 <p>PCMCIA wireless adapters are typically rectangular cards which slot into the side of your laptop. They are more commonly found in older computers. To check if your PCMCIA adapter was recognized:</p>
73
 
 <steps>
74
 
  <item><p>Start your computer <em>without</em> the wireless adapter plugged in.</p></item>
75
 
  <item>
76
 
   <p>Open a Terminal and type the following, then press <key>Enter</key>:</p>
77
 
   <code>tail -f /var/log/messages</code>
78
 
   <p>This will display a list of messages related to your computer's hardware, and will automatically update if anything to do with your hardware changes.</p>
79
 
  </item>
80
 
  <item><p>Insert your wireless adapter into the PCMCIA slot and see what changes in the Terminal window. The changes should include some information about your wireless adapter. Look through them and see if you can identify it.</p></item>
81
 
  <item><p>To stop the command from running in the Terminal, press <keyseq><key>Ctrl</key><key>C</key></keyseq>. After you have done that, you can close the Terminal if you like.</p></item>
82
 
  <item><p>If you found any information about your wireless adapter, proceed to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers step</link>. If you didn't find anything related to your wireless adapter, see <link xref="#not-recognized">the instructions below</link>.</p></item>
83
 
 </steps>
 
127
  <title>Checking for a PCMCIA device</title>
 
128
 
 
129
  <p>PCMCIA wireless adapters are typically rectangular cards which slot into
 
130
  the side of your laptop. They are more commonly found in older computers. To
 
131
  check if your PCMCIA adapter was recognized:</p>
 
132
 
 
133
  <steps>
 
134
    <item>
 
135
      <p>Start your computer <em>without</em> the wireless adapter plugged
 
136
      in.</p>
 
137
    </item>
 
138
    <item>
 
139
      <p>Open a Terminal and type the following, then press
 
140
      <key>Enter</key>:</p>
 
141
      <code>tail -f /var/log/messages</code>
 
142
      <p>This will display a list of messages related to your computer's
 
143
      hardware, and will automatically update if anything to do with your
 
144
      hardware changes.</p>
 
145
    </item>
 
146
    <item>
 
147
      <p>Insert your wireless adapter into the PCMCIA slot and see what
 
148
      changes in the Terminal window. The changes should include some
 
149
      information about your wireless adapter. Look through them and see if you
 
150
      can identify it.</p>
 
151
    </item>
 
152
    <item>
 
153
      <p>To stop the command from running in the Terminal, press
 
154
      <keyseq><key>Ctrl</key><key>C</key></keyseq>. After you have done that,
 
155
      you can close the Terminal if you like.</p>
 
156
    </item>
 
157
    <item>
 
158
      <p>If you found any information about your wireless adapter, proceed to
 
159
      the <link xref="net-wireless-troubleshooting-device-drivers">Device
 
160
      Drivers step</link>. If you didn't find anything related to your wireless
 
161
      adapter, see <link xref="#not-recognized">the instructions
 
162
      below</link>.</p>
 
163
    </item>
 
164
  </steps>
84
165
</section>
85
166
 
86
167
<section id="not-recognized">
87
 
 <title>Wireless adapter was not recognized</title>
88
 
<p>If your wireless adapter was not recognized, it might not be working properly or the correct drivers may not be installed for it. How you check to see if there are any drivers you can install will depend on which Linux distribution you are using (like Ubuntu, Fedora or openSuSE).</p>
89
 
<p>To get specific help, look at the support options on your distribution's website. These might include mailing lists and web chats where you can ask about your wireless adapter, for example.</p>
 
168
  <title>Wireless adapter was not recognized</title>
 
169
 
 
170
  <p>If your wireless adapter was not recognized, it might not be working
 
171
  properly or the correct drivers may not be installed for it. How you check to
 
172
  see if there are any drivers you can install will depend on which Linux
 
173
  distribution you are using (like Ubuntu, Fedora or openSuSE).</p>
 
174
 
 
175
  <p>To get specific help, look at the support options on your distribution's
 
176
  website. These might include mailing lists and web chats where you can ask
 
177
  about your wireless adapter, for example.</p>
 
178
 
90
179
</section>
91
180
 
92
 
</page>
 
 
b'\\ No newline at end of file'
 
181
</page>