readme

来自「华硕无线网卡 167G linux 驱动」· 代码 · 共 54 行

TXT
54
字号
Installation instructions for the rt2570 Module=======================================================================Build Instructions:====================	For 2.4 or 2.6 series kernel:	a. $tar -xvzf rt2570-x.x.x.tar.gz	go to "./rt2570-x.x.x/Module" directory.	b. $make # compile driver source code	c. $make install # installs kernel module driver	d. $modprobe rt2570=======================================================================UTILITY====================	There is no utility as of yet, use iwconfig to configure your usb stick.=======================================================================CONFIGURATION:====================	RT2570 driver can be configured via following interfaces,	i.e. (i)"iwconfig" command, (ii)"iwpriv" command	i) iwconfig comes with kernel.	ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for details.MORE INFORMATION=================================================================================	If you want for rt2570 driver to auto-load at boot time:	A) choose rausb0 for first RT2570 WLAN card, rausb1 for second RT2570 WLAN card, etc.	B) create(edit) 'ifcfg-rausb0' file in /etc/sysconfig/network-scripts/,	edit( or add the line) in /etc/modules.conf:	alias rausb0 rt2570	C) edit(create) the file /etc/sysconfig/network-scripts/ifcfg-rausb0	DEVICE='rausb0'	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 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?