~ubuntu-branches/ubuntu/oneiric/gnome-user-docs/oneiric

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="net-wireless-troubleshooting-hardware-check">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="net-wireless-troubleshooting-hardware-check" xml:lang="gl">
3
3
  <info>
4
4
    <link type="next" xref="net-wireless-troubleshooting-device-drivers"/>
5
5
    
6
 
    <revision pkgversion="3.0" date="2011-04-05" status="final"/>
7
 
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-06" status="outdated"/>
8
 
 
9
6
 
10
7
    <credit type="author">
11
 
      <name>Contributors to the Ubuntu documentation wiki</name>
 
8
      <name>Contribuíntes da wiki de documentación de Ubuntu</name>
12
9
    </credit>
13
10
 
14
11
    <credit type="author">
16
13
      <email>gnome-doc-list@gnome.org</email>
17
14
    </credit>
18
15
 
19
 
    <desc>Troubleshoot your connection to a wireless network.</desc>
 
16
    <desc>Even though your wireless adapter is connected, it may not have been recognized properly by the computer.</desc>
20
17
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
18
  
 
19
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
20
      <mal:name>Fran Dieguez</mal:name>
 
21
      <mal:email>frandieguez@gnome.org</mal:email>
 
22
      <mal:years>2011.</mal:years>
 
23
    </mal:credit>
21
24
  </info>
22
25
 
23
 
<title>Resolve problems with wireless connections</title>
24
 
 
25
 
  <p>This guide is designed to help you troubleshoot and resolve problems with accessing a wireless network.</p>
26
 
 
27
 
  <section id="net-wireless-hardware-check">
28
 
    <title>Checking your system hardware</title>
29
 
  <p>Our first step will be to see if your computer recognizes your wireless adapter.</p>
30
 
  <steps>
31
 
   <item><p>Open a <app>terminal</app> window, and enter <cmd>sudo lshw -C network</cmd>.</p>
32
 
    <p>If you get no response, you may need to install the <app>lshw</app> program on your computer.</p></item>
33
 
   <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>
34
 
   <example> 
 
26
<title>Wireless connection troubleshooter</title>
 
27
<subtitle>Check that the wireless adapter was recognized</subtitle>
 
28
 
 
29
<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>
 
30
 
 
31
<steps>
 
32
 <item>
 
33
  <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>
 
34
 </item>
 
35
 <item>
 
36
  <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>
35
37
   <code><![CDATA[*-network
36
38
       description: Wireless interface
37
39
       product: PRO/Wireless 3945ABG [Golan] Network Connection
38
 
       vendor: Intel Corporation
39
 
       physical id: 0
40
 
       bus info: pci@0000:03:00.0
41
 
       logical name: wlan0
42
 
       version: 02
43
 
       serial: 00:1b:77:11:5a:a7
44
 
       width: 32 bits
45
 
       clock: 33MHz
46
 
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
47
 
       configuration: broadcast=yes driver=iwl3945 driverversion=2.6.38.2-9.fc15.i686 
48
 
       firmware=15.32.2.9 ip=192.168.1.42 latency=0 link=yes multicast=yes 
49
 
       wireless=IEEE 802.11abg
50
 
       resources: irq:46 memory:edf00000-edf00fff]]></code>
51
 
   </example>
52
 
</item>
53
 
  </steps>
54
 
  <p>If a wireless device is listed, then continue to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers page</link>.</p>
55
 
  <p>If a wireless device is not listed, the next steps will help you to locate the hardware information.</p> 
56
 
</section>
57
 
   <section id="net-wireless-hardware-check2">
58
 
    <title>Further wireless hardware checks</title>
59
 
  <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>
60
 
  <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>
61
 
  <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>
62
 
      <section id="net-wireless-hardware-pcicheck">
63
 
        <title>Checking for a PCI (internal) device</title>
64
 
      <p>To check if your computer can recognizes 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>
65
 
      <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>
66
 
      <example>
67
 
        <p><code><![CDATA[Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection]]></code></p>
68
 
      </example>
69
 
      <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> 
70
 
      </section>
71
 
      <section id="net-wireless-hard-ware-usbcheck">
72
 
        <title>Checking for a USB device</title>
73
 
      <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>
74
 
     <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>
75
 
     <example>
76
 
        <p><code><![CDATA[Bus 005 Device 009: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card]]></code></p>
77
 
     </example>
78
 
     <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>
79
 
      </section>
80
 
      <section id="net-wireless-hard-ware-pcmciacheck">
81
 
        <title>Checking for a PCMCIA device</title>
82
 
      <p>To check if your computer recognizes your PCMCIA adapter, complete the following steps:</p>
83
 
        <steps>
84
 
          <item><p>Start your computer <em>without</em> the wireless adapter plugged in.</p></item>
85
 
          <item><p>Log in when/if prompted.</p></item>
86
 
          <item><p>When the desktop loads, open a terminal window and type the following command:</p>
87
 
                   <p><cmd>sudo tail -f /var/log/messages</cmd></p></item>
88
 
          <item><p>Insert your wireless adapter into an available slot.</p></item>
89
 
          <item><p>Repeat the command above, and note the difference between the two.</p></item>
90
 
        </steps>
91
 
 
92
 
      <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>
93
 
 
94
 
   <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>
95
 
   <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>
96
 
   </section>
97
 
   </section>
 
40
       vendor: Intel Corporation]]></code>
 
41
 </item>
 
42
 <item>
 
43
  <p>If a wireless device is listed, continue on to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers step</link>.</p>
 
44
  <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>
 
45
 </item>
 
46
</steps>
 
47
 
 
48
<section id="pci">
 
49
 <title>PCI (internal) wireless adapter</title>
 
50
 <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>
 
51
 <steps>
 
52
  <item><p>Open a Terminal, type <cmd>lspci</cmd> and press <key>Enter</key>.</p></item>
 
53
  <item>
 
54
   <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>
 
55
 <code>Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection</code>
 
56
 </item>
 
57
 <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>
 
58
 </steps>
 
59
</section>
 
60
 
 
61
<section id="usb">
 
62
 <title>USB wireless adapter</title>
 
63
 <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>
 
64
 <steps>
 
65
  <item><p>Open a Terminal, type <cmd>lsusb</cmd> and press <key>Enter</key>.</p></item>
 
66
  <item>
 
67
   <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>
 
68
   <code><![CDATA[Bus 005 Device 009: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card]]></code>
 
69
  </item>
 
70
  <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>
 
71
 </steps>
 
72
</section>
 
73
 
 
74
<section id="pcmcia">
 
75
 <title>Comprobar un dispositivo PCMCIA</title>
 
76
 <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>
 
77
 <steps>
 
78
  <item><p>Start your computer <em>without</em> the wireless adapter plugged in.</p></item>
 
79
  <item>
 
80
   <p>Open a Terminal and type the following, then press <key>Enter</key>:</p>
 
81
   <code>tail -f /var/log/messages</code>
 
82
   <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>
 
83
  </item>
 
84
  <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>
 
85
  <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>
 
86
  <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>
 
87
 </steps>
 
88
</section>
 
89
 
 
90
<section id="not-recognized">
 
91
 <title>Wireless adapter was not recognized</title>
 
92
<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>
 
93
<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>
 
94
</section>
 
95
 
98
96
</page>