折腾 好久了 tenda W311M 无线网卡的驱动 用 自带光盘中的 LINUX驱动 用make命令编译的时候会报如下错误
代码:
make -C UTIL/
make[1]: 正在进入目录 `/home/administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL'
cp -f os/linux/Makefile.6.util /home/administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/Makefile
make -C /lib/modules/2.6.35-22-generic/build SUBDIRS=/home/administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL /os/linux modules
make[2]: 正在进入目录 `/usr/src/linux-headers-2.6.35-22-generic'
CC [M] /home/administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/../../os/linux/rt_usb_util.o
/home /administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/../.. /os/linux/rt_usb_util.c: In function ‘rausb_buffer_alloc’:
/home /administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/../.. /os/linux/rt_usb_util.c:126: error: implicit declaration of function ‘usb_buffer_alloc’
/home/administrator/桌面 /2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/../../os/linux/rt_usb_util.c:126: warning: return makes pointer from integer without a cast
/home /administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/../.. /os/linux/rt_usb_util.c: In function ‘rausb_buffer_free’:
/home /administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/../.. /os/linux/rt_usb_util.c:136: error: implicit declaration of function ‘usb_buffer_free’
make[3]: *** [/home/administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/../../os/linux/rt_usb_util.o] 错误 1
make[2]: *** [_module_/home/administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux] 错误 2
make[2]:正在离开目录 `/usr/src/linux-headers-2.6.35-22-generic'
make[1]: *** [all] 错误 2
make[1]:正在离开目录 `/home/administrator/桌面/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL'
make: *** [all] 错误 2
用那个 挂接 windows的程序安装windows的驱动后 软件 直接 卡死~
本人菜鸟 完全 没办法呀 跪求高手解决 在线 等~!
跪求高手指点 tenda w311m 无线网卡驱动问题
-
- 帖子: 5
- 注册时间: 2011-04-04 8:50
Re: 跪求高手指点 tenda w311m 无线网卡驱动问题
我的也遇到类似情况
系统UBUNTU10.04,使用make编译时没有提示错误,但还是检测不到无线网卡,显示没有无线连接。
附上编译
ht@ubuntu:~/2010_0223_RT3370_LinuxSTA_V2.3.0.0$ sudo make
[sudo] password for ht:
make -C UTIL/
make[1]: 正在进入目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL'
cp -f os/linux/Makefile.6.util /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/Makefile
make -C /lib/modules/2.6.32-30-generic/build SUBDIRS=/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux modules
make[2]: 正在进入目录 `/usr/src/linux-headers-2.6.32-30-generic'
Building modules, stage 2.
MODPOST 1 modules
make[2]:正在离开目录 `/usr/src/linux-headers-2.6.32-30-generic'
make[1]:正在离开目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL'
/bin/sh cp_util.sh
make -C MODULE/
make[1]: 正在进入目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE'
make -C tools
make[2]: 正在进入目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/tools'
gcc -g bin2h.c -o bin2h
make[2]:正在离开目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/tools'
/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/tools/bin2h
cp -f os/linux/Makefile.6 /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/Makefile
make -C /lib/modules/2.6.32-30-generic/build SUBDIRS=/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux modules
make[2]: 正在进入目录 `/usr/src/linux-headers-2.6.32-30-generic'
CC [M] /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/../../common/rtmp_mcu.o
LD [M] /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/rt3370sta.o
Building modules, stage 2.
MODPOST 1 modules
LD [M] /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/rt3370sta.ko
make[2]:正在离开目录 `/usr/src/linux-headers-2.6.32-30-generic'
cp -f /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/rt3370sta.ko /tftpboot
make[1]:正在离开目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE'
/bin/sh cp_module.sh
make -C NETIF/
make[1]: 正在进入目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/NETIF'
cp -f os/linux/Makefile.6.netif /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/NETIF/os/linux/Makefile
make -C /lib/modules/2.6.32-30-generic/build SUBDIRS=/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/NETIF/os/linux modules
make[2]: 正在进入目录 `/usr/src/linux-headers-2.6.32-30-generic'
Building modules, stage 2.
MODPOST 1 modules
make[2]:正在离开目录 `/usr/src/linux-headers-2.6.32-30-generic'
make[1]:正在离开目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/NETIF'
系统UBUNTU10.04,使用make编译时没有提示错误,但还是检测不到无线网卡,显示没有无线连接。
附上编译
ht@ubuntu:~/2010_0223_RT3370_LinuxSTA_V2.3.0.0$ sudo make
[sudo] password for ht:
make -C UTIL/
make[1]: 正在进入目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL'
cp -f os/linux/Makefile.6.util /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux/Makefile
make -C /lib/modules/2.6.32-30-generic/build SUBDIRS=/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL/os/linux modules
make[2]: 正在进入目录 `/usr/src/linux-headers-2.6.32-30-generic'
Building modules, stage 2.
MODPOST 1 modules
make[2]:正在离开目录 `/usr/src/linux-headers-2.6.32-30-generic'
make[1]:正在离开目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/UTIL'
/bin/sh cp_util.sh
make -C MODULE/
make[1]: 正在进入目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE'
make -C tools
make[2]: 正在进入目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/tools'
gcc -g bin2h.c -o bin2h
make[2]:正在离开目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/tools'
/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/tools/bin2h
cp -f os/linux/Makefile.6 /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/Makefile
make -C /lib/modules/2.6.32-30-generic/build SUBDIRS=/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux modules
make[2]: 正在进入目录 `/usr/src/linux-headers-2.6.32-30-generic'
CC [M] /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/../../common/rtmp_mcu.o
LD [M] /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/rt3370sta.o
Building modules, stage 2.
MODPOST 1 modules
LD [M] /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/rt3370sta.ko
make[2]:正在离开目录 `/usr/src/linux-headers-2.6.32-30-generic'
cp -f /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE/os/linux/rt3370sta.ko /tftpboot
make[1]:正在离开目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/MODULE'
/bin/sh cp_module.sh
make -C NETIF/
make[1]: 正在进入目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/NETIF'
cp -f os/linux/Makefile.6.netif /home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/NETIF/os/linux/Makefile
make -C /lib/modules/2.6.32-30-generic/build SUBDIRS=/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/NETIF/os/linux modules
make[2]: 正在进入目录 `/usr/src/linux-headers-2.6.32-30-generic'
Building modules, stage 2.
MODPOST 1 modules
make[2]:正在离开目录 `/usr/src/linux-headers-2.6.32-30-generic'
make[1]:正在离开目录 `/home/ht/2010_0223_RT3370_LinuxSTA_V2.3.0.0/NETIF'
-
- 帖子: 5
- 注册时间: 2011-04-04 8:50
Re: 跪求高手指点 tenda w311m 无线网卡驱动问题
补充一下: http://www.linuxidc.com/Linux/2010-09/28686.htm这个页面看到 Ubuntu 10.04上腾达W541U V2.0 无线网卡驱动的使用
我不太明白,可能对你有帮助。
我不太明白,可能对你有帮助。
-
- 帖子: 5
- 注册时间: 2011-04-04 8:50
Re: 跪求高手指点 tenda w311m 无线网卡驱动问题
我在lalink官网上找到最新的linux驱动,上面有帮助文件,整了一上午,还是检测不到无线网卡,郁闷,希望高手解决,谢谢!!
下载页面
http://chs.ralinktech.com.tw/license_cn ... 09Qw%3D%3D
填入你的姓名和邮箱就可以下载
驱动文件名2011_0107_RT3070_RT3370_Linux_STA_v2.5.0.1_DPO.tar.bz2
帮助文件内容
* README
*
* Ralink Tech Inc.
*
* http://www.ralinktech.com
*
=======================================================================
ModelName:
===========
RT2870 Wireless Lan Linux Driver
=======================================================================
Driver lName:
===========
rt2870.o/rt2870.ko
=======================================================================
Supporting Kernel:
===================
linux kernel 2.4 and 2.6 series.
Tested in Redhat 7.3 or later.
=======================================================================
Ralink Hardware:
===================
Ralink 802.11n Wireless LAN Card.
=======================================================================
Description:
=============
This is a linux device driver for Ralink RT2870 USB ABGN WLAN Card.
=======================================================================
Contents:
=============
Makefile : Makefile
*.c : c files
*.h : header files
=======================================================================
Features:
==========
This driver implements basic IEEE802.11. Infrastructure and adhoc mode with
open or shared or WPA-PSK or WPA2-PSK authentication method.
NONE, WEP, TKIP and AES encryption.
=======================================================================
Build Instructions:
====================
1> $tar -xvzf DPB_RT2870_Linux_STA_x.x.x.x.tgz
go to "./DPB_RT2870_Linux_STA_x.x.x.x" directory.
2> In Makefile
set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
define the linux kernel source include file path LINUX_SRC
modify to meet your need.
3> In os/linux/config.mk
define the GCC and LD of the target machine
define the compiler flags CFLAGS
modify to meet your need.
** Build for being controlled by NetworkManager or wpa_supplicant wext functions
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
=> #>cd wpa_supplicant-x.x
=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
** Build for being controlled by WpaSupplicant with Ralink Driver
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
=> #>cd wpa_supplicant-0.5.7
=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
4> $make
# compile driver source code
# To fix "error: too few arguments to function ¡¥iwe_stream_add_event"
=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
5> $cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat
6> load driver, go to "os/linux/" directory.
#[kernel 2.4]
# $/sbin/insmod rt2870sta.o
# $/sbin/ifconfig ra0 inet YOUR_IP up
#[kernel 2.6]
# $/sbin/insmod rt2870sta.ko
# $/sbin/ifconfig ra0 inet YOUR_IP up
7> unload driver
$/sbin/ifconfig ra0 down
$/sbin/rmmod rt2870sta
=======================================================================
CONFIGURATION:
====================
RT2870 driver can be configured via following interfaces,
i.e. (i)"iwconfig" command, (ii)"iwpriv" command, (iii) configuration file
i) iwconfig comes with kernel.
ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for details.
iii)modify configuration file "RT2870STA.dat" in /etc/Wireless/RT2870STA/RT2870STA.dat.
Configuration File : RT2870STA.dat
---------------------------------------
# Copy this file to /etc/Wireless/RT2870STA/RT2870STA.dat
# This file is a binary file and will be read on loading rt.o module.
#
# Use "vi RT2870STA.dat" to modify settings according to your need.
#
# 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure
# 2.) set Channel to "0" for auto-select on Infrastructure mode
# 3.) set SSID for connecting to your Accss-point.
# 4.) AuthMode can be "WEPAUTO", "OPEN", "SHARED", "WPAPSK", "WPA2PSK", "WPANONE"
# 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES"
# for more information refer to the Readme file.
#
#The word of "Default" must not be removed
Default
CountryRegion=5
CountryRegionABand=7
CountryCode=
SSID=Dennis2860AP
NetworkType=Infra
WirelessMode=9
Channel=0
BeaconPeriod=100
TxPower=100
BGProtection=0
TxPreamble=0
RTSThreshold=2347
FragThreshold=2346
TxBurst=1
WmmCapable=0
AckPolicy=0;0;0;0
AuthMode=OPEN
EncrypType=NONE
WPAPSK=
DefaultKeyID=1
Key1Type=0
Key1Str=
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
PSMode=CAM
FastRoaming=0
RoamThreshold=70
HT_RDG=1
HT_EXTCHA=0
HT_OpMode=1
HT_MpduDensity=4
HT_BW=1
HT_AutoBA=1
HT_BADecline=0
HT_AMSDU=0
HT_BAWinSize=64
HT_GI=1
HT_MCS=33
HT_MIMOPSMode=3
EthConvertMode=
EthCloneMac=
IEEE80211H=0
TGnWifiTest=0
WirelessEvent=0
MeshId=MESH
MeshAutoLink=1
MeshAuthMode=OPEN
MeshEncrypType=NONE
MeshWPAKEY=
MeshDefaultkey=1
MeshWEPKEY=
CarrierDetect=0
-----------------------------------------------
*NOTE:
WMM parameters
WmmCapable Set it as 1 to turn on WMM Qos support
AckPolicy1~4 Ack policy which support normal Ack or no Ack
(AC_BK, AC_BE, AC_VI, AC_VO)
All WMM parameters do not support iwpriv command but ¡¥WmmCapable¡Š¡Š,
please store all parameter to RT2870STA.dat, and restart driver.
-----------------------------------------------
syntax is 'Param'='Value' and describes below.
@> CountryRegion=value
value
0: use 1 ~ 11 Channel
1: use 1 ~ 13 Channel
2: use 10 ~ 11 Channel
3: use 10 ~ 13 Channel
4: use 14 Channel
5: use 1 ~ 14 Channel
6: use 3 ~ 9 Channel
7: use 5 ~ 13 Channel
31: use 1 ~ 14 Channel (ch1-11:active scan, ch12-14 passive scan)
@> CountryRegionABand=value
value
0: use 36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165 Channel
1: use 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140 Channel
2: use 36, 40, 44, 48, 52, 56, 60, 64 Channel
3: use 52, 56, 60, 64, 149, 153, 157, 161 Channel
4: use 149, 153, 157, 161, 165 Channel
5: use 149, 153, 157, 161 Channel
6: use 36, 40, 44, 48 Channel
7: use 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165 Channel
8: use 52, 56, 60, 64 Channel
9: use 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165 Channel
10: use 36, 40, 44, 48, 149, 153, 157, 161, 165 Channel
11: use 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 149, 153, 157, 161 Channel
@> CountryCode=value
value
AG, AR, AW, AU, AT, BS, BB, BM, BR, BE, BG, CA, KY, CL, CN, CO, CR, CY, CZ, DK, DO, EC, SV, FI, FR, DE,
GR, GU, GT, HT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JP, JO, LV, LI, LT, LU, MY, MT, MA, MX, NL, NZ, NO,
PE, PT, PL, RO, RU, SA, CS, SG, SK, SI, ZA, KR, ES, SE, CH, TW, TR, GB, UA, AE, US, VE
"" => using default setting: 2.4 G - ch 1~11; 5G - ch 52~64, 100~140, 149~165
@> SSID=value
value
0~z, 1~32 ascii characters.
@> WirelessMode=value
value
0: legacy 11b/g mixed
1: legacy 11B only
2: legacy 11A only //Not support in RfIcType=1(id=RFIC_5225) and RfIcType=2(id=RFIC_5325)
3: legacy 11a/b/g mixed //Not support in RfIcType=1(id=RFIC_5225) and RfIcType=2(id=RFIC_5325)
4: legacy 11G only
5: 11ABGN mixed
6: 11N only
7: 11GN mixed
8: 11AN mixed
9: 11BGN mixed
10: 11AGN mixed
@> Channel=value
value
depends on CountryRegion or CountryRegionABand
@> BGProtection=value
value
0: Auto
1: Always on
2: Always off
@> TxPreamble=value
value
0:Preamble Long
1:Preamble Short
2:Auto
@> RTSThreshold=value
value
1~2347
@> FragThreshold=value
value
256~2346
@> TxBurst=value
value
0: Disable
1: Enable
@> NetworkType=value
value
Infra: infrastructure mode
Adhoc: adhoc mode
@> AuthMode=value
value
OPEN For open system
SHARED For shared key system
WEPAUTO Auto switch between OPEN and SHARED
WPAPSK For WPA pre-shared key (Infra)
WPA2PSK For WPA2 pre-shared key (Infra)
WPANONE For WPA pre-shared key (Adhoc)
WPA Use WPA-Supplicant
WPA2 Use WPA-Supplicant
@> EncrypType=value
value
NONE For AuthMode=OPEN
WEP For AuthMode=OPEN or AuthMode=SHARED
TKIP For AuthMode=WPAPSK or WPA2PSK
AES For AuthMode=WPAPSK or WPA2PSK
@> DefaultKeyID=value
value
1~4
@> Key1=value
Key2=value
Key3=value
Key4=value
value
10 or 26 hexadecimal characters eg: 012345678
5 or 13 ascii characters eg: passd
(usage : "iwpriv" only)
@> Key1Type=vaule
Key2Type=value
Key3Type=vaule
Key4Type=vaule
value
0 hexadecimal type
1 assic type
(usage : reading profile only)
@> Key1Str=value
Key2Str=value
Key3Str=vaule
Key4Str=vaule
value
10 or 26 characters (key type=0)
5 or 13 characters (key type=1)
(usage : reading profile only)
@> WPAPSK=value
value
8~63 ASCII or
64 HEX characters
@> WmmCapable=value
value
0: Disable WMM
1: Enable WMM
@> PSMode=value
value
CAM Constantly Awake Mode
Max_PSP Max Power Savings
Fast_PSP Power Save Mode
@> FastRoaming=value
value
0 Disabled
1 Enabled
@> RoamThreshold=value
value
Positive Interger(dBm)
@> HT_RDG=value
value
0 Disabled
1 Enabled
@> HT_EXTCHA=value (Extended Channel Switch Announcement)
value
0 Below
1 Above
@> HT_OpMode=value
value
0 HT mixed format
1 HT greenfield format
@> HT_MpduDensity=value
value (based on 802.11n D2.0)
0: no restriction
1: 1/4 £gs
2: 1/2 £gs
3: 1 £gs
4: 2 £gs
5: 4 £gs
6: 8 £gs
7: 16 £gs
@> HT_BW=value
value
0 20MHz
1 40MHz
@> HT_AutoBA=value
value
0 Disabled
1 Enabled
@> HT_BADecline
value
0 Disabled
1 Enabled <Reject BA request from AP>
@> HT_AMSDU=value
value
0 Disabled
1 Enabled
@> HT_BAWinSize=value
value
1 ~ 64
@> HT_GI=value
value
0 long GI
1 short GI
@> HT_MCS=value
value
0 ~ 15
33: auto
@> HT_MIMOPSMode=value
value (based on 802.11n D2.0)
0 Static SM Power Save Mode
1 Dynamic SM Power Save Mode
2 Reserved
3 SM enabled
(not fully support yet)
@> EthConvertMode=value
value
dongle
clone
hybrid
@> EthCloneMac=value
value
xx:xx:xx:xx:xx:xx
@> IEEE80211H=value
value
0 Disabled
1 Enabled
@> TGnWifiTest=value
value
0 Disabled
1 Enabled
@> WirelessEvent=value
value
0 Disabled
1 Enabled <send custom wireless event>
@> MeshId=value
value
Length 1~32 ascii characters
@> MeshAutoLink=value
value
0 Disabled
1 Enabled
@> MeshAuthMode=value
value
OPEN For open system
WPANONE For WPA pre-shared key (Adhoc)
@> MeshEncrypType=value
value
NONE For MeshAuthMode=OPEN
WEP For MeshAuthMode=OPEN
TKIP For MeshAuthMode=WPANONE
AES For MeshAuthMode=WPANONE
@> MeshWPAKEY=value
value
8~63 ASCII or
64 HEX characters
@> MeshDefaultkey=value
value
1~4
@> MeshWEPKEY=value
value
10 or 26 characters
5 or 13 characters
@> CarrierDetect=value
value
0 Disabled
1 Enabled
MORE INFORMATION
=================================================================================
If you want for rt2870 driver to auto-load at boot time:
A) choose ra0 for first RT2870 WLAN card, ra1 for second RT2870 WLAN card, etc.
B) create(edit) 'ifcfg-ra0' file in /etc/sysconfig/network-scripts/,
edit( or add the line) in /etc/modules.conf:
alias ra0 rt2870sta
C) edit(create) the file /etc/sysconfig/network-scripts/ifcfg-ra0
DEVICE='ra0'
ONBOOT='yes'
NOTE:
if you use dhcp, add this line too .
BOOTPROTO='dhcp'
*D) To ease the Default Gateway setting,
add the line
GATEWAY=x.x.x.x
in /etc/sysconfig/network
=======================================================================
Dongle/Clone Features:
======================
A) Dongle mode:
Provides a 1-to-N MAC address mapping mechanism such that more than one PC behind the STA
can transparently connect to the AP.
B) Clone mode:
Provides a 1-to-1 MAC address mapping mechanism.
STA can use own MAC as SA MAC or
use user desired MAC as SA MAC or
use source MAC of first packet coming from wired device as SA MAC.
NOTE: In this mode, only the PC who own the specified MAC can connect to the AP.
C) Hybrid mode(Dongle+Clone):
Provides a 1-to-N MAC address mapping mechanism such that more than one PC behind the STA
can transparently connect to the AP.
STA can use own MAC as SA MAC or
use user desired MAC as SA MAC or
use source MAC of first packet coming from wired device as SA MAC.
D) Please refer to "Config STA to link as dongle mode..." in iwpriv_usage.txt for releated commands.
下载页面
http://chs.ralinktech.com.tw/license_cn ... 09Qw%3D%3D
填入你的姓名和邮箱就可以下载
驱动文件名2011_0107_RT3070_RT3370_Linux_STA_v2.5.0.1_DPO.tar.bz2
帮助文件内容
* README
*
* Ralink Tech Inc.
*
* http://www.ralinktech.com
*
=======================================================================
ModelName:
===========
RT2870 Wireless Lan Linux Driver
=======================================================================
Driver lName:
===========
rt2870.o/rt2870.ko
=======================================================================
Supporting Kernel:
===================
linux kernel 2.4 and 2.6 series.
Tested in Redhat 7.3 or later.
=======================================================================
Ralink Hardware:
===================
Ralink 802.11n Wireless LAN Card.
=======================================================================
Description:
=============
This is a linux device driver for Ralink RT2870 USB ABGN WLAN Card.
=======================================================================
Contents:
=============
Makefile : Makefile
*.c : c files
*.h : header files
=======================================================================
Features:
==========
This driver implements basic IEEE802.11. Infrastructure and adhoc mode with
open or shared or WPA-PSK or WPA2-PSK authentication method.
NONE, WEP, TKIP and AES encryption.
=======================================================================
Build Instructions:
====================
1> $tar -xvzf DPB_RT2870_Linux_STA_x.x.x.x.tgz
go to "./DPB_RT2870_Linux_STA_x.x.x.x" directory.
2> In Makefile
set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
define the linux kernel source include file path LINUX_SRC
modify to meet your need.
3> In os/linux/config.mk
define the GCC and LD of the target machine
define the compiler flags CFLAGS
modify to meet your need.
** Build for being controlled by NetworkManager or wpa_supplicant wext functions
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
=> #>cd wpa_supplicant-x.x
=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
** Build for being controlled by WpaSupplicant with Ralink Driver
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
=> #>cd wpa_supplicant-0.5.7
=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
4> $make
# compile driver source code
# To fix "error: too few arguments to function ¡¥iwe_stream_add_event"
=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
5> $cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat
6> load driver, go to "os/linux/" directory.
#[kernel 2.4]
# $/sbin/insmod rt2870sta.o
# $/sbin/ifconfig ra0 inet YOUR_IP up
#[kernel 2.6]
# $/sbin/insmod rt2870sta.ko
# $/sbin/ifconfig ra0 inet YOUR_IP up
7> unload driver
$/sbin/ifconfig ra0 down
$/sbin/rmmod rt2870sta
=======================================================================
CONFIGURATION:
====================
RT2870 driver can be configured via following interfaces,
i.e. (i)"iwconfig" command, (ii)"iwpriv" command, (iii) configuration file
i) iwconfig comes with kernel.
ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for details.
iii)modify configuration file "RT2870STA.dat" in /etc/Wireless/RT2870STA/RT2870STA.dat.
Configuration File : RT2870STA.dat
---------------------------------------
# Copy this file to /etc/Wireless/RT2870STA/RT2870STA.dat
# This file is a binary file and will be read on loading rt.o module.
#
# Use "vi RT2870STA.dat" to modify settings according to your need.
#
# 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure
# 2.) set Channel to "0" for auto-select on Infrastructure mode
# 3.) set SSID for connecting to your Accss-point.
# 4.) AuthMode can be "WEPAUTO", "OPEN", "SHARED", "WPAPSK", "WPA2PSK", "WPANONE"
# 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES"
# for more information refer to the Readme file.
#
#The word of "Default" must not be removed
Default
CountryRegion=5
CountryRegionABand=7
CountryCode=
SSID=Dennis2860AP
NetworkType=Infra
WirelessMode=9
Channel=0
BeaconPeriod=100
TxPower=100
BGProtection=0
TxPreamble=0
RTSThreshold=2347
FragThreshold=2346
TxBurst=1
WmmCapable=0
AckPolicy=0;0;0;0
AuthMode=OPEN
EncrypType=NONE
WPAPSK=
DefaultKeyID=1
Key1Type=0
Key1Str=
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
PSMode=CAM
FastRoaming=0
RoamThreshold=70
HT_RDG=1
HT_EXTCHA=0
HT_OpMode=1
HT_MpduDensity=4
HT_BW=1
HT_AutoBA=1
HT_BADecline=0
HT_AMSDU=0
HT_BAWinSize=64
HT_GI=1
HT_MCS=33
HT_MIMOPSMode=3
EthConvertMode=
EthCloneMac=
IEEE80211H=0
TGnWifiTest=0
WirelessEvent=0
MeshId=MESH
MeshAutoLink=1
MeshAuthMode=OPEN
MeshEncrypType=NONE
MeshWPAKEY=
MeshDefaultkey=1
MeshWEPKEY=
CarrierDetect=0
-----------------------------------------------
*NOTE:
WMM parameters
WmmCapable Set it as 1 to turn on WMM Qos support
AckPolicy1~4 Ack policy which support normal Ack or no Ack
(AC_BK, AC_BE, AC_VI, AC_VO)
All WMM parameters do not support iwpriv command but ¡¥WmmCapable¡Š¡Š,
please store all parameter to RT2870STA.dat, and restart driver.
-----------------------------------------------
syntax is 'Param'='Value' and describes below.
@> CountryRegion=value
value
0: use 1 ~ 11 Channel
1: use 1 ~ 13 Channel
2: use 10 ~ 11 Channel
3: use 10 ~ 13 Channel
4: use 14 Channel
5: use 1 ~ 14 Channel
6: use 3 ~ 9 Channel
7: use 5 ~ 13 Channel
31: use 1 ~ 14 Channel (ch1-11:active scan, ch12-14 passive scan)
@> CountryRegionABand=value
value
0: use 36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165 Channel
1: use 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140 Channel
2: use 36, 40, 44, 48, 52, 56, 60, 64 Channel
3: use 52, 56, 60, 64, 149, 153, 157, 161 Channel
4: use 149, 153, 157, 161, 165 Channel
5: use 149, 153, 157, 161 Channel
6: use 36, 40, 44, 48 Channel
7: use 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165 Channel
8: use 52, 56, 60, 64 Channel
9: use 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165 Channel
10: use 36, 40, 44, 48, 149, 153, 157, 161, 165 Channel
11: use 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 149, 153, 157, 161 Channel
@> CountryCode=value
value
AG, AR, AW, AU, AT, BS, BB, BM, BR, BE, BG, CA, KY, CL, CN, CO, CR, CY, CZ, DK, DO, EC, SV, FI, FR, DE,
GR, GU, GT, HT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JP, JO, LV, LI, LT, LU, MY, MT, MA, MX, NL, NZ, NO,
PE, PT, PL, RO, RU, SA, CS, SG, SK, SI, ZA, KR, ES, SE, CH, TW, TR, GB, UA, AE, US, VE
"" => using default setting: 2.4 G - ch 1~11; 5G - ch 52~64, 100~140, 149~165
@> SSID=value
value
0~z, 1~32 ascii characters.
@> WirelessMode=value
value
0: legacy 11b/g mixed
1: legacy 11B only
2: legacy 11A only //Not support in RfIcType=1(id=RFIC_5225) and RfIcType=2(id=RFIC_5325)
3: legacy 11a/b/g mixed //Not support in RfIcType=1(id=RFIC_5225) and RfIcType=2(id=RFIC_5325)
4: legacy 11G only
5: 11ABGN mixed
6: 11N only
7: 11GN mixed
8: 11AN mixed
9: 11BGN mixed
10: 11AGN mixed
@> Channel=value
value
depends on CountryRegion or CountryRegionABand
@> BGProtection=value
value
0: Auto
1: Always on
2: Always off
@> TxPreamble=value
value
0:Preamble Long
1:Preamble Short
2:Auto
@> RTSThreshold=value
value
1~2347
@> FragThreshold=value
value
256~2346
@> TxBurst=value
value
0: Disable
1: Enable
@> NetworkType=value
value
Infra: infrastructure mode
Adhoc: adhoc mode
@> AuthMode=value
value
OPEN For open system
SHARED For shared key system
WEPAUTO Auto switch between OPEN and SHARED
WPAPSK For WPA pre-shared key (Infra)
WPA2PSK For WPA2 pre-shared key (Infra)
WPANONE For WPA pre-shared key (Adhoc)
WPA Use WPA-Supplicant
WPA2 Use WPA-Supplicant
@> EncrypType=value
value
NONE For AuthMode=OPEN
WEP For AuthMode=OPEN or AuthMode=SHARED
TKIP For AuthMode=WPAPSK or WPA2PSK
AES For AuthMode=WPAPSK or WPA2PSK
@> DefaultKeyID=value
value
1~4
@> Key1=value
Key2=value
Key3=value
Key4=value
value
10 or 26 hexadecimal characters eg: 012345678
5 or 13 ascii characters eg: passd
(usage : "iwpriv" only)
@> Key1Type=vaule
Key2Type=value
Key3Type=vaule
Key4Type=vaule
value
0 hexadecimal type
1 assic type
(usage : reading profile only)
@> Key1Str=value
Key2Str=value
Key3Str=vaule
Key4Str=vaule
value
10 or 26 characters (key type=0)
5 or 13 characters (key type=1)
(usage : reading profile only)
@> WPAPSK=value
value
8~63 ASCII or
64 HEX characters
@> WmmCapable=value
value
0: Disable WMM
1: Enable WMM
@> PSMode=value
value
CAM Constantly Awake Mode
Max_PSP Max Power Savings
Fast_PSP Power Save Mode
@> FastRoaming=value
value
0 Disabled
1 Enabled
@> RoamThreshold=value
value
Positive Interger(dBm)
@> HT_RDG=value
value
0 Disabled
1 Enabled
@> HT_EXTCHA=value (Extended Channel Switch Announcement)
value
0 Below
1 Above
@> HT_OpMode=value
value
0 HT mixed format
1 HT greenfield format
@> HT_MpduDensity=value
value (based on 802.11n D2.0)
0: no restriction
1: 1/4 £gs
2: 1/2 £gs
3: 1 £gs
4: 2 £gs
5: 4 £gs
6: 8 £gs
7: 16 £gs
@> HT_BW=value
value
0 20MHz
1 40MHz
@> HT_AutoBA=value
value
0 Disabled
1 Enabled
@> HT_BADecline
value
0 Disabled
1 Enabled <Reject BA request from AP>
@> HT_AMSDU=value
value
0 Disabled
1 Enabled
@> HT_BAWinSize=value
value
1 ~ 64
@> HT_GI=value
value
0 long GI
1 short GI
@> HT_MCS=value
value
0 ~ 15
33: auto
@> HT_MIMOPSMode=value
value (based on 802.11n D2.0)
0 Static SM Power Save Mode
1 Dynamic SM Power Save Mode
2 Reserved
3 SM enabled
(not fully support yet)
@> EthConvertMode=value
value
dongle
clone
hybrid
@> EthCloneMac=value
value
xx:xx:xx:xx:xx:xx
@> IEEE80211H=value
value
0 Disabled
1 Enabled
@> TGnWifiTest=value
value
0 Disabled
1 Enabled
@> WirelessEvent=value
value
0 Disabled
1 Enabled <send custom wireless event>
@> MeshId=value
value
Length 1~32 ascii characters
@> MeshAutoLink=value
value
0 Disabled
1 Enabled
@> MeshAuthMode=value
value
OPEN For open system
WPANONE For WPA pre-shared key (Adhoc)
@> MeshEncrypType=value
value
NONE For MeshAuthMode=OPEN
WEP For MeshAuthMode=OPEN
TKIP For MeshAuthMode=WPANONE
AES For MeshAuthMode=WPANONE
@> MeshWPAKEY=value
value
8~63 ASCII or
64 HEX characters
@> MeshDefaultkey=value
value
1~4
@> MeshWEPKEY=value
value
10 or 26 characters
5 or 13 characters
@> CarrierDetect=value
value
0 Disabled
1 Enabled
MORE INFORMATION
=================================================================================
If you want for rt2870 driver to auto-load at boot time:
A) choose ra0 for first RT2870 WLAN card, ra1 for second RT2870 WLAN card, etc.
B) create(edit) 'ifcfg-ra0' file in /etc/sysconfig/network-scripts/,
edit( or add the line) in /etc/modules.conf:
alias ra0 rt2870sta
C) edit(create) the file /etc/sysconfig/network-scripts/ifcfg-ra0
DEVICE='ra0'
ONBOOT='yes'
NOTE:
if you use dhcp, add this line too .
BOOTPROTO='dhcp'
*D) To ease the Default Gateway setting,
add the line
GATEWAY=x.x.x.x
in /etc/sysconfig/network
=======================================================================
Dongle/Clone Features:
======================
A) Dongle mode:
Provides a 1-to-N MAC address mapping mechanism such that more than one PC behind the STA
can transparently connect to the AP.
B) Clone mode:
Provides a 1-to-1 MAC address mapping mechanism.
STA can use own MAC as SA MAC or
use user desired MAC as SA MAC or
use source MAC of first packet coming from wired device as SA MAC.
NOTE: In this mode, only the PC who own the specified MAC can connect to the AP.
C) Hybrid mode(Dongle+Clone):
Provides a 1-to-N MAC address mapping mechanism such that more than one PC behind the STA
can transparently connect to the AP.
STA can use own MAC as SA MAC or
use user desired MAC as SA MAC or
use source MAC of first packet coming from wired device as SA MAC.
D) Please refer to "Config STA to link as dongle mode..." in iwpriv_usage.txt for releated commands.
-
- 帖子: 5
- 注册时间: 2011-04-04 8:50
Re: 跪求高手指点 tenda w311m 无线网卡驱动问题
艰难的安装历程,历经一月有余,今天终于将腾达W311M usb无线网卡在ubuntu10.04中安装成功,非常非常感谢linux公社(linuxidc.com)的帖子
帖子名称为:在Ubuntu上安装腾达W541U V2.0 (RT2070)无线网卡驱动【使用2011新驱动】 http://www.linuxidc.com/Linux/2011-04/35067.htm
仔细阅读这篇帖子后,猛然发现我在雷凌官网下载的驱动和上面帖子的驱动文件完全相同
最新驱动源码包: 2011_0107_RT3070_RT3370_Linux_STA_v2.5.0.1_DPO .tar.gz
使用 lsusb命令 显示的硬件信息为 Bus 001 Device 004: ID 148f:3370 Ralink Technology, Corp.
1、解压源码;
2、在common/rtusb_dev_id.c中找到#ifdef RT3070,在这个宏定义所在的struct里加入:
{USB_DEVICE(0x148F,0x3370)}, /* Ralink 3370 */
保存;
3、在os/linux/config.mk中找到并修改:
HAS_WPA_SUPPLICANT=y
以及
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
保存;
4、在os/linux/usb_main_dev.c中加入:
MODULE_LICENSE("GPL");
保存;
5、在源码根目录下 make
6、 在源码根目录下make install
7、Ubuntu 自带有一些RT芯片的驱动,但这些驱动模块并不能使RT2070正常工作,反而会影响我们编译出的模块,使之不能Scan。因此做blacklist屏蔽这些驱动模块:
编辑 /etc/modprobe.d/blacklist.conf
加入下面3行:
blacklist rt2x00usb
blacklist rt2x00lib
blacklist rt2800usb
保存。
8、使得每次开机时自动加载驱动模块。编辑/etc/modules文件,加入:
rt3070sta
保存。
9、在终端命令行进行如下操作
sudo modprobe rt3070sta
sudo ifconfig ra0 inet 192.168.0.105 up (ip根据自己的实际情况修改,可以参考你的有线ip地址),命令行内容不包括括号内文字
sudo iwconfig ra0
这时应该已经检测到无线网卡,并且开始无线连接了。
重启你的Ubuntu,一切搞定,终于可以无线上网了。
帖子名称为:在Ubuntu上安装腾达W541U V2.0 (RT2070)无线网卡驱动【使用2011新驱动】 http://www.linuxidc.com/Linux/2011-04/35067.htm
仔细阅读这篇帖子后,猛然发现我在雷凌官网下载的驱动和上面帖子的驱动文件完全相同
最新驱动源码包: 2011_0107_RT3070_RT3370_Linux_STA_v2.5.0.1_DPO .tar.gz
使用 lsusb命令 显示的硬件信息为 Bus 001 Device 004: ID 148f:3370 Ralink Technology, Corp.
1、解压源码;
2、在common/rtusb_dev_id.c中找到#ifdef RT3070,在这个宏定义所在的struct里加入:
{USB_DEVICE(0x148F,0x3370)}, /* Ralink 3370 */
保存;
3、在os/linux/config.mk中找到并修改:
HAS_WPA_SUPPLICANT=y
以及
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
保存;
4、在os/linux/usb_main_dev.c中加入:
MODULE_LICENSE("GPL");
保存;
5、在源码根目录下 make
6、 在源码根目录下make install
7、Ubuntu 自带有一些RT芯片的驱动,但这些驱动模块并不能使RT2070正常工作,反而会影响我们编译出的模块,使之不能Scan。因此做blacklist屏蔽这些驱动模块:
编辑 /etc/modprobe.d/blacklist.conf
加入下面3行:
blacklist rt2x00usb
blacklist rt2x00lib
blacklist rt2800usb
保存。
8、使得每次开机时自动加载驱动模块。编辑/etc/modules文件,加入:
rt3070sta
保存。
9、在终端命令行进行如下操作
sudo modprobe rt3070sta
sudo ifconfig ra0 inet 192.168.0.105 up (ip根据自己的实际情况修改,可以参考你的有线ip地址),命令行内容不包括括号内文字
sudo iwconfig ra0
这时应该已经检测到无线网卡,并且开始无线连接了。
重启你的Ubuntu,一切搞定,终于可以无线上网了。
-
- 帖子: 3
- 注册时间: 2011-07-09 11:00
Re: 跪求高手指点 tenda w311m 无线网卡驱动问题
我按步骤来,make时有errorgdfspeak 写了:艰难的安装历程,历经一月有余,今天终于将腾达W311M usb无线网卡在ubuntu10.04中安装成功,非常非常感谢linux公社(linuxidc.com)的帖子
帖子名称为:在Ubuntu上安装腾达W541U V2.0 (RT2070)无线网卡驱动【使用2011新驱动】 http://www.linuxidc.com/Linux/2011-04/35067.htm
仔细阅读这篇帖子后,猛然发现我在雷凌官网下载的驱动和上面帖子的驱动文件完全相同
最新驱动源码包: 2011_0107_RT3070_RT3370_Linux_STA_v2.5.0.1_DPO .tar.gz
使用 lsusb命令 显示的硬件信息为 Bus 001 Device 004: ID 148f:3370 Ralink Technology, Corp.
1、解压源码;
2、在common/rtusb_dev_id.c中找到#ifdef RT3070,在这个宏定义所在的struct里加入:
{USB_DEVICE(0x148F,0x3370)}, /* Ralink 3370 */
保存;
3、在os/linux/config.mk中找到并修改:
HAS_WPA_SUPPLICANT=y
以及
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
保存;
4、在os/linux/usb_main_dev.c中加入:
MODULE_LICENSE("GPL");
保存;
5、在源码根目录下 make
6、 在源码根目录下make install
7、Ubuntu 自带有一些RT芯片的驱动,但这些驱动模块并不能使RT2070正常工作,反而会影响我们编译出的模块,使之不能Scan。因此做blacklist屏蔽这些驱动模块:
编辑 /etc/modprobe.d/blacklist.conf
加入下面3行:
blacklist rt2x00usb
blacklist rt2x00lib
blacklist rt2800usb
保存。
8、使得每次开机时自动加载驱动模块。编辑/etc/modules文件,加入:
rt3070sta
保存。
9、在终端命令行进行如下操作
sudo modprobe rt3070sta
sudo ifconfig ra0 inet 192.168.0.105 up (ip根据自己的实际情况修改,可以参考你的有线ip地址),命令行内容不包括括号内文字
sudo iwconfig ra0
这时应该已经检测到无线网卡,并且开始无线连接了。
重启你的Ubuntu,一切搞定,终于可以无线上网了。
-
- 帖子: 5
- 注册时间: 2011-04-04 8:50
Re: 跪求高手指点 tenda w311m 无线网卡驱动问题
我这里make时也有错误,从我之前安装N次该驱动的经历来看并不影响使用,在源码根目录make后直接make install,我觉得根本的原因是ubuntu仍然对雷凌的无线网卡芯片支持不好(本人的笔记本是博通无线网卡,不用折腾从8.04到11.04都能顺利连接无线上网),现在使用时有时会搜索不到我的无线路由,怀疑是不是有时候USB无线网卡供电不足(个人猜测),现在也懒得去折腾啦,太辛苦了。对于ubuntu使用了3年有余,虽然我很喜欢她,但有时候想说爱她确实不容易(时不时回到win7工作,郁闷),我想这是ubuntu的最大障碍。
-
- 帖子: 13
- 注册时间: 2008-01-14 12:16
Re: 跪求高手指点 tenda w311m 无线网卡驱动问题
gdfspeak 写了:我这里make时也有错误,从我之前安装N次该驱动的经历来看并不影响使用,在源码根目录make后直接make install,我觉得根本的原因是ubuntu仍然对雷凌的无线网卡芯片支持不好(本人的笔记本是博通无线网卡,不用折腾从8.04到11.04都能顺利连接无线上网),现在使用时有时会搜索不到我的无线路由,怀疑是不是有时候USB无线网卡供电不足(个人猜测),现在也懒得去折腾啦,太辛苦了。对于ubuntu使用了3年有余,虽然我很喜欢她,但有时候想说爱她确实不容易(时不时回到win7工作,郁闷),我想这是ubuntu的最大障碍。
我已经用15.10了,虽然原生支持,但速度弱爆了