网卡型号是:RaLink RT3090 Wireless 802.11n 1T/1R PCIe
系统:ylmf os 4.0正式版
状况:提示为无线网络已禁用。但在WIN7下面能正常使用。
在ralink下载的网卡驱动好像不行啊,是一个zip格式的压缩包,不懂怎么去编译啊。
YLMF无线网卡驱动问题
-
- 帖子: 27
- 注册时间: 2010-10-25 11:27
Re: YLMF无线网卡驱动问题
我知道啊,但是没办法,包括在YLMF,百度知道都得不到合适的答案,只好寄希望在这里了…… 

- tenzu
- 论坛版主
- 帖子: 36924
- 注册时间: 2008-11-21 20:26
- lm789632
- 帖子: 389
- 注册时间: 2011-01-16 22:50
- 系统: UBUNTU 12.10
- 来自: HELL
Re: YLMF无线网卡驱动问题
这样说过了吧tenzu 写了:4.0基于弦歌linux,跟deb系一点关系都没有

linux都是一家啊

记得你用的是arch吧,也跟deb系一点关系都没有啊

- lm789632
- 帖子: 389
- 注册时间: 2011-01-16 22:50
- 系统: UBUNTU 12.10
- 来自: HELL
Re: YLMF无线网卡驱动问题
我去ralink下载了rt3090的驱动看了看,里面有说明
Build Instructions:
====================
1> $tar -xvzf DPB_RT2860_Linux_STA_x.x.x.x.tgz
go to "./DPB_RT2860_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 RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
6> load driver
lz照做吧
Build Instructions:
====================
1> $tar -xvzf DPB_RT2860_Linux_STA_x.x.x.x.tgz
go to "./DPB_RT2860_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 RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
6> load driver
lz照做吧
