When I right click on the network manager the only options that I have are "Enable Networking" (checked), "Connection Information" and "About". I am able to connect to the internet via a wired connection but I have not been able to find out how to connect wirelessly.
Currently my /etc/network/interface file has the following in it:
auto lo
iface lo inet loopback
And I tried following the steps suggested in viewtopic.php?f=90&t=2577 but it did not help.
Running mintWifi.py gives me this output:
-------------------------
* I. scanning WIFI PCI devices...
-- Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
==> PCI ID = 8086:4222 (rev 02)
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo no wireless extensions.
eth0 no wireless extensions.
-------------------------
* IV. querying ifconfig...
eth0 Link encap:Ethernet HWaddr 00:15:C5:38:97:66
inet addr:65.110.31.195 Bcast:65.110.31.255 Mask:255.255.254.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7801231 errors:0 dropped:0 overruns:0 frame:0
TX packets:979228 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1803255667 (1.6 GB) TX bytes:116182929 (110.8 MB)
Interrupt:17
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:42 errors:0 dropped:0 overruns:0 frame:0
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4340 (4.2 KB) TX bytes:4340 (4.2 KB)
-------------------------
* V. querying DHCP...
There is already a pid file /var/run/dhclient.pid with pid 19825
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:15:c5:38:97:66
Sending on LPF/eth0/00:15:c5:38:97:66
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 65.110.30.2
bound to 65.110.31.195 -- renewal in 300 seconds.
-------------------------
* VI. querying nslookup google.com...
Server: 208.67.222.222
Address: 208.67.222.222#53
Non-authoritative answer:
Name: google.com
Address: 72.14.207.99
Name: google.com
Address: 64.233.187.99
Name: google.com
Address: 64.233.167.99





