Help!, i just installed ipw2100, and modprobe ipw2100 successfully, and the iwconfig can read my ap's info as following, but i don't know how to config the wlan card.
the network start always [fail]. anybody can tell me where i did wrong? thanks a lot
#iwconfig
eth0 IEEE 802.11b ESSID:"wireless" Nickname:"ipw2100"
Mode:Ad-Hoc Frequency:2.437 GHz Cell: 96:46:84:0D:E4:6C
Bit Rate=0 kb/s Tx-Powerff
Retry min limit:7 RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality=100/100 Signal level=-51 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:121 Missed beacon:0
here is my /etc/rc.conf:
---------------------------------------
lo="lo 127.0.0.1"
eth0=dhcp
eth1=dhcp
INTERFACES=(lo eth0 eth1)
----------------------------------------
and my /etc/conf.d/wireless:
----------------------------------------------
wlan_eth0="eth0 essid wireless"
WLAN_INTERFACES=(eth0)
----------------------------------------------