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

« back to all changes in this revision

Viewing changes to gnome-help/hi/net-wireless-troubleshooting-device-drivers.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-device-drivers">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="net-wireless-troubleshooting-device-drivers" xml:lang="hi">
3
3
  <info>
4
4
    
5
 
    <revision pkgversion="3.0" date="2011-04-05" status="final"/>
6
 
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-06" status="outdated"/>
7
 
 
8
5
 
9
6
    <credit type="author">
10
7
      <name>Contributors to the Ubuntu documentation wiki</name>
11
8
    </credit>
12
9
 
13
10
    <credit type="author">
14
 
      <name>Jim Campbell</name>
15
 
      <email>jwcampbell@gmail.com</email>
 
11
      <name>फील् बूल्</name>
 
12
      <email>philbull@gmail.com</email>
16
13
    </credit>
17
14
 
18
 
    <desc>Troubleshoot your connection to a wireless network.</desc>
 
15
    <desc>Some device drivers don't work very well with certain wireless adapters, so you may need to find a better one.</desc>
19
16
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
20
17
  </info>
21
18
 
22
 
<title>Checking for wireless device drivers</title>
23
 
 
24
 
  <p>This guide is designed to help you troubleshoot and resolve problems with accessing a wireless network.</p>
25
 
 
26
 
  <section id="net-wireless-hardware-check">
27
 
    <title>Checking your system hardware</title>
28
 
  <p>Our first step will be to see if your computer recognizes your wireless adapter.</p>
29
 
  <steps>
30
 
   <item><p>Open a <app>terminal</app> window, and enter <cmd>sudo lshw -C network</cmd></p>
31
 
    <p>If you get no response, you may need to install the <app>lshw</app> program on your computer.</p></item>
32
 
   <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>
33
 
   <example> 
34
 
   <code><![CDATA[*-network
35
 
       description: Wireless interface
36
 
       product: PRO/Wireless 3945ABG [Golan] Network Connection
37
 
       vendor: Intel Corporation
38
 
       physical id: 0
39
 
       bus info: pci@0000:03:00.0
40
 
       logical name: wlan0
41
 
       version: 02
42
 
       serial: 00:1b:77:11:5a:a7
43
 
       width: 32 bits
44
 
       clock: 33MHz
45
 
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
46
 
       configuration: broadcast=yes driver=iwl3945 driverversion=2.6.38.2-9.fc15.i686 
47
 
       firmware=15.32.2.9 ip=192.168.1.42 latency=0 link=yes multicast=yes 
48
 
       wireless=IEEE 802.11abg
49
 
       resources: irq:46 memory:edf00000-edf00fff]]></code>
50
 
   </example>
51
 
</item>
52
 
  </steps>
53
 
  <p>If a wireless device is listed, then continue to the Device Drivers page</p>
54
 
  <p>If a wireless device is not listed, the next steps will help you to locate the hardware information.</p> 
55
 
</section>
56
 
   <section id="net-wireless-hardware-check2">
57
 
    <title>Further wireless hardware checks</title>
58
 
  <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>
59
 
  <p>The next steps 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>
60
 
  <note><p>PCMCIA is an external, card-style adapter, and is more common on older hardware.</p></note>
61
 
      <section id="net-wireless-hardware-pcicheck">
62
 
        <title>Checking for a PCI (internal) device</title>
63
 
      </section>
64
 
      <section id="net-wireless-hard-ware-usbcheck">
65
 
        <title>Checking for a USB device</title>
66
 
      </section>
67
 
      <section id="net-wireless-hard-ware-pcmciacheck">
68
 
        <title>Checking for a PCMCIA device</title>
69
 
      </section>
70
 
   </section>
 
19
<title>Wireless network troubleshooter</title>
 
20
<subtitle>Make sure that working device drivers are installed</subtitle>
 
21
 
 
22
<!-- Needs links (see below) -->
 
23
 
 
24
<p>In this step you can check to see if you can get working device drivers for your wireless adapter. A <em>device driver</em> is a piece of software which tells the computer how to make a hardware device work properly. Even though the wireless adapter has been recognized by the computer, it may not have drivers which work very well. You may be able to find different drivers for the wireless adapter which do work. Try some of the options below:</p>
 
25
 
 
26
<list>
 
27
 <item>
 
28
  <p>Check to see if your wireless adapter is on a list of supported devices</p>
 
29
  <p>Most Linux distributions keep a list of wireless devices that they have support for. Sometimes, these lists provide extra information on how to get the drivers for certain adapters working properly. Go to the list for your distribution (for example, <link href="XXXX">Ubuntu</link>, <link href="XXXX">Fedora</link> or <link href="XXXX">openSuSE</link>) and see if your make and model of wireless adapter is listed. You may be able to use some of the information there to get your wireless drivers working.</p>
 
30
 </item>
 
31
 
 
32
 <item>
 
33
  <p>Look for restricted (binary) drivers</p>
 
34
  <p>Many Linux distributions only come with device drivers which are <em>free</em> and <em>open source</em>. This is because they cannot distribute drivers which are proprietary, or closed-source. If the correct driver for your wireless adapter is only available in a non-free, or "binary-only" version, it may not be installed by default. If this is the case, look on the wireless adapter manufacturer's website to see if they have any Linux drivers.</p>
 
35
  <p>Some Linux distributions have a tool that can download restricted drivers for you. If your distribution has one of these, use it to see if it can find any wireless drivers for you.</p>
 
36
 </item>
 
37
 
 
38
 <item>
 
39
  <p>Use the Windows drivers for your adapter</p>
 
40
  <p>In general, you cannot use a device driver designed for one operating system (like Windows) on another operating system (like Linux). This is because they have different ways of handling devices. For wireless adapters, however, you can install a compatibility layer called <em>NDISwrapper</em> which lets you use some Windows wireless drivers on Linux. This is useful because wireless adapters almost always have Windows drivers available for them, whereas Linux drivers are sometimes not available. You can learn more about how to use NDISwrapper <link href="XXXX">here</link>. Note that not all wireless drivers can be used through NDISwrapper.</p>
 
41
 </item>
 
42
</list>
 
43
 
 
44
<p>If none of these options work, you may want to try a different wireless adapter to see if you can get that working. USB wireless adapters are often quite cheap, and will plug into any computer. You should check that the adapter is compatible with your Linux distribution before buying it, though.</p>
 
45
 
71
46
</page>