特殊:Badtitle/NS100:WifiDocs/Driver/Ndiswrapper/edgy:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper/edgy}} {{Languages|UbuntuHelp:WifiDocs/Driver/Ndiswrapper/edgy}} == Intro == This page was created to outline the step...
 
Wikibot留言 | 贡献
无编辑摘要
 
(未显示2个用户的3个中间版本)
第1行: 第1行:
{{From|https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper/edgy}}
{{From|https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper/edgy}}
{{Languages|UbuntuHelp:WifiDocs/Driver/Ndiswrapper/edgy}}
{{Languages|UbuntuHelp:WifiDocs/Driver/Ndiswrapper/edgy}}
<<Include(Tag/Unsupported)>>
<<Include(Tag/Deletion)>>
== 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 with the following command:
1. Install the package ndiswrapper-utils-1.8  
sudo apt-get install 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.
4. Run the following command to install the driver:


3. unzip it.
<pre><nowiki>
 
4. run the following command to install the driver:
sudo ndiswrapper-1.8 -i /path/to/inf/file.inf
sudo ndiswrapper-1.8 -i /path/to/inf/file.inf
</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>
sudo modprobe ndiswrapper
sudo modprobe ndiswrapper
 
</nowiki></pre>
----
----
[[category:CategoryCleanup]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2009年5月12日 (二) 19:43的最新版本

{{#ifexist: :WifiDocs/Driver/Ndiswrapper/edgy/zh | | {{#ifexist: WifiDocs/Driver/Ndiswrapper/edgy/zh | | {{#ifeq: {{#titleparts:WifiDocs/Driver/Ndiswrapper/edgy|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:WifiDocs/Driver/Ndiswrapper/edgy|1|-1|}} | zh | | }}

<<Include(Tag/Unsupported)>> <<Include(Tag/Deletion)>>

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