hi .. am using rhel5 and my wireless network card is intel PRO/wireless 2200BG
i have installed its driver and firmware and my device is working properly
on using command
#iwconfig eth1 scanning
it shows all the available wifi connection including mine but when i try to connect it doesnt work
on command
#iwconfig
it shows as
lo no wireless extensions.
eth1 unassociated ESSID:"belkin54g" Nickname:"localhost.localdomain"
Mode:Monitor Frequency=2.412 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr

ff Fragment thr

ff
Encryption key

ff
Power Management

ff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:36329 Missed beacon:0
eth0 no wireless extensions.
sit0 no wireless extensions.
on command
#service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... done.
[ OK ]
Bringing up interface eth1: Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; Invalid argument.
Determining IP information for eth1... failed; no link present. Check cable?
[FAILED]
my /etc/sysconfig/network-scripts/ifcfg-eth1 shows
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Wireless
DEVICE=eth1
HWADDR=00:16:6f:39:c4:e0
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ONBOOT=yes
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
ESSID=belkin54g
CHANNEL=1
MODE=Master
RATE=Auto
Please help me out ....