个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/WifiDocs/Device/ipn2220}} {{Languages|UbuntuHelp:WifiDocs/Device/ipn2220}} == Introduction == For users using Ubuntu Feisty 7.04 and a ipn2220 ...)
 
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/WifiDocs/Device/ipn2220}}
 
{{From|https://help.ubuntu.com/community/WifiDocs/Device/ipn2220}}
 
{{Languages|UbuntuHelp:WifiDocs/Device/ipn2220}}
 
{{Languages|UbuntuHelp:WifiDocs/Device/ipn2220}}
 
 
 
== Introduction ==
 
== Introduction ==
 
+
For users using Ubuntu 8.04 and a ipn2220 based wireless card wishing to use the networkmanager.
For users using Ubuntu Feisty 7.04 and a ipn2220 based wireless card wishing to use the networkmanager.
+
 
+
 
== Overview Of The Setup Process ==
 
== Overview Of The Setup Process ==
 
 
'''Step 1:'''
 
'''Step 1:'''
 
Collecting and downloading required software.  
 
Collecting and downloading required software.  
 
 
'''Step 2:'''
 
'''Step 2:'''
 
Setting up software to run on your system
 
Setting up software to run on your system
 
 
'''Step 3:'''
 
'''Step 3:'''
 
Configuring ndiswrapper
 
Configuring ndiswrapper
 
 
'''Step 4:'''
 
'''Step 4:'''
 
Restarting the system
 
Restarting the system
 
 
'''Step 5:'''
 
'''Step 5:'''
 
Setting up your network with Network-Manager
 
Setting up your network with Network-Manager
 
 
'''Notes'''
 
'''Notes'''
 
 
If you are using a hidden network, network manager will not be able to store your information.
 
If you are using a hidden network, network manager will not be able to store your information.
 
This means when you restart you computer you will have to re-input your network details.
 
This means when you restart you computer you will have to re-input your network details.
 
 
== Whats Required ==
 
== Whats Required ==
 
The following software is required for using your wireless card.
 
The following software is required for using your wireless card.
 
'''build-essential'''
 
'''build-essential'''
 
 
'''ndiswrapper'''
 
'''ndiswrapper'''
 
 
'''windows driver file''' This includes the '''neti2220.inf''' and '''12220ntx.sys''' files
 
'''windows driver file''' This includes the '''neti2220.inf''' and '''12220ntx.sys''' files
 
 
 
== Installing ==
 
== Installing ==
 
=== Step 1: Installing Build-essentials ===
 
=== Step 1: Installing Build-essentials ===
 
What you need to do is install the build-essential package. This will be used to compile ndiswrapper.
 
What you need to do is install the build-essential package. This will be used to compile ndiswrapper.
 
 
Open up a terminal ''Applications>accessories>terminal ''
 
Open up a terminal ''Applications>accessories>terminal ''
 
<pre><nowiki>
 
<pre><nowiki>
第47行: 第30行:
 
</nowiki></pre>
 
</nowiki></pre>
 
And then press 'y'.
 
And then press 'y'.
 
 
=== Getting Ndiswrapper and installing ===
 
=== Getting Ndiswrapper and installing ===
 
Go to the Ndiswrapper homepage and download the latest version at
 
Go to the Ndiswrapper homepage and download the latest version at
 
 
http://ndiswrapper.sourceforge.net/joomla/
 
http://ndiswrapper.sourceforge.net/joomla/
 
 
Extract the Ndiswrapper package to your desktop.
 
Extract the Ndiswrapper package to your desktop.
 
 
Open up a terminal ''Applications>accessories>terminal'' and input the following command:
 
Open up a terminal ''Applications>accessories>terminal'' and input the following command:
 
<pre><nowiki>
 
<pre><nowiki>
第61行: 第40行:
 
and
 
and
 
<pre><nowiki>
 
<pre><nowiki>
cd ndiswrapper-1.47
+
cd ndiswrapper-1.53
 
</nowiki></pre>
 
</nowiki></pre>
 
''Note, you might need to change the version number''
 
''Note, you might need to change the version number''
 
 
Now we need to make sure there is no other version installed, so in the '''same''' terminal type
 
Now we need to make sure there is no other version installed, so in the '''same''' terminal type
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo make uninstall
 
sudo make uninstall
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Now you can type in
 
Now you can type in
 
<pre><nowiki>
 
<pre><nowiki>
第83行: 第60行:
 
sudo modprobe ndiswrapper
 
sudo modprobe ndiswrapper
 
</nowiki></pre>
 
</nowiki></pre>
 
 
You have just compiled and installed ndiswrapper on your Ubuntu
 
You have just compiled and installed ndiswrapper on your Ubuntu
 
 
 
=== Setting up Ndiswrapper ===
 
=== Setting up Ndiswrapper ===
 
Open up a terminal ''Applications>accessories>terminal ''
 
Open up a terminal ''Applications>accessories>terminal ''
第101行: 第75行:
 
When you log into Ubuntu you will see the network-manager icon in the upper left corner ''(if you have the default setup)''
 
When you log into Ubuntu you will see the network-manager icon in the upper left corner ''(if you have the default setup)''
 
Left click on the icon and you will see the available wireless networks.
 
Left click on the icon and you will see the available wireless networks.
 
 
If you have a hidden network then click
 
If you have a hidden network then click
 
''Connect to Other Wireless Network...''
 
''Connect to Other Wireless Network...''

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

Introduction

For users using Ubuntu 8.04 and a ipn2220 based wireless card wishing to use the networkmanager.

Overview Of The Setup Process

Step 1: Collecting and downloading required software. Step 2: Setting up software to run on your system Step 3: Configuring ndiswrapper Step 4: Restarting the system Step 5: Setting up your network with Network-Manager Notes If you are using a hidden network, network manager will not be able to store your information. This means when you restart you computer you will have to re-input your network details.

Whats Required

The following software is required for using your wireless card. build-essential ndiswrapper windows driver file This includes the neti2220.inf and 12220ntx.sys files

Installing

Step 1: Installing Build-essentials

What you need to do is install the build-essential package. This will be used to compile ndiswrapper. Open up a terminal Applications>accessories>terminal

sudo apt-get install build-essential

And then press 'y'.

Getting Ndiswrapper and installing

Go to the Ndiswrapper homepage and download the latest version at http://ndiswrapper.sourceforge.net/joomla/ Extract the Ndiswrapper package to your desktop. Open up a terminal Applications>accessories>terminal and input the following command:

cd Desktop

and

cd ndiswrapper-1.53

Note, you might need to change the version number Now we need to make sure there is no other version installed, so in the same terminal type

sudo make uninstall

Now you can type in

sudo make

And then you can

sudo make install

and finally

sudo ndiswrapper -m
sudo modprobe ndiswrapper

You have just compiled and installed ndiswrapper on your Ubuntu

Setting up Ndiswrapper

Open up a terminal Applications>accessories>terminal and change directory to where your neti2220.inf file is located (if it is placed on the desktop do the following)

cd Desktop

Now run

sudo ndiswrapper -i neti2220.inf

Now restart your computer

Setting Up A Network With Network-Manager

When you log into Ubuntu you will see the network-manager icon in the upper left corner (if you have the default setup) Left click on the icon and you will see the available wireless networks. If you have a hidden network then click Connect to Other Wireless Network... and fill in the details as required.


HardwareDocumentation