Hello everyone, Im very new to linux. I installed it on my Gateway NV77H20u laptop as the sole operating system (fully migrating from windows). My laptop is a core i5 4gig ram laptop and i installed the 64bit version of linux mint 14. It's quite smooth and I'm really enjoying it. My only problem, however, is the fact that i can't connect my wifi or any wireless network unless through a cable. I've tried reading some threads on the linux forum...but i'm always lost because I don't understand anything (about terminals and so on...lol)...I'm really new to linux and I really need help. Pls help me as to what to do. I want to make linux mint my permanent OS.
this is the result after running this comand: sudo /usr/lib/linuxmint/mintWifi/mintWifi.py
justice@justice-NV77H ~ $ sudo /usr/lib/linuxmint/mintWifi/mintWifi.py
[sudo] password for justice:
-------------------------
* I. scanning WIFI PCI devices...
-- Broadcom Corporation BCM43227 802.11b/g/n
==> PCI ID = 14e4:4358
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
eth0 no wireless extensions.
lo no wireless extensions.
-------------------------
* IV. querying ifconfig...
eth0 Link encap:Ethernet HWaddr dc:0e:a1:0c:0f:9e
inet addr:192.168.1.7 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::de0e:a1ff:fe0c:f9e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5368 errors:0 dropped:0 overruns:0 frame:0
TX packets:4811 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:2246239 (2.2 MB) TX bytes:803182 (803.1 KB)
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:904 errors:0 dropped:0 overruns:0 frame:0
TX packets:904 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:158456 (158.4 KB) TX bytes:158456 (158.4 KB)
-------------------------
* V. querying DHCP...
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service smbd reload
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload smbd
RTNETLINK answers: File exists
-------------------------
* VI. querying nslookup google.com...
Server: 176.9.26.139
Address: 176.9.26.139#53
Non-authoritative answer:
Name: google.com
Address: 173.194.70.101
Name: google.com
Address: 173.194.70.102
Name: google.com
Address: 173.194.70.100
Name: google.com
Address: 173.194.70.113
Name: google.com
Address: 173.194.70.138
Name: google.com
Address: 173.194.70.139
justice@justice-NV77H ~ $




