This blog post listed Linux Compatible USB wireless adapters. It seems that many new Linux users frequently has problems learning how to install RT2870 driver under Linux. I also received email requesting installation instructions for the same device. This quick tutorial would explains how to install RT2870 based chipset device with WPA2 authentication and TKIP wireless en Cryption.Our Sample SetupThe follo
Transplantation of rt2870 USB wifi on mx53 Android platform
There are a lot of porting tutorials for USB wifi on the Linux platform online, but there are few complete tutorials for porting on Android. It took a whole week to transplant this driver, here are the detailed transplant notes for this week.
I. Compile the WiFi driver source code to generate the Ko FileThe/etc directory exists in the Linux root file system, while the/etc directory in the and
/sourcery_codebench_lite_for_xilinx_gnu_linux/bin/ Arm-xilinx-linux-gnueabi-ar $ (arflags) r
ranlib=/home/zhu/codesourcery/sourcery_codebench_lite_for_xilinx_ Gnu_linux/bin/arm-xilinx-linux-gnueabi-ranlib
perl=/usr/bin/perl
tar= TAR
tarflags=-- No-recursion
Makedepprog=makedepend
Compile:sudo make make install and copy libcrypto.a LIBSSL.A to the/lib of the Development BoardAlso made a soft link
Ln-s/MNT/WIFI_LIB/LIBSSL.A/LIB/LIBSSL.A
ln-s/mnt/wifi_lib/libcrypto.a/lib/libcrypto.a
Because no w
. dat under the rt5370 driver source code directory to the/etc/wireless/rt2870sta/directory (Create/etc/wireless/rt2870sta first)
Step 5:
Load driver
Copy rt5370sta. Ko TO THE DEVELOPMENT BOARD
# Insmod rt5370sta. Ko
[Root @ ok6410 Linux] # insmod rt5370sta. Ko
Rtusb init rt2870 --->
=== Pad = c884c000, size = 512016 ====
Usbcore: registered new interface driver rt2870
Step 6:
Enable wireless networ
with TP-link wn322g + V3. The result is that the driver is unavailable in Ubuntu. Lsusb shows that the ID of this Nic is f201: 5370. I have said on the Internet that wn322g + is the zd1211 chip. I added the ID number of this Nic to the zd1211 driver for the 3.0 kernel. The compilation and loading module won't work, install the XP driver with ndiswrapper to get the screen directly. Then it seems that this Nic in XP is a chip of rt2870. I also tried th
3.0.1.0;
D-link DWA-140 rangebooster N USB adapter;driver version 3.0.3.0;
Dell 1510 Wireless N adapter; Broadcom version;driver 5.60.18.8;
Intel 5100/5300; WiFi Link 1000 BGN; Driver version 13.0.0.107;
Linksys dual-band wireless-n USB network Adapter (wusb600n);d River version 3.0.10.0;
Netgear 108 Mbit wg311t;
Ralink RT2870 (in many 802.11n USB dongles);
Realtek rtl8187b (Win7 driver ver.1178);
Realtek Rtl8187se (with the drivers, came wit
Atheros ar5xxx/ar9xxx cards; Driver version 8.0.0.238;
Broadcom 4310-series (in many Dell laptops);
Broadcom 4321ag/4322ag/43224ag WLAN Adapter; Driver version 5.60.18.8 (here);
D-link airplus G dwl-g510 Wireless PCI adapter;driver version 3.0.1.0;
D-link DWA-140 rangebooster N USB adapter;driver version 3.0.3.0;
Dell 1510 Wireless N adapter; Broadcom version;driver 5.60.18.8;
Intel 5100/5300; WiFi Link 1000 BGN; Driver version 13.0.0.107;
Linksys dual-band wireless-n USB network Adapter
considered replacing GCC.
Decompress with arm-2007q1-10-arm-none-linux-gnueabi.tar.bz2, compile the driver with the new GCC, and then download it to the board.
> Rt3070sta: Version magic '2. 6.39 mod_unload armv5 p2v8 'should be '2. 6.39 mod_unload armv5'> Insmod: Can't insert 'rt3070sta. ko': Invalid module format
When the kernel version does not match, it suddenly reminds me that uimage is compiled with GCC of version 2011. 03.-41, and the driver uses GCC of version 2007q1-10. Therefore, GCC
Main content : Refer to a number of articles on the web, the success of their own hands-on experiment, here in detail to record their own under the Kali Linux buildProcess, this article focuses on hands-on implementation, does not involve the principle, about the principle should be in the following separate article to explore in detailLab Environment:Host hosts: Windows 8 64-bitVirtual machine Software:VirtualBox 4.3.8 (requires installation of the same 4.3.8 version expansion pack and enhanced
the root directory of the makefile, in line 2nd can find rt28xx_mode this variable, the default is STA, we change it to AP. Select Chipset
Many chip manufacturers for the same model of the chip, provide a variety of different interfaces, such as USB,PCI. A chip that has been slightly modified may have changed another model, but they actually use the same drive and they can act as a series. When choosing a chipset, we need to select all of the same series of chips that use the same interface, an
/linux:{USB_DEVICE (0x148F, 0x2070)},/* Ralink 2070L */4. Compilation module:Go back to the initial directory to solve the first-level directory:Cd ../..Make5. If the compilation is successful, install: |Make installIf the compilation fails and your LINUX kernel version is later than or equal to 2.6.31, go to Step 11 to check and process it!6 COPY the. DAT file to/etc/Wireless, copy. bin to/lib/firmware# Mkdir-p/etc/Wireless/RT2870STA# Cp RT2870STA. dat/etc/Wireless/RT2870STA/# Apt-get install t
the mobile phone. I don't know what brand it is. Is it an IP address ??)
Currently known and unsupported devices are: (from this page: http://www.connectify.me/docs/supportedcards.html)These devices are known to be compatible:
Atheros ar5005 g/ar5005gs (as in the TP-link TL-WN651G)
Atheros ar5006ex (mini-PCIe card with driver version 8.0.0.171)
Atheros ar5007eg with 8.0.0.238 firmware
Atheros ar5009 802.11a/G/n WiFi adapter
Atheros ar9285
Broadcom 4310-series (in Alibaba Dell laptops)
D-Link
make sure your router firmware is the latest version, especially if you buy a new router. With the first few firmware updates, the expected bandwidth, feature set, and flare will be upgraded. (My Linksys can only be updated to provide full bandwidth to the living room).
Also, make sure that the wireless adapter, whether external or built-in, always keeps the latest version. After upgrading to the next version of the adapter driver, the standby issue, low performance issues will be resolved. Al
"
PROTO=WPA
key_mgmt=wpa-psk
pairwise=tkip
group=tkip
psk= "PASSWORD"
}
where xxx is the hotspot name of the router, PSK fills in the password, the encryption method TKIP needs to fill in according to the actual situation, do not understand can see my previous article, or Direct man.
Run
First create a runtime directory:
root@ (None):/# mkdir/var/run/wpa_supplicant
Then run directly in the background:
root@ (None):/# wpa_supplicant-b-iwlan0-c/etc/wpa.
virtual WiFi, you will see a virtual NIC on the Control Panel network and Internet connection, the device name is: Microsoft virtual WiFi Miniprot Adapter
If your system does not have this function, and your network card is Intel, you can download the latest driver "32-bit, 64-bit", if not, the system's own Third-party driver can also support (such as my usb-tplink,tl-wn321g).
Currently supported devices are:Atheros Ar5005gs (as in the Tp-link tl-wn651g);Atheros Ar5007eg with 8.0.0.238 firmwa
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.