个人工具

“UbuntuHelp:WifiDocs/Device/TP-Link TL-WN620G ndiswrapper”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第13行: 第13行:
 
=== User Notes ===
 
=== User Notes ===
 
==== What Ubuntu release are you using? ====
 
==== What Ubuntu release are you using? ====
# 6.06 ([[UbuntuHelp:DapperDrake|DapperDrake]])
+
<ol><li>6.06 ([[UbuntuHelp:DapperDrake|DapperDrake]])</li></ol>
 +
 
 
====  Did it configure during install? ====
 
====  Did it configure during install? ====
# No
+
<ol><li>No</li></ol>
 +
 
 
====  Did it work by just configuring network settings after install (out of box)? ====
 
====  Did it work by just configuring network settings after install (out of box)? ====
# No
+
<ol><li>No</li></ol>
 +
 
 
====  What driver did you use and ease of set up? ====
 
====  What driver did you use and ease of set up? ====
# Use the WinXP drivers in the directory <code><nowiki> TL-WN620G/Win2000_XP/Driver Files </nowiki></code> of the installation CD:
+
<ol><li>Use the WinXP drivers in the directory <code><nowiki> TL-WN620G/Win2000_XP/Driver Files </nowiki></code> of the installation CD:</li></ol>
 +
 
 
<pre><nowiki> r5523.bin  athfmwdl.inf  athfmwdl.sys  tl-wn620g.inf  tl-wn620g.sys  
 
<pre><nowiki> r5523.bin  athfmwdl.inf  athfmwdl.sys  tl-wn620g.inf  tl-wn620g.sys  
 
</nowiki></pre>
 
</nowiki></pre>
# Install `athfmwdl` first, then `tl-wn620g` second:
+
<ol><li>Install `athfmwdl` first, then `tl-wn620g` second:</li></ol>
 +
 
 
<pre><nowiki> $ sudo ndiswrapper -i athfmwdl.inf
 
<pre><nowiki> $ sudo ndiswrapper -i athfmwdl.inf
 
$ sudo ndiswrapper -i tl-wn620g.inf </nowiki></pre>
 
$ sudo ndiswrapper -i tl-wn620g.inf </nowiki></pre>
# Check that the device is found:
+
<ol><li>Check that the device is found:</li></ol>
 +
 
 
<pre><nowiki> $ sudo ndiswrapper -l
 
<pre><nowiki> $ sudo ndiswrapper -l
 
Installed ndis drivers:
 
Installed ndis drivers:
第31行: 第37行:
 
tl-wn620g              driver present, hardware present
 
tl-wn620g              driver present, hardware present
 
</nowiki></pre>
 
</nowiki></pre>
# Fire it up:
+
<ol><li>Fire it up:</li></ol>
 +
 
 
<pre><nowiki> modprobe ndiswrapper
 
<pre><nowiki> modprobe ndiswrapper
 
</nowiki></pre>
 
</nowiki></pre>
 
You can then use <code><nowiki> systemsettings </nowiki></code> to configure the network interface.
 
You can then use <code><nowiki> systemsettings </nowiki></code> to configure the network interface.
 
====  If you used ndiswrapper and pulled driver from the internet, where? ====
 
====  If you used ndiswrapper and pulled driver from the internet, where? ====
# The driver on the device's CD-ROM works.  The drivers can also be downloaded from the manufacturer's support page: http://www.tp-link.com/product/download/Driver_Utility/TL-WN620G_060614.zip
+
<ol><li>The driver on the device's CD-ROM works.  The drivers can also be downloaded from the manufacturer's support page: http://www.tp-link.com/product/download/Driver_Utility/TL-WN620G_060614.zip</li></ol>
 +
 
 
====  Comments, tips, or other set up help... ====
 
====  Comments, tips, or other set up help... ====
# None
+
<ol><li>None</li></ol>
 +
 
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年12月6日 (四) 15:50的版本

Introduction

This page gives general information on the device and user notes about their experience setting it up. If you need more help, please look to the Self:WifiDocs page for more support channels.

Device Info

User Notes

What Ubuntu release are you using?

  1. 6.06 (DapperDrake)

Did it configure during install?

  1. No

Did it work by just configuring network settings after install (out of box)?

  1. No

What driver did you use and ease of set up?

  1. Use the WinXP drivers in the directory TL-WN620G/Win2000_XP/Driver Files of the installation CD:
 r5523.bin  athfmwdl.inf  athfmwdl.sys  tl-wn620g.inf  tl-wn620g.sys 
  1. Install `athfmwdl` first, then `tl-wn620g` second:
 $ sudo ndiswrapper -i athfmwdl.inf
$ sudo ndiswrapper -i tl-wn620g.inf 
  1. Check that the device is found:
 $ sudo ndiswrapper -l
Installed ndis drivers:
athfmwdl                driver present
tl-wn620g               driver present, hardware present
  1. Fire it up:
 modprobe ndiswrapper

You can then use systemsettings to configure the network interface.

If you used ndiswrapper and pulled driver from the internet, where?

  1. The driver on the device's CD-ROM works. The drivers can also be downloaded from the manufacturer's support page: http://www.tp-link.com/product/download/Driver_Utility/TL-WN620G_060614.zip

Comments, tips, or other set up help...

  1. None