个人工具

“UbuntuHelp:WifiDocs/Device/WG111T”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/WifiDocs/Device/WG111T}} {{Languages|UbuntuHelp:WifiDocs/Device/WG111T}} This HowTo will tell you the simple process of getti...)
 
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/WifiDocs/Device/WG111T}}
 
{{From|https://help.ubuntu.com/community/WifiDocs/Device/WG111T}}
 
{{Languages|UbuntuHelp:WifiDocs/Device/WG111T}}
 
{{Languages|UbuntuHelp:WifiDocs/Device/WG111T}}
This [[UbuntuHelp:HowTo|HowTo]] will tell you the simple process of getting the Netgear WG111T wireless card working in Ubuntu Hardy Beta 1, however should work for later versions hopefully.
 
 
==== Step 1 ====
 
==== Step 1 ====
Install Ubuntu Hardy.
+
Make sure the USB adapter is not plugged in.
Unplug USB Adapter.
+
 
==== Step 2 ====
 
==== Step 2 ====
Put the Install CD back into drive and fire up synaptic package manager.
+
Put the Ubuntu install CD into the CD drive and start the synaptic package manager (System -> Administration -> Synaptic Package Installer).
 
==== Step 3 ====
 
==== Step 3 ====
Install ndisgtk package. (If you did not install from cd, then transfer the .deb files from packages.ubuntu.com (dependencies as well) and install.)
+
Install ndisgtk package. (If you did not install Ubuntu from a cd, then transfer the .deb files from packages.ubuntu.com (dependencies as well) and install.)
 
==== Step 4 ====
 
==== Step 4 ====
Go to System -> Windows Wireless Drivers.
+
Go to System -> Administration -> Windows Wireless Drivers.
 
==== Step 5 ====
 
==== Step 5 ====
Put in the WG111T Windows Install CD. Hit the Install Driver button.. Go to the CD, go into the ndis5 folder and install the netwg111t.inf file.
+
Put in the WG111T Windows Install CD. Hit the Install Driver button in the Windows Wireless Drivers box. Browse to the CD, then into the ndis5 folder and select the netwg111t.inf file. (Not netwg111t.cat)
If you no longer have the CD then you can grab the drivers from the netgear website..  
+
Note: If you no longer have the CD then you can get the drivers from the netgear website.  
 
==== Step 6 ====
 
==== Step 6 ====
Plug back in USB Drive.. And network-manager should do the rest..
+
Plug back in USB Drive. The Network Manager should do the rest.
For me WEP and WPA was working out of the box.
+
WEP and WPA encryption should work out of the box.
 
==== Step 7 ====
 
==== Step 7 ====
Okay, when you restart you will be hit with a little issue.. The Stick now doesn't work..
+
Upon restart, the adapter will stop working. To fix this, open a terminal and type in the following:
The short term fix is to run..
+
sudo gedit /etc/modules
Unplug Adapter..
+
In the gedit window add a line that says
<pre><nowiki>
+
ndiswrapper
sudo modprobe -r ndiswrapper
+
The drivers are now installed!
sudo modprobe ndiswrapper
+
==== Additional ====
</nowiki></pre>
+
For an additional set of instructions for this task, see:
Plug in adapter..
+
http://www.associatedcontent.com/article/2665279/how_to_install_and_use_a_wg111t_wireless.html
I am working on a better solution for this though.. :)
+
Note: we had a glitch in our HP computer where complete shut down was required, ndiswrapper was throwing an error and only reset on shut down.
Thanks, Alex Latchford.
+
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月20日 (四) 00:55的最新版本

Step 1

Make sure the USB adapter is not plugged in.

Step 2

Put the Ubuntu install CD into the CD drive and start the synaptic package manager (System -> Administration -> Synaptic Package Installer).

Step 3

Install ndisgtk package. (If you did not install Ubuntu from a cd, then transfer the .deb files from packages.ubuntu.com (dependencies as well) and install.)

Step 4

Go to System -> Administration -> Windows Wireless Drivers.

Step 5

Put in the WG111T Windows Install CD. Hit the Install Driver button in the Windows Wireless Drivers box. Browse to the CD, then into the ndis5 folder and select the netwg111t.inf file. (Not netwg111t.cat) Note: If you no longer have the CD then you can get the drivers from the netgear website.

Step 6

Plug back in USB Drive. The Network Manager should do the rest. WEP and WPA encryption should work out of the box.

Step 7

Upon restart, the adapter will stop working. To fix this, open a terminal and type in the following: sudo gedit /etc/modules In the gedit window add a line that says ndiswrapper The drivers are now installed!

Additional

For an additional set of instructions for this task, see: http://www.associatedcontent.com/article/2665279/how_to_install_and_use_a_wg111t_wireless.html Note: we had a glitch in our HP computer where complete shut down was required, ndiswrapper was throwing an error and only reset on shut down.