-
Notifications
You must be signed in to change notification settings - Fork 407
Description
"odroid wifi adapter 3" has a very strange behavior: it works perfectly fine with 4.3.3 kernel build of raspberry pi 2, with 4.3.3 kernel of my PC (stock archlinux kernel + BFQ) and 4.1.15 (LTS).
I'm getting big performance hit with the odroid C1+ rev0.4 20150930 (both with ping and the download speed of about 1Mbit/s when I achieve 16-17Mbit/s with the same dongle on other devices), though. I tried:
- using the official v2.2 android 4.4.2 build;
- using the official lxde ubuntu image;
- dkms build of the 8192cu on archlinux;
- stock rtl8192cu of odroid c1 branch here;
- disabling the power management of one module at a time (rtl8192cu and 8192cu), either via modprobe.d/ conf and via pm-utils. No success;
- changing USB ports of odroid (I was thinking about a USB malfunction since I struggle to find the reasons for my problems);
- surfing the web: I found many threads in yours and archlinuxarm forums in which they were complaining about the "wifi dongle 3" issue years ago (2014). It seems to them you have fixed up the things at some point for a bunch of users. And then the troubles returned in 2015 with a fluctuating behavior between users who found workarounds and users who never got it sorted. You were never able to reproduce the issue in your office, though. But I can assure you there is a situation here;
- ethernet. That one works like a charm;
- another rtl8188cus dongle (low profile one, without antenna). it has the exact same behavior, again, no success;
- I don't have any more dongles to try, but if you suggest me that an ath9k dongle works great in 100% of the users, I could buy that to replace your official one (I read threads of people having troubles also with that in your forums, but they are dated and not so many as the 8188cus ones).
The thing is that in the most similar device I have (raspberry pi 2) the dongle is actually great and the module shows the exact same driver version of the odroid C1 branch (v4.0.2_9000.20130911), just a different srcversion string.
I got rid of my initial project of making the odroid c1+ an android TV device for this reason. It's a pretty good device and it's a shame. I really hope for an investigation of the issue and a final fix.
Thanks for the reading.