YLMF无线网卡驱动问题

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
jefmq
帖子: 27
注册时间: 2010-10-25 11:27

YLMF无线网卡驱动问题

#1

帖子 jefmq »

网卡型号是:RaLink RT3090 Wireless 802.11n 1T/1R PCIe
系统:ylmf os 4.0正式版
状况:提示为无线网络已禁用。但在WIN7下面能正常使用。
在ralink下载的网卡驱动好像不行啊,是一个zip格式的压缩包,不懂怎么去编译啊。
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: YLMF无线网卡驱动问题

#2

帖子 tenzu »

哥你走错论坛了
jefmq
帖子: 27
注册时间: 2010-10-25 11:27

Re: YLMF无线网卡驱动问题

#3

帖子 jefmq »

我知道啊,但是没办法,包括在YLMF,百度知道都得不到合适的答案,只好寄希望在这里了…… :em20
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: YLMF无线网卡驱动问题

#4

帖子 tenzu »

4.0基于弦歌linux,跟deb系一点关系都没有
头像
lm789632
帖子: 389
注册时间: 2011-01-16 22:50
系统: UBUNTU 12.10
来自: HELL

Re: YLMF无线网卡驱动问题

#5

帖子 lm789632 »

tenzu 写了:4.0基于弦歌linux,跟deb系一点关系都没有
这样说过了吧 :em06
linux都是一家啊 :em06
记得你用的是arch吧,也跟deb系一点关系都没有啊 :em06
头像
lm789632
帖子: 389
注册时间: 2011-01-16 22:50
系统: UBUNTU 12.10
来自: HELL

Re: YLMF无线网卡驱动问题

#6

帖子 lm789632 »

我去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照做吧 :em11
回复