Everything works great in Gnome, so I'm assuming it is a KDE issue lol.
I'm used to Gnome anyway (:
Oh, and on a final note, hopefully a more solveable one:
My internet in Linux is not as fast as in Windows.
- Code: Select all
cody@cody-laptop ~ $ sudo /usr/lib/linuxmint/mintWifi/mintWifi.py
[sudo] password for cody:
Sorry, try again.
[sudo] password for cody:
Sorry, try again.
[sudo] password for cody:
-------------------------
* I. scanning WIFI PCI devices...
-- Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
==> PCI ID = 10ec:8176 (rev 01)
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"MomAndKids"
Mode:Managed Frequency:2.437 GHz Access Point: E0:91:F5:7D:C9:14
Bit Rate=72.2 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr=2347 B Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=60/70 Signal level=-50 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:22066 Missed beacon:0
-------------------------
* IV. querying 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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)
wlan0 Link encap:Ethernet HWaddr e0:ca:94:97:77:10
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::e2ca:94ff:fe97:7710/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:206813 errors:0 dropped:0 overruns:0 frame:0
TX packets:121551 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:301880304 (301.8 MB) TX bytes:12429183 (12.4 MB)
-------------------------
* 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
-------------------------
* VI. querying nslookup google.com...
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: google.com
Address: 74.125.239.10
Name: google.com
Address: 74.125.239.11
Name: google.com
Address: 74.125.239.5
Name: google.com
Address: 74.125.239.14
Name: google.com
Address: 74.125.239.7
Name: google.com
Address: 74.125.239.1
Name: google.com
Address: 74.125.239.0
Name: google.com
Address: 74.125.239.8
Name: google.com
Address: 74.125.239.12
Name: google.com
Address: 74.125.239.2
Name: google.com
Address: 74.125.239.9
Name: google.com
Address: 74.125.239.15
Name: google.com
Address: 74.125.239.4
Name: google.com
Address: 74.125.239.3
Name: google.com
Address: 74.125.239.6
Name: google.com
Address: 74.125.239.13
- Code: Select all
cody@cody-laptop ~ $ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b5)
00:1d.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
I also installed the Linux driver from Realtek's site, but I'm going to trying the Windows driver + ndiswrapper in hopes of a better speed (:
Any other ideas though?