Distribution: Ubuntu 12.04.5 lts
Kernel: 3.small-35-generic
Download the driver 5370 linux.rar from the Tenda official website, decompress the package, and get the token.
Decompress the package and enter the directory to modify OS/Linux/config. mk.
# Support wpa_supplicant
Has_wpa_supplicant = y
# Support native wpasupplicant for network maganger
Has_native_wpa_supplicant_support = y
(Change two n to Y)
An error occurred in sudo make. The value assignment type is incompatible.
How to determine whether a wireless network card can be supported by hostpad
Taking ubuntu10.04 as an Example
Run sudo aptitude install IW to install the Wireless Configuration tool IW.
Execute the IW list. If the AP is displayed in the following results, it indicates that the NIC supports hostapd.
Supported interface modes:
* IBSS
* Managed
* AP
* AP/VLAN
* WDS
* Monitor
* Mesh Point
Similar errors found on the Internet
Http://askubuntu.com/questions/303415/ubuntu-13-04-ralink-rt5390-wont-work-after-upgrade
Download the patch according to the instructions on the Internet.
Http://gridlox.net/diff/rt5592sta_fix_64bit_3.8.patch
Mark
patch -p1 <rt5592sta_fix_64bit_3.8.patch
A file cannot be found. Then make is successful. Then make install.
In/etc/modprobe.d/blacklist.conf
Add at the end
# Blacklist conflicting kernel modulesblacklist rt2800pciblacklist rt2800libblacklist rt2x00usbblacklist rt2x00pciblacklist rt2x00libblacklist rt2860stablacklist rt3090sta
Restart and the wireless network card is available.
Then open the hotspot. For more information, see
Http://blog.sina.com.cn/s/blog_6e390e070101lwv9.html
Step 1. Click the network connection icon in the upper right corner and select Edit connections]
Step 2. Select the wireless tab and click Add]
Step 3. enter the name of the network you want to use in the "SSID" box.
In the "Mode" box, select ad-hoc.
Step 4. Select an encryption method in [wireless security], such as the wep40/128-bit key, and enter your password.(Five-digit password is recommended)
Step 5. Set the IPv4 settings to shared to other computers.
Step 6. Select ignore in [IPv6 settings]
Step 7. Click Save.
Step 8. Click the network connection icon in the upper right corner and select connect to hidden wireless network ...]
Select the SSID name and click Connect.
The iPhone can be connected, but there is an exclamation point after win7 is connected. Why does it appear that the ad hoc mode is used?
Refer to the following webpage
Http://jingyan.baidu.com/article/d8072ac4414864ec95cefdaf.html
It can be configured with the common wireless routing mode, and then it can be used.
Install Tenda w311ma USB wireless NIC Driver in Ubuntu 12.04 and enable WiFi hotspot