|
|
发表于 2006-6-28 12:57:54
|
显示全部楼层
I use following packages instead of that in kernels:
Requirements:
linux kernel 2.6.8 or later
ipw2200-fw-3.0.tgz
ieee80211-1.1.14.tgz
wireless_tools.28.tar.gz
ipw2200-1.1.3.tgz ipw2200.sf.net
The detail usage of these packages is presented in READMEs of them.
If you want to use wep or wpa, the options of cryptal lib supported by kernel
should be ticked and maybe you should recompile the kernel to make them
available, in that wep and wpa depend on the algorithms provided by kernel.
The following is the configuration of my network:
auto eth1
iface eth1 inet static
wireless-essid linksys
wireless-key restricted 6456d36652220045
wireless-channel 6
wireless-power timeout 60
address 192.168.1.6
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
It works with no problem of ifup or ifdown. enjoy ! |
|