Look here, rookie.
Https://help.ubuntu.com/community/WifiD ... enda_w311m
Recently also bought a Tenda w311m network card, simply say the driver installation and HOSTAPD do soft AP Configuration
The system is Ubuntu 11.10, the kernel is Linux ubuntu 3.0.0-12-server
Thank you for [email protected] article ideas
Two types of drive modes
First, Ralink official driver compilation, this driver seems to support only infrastructure and ADHOC functions
1. Download the driver rt3070/rt3072/rt3370/rt5370/rt5372 package from Ralink. The latest version is v2.5.0.3
Code:http://www.ralinktech.com/en/04_support/support.php?sn=501
2. Unzip to the user directory and change the name to STA, for example
3. Modify OS/LINUX/CONFIG.MK to open both support
Code:# support Wpa_supplicant
Has_wpa_supplicant=y
# support Native wpa_supplicant for Network Maganger
Has_native_wpa_supplicant_support=y
4. Compiling the installation
Code:sudo su
Make
Make install
Modprobe Rt5370sta
5. Add to/etc/modules
Code:echo Rt5370sta >>/etc/modules
Or in the second, with the Rt2800usb drive.
RT2800USB drives are powerful and support soft APS
Above the kernel 3.0, it is easy to drive RT5730 with RT2800USB
Code:sudo modprobe rt2800usb
Sudo-s
echo 148F 5370 >/sys/bus/usb/drivers/rt2800usb/new_id
Exit
Ifconfig, you can see Wlan0 's wireless interface.
With HOSTAPD, enabling AP Functionality
Code:[Email protected]:~/hostapd-0.7.3/hostapd$ cat hostapd.conf
Interface=wlan0
driver=nl80211
Logger_syslog=1
logger_syslog_level=2
Logger_stdout=1
logger_stdout_level=2
Debug=1
Dump_file=/tmp/hostapd.dump
Ctrl_interface=/var/run/hostapd
Ssid=myssidname
Hw_mode=g
Channel=1
beacon_int=100
dtim_period=2
max_num_sta=255
rts_threshold=2347
fragm_threshold=2346
wpa=2
Wpa_passphrase=sosmalloffice
Wpa_pairwise=tkip CCMP
linux tenda w311ma Wireless LAN driver installation FAQ
Installation success Ubuntu12.04, but the external USB Wireless card Tendaw311ma, but a lot of effort, special record:1. To Tenda official website Download Linux driver,5370linux.rar, unzip the final folder in Windows to U...
Installation SuccessfulUbuntu 12.04, but the externalUSBWireless CardTenda W311ma, but it took a lot of effort, special record of:
1. First LoginTendaDownload websiteLinuxDriven5370linux.rarInWindowsUnzip the final folder toUon the plate;
2. EnterUDisk folders, modifyingos/linux/config.mkTwo items in the file: (comingNSwitchy)
has_wpa_supplicant=y
has_native_wpa_supplicant_support=y
save; < Span lang= "en-US" >
3. Open os/linux/usb_main_dev.c file , in module_description ("Rt2870wireless Lan Linux Driver "); Add a line below the line:
Module_license ("GPL");
save;
4. Copy u Disk folder to ubuntu Desktop, go to this folder on the desktop, or use < Span lang= the "en-us" >sudonautilus command to place it in the system directory you want to put in and install it by entering the following command:
Sudosu
Make
Make install
5. continue to enter Geditin the terminal, find the /etc/modprobe.d/blacklist.conf file, add the following 3 lines at the end and Save:
Blacklist Rt2x00usb
Blacklistrt2x00lib
Blacklistrt2800usb
Continue opening the /etc/modules file in 6.gedit and add the following line at the end, and save:
Rt5370sta
7. Load the driver with the following command:
Modprobert5370sta
8. you will see the Internet at the top right corner of the Ubuntu desktop to find the wireless network, enter the relevant SSID and password to go online