gentoo iwconfig set 2200bg wireless
2013-06-15(1) 先用knoppix启动,可以支持大部分无线网卡,察看自己的无线网卡型号及设置
ipw2200需要内核配置支持,修改无线驱动支持2200bg
(2) ifconfig -a
(3) 用iwlist scan 可以搜索可用的无线网络
iwlist scanning
iwlist eth1 scan
(4) 用iwconfig 可以设置essid, key等,在/etc/init.d/创建wireless,内容如下
iwconfig eth1 essid ITRUS-PRIVATE-10
iwconfig eth1 key 19216810192168101921681019
iwconfig eth1 txpower auto
iwconfig eth1 rate auto
iwconfig eth1 ap any
iwconfig eth1 power period 2
ifconfig eth1 192.168.10.88
route add default gw 192.168.10.1
#dhcpcd eth1
运行rc-update add wireless default
(5) dhcpcd软件可以设定ip:
emerge dhcpcd
dhcpcd eth1