~ubuntu-branches/ubuntu/precise/ubuntu-docs/precise-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Matthew East, Jeremy Bicha, Jan Simon, David Planella
  • Date: 2012-04-02 12:30:55 UTC
  • Revision ID: package-import@ubuntu.com-20120402123055-99oeys31gqfr30rc
Tags: 12.04.3
[ Jeremy Bicha ]
* Fixes to translation files to fix FTBFS
* Use "menu bar" consistently rather than top bar or top panel
* Substantial merges from Gnome 
* Various updates for precise
* Document new dual monitor settings
* Hibernate is disabled by default
* Intro to HUD
* Add overlay scrollbars page
* Update addremove pages
* Update screenshots
* Use "dash" rather than "activities overview" (LP: #967356)

[ Jan Simon ]
* Typo fixes (LP: #814061)
* Use "system menu" rather than "session menu"
* Use right click rather than left click to recover files

[ David Planella ]
* Build all languages when building HTML

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
      id="net-wireless-troubleshooting-hardware-check">
4
4
  <info>
5
5
    <link type="next" xref="net-wireless-troubleshooting-device-drivers"/>
6
 
 
7
 
    <revision version="11.04" date="2011-04-28" status="final"/>
8
 
 
 
6
    <link type="guide" xref="net-wireless-troubleshooting"/>
 
7
    <revision pkgversion="3.4.0" date="2012-03-05" status="outdated"/>
 
8
    <revision version="12.04" date="2012-03-22" status="final"/>
9
9
 
10
10
    <credit type="author">
11
11
      <name>Contributors to the Ubuntu documentation wiki</name>
16
16
      <email>gnome-doc-list@gnome.org</email>
17
17
    </credit>
18
18
 
19
 
    <desc>Troubleshoot your connection to a wireless network.</desc>
 
19
    <desc>Even though your wireless adapter is connected, it may not have been recognized properly by the computer.</desc>
20
20
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
21
21
  </info>
22
22
 
23
 
<title>Check your hardware</title>
24
 
 
25
 
  <p>Let's see if your computer recognizes your wireless adapter.</p>
26
 
  <steps>
27
 
   <item><p>Open a <app>terminal</app> window, and enter <cmd>sudo lshw -C network</cmd>.</p>
28
 
    <p>If you get no response, you may need to install the <app>lshw</app> program on your computer; you can install it by typing <code>sudo apt-get install lshw</code> in a terminal.</p></item>
29
 
   <item><p>Read the output from the command, and check for the <em>Wireless interface</em> section. If your wireless adapter is detected, the output should look similar to this:</p>
30
 
   <example>
 
23
<title>Wireless connection troubleshooter</title>
 
24
<subtitle>Check that the wireless adapter was recognized</subtitle>
 
25
 
 
26
<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>
 
27
 
 
28
<steps>
 
29
 <item>
 
30
  <p>Open a Terminal window, type <cmd>sudo lshw -C network</cmd> and press <key>Enter</key>. If this gives an error message, you can install the <app>lshw</app> program on your computer by typing <cmd>sudo apt-get install lshw</cmd> into the terminal.</p>
 
31
 </item>
 
32
 <item>
 
33
  <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>
31
34
   <code><![CDATA[*-network
32
35
       description: Wireless interface
33
36
       product: PRO/Wireless 3945ABG [Golan] Network Connection
34
 
       vendor: Intel Corporation
35
 
       physical id: 0
36
 
       bus info: pci@0000:03:00.0
37
 
       logical name: wlan0
38
 
       version: 02
39
 
       serial: 00:1b:77:11:5a:a7
40
 
       width: 32 bits
41
 
       clock: 33MHz
42
 
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
43
 
       configuration: broadcast=yes driver=iwl3945 driverversion=2.6.38.2-9.fc15.i686
44
 
       firmware=15.32.2.9 ip=192.168.1.42 latency=0 link=yes multicast=yes
45
 
       wireless=IEEE 802.11abg
46
 
       resources: irq:46 memory:edf00000-edf00fff]]></code>
47
 
   </example>
48
 
</item>
49
 
  </steps>
50
 
  <p>If a wireless device is listed, then continue to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers page</link>.</p>
51
 
  <p>If a wireless device is not listed, the next steps will help you to locate the hardware information.</p>
52
 
 
53
 
   <section id="net-wireless-hardware-check2">
54
 
    <title>Further wireless hardware checks</title>
55
 
  <p>Because your wireless adapter was not found with the previous command, you need to take further steps to make sure your computer recognizes your adapter.</p>
56
 
  <p>The steps you take will depend on the type of device that you use. Refer to the section that is relevant to the type of wireless adapter that you use with your computer: PCI (internal), USB, or PCMCIA.</p>
57
 
  <note><p>Internal PCI adapters are most common, and are found on laptops made within the past few years. PCMCIA adapters are external, card-style adapters, and are more common on older laptops.</p></note>
58
 
      <section id="net-wireless-hardware-pcicheck">
59
 
        <title>Checking for a PCI (internal) device</title>
60
 
      <p>To check if your computer can recognize your PCI wireless adapter, enter <cmd>sudo lspci</cmd> into a terminal window. The terminal will display a list of PCI devices that it has found on your computer.</p>
61
 
      <p>Although this may be a bit difficult to read-through, look for the name and model number of your wireless adapter. Here is an example of what a PCI device listing may look like:</p>
62
 
      <example>
63
 
        <p><code><![CDATA[Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection]]></code></p>
64
 
      </example>
65
 
      <p>If your device is recognized by the previous command, great! Proceed to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers</link> page. If the above command does not show any output related to your wireless adapter, see the instructions at the bottom of this page.</p>
66
 
      </section>
67
 
      <section id="net-wireless-hard-ware-usbcheck">
68
 
        <title>Checking for a USB device</title>
69
 
      <p>To check if your computer recognizes your USB wireless adapter, enter <cmd>sudo lsusb</cmd> into a terminal window. The terminal will display a list of USB devices that it has found on your computer.</p>
70
 
     <p>Although it may be difficult to read-through, look for the name and model number of your USB wireless adapter. Here is some sample output from the <cmd>lsusb</cmd> command:</p>
71
 
     <example>
72
 
        <p><code><![CDATA[Bus 005 Device 009: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card]]></code></p>
73
 
     </example>
74
 
     <p>If your device is recognized by the previous command, great! Proceed to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers</link> page. If the above command does not show any output related to your wireless adapter, see the instructions at the bottom of this page.</p>
75
 
      </section>
76
 
      <section id="net-wireless-hard-ware-pcmciacheck">
77
 
        <title>Checking for a PCMCIA device</title>
78
 
      <p>To check if your computer recognizes your PCMCIA adapter, complete the following steps:</p>
79
 
        <steps>
80
 
          <item><p>Start your computer <em>without</em> the wireless adapter plugged in.</p></item>
81
 
          <item><p>Log in when/if prompted.</p></item>
82
 
          <item><p>When the desktop loads, open a terminal window and type the following command:</p>
83
 
                   <p><cmd>sudo tail -f /var/log/messages</cmd></p></item>
84
 
          <item><p>Insert your wireless adapter into an available slot.</p></item>
85
 
          <item><p>Repeat the command above, and note the difference between the two.</p></item>
86
 
  </steps>
87
 
 
88
 
      <p>If your device is recognized by the previous command, great! Proceed to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers</link> page.</p>
89
 
 
90
 
   <note><p>If your device is not recognized by any of the above commands, it may mean that your device is not working, or that your device is not supported by your operating system.</p>
91
 
   <p>To get additional help, post a message to a user forum appropriate to your operating system (e.g., Fedora, OpenSUSE, or Ubuntu forums, etc.), or post a message to an appropriate mailing list.</p></note>
92
 
   <links type="series"/>
93
 
   </section>
94
 
   </section>
 
37
       vendor: Intel Corporation]]></code>
 
38
 </item>
 
39
 <item>
 
40
  <p>If a wireless device is listed, continue on to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers step</link>.</p>
 
41
  <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>
 
42
 </item>
 
43
</steps>
 
44
 
 
45
<section id="pci">
 
46
 <title>PCI (internal) wireless adapter</title>
 
47
 <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>
 
48
 <steps>
 
49
  <item><p>Open a Terminal, type <cmd>lspci</cmd> and press <key>Enter</key>.</p></item>
 
50
  <item>
 
51
   <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>
 
52
 <code>Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection</code>
 
53
 </item>
 
54
 <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>
 
55
 </steps>
 
56
</section>
 
57
 
 
58
<section id="usb">
 
59
 <title>USB wireless adapter</title>
 
60
 <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>
 
61
 <steps>
 
62
  <item><p>Open a Terminal, type <cmd>lsusb</cmd> and press <key>Enter</key>.</p></item>
 
63
  <item>
 
64
   <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>
 
65
   <code><![CDATA[Bus 005 Device 009: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card]]></code>
 
66
  </item>
 
67
  <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>
 
68
 </steps>
 
69
</section>
 
70
 
 
71
<section id="pcmcia">
 
72
 <title>Checking for a PCMCIA device</title>
 
73
 <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>
 
74
 <steps>
 
75
  <item><p>Start your computer <em>without</em> the wireless adapter plugged in.</p></item>
 
76
  <item>
 
77
   <p>Open a Terminal and type the following, then press <key>Enter</key>:</p>
 
78
   <code>tail -f /var/log/dmesg</code>
 
79
   <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>
 
80
  </item>
 
81
  <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>
 
82
  <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>
 
83
  <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>
 
84
 </steps>
 
85
</section>
 
86
 
 
87
<section id="not-recognized">
 
88
 <title>Wireless adapter was not recognized</title>
 
89
<p>If your wireless adapter was not recognized, it might not be working properly or the correct drivers may not be installed for it.</p>
 
90
<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>
 
91
</section>
 
92
 
95
93
</page>