Hi guys!
I have a proble with my wireless card
This is my lspci
00:0a.0 Ethernet controller: Linksys, A Division of Cisco Systems
[AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01)
I follow up the installation istruction here:
http://ndiswrapper.sourceforge.net/p...p/Installation
Everything look like ok but...
[root@localhost ~]# modprobe ndiswrapper
[root@localhost ~]# lsmod | grep ndiswrapper
ndiswrapper 115402 1
[root@localhost ~]# iwconfig wlan0 essid "P. WI-FI"
[root@localhost ~]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
wlan0 IEEE 802.11g ESSID

ff/any
Mode:Managed Frequency:2.462GHz Access Point: 00:00:00:00:00:00
Bit Rate:1Mb/s
RTS thr:2347 B Fragment thr:2346 B
Encryption key:E454-XXXX-XX Security mode:restricted
Power Management

ff
Link Quality:100/100 Signal level:56/154 Noise level:0/154
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@localhost ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 wlan0
default 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
[root@localhost ~]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:786 errors:0 dropped:0 overruns:0 frame:0
TX packets:786 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:813281 (794.2 KiB) TX bytes:813281 (794.2 KiB)
wlan0 Link encap:Ethernet HWaddr 00:0E:9B:58:C6:32
inet addr:192.168.0.94 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20e:9bff:fe58:c632/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:c0005000-c00057ff
[root@localhost ~]# ndiswrapper -l
Installed ndis drivers:
neti2220 driver present, hardware present
[root@localhost ~]# iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: 00:09:5B:67:CB:0C
ESSID:"P. WI-FI"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.462GHz (Channel 11)
Quality:0/100 Signal level:-48 dBm Noise level:-256 dBm
Encryption key

n
Bit Rate:1Mb/s
Bit Rate:2Mb/s
Bit Rate:5.5Mb/s
Bit Rate:11Mb/s
Bit Rate:6Mb/s
Bit Rate:9Mb/s
Bit Rate:12Mb/s
Bit Rate:18Mb/s
Bit Rate:24Mb/s
Bit Rate:36Mb/s
Bit Rate:48Mb/s
Bit Rate:54Mb/s
Extra:bcn_int=100
Extra:atim=0
[root@localhost ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@localhost ~]# iwlist wlan0 key
wlan0 2 key sizes : 40, 104bits
4 keys available :
[1]: E454-XXXX-XX (40 bits)
[2]: off
[3]: off
[4]: E454-XXXX-XX (40 bits)
Current Transmit Key: [4]
Security mode:restricted
[root@localhost ~]# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.94 icmp_seq=0 Destination Host Unreachable
From 192.168.0.94 icmp_seq=1 Destination Host Unreachable
From 192.168.0.94 icmp_seq=4 Destination Host Unreachable
From 192.168.0.94 icmp_seq=5 Destination Host Unreachable
--- 192.168.0.1 ping statistics ---
8 packets transmitted, 0 received, +4 errors, 100% packet loss, time
6999ms
, pipe 3
[root@localhost ~]#
I can't ping anything, a part my own IP. The configurations are ok
like my wep key.
Any advices?
thanxs
Lorenzo
p.s. Sorry for my english!