个人工具

“UbuntuHelp:WifiDocs/Device/Pentagram Hornet USB Lite”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:WifiDocs/Device/Pentagram_Hornet_USB_Lite}}
 
{{Languages|UbuntuHelp:WifiDocs/Device/Pentagram_Hornet_USB_Lite}}
 
Hello.
 
Hello.
 
 
This How-To describe how to install Pentagram horNet Lite USB Wireless Adapter.
 
This How-To describe how to install Pentagram horNet Lite USB Wireless Adapter.
 
Let's Start!
 
Let's Start!
 
 
Check if You have Hornet Lite:
 
Check if You have Hornet Lite:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
user@ubuntu:~$ lsusb
 
user@ubuntu:~$ lsusb
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Should return:
 
Should return:
 
Bus 001 Device 002: ID 0457:0163 Silicon Integrated Systems Corp.
 
Bus 001 Device 002: ID 0457:0163 Silicon Integrated Systems Corp.
 
 
If it does.
 
If it does.
 
 
 
***IMPORTANT: If command will return other result don't do next commands, because you have other chipset then this.
 
***IMPORTANT: If command will return other result don't do next commands, because you have other chipset then this.
 
We download needed packets:
 
We download needed packets:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
user@ubuntu:~$ sudo apt-get update
 
user@ubuntu:~$ sudo apt-get update
第27行: 第19行:
 
user@ubuntu:~$ sudo ln -s /usr/src/linux-`uname -r` /lib/modules/`uname -r`/build
 
user@ubuntu:~$ sudo ln -s /usr/src/linux-`uname -r` /lib/modules/`uname -r`/build
 
</nowiki></pre>
 
</nowiki></pre>
 
 
We have to download newest ndiswrapper:
 
We have to download newest ndiswrapper:
 
http://sourceforge.net/project/showfiles.php?group_id=93482
 
http://sourceforge.net/project/showfiles.php?group_id=93482
 
 
Extract:
 
Extract:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
user@ubuntu:~$ tar xvzf ndiswrapper-1.32.tar.gz
 
user@ubuntu:~$ tar xvzf ndiswrapper-1.32.tar.gz
 
user@ubuntu:~$ cd ndiswrapper-1.32
 
user@ubuntu:~$ cd ndiswrapper-1.32
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Let's compile ndiswrapper:
 
Let's compile ndiswrapper:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
user@ubuntu:~/ndiswrapper-1.32$ make distclean
 
user@ubuntu:~/ndiswrapper-1.32$ make distclean
第45行: 第32行:
 
user@ubuntu:~/ndiswrapper-1.32$ sudo make install
 
user@ubuntu:~/ndiswrapper-1.32$ sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Now we will download and install drivers:
 
Now we will download and install drivers:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
user@ubuntu:~$ mkdir drivers
 
user@ubuntu:~$ mkdir drivers
第57行: 第42行:
 
user@ubuntu:~$ sudo ndiswrapper -i sis163u.inf
 
user@ubuntu:~$ sudo ndiswrapper -i sis163u.inf
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Next we check if the driver is is installed correctly:
 
Next we check if the driver is is installed correctly:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
user@ubuntu:~$ ndiswrapper -l
 
user@ubuntu:~$ ndiswrapper -l
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Should return: driver installed
 
Should return: driver installed
 
If it does, that means the ndiswrapper has loaded driver, and now we can load ndiswrapper do autostarting modules:
 
If it does, that means the ndiswrapper has loaded driver, and now we can load ndiswrapper do autostarting modules:
 
 
Kod:
 
Kod:
 
<pre><nowiki>
 
<pre><nowiki>
第72行: 第53行:
 
user@ubuntu:~$ gksudo gedit /etc/modules
 
user@ubuntu:~$ gksudo gedit /etc/modules
 
</nowiki></pre>
 
</nowiki></pre>
 
 
We add at the end of the file: ndiswrapper
 
We add at the end of the file: ndiswrapper
 
Save and Reboot.
 
Save and Reboot.
 
Nextly you have to configure your network. To enable WPA support you must to install wpa_supplicant by command:  
 
Nextly you have to configure your network. To enable WPA support you must to install wpa_supplicant by command:  
 
 
<pre><nowiki>
 
<pre><nowiki>
 
user@ubuntu:~$ sudo apt-get install wpasupplicant
 
user@ubuntu:~$ sudo apt-get install wpasupplicant

2007年11月30日 (五) 22:19的最新版本

Hello. This How-To describe how to install Pentagram horNet Lite USB Wireless Adapter. Let's Start! Check if You have Hornet Lite:

user@ubuntu:~$ lsusb

Should return: Bus 001 Device 002: ID 0457:0163 Silicon Integrated Systems Corp. If it does.

      • IMPORTANT: If command will return other result don't do next commands, because you have other chipset then this.

We download needed packets:

user@ubuntu:~$ sudo apt-get update
user@ubuntu:~$ sudo apt-get install build-essential
user@ubuntu:~$ sudo apt-get install linux-headers-`uname -r`
user@ubuntu:~$ sudo ln -s /usr/src/linux-`uname -r` /lib/modules/`uname -r`/build

We have to download newest ndiswrapper: http://sourceforge.net/project/showfiles.php?group_id=93482 Extract:

user@ubuntu:~$ tar xvzf ndiswrapper-1.32.tar.gz
user@ubuntu:~$ cd ndiswrapper-1.32

Let's compile ndiswrapper:

user@ubuntu:~/ndiswrapper-1.32$ make distclean
user@ubuntu:~/ndiswrapper-1.32$ make
user@ubuntu:~/ndiswrapper-1.32$ sudo make install

Now we will download and install drivers:

user@ubuntu:~$ mkdir drivers
user@ubuntu:~$ cd drivers
user@ubuntu:~$ wget http://e-danek.info/shared/sis163u.cat
user@ubuntu:~$ wget http://e-danek.info/shared/setparam.ini
user@ubuntu:~$ wget http://e-danek.info/shared/SiS163u.sys
user@ubuntu:~$ wget http://e-danek.info/shared/sis163u.inf
user@ubuntu:~$ sudo ndiswrapper -i sis163u.inf

Next we check if the driver is is installed correctly:

user@ubuntu:~$ ndiswrapper -l

Should return: driver installed If it does, that means the ndiswrapper has loaded driver, and now we can load ndiswrapper do autostarting modules: Kod:

user@ubuntu:~$ sudo modprobe ndiswrapper
user@ubuntu:~$ gksudo gedit /etc/modules

We add at the end of the file: ndiswrapper Save and Reboot. Nextly you have to configure your network. To enable WPA support you must to install wpa_supplicant by command:

user@ubuntu:~$ sudo apt-get install wpasupplicant

Good Luck! Greetz Danek ubuntu a|t e-danek d o-t info - http://e-danek.info