个人工具

“UbuntuHelp:WifiDocs/Driver/Ndiswrapper/edgy”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第3行: 第3行:
 
== Intro ==
 
== Intro ==
 
This page was created to outline the steps for installing and configuring ndiswrapper in edgy because of the following bug, https://launchpad.net/distros/ubuntu/+source/ndiswrapper/+bug/59983
 
This page was created to outline the steps for installing and configuring ndiswrapper in edgy because of the following bug, https://launchpad.net/distros/ubuntu/+source/ndiswrapper/+bug/59983
 
 
=== Steps ===
 
=== Steps ===
 
1. Install the package ndiswrapper-utils-1.8  
 
1. Install the package ndiswrapper-utils-1.8  
 
 
2. Get your Windows XP or Windows 2000 Wifi Driver.
 
2. Get your Windows XP or Windows 2000 Wifi Driver.
 
 
3. Unzip the file in Ubuntu.
 
3. Unzip the file in Ubuntu.
 
 
4. Run the following command to install the driver:
 
4. Run the following command to install the driver:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ndiswrapper-1.8 -i /path/to/inf/file.inf
 
sudo ndiswrapper-1.8 -i /path/to/inf/file.inf
 
</nowiki></pre>
 
</nowiki></pre>
 
 
5. Finally run the following command to refresh the network settings:
 
5. Finally run the following command to refresh the network settings:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo modprobe ndiswrapper
 
sudo modprobe ndiswrapper
 
</nowiki></pre>
 
</nowiki></pre>
 
 
----
 
----
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

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

Intro

This page was created to outline the steps for installing and configuring ndiswrapper in edgy because of the following bug, https://launchpad.net/distros/ubuntu/+source/ndiswrapper/+bug/59983

Steps

1. Install the package ndiswrapper-utils-1.8 2. Get your Windows XP or Windows 2000 Wifi Driver. 3. Unzip the file in Ubuntu. 4. Run the following command to install the driver:

sudo ndiswrapper-1.8 -i /path/to/inf/file.inf

5. Finally run the following command to refresh the network settings:

sudo modprobe ndiswrapper