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

« back to all changes in this revision

Viewing changes to gnome-help/vi/net-wireless-troubleshooting-initial-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-initial-check">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="net-wireless-troubleshooting-initial-check" xml:lang="vi">
3
3
  <info>
4
4
    <link type="next" xref="net-wireless-troubleshooting-hardware-info"/>
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>Công tác viên wiki tài liệu 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>Chẩn đoán kết nối mạng không dây.</desc>
 
16
    <desc>Make sure that simple network settings are correct and prepare for the next few troubleshooting steps.</desc>
20
17
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
21
18
  </info>
22
19
 
23
 
<title>Giải quyết vấn đề với kết nối mạng không dây</title>
24
 
 
25
 
  <section id="net-wireless-initial-check">
26
 
    <title>Thực hiện kiểm tra ban đầu</title>
27
 
  <p>Bước đầu tiên là xác minh thông tin kết nối mạng cơ bản.</p>
28
 
  <steps>
29
 
   <item><p>Bảo đảm laptop không kết nối mạng Internet <em>có dây</em>.</p></item>
30
 
   <item><p>If you have an external wireless adapter (such as a wireless-USB adapter, or a PCMCIA card), make sure that it is inserted into the proper slot on your computer.</p></item>
31
 
   <item><p>If your wireless card is <em>inside</em> of your computer, make sure that your wireless adapter switch is turned on.</p></item>
32
 
   <item><p>In the <gui>Top Bar</gui>, make sure that you have not set the <gui>Wireless</gui> setting to <gui>Off</gui>.</p></item>
33
 
   <item><p>Open a <app>terminal</app> window (such as <app>gnome-terminal</app>), and enter the following command:</p>
34
 
  <p><cmd>nm-tool</cmd></p></item>
35
 
  </steps>
36
 
 
37
 
   <p>The <app>nm-tool</app> program will display information about your network hardware and connection status. If output from the wireless connection section contains the text, <code>State: Connected</code>, it means that your wireless adapter is working and it is connected to your wireless router.</p>
38
 
 
39
 
  <p>If you are connected to your wireless router, but you still cannot access the internet, your router may not be set up correctly, or your Internet Service Provider (ISP) maybe experiencing some technical problems. Review your router and ISP setup guides, or contact your ISP for support.</p>
40
 
  <p>If the output from the <cmd>nm-tool</cmd> command did not indicate that you were connected to the network, click <gui>Next</gui> to proceed to the next portion of the troubleshooting guide.</p>
41
 
  </section>
 
20
<title>Wireless network troubleshooter</title>
 
21
<subtitle>Perform an initial connection check</subtitle>
 
22
 
 
23
<p>In this step you will check some basic information about your wireless network connection. This is to make sure that your networking problem isn't caused by a relatively simple issue, like the wireless connection being turned off, and to prepare for the next few troubleshooting steps.</p>
 
24
 
 
25
<steps>
 
26
 <item>
 
27
  <p>Bảo đảm laptop không kết nối mạng Internet <em>có dây</em>.</p>
 
28
 </item>
 
29
 <item>
 
30
  <p>If you have an external wireless adapter (such as a USB adapter, or a PCMCIA card that plugs into your laptop), make sure that it is firmly inserted into the proper slot on your computer.</p>
 
31
 </item>
 
32
 <item>
 
33
  <p>If your wireless card is <em>inside</em> your computer, make sure that the wireless switch is turned on (if it has one). Laptops often have wireless switches that you can toggle by pressing a combination of keyboard keys.</p>
 
34
 </item>
 
35
 <item>
 
36
  <p>Click the network icon and make sure that <gui>Wireless</gui> is set to ON. You should also check that <link xref="net-wireless-airplane">Airplane Mode is not switched on</link>.</p>
 
37
 </item>
 
38
 <item>
 
39
  <p>Open the Terminal, type <cmd>nm-tool</cmd> and press <key>Enter</key>.</p>
 
40
  <p>This will display information about your network hardware and connection status. Look down the list of information and see if there is a section related to the wireless network adapter. The information for each network device is separated by a row of dashes. If you find the line <code>State: Connected</code> in the section for your wireless adapter, it means that it is working and connected to your wireless router.</p>
 
41
 </item>
 
42
</steps>
 
43
 
 
44
<p>If you are connected to your wireless router, but you still cannot access the internet, your router may not be set up correctly, or your Internet Service Provider (ISP) maybe experiencing some technical problems. Review your router and ISP setup guides to make sure the settings are correct, or contact your ISP for support.</p>
 
45
 
 
46
<p>If the information from <cmd>nm-tool</cmd> did not indicate that you were connected to the network, click <gui>Next</gui> to proceed to the next portion of the troubleshooting guide.</p>
42
47
   
43
48
</page>