个人工具

“UbuntuHelp:WifiDocs/Device/Topcom Skyracer USB 4001g WLAN-USB-Stick”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/WifiDocs/Device/Topcom_Skyracer_USB_4001g_%28WLAN-USB-Stick%29}} {{Languages|UbuntuHelp:WifiDocs/Device/Topcom_Skyracer_USB_4001g_%28WLAN-USB-Stic...)
 
第7行: 第7行:
 
* Max. bandwidth: 54Mbps
 
* Max. bandwidth: 54Mbps
 
=== Installation ===
 
=== Installation ===
# Check if zd1201 module is already loaded by typing the following command in a terminal:
+
# Check if zd1201 module is already loaded by typing the following command in a terminal:<pre><nowiki>sudo lsmod | grep zd1201
<pre><nowiki>sudo lsmod | grep zd1201
+
</nowiki></pre>Output should be something like:<pre><nowiki>zd1201                22660  0
</nowiki></pre>Output should be something like:
+
usbcore              130692  4 zd1201,ehci_hcd,uhci_hcd</nowiki></pre>If the output is empty you have to load the module by the following: type <code><nowiki>uname -r</nowiki></code>, the output shows your kernel version. Now you have to edit (<code><nowiki>sudo gedit <filename></nowiki></code> or some editor of your choice as root) the following three files:<pre><nowiki>/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.alias
<pre><nowiki>zd1201                22660  0
+
usbcore              130692  4 zd1201,ehci_hcd,uhci_hcd</nowiki></pre>If the output is empty you have to load the module by the following: type <code><nowiki>uname -r</nowiki></code>, the output shows your kernel version. Now you have to edit (<code><nowiki>sudo gedit <filename></nowiki></code> or some editor of your choice as root) the following three files:
+
<pre><nowiki>/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.alias
+
 
/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.dep
 
/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.dep
/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.usbmap</nowiki></pre>Replace ''VERSION_OUTPUT_OF_COMMAND_ABOVE'' with the output of the <code><nowiki>uname -r</nowiki></code> command. In your editor add
+
/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.usbmap</nowiki></pre>Replace ''VERSION_OUTPUT_OF_COMMAND_ABOVE'' with the output of the <code><nowiki>uname -r</nowiki></code> command. In your editor add<pre><nowiki>
<pre><nowiki>
+
 
zd1201
 
zd1201
 
</nowiki></pre>at the bottom of the file, if the phrase isn't in there yet.
 
</nowiki></pre>at the bottom of the file, if the phrase isn't in there yet.
 
# Now download the 1201 Firmware from [http://prdownloads.sourceforge.net/linux-lc100020/ Sourceforge.net], unpack (<code><nowiki>tar -xzvf</nowiki></code>) zd1201-<version>-fw.tar.gz to <code><nowiki>/tmp</nowiki></code> and change working directory via <code><nowiki>cd /tmp/zd1201-<version>-fw</nowiki></code>.
 
# Now download the 1201 Firmware from [http://prdownloads.sourceforge.net/linux-lc100020/ Sourceforge.net], unpack (<code><nowiki>tar -xzvf</nowiki></code>) zd1201-<version>-fw.tar.gz to <code><nowiki>/tmp</nowiki></code> and change working directory via <code><nowiki>cd /tmp/zd1201-<version>-fw</nowiki></code>.
# Last but not least you have to copy the firmware files to <code><nowiki>/lib/firmware</nowiki></code> by
+
# Last but not least you have to copy the firmware files to <code><nowiki>/lib/firmware</nowiki></code> by<pre><nowiki>sudo cp -p -f zd1201*.fw /lib/firmware
<pre><nowiki>sudo cp -p -f zd1201*.fw /lib/firmware
+
 
</nowiki></pre>Now plugin your WLAn adapter. <code><nowiki>iwconfig</nowiki></code> should list the adapter in it's output.
 
</nowiki></pre>Now plugin your WLAn adapter. <code><nowiki>iwconfig</nowiki></code> should list the adapter in it's output.
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年12月6日 (四) 11:02的版本

Topcom Skyracer USB 4001g (WLAN-USB-Stick)

  • USB: USB 2.0
  • Encryption types: 128bit WEP;64bit WEP;WPA-PSK
  • WLAN: IEEE 802.11b;IEEE 802.11g
  • Max. bandwidth: 54Mbps

Installation

  1. Check if zd1201 module is already loaded by typing the following command in a terminal:
    sudo lsmod | grep zd1201
Output should be something like:
zd1201                 22660  0
usbcore               130692  4 zd1201,ehci_hcd,uhci_hcd
If the output is empty you have to load the module by the following: type uname -r, the output shows your kernel version. Now you have to edit (sudo gedit <filename> or some editor of your choice as root) the following three files:
/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.alias

/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.dep

/lib/modules/VERSION_OUTPUT_OF_COMMAND_ABOVE/modules.usbmap
Replace VERSION_OUTPUT_OF_COMMAND_ABOVE with the output of the uname -r command. In your editor add

zd1201

at the bottom of the file, if the phrase isn't in there yet.
  1. Now download the 1201 Firmware from Sourceforge.net, unpack (tar -xzvf) zd1201-<version>-fw.tar.gz to /tmp and change working directory via cd /tmp/zd1201-<version>-fw.
  2. Last but not least you have to copy the firmware files to /lib/firmware by
    sudo cp -p -f zd1201*.fw /lib/firmware
Now plugin your WLAn adapter. iwconfig should list the adapter in it's output.