作业帮 > 综合 > 作业

无线网卡驱动安装英文版,谁帮我翻译?

来源:学生作业帮 编辑:拍题作业网作业帮 分类:综合作业 时间:2024/04/29 13:06:40
无线网卡驱动安装英文版,谁帮我翻译?
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
这是一个无线网卡驱动在linux系统上安装的过程,只不过全是英语,搞不定!谢谢高手来帮我搞定,必定好评!
20分翻译,不值得.以下内容是有道词典在线翻译结果:

构建指令:
1 > $ tar -xvzf DPB_RT2870_Linux_STA_x.x.x.x.tgz
去”./ DPB_RT2870_Linux_STA_x.x.x.x”目录.
2 >在Makefile
在Makefile中设置“模式= STA”和目标选择Linux通过设定“目标= Linux”
定义LINUX_SRC linux内核源代码包含文件路径
修改,以满足您的需要.
3 >在os / linux / config.mk
定义目标机器的GCC和LD
定义编译器标志CFLAGS
修改,以满足您的需要.
* *建设被使其控制或wpa_supplicant wext功能
请设置“HAS_WPA_SUPPLICANT = y”和“HAS_NATIVE_WPA_SUPPLICANT_SUPPORT = y”.
= > # > cd wpa_supplicant-x.x
= > # >./ wpa_supplicant -Dwext -ira0 - c wpa_supplicant.conf - d
* *构建是由WpaSupplicant Ralink司机
请设置“HAS_WPA_SUPPLICANT = y”和“HAS_NATIVE_WPA_SUPPLICANT_SUPPORT = n”.
= > # > cd wpa_supplicant-0.5.7
= > # >./ wpa_supplicant -Dralink -ira0 - c wpa_supplicant.conf - d
4 >使美元
#编译驱动程序源代码
#修复”错误:函数的参数太少ˉiwe_stream_add_event”
= >补丁- os / linux / sta_ioctl.c美元.操作系统补丁/ linux / sta_ioctl.c
5 > cp RT2870STA美元.dat / etc /无线/ RT2870STA / RT2870STA.dat
6 >加载驱动程序,去“os / linux /”目录.
#(2.4内核)
# $ / sbin / insmod rt2870sta.o
# $ / sbin / ifconfig ra0 inet YOUR_IP
#(2.6内核)
# $ / sbin / insmod rt2870sta.ko
# $ / sbin / ifconfig ra0 inet YOUR_IP
7 >卸载驱动程序
美元/ sbin / ifconfig ra0下来
美元/ sbin / rmmod rt2870sta、