Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 041e:4055 Creative Technology, Ltd Live! Cam Video IM Pro
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 046d:c318 Logitech, Inc. Illuminated Keyboard
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 003: ID 045e:02d1 Microsoft Corp.
Bus 007 Device 002: ID 046d:0a44 Logitech, Inc.
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0781:5583 SanDisk Corp.
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 1b1c:1b05 Corsair
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Asked
Active
Viewed 749 times
0
1 Answers
0
Install another driver this way
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtl8192cu-dkms
The new version of this driver should improve things. If that will not help, I have another dkms
driver in this PPA that should work for sure, but it is older.

Pilot6
- 90,100
- 91
- 213
- 324
-
Thank you for your help. I installed the driver then reset, unfortunately when it rebooted, it didn't detect the wireless usb anymore. So I had to do a fresh reinstall. – Jerero Feb 09 '16 at 21:30
-
No just remove it by
sudo apt-get purge rtlwifi-new-dkms
and install another bysudo apt-get install rtl8192cu-dkms
– Pilot6 Feb 09 '16 at 21:52 -
Well The bandwidth has improved. Thank you again for your help and patience. I'm really sorry about the intial formatting of the original question. I am still very new to the linux community – Jerero Feb 09 '16 at 23:43
lspci
to the question. – mikewhatever Feb 09 '16 at 19:39lspci -knn | grep Net -A2
terminal command. – Pilot6 Feb 09 '16 at 19:40lspci -knn | grep Net -A2
nothing shows up – Jerero Feb 09 '16 at 19:49lsusb
. You can remove all that you posted before. It all is not about wireless. – Pilot6 Feb 09 '16 at 19:52