1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > linux无线网卡0583 linux下如何安装无线网卡驱动

linux无线网卡0583 linux下如何安装无线网卡驱动

时间:2019-01-24 20:40:47

相关推荐

linux无线网卡0583 linux下如何安装无线网卡驱动

linux下如何安装无线网卡驱动0

guliaimei.01.01浏览217次分享举报

笔记本 方正 R410IU ( 英特尔 4 Series - ICH9M 笔记本芯片组 )

处理器 英特尔 Celeron(赛扬) 双核 T3000 @ 1.80GHz

内存 1 GB ( 三星 DDR2 667MHz )

硬盘 西数 WDC WD1600BEVT-00ZCT0 ( 160 GB )

显卡 Mobile Intel(R) 4 Series Express Chipset Family ( 512 MB / 精英 )

显示器 瀚视奇 HSD0583 HSD140PHW1 ( 14 英寸 )

光驱 日立-LG RW/DVD GCC-T20N 康宝

声卡 瑞昱 ALC662 @ 英特尔 82801I(ICH9) 高保真音频

网卡 瑞昱 RTL8168D(P)/8111D(P) PCI-E Gigabit Ethernet NIC / 精英

最后这个最重要

无线网卡 tenda w541u V2.0

无线网卡的linux驱动地址在这里

/uploadfile/downloads/uploadfile/09/0909023842277.rar

我已经下载出来这个驱动包了,但是我不会安装,主要的疑问就是这个驱动包里面的read me中所写的东西看不懂

1.) Copy file "driver_ralink.c" and "driver_ralink.h" we provide to wpa_supplicant directory.

2.) Set driver_ralink configuration as y in the "defconfig" or update to the "defconfig" we provide::

# Driver interface for Ralink rt73 driver

CONFIG_DRIVER_RALINK=y

3.) Add wpa_driver_ralink_ops() into wpa_supplicant_drivers() in file "drivers.c"

or update to the file "drivers.c" we provide::

#ifdef CONFIG_DRIVER_RALINK

extern struct wpa_driver_ops wpa_driver_ralink_ops; /* driver_ralink.c */

#endif /* CONFIG_DRIVER_RALINK */

:

:

struct wpa_driver_ops *wpa_supplicant_drivers[] =

{

#ifdef CONFIG_DRIVER_RALINK

&wpa_driver_ralink_ops,

#endif /* CONFIG_DRIVER_RALINK */

}

4.) Edit the "Makefile" or update to the "Makefile" we provide::

ifdef CONFIG_DRIVER_RALINK

CFLAGS += -DCONFIG_DRIVER_RALINK

OBJS_d += driver_ralink.o

endif

5.) type $cp defconfig .config

6.) Compile the source code using 'make' command.

不知道这些都是干什么的,只能看懂第一步

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。