Right now I am forced to use a less than desirable internet solution, bandwidth-wise. Even so, I expect around a 1M pipe up and down. After testing over a few days and at different times, I have noticed that while my upload speeds appear to be normal, my download speeds appear crippled. Additionally, signal drops / loss are commonplace. This may not be a Linux / Hardware / driver thing (although it likely is), but I have no Windows partition at the moment to test. As shown below the correct driver module (r8712u) is loaded. Does anyone know of a cause of such a thing, or have experienced something like this in the past? Based on Realtek's less-than-ideal Linux support, and the fact that the (Debian & Ubuntu) included Kernel-driver has been in 'staging' forever, would it maybe be beneficial to compile the latest driver myself? Another option, of course, would be to just get a new adapter that's more "Linux friendly". However, I would like to get to the bottom of this issue ideally. Ideas welcome.
Code:
james@james-KubuntuLTS:~$ lsusb Bus 002 Device 002: ID 0bda:8172 Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
Code:
[ 17.913723] usb 2-3: r8712u: MAC Address from efuse = d8:eb:97:28:60:dd [ 17.913726] usb 2-3: r8712u: Loading firmware from "rtlwifi/rtl8712u.bin"
Comment