个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/WifiDocs/LinksysWPC54G}} {{Languages|UbuntuHelp:WifiDocs/LinksysWPC54G}} '''This How To explains the setup of Linksys cards that require the ndisw...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:WifiDocs/LinksysWPC54G}}
 
{{Languages|UbuntuHelp:WifiDocs/LinksysWPC54G}}
 
'''This How To explains the setup of Linksys cards that require the ndiswrapper module.'''
 
'''This How To explains the setup of Linksys cards that require the ndiswrapper module.'''
 
 
Follow these steps:
 
Follow these steps:
 
+
# Link to ndis page Ndiswrapper
*** Link to ndis page Ndiswrapper
+
 
+
 
These instructions for Debian have been helpful for several people configuring linksys cards Arthur's homepage: [http://ch.tudelft.nl/~arthur/wpc54g/ using WPC54G with Debian]
 
These instructions for Debian have been helpful for several people configuring linksys cards Arthur's homepage: [http://ch.tudelft.nl/~arthur/wpc54g/ using WPC54G with Debian]
*** The Linksys WPC11 ver 4 is a confirmed success.
+
2. The Linksys WPC11 ver 4 is a confirmed success.
*** In one case at least, manually entering nameserver information into /etc/resolv.conf was required.
+
3. In one case at least, manually entering nameserver information into /etc/resolv.conf was required.
 
+
 
Here is a step-by-step instruction, which workes very well on IBM Thinkpad with WPC54GS (BMC Chipset) card:
 
Here is a step-by-step instruction, which workes very well on IBM Thinkpad with WPC54GS (BMC Chipset) card:
 
First, download [http://www.linksys.com/servlet/Satellite?childpagename=US%2FLayout&packedargs=c%3DL_Product_C2%26cid%3D1115416827032&pagename=Linksys%2FCommon%2FVisitorWrapper the unfree drivers]. Unzip the drivers somewhere in your home-directory.
 
First, download [http://www.linksys.com/servlet/Satellite?childpagename=US%2FLayout&packedargs=c%3DL_Product_C2%26cid%3D1115416827032&pagename=Linksys%2FCommon%2FVisitorWrapper the unfree drivers]. Unzip the drivers somewhere in your home-directory.
第24行: 第20行:
 
</nowiki></pre>
 
</nowiki></pre>
 
Depending on the driver package used, bcmwl5.inf and bcmwl5.sys can be on different places in the subdirectories...
 
Depending on the driver package used, bcmwl5.inf and bcmwl5.sys can be on different places in the subdirectories...
 
 
should show the following:
 
should show the following:
 
<pre><nowiki>
 
<pre><nowiki>
第37行: 第32行:
 
</nowiki></pre>
 
</nowiki></pre>
 
Of course you use your ESSID and WEP-KEY then ;-)
 
Of course you use your ESSID and WEP-KEY then ;-)
 
 
As next, you take up the interface:
 
As next, you take up the interface:
 
<pre><nowiki>
 
<pre><nowiki>
第44行: 第38行:
 
ifup eth1
 
ifup eth1
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Wait until dhcp gets it's stuff and then test it (browse google)
 
Wait until dhcp gets it's stuff and then test it (browse google)
 
 
 
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]] [[category:CategoryHardware]]
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]] [[category:CategoryHardware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 22:24的版本

This How To explains the setup of Linksys cards that require the ndiswrapper module. Follow these steps:

  1. Link to ndis page Ndiswrapper

These instructions for Debian have been helpful for several people configuring linksys cards Arthur's homepage: using WPC54G with Debian 2. The Linksys WPC11 ver 4 is a confirmed success. 3. In one case at least, manually entering nameserver information into /etc/resolv.conf was required. Here is a step-by-step instruction, which workes very well on IBM Thinkpad with WPC54GS (BMC Chipset) card: First, download the unfree drivers. Unzip the drivers somewhere in your home-directory. Then install bcm43xx-fwcutter and use it to get the firmware stuff needed for ndiswrapper:

apt-get install bcm43xx-fwcutter ndiswrapper-utils-1.8 ndiswrapper-common
cd ~/windows_drivers/
bcm43xx-fwcutter bcmwl5.sys
cp bcm43xx* /lib/firmware
modprobe ndiswrapper
ndiswrapper -i bcmwl5.inf
ndiswrapper -l

Depending on the driver package used, bcmwl5.inf and bcmwl5.sys can be on different places in the subdirectories... should show the following:

bcmwl5     driver installed, hardware present

Then edit /etc/network/interfaces to contain the following. Alternatively you can just use the gnome or kde configuration tools:

auto eth1
iface eth1 inet dhcp
wireless-essid linksysgabba
wireless-key 0A0A0A0A0A0A0A0A0A0A0A

Of course you use your ESSID and WEP-KEY then ;-) As next, you take up the interface:

ifdown eth0
ifdown eth1
ifup eth1

Wait until dhcp gets it's stuff and then test it (browse google)