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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-01 06:44:41 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120401064441-kzqieiifcso1lnhe
Tags: 3.4.0-1
* New upstream release.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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" xml:lang="ja">
 
3
  <info>
 
4
    <link type="next" xref="net-wireless-troubleshooting-device-drivers"/>
 
5
    <link type="guide" xref="net-wireless-troubleshooting"/>
 
6
    <revision pkgversion="3.4.0" date="2012-03-05" status="outdated"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Contributors to the Ubuntu documentation wiki</name>
 
10
    </credit>
 
11
 
 
12
    <credit type="author">
 
13
      <name>GNOME ドキュメンテーションプロジェクト</name>
 
14
      <email>gnome-doc-list@gnome.org</email>
 
15
    </credit>
 
16
 
 
17
    <desc>Even though your wireless adapter is connected, it may not have been recognized properly by the computer.</desc>
 
18
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
19
  
 
20
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
21
      <mal:name>松澤 二郎</mal:name>
 
22
      <mal:email>jmatsuzawa@src.gnome.org</mal:email>
 
23
      <mal:years>2011, 2012</mal:years>
 
24
    </mal:credit>
 
25
  
 
26
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
27
      <mal:name>赤星 柔充</mal:name>
 
28
      <mal:email>yasumichi@vinelinux.org</mal:email>
 
29
      <mal:years>2011, 2012</mal:years>
 
30
    </mal:credit>
 
31
  
 
32
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
33
      <mal:name>日本GNOMEユーザー会</mal:name>
 
34
      <mal:email>http://www.gnome.gr.jp/</mal:email>
 
35
      <mal:years>2011, 2012</mal:years>
 
36
    </mal:credit>
 
37
  </info>
 
38
 
 
39
<title>Wireless connection troubleshooter</title>
 
40
<subtitle>Check that the wireless adapter was recognized</subtitle>
 
41
 
 
42
<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>
 
43
 
 
44
<steps>
 
45
 <item>
 
46
  <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>
 
47
 </item>
 
48
 <item>
 
49
  <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>
 
50
   <code><![CDATA[*-network
 
51
       description: Wireless interface
 
52
       product: PRO/Wireless 3945ABG [Golan] Network Connection
 
53
       vendor: Intel Corporation]]></code>
 
54
 </item>
 
55
 <item>
 
56
  <p>If a wireless device is listed, continue on to the <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers step</link>.</p>
 
57
  <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>
 
58
 </item>
 
59
</steps>
 
60
 
 
61
<section id="pci">
 
62
 <title>PCI (internal) wireless adapter</title>
 
63
 <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>
 
64
 <steps>
 
65
  <item><p>Open a Terminal, type <cmd>lspci</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 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>
 
68
 <code>Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection</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="usb">
 
75
 <title>USB wireless adapter</title>
 
76
 <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>
 
77
 <steps>
 
78
  <item><p>Open a Terminal, type <cmd>lsusb</cmd> and press <key>Enter</key>.</p></item>
 
79
  <item>
 
80
   <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>
 
81
   <code><![CDATA[Bus 005 Device 009: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card]]></code>
 
82
  </item>
 
83
  <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>
 
84
 </steps>
 
85
</section>
 
86
 
 
87
<section id="pcmcia">
 
88
 <title>Checking for a PCMCIA device</title>
 
89
 <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>
 
90
 <steps>
 
91
  <item><p>Start your computer <em>without</em> the wireless adapter plugged in.</p></item>
 
92
  <item>
 
93
   <p>Open a Terminal and type the following, then press <key>Enter</key>:</p>
 
94
   <code>tail -f /var/log/messages</code>
 
95
   <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>
 
96
  </item>
 
97
  <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>
 
98
  <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>
 
99
  <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>
 
100
 </steps>
 
101
</section>
 
102
 
 
103
<section id="not-recognized">
 
104
 <title>Wireless adapter was not recognized</title>
 
105
<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>
 
106
<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>
 
107
</section>
 
108
 
 
109
</page>