When I try to connect to a WEP network, it asks me for a password, I type it in, it tries to connect and then fails.
When I try to connect it to an unsecured wireless network, same thing happens (except for the password part of course).
This is what mintWifi.py has to say about this:
- Code: Select all
neek@neekDellktop:/usr/lib/linuxmint/mintWifi$ ./mintWifi.py
-------------------------
* I. scanning WIFI PCI devices...
-------------------------
* II. querying ndiswrapper...
No drivers installed
-------------------------
* III. querying iwconfig...
lo no wireless extensions.
eth2 IEEE 802.11b ESSID:""
Mode:Auto Channel=1 Access Point: Invalid
Sensitivity=0/200
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:0 Missed beacon:0
eth0 no wireless extensions.
-------------------------
* IV. querying ifconfig...
eth2 Link encap:Ethernet HWaddr 00:0C:41:DE:5E:67
UP BROADCAST 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)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:140 errors:0 dropped:0 overruns:0 frame:0
TX packets:140 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10008 (9.7 KiB) TX bytes:10008 (9.7 KiB)
-------------------------
* V. querying DHCP...
Password:
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:0b:db:8b:c8:4a
Sending on LPF/eth0/00:0b:db:8b:c8:4a
Listening on LPF/eth2/00:0c:41:de:5e:67
Sending on LPF/eth2/00:0c:41:de:5e:67
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
-------------------------
* VI. querying nslookup google.com...
;; connection timed out; no servers could be reached
neek@neekDellktop:/usr/lib/linuxmint/mintWifi$
Anyway, anybody know what's happening?
Any help would be much appreciated.
Thanks in advance, Nick Tsyukalo.


