-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[8192cu] Fixes #1488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8192cu] Fixes #1488
Conversation
Fixes compiling after changes in torvalds/linux@f663dd9 and torvalds/linux@99932d4 Fixes raspberrypi#86
@MrEngman I added the change you requested over here |
@popcornmix Just a FYI, I've been building my rpi-4.4.y kernels with this 9 patch series. Have 6x machines in my I2S test farm with RTL8188CUS dongles, generic Chinese and branded TP-Link/Edimax. Can't vouch for the patch set doing anything useful, but I haven't experienced anything negative by having it applied, FWIW. |
@MrEngman - you're happy with these changes? |
Yes, haven't seen any problems while testing. Been transferring data to and from my Pi and a W7 laptop on my local network using pscp, a set of files 100 x 28.7MB totalling about 2.75 GB, dozens and dozens of times without noticing any problems, unless timing differences between wifi and wired connections indicates some issue. Typical timings in minutes:seconds:-
|
@popcornmix should I squash this commits? I wouldn't want to lose the other authors contributions. |
@clivem Managed to fix the issue in NetworkManager. Here is the rundown:
This change is backed up by the newer version of the realtek driver in https://github.com/diederikdehaas/rtl8812AU/blob/driver-4.3.14/os_dep/linux/ioctl_cfg80211.c#L6338 |
@fran6co LOL. I'm not going to even think about this, right now. Got my head in something else. I'll grab the patch and roll it into my next automated/continuous build. |
@fran6co I've just rebooted 2 of my 6x 8188/8192 dongled Pi's with your patch. They are back on the network, so whatever you did, it's looking good from my POV! Thanks! I'll update the rest of them, leave them overnight, and if I cant see any other issues, I'll post back here tomorrow AM, and suggest that @popcornmix pulls this #1488 patch set, ASAP. |
Thanks for testing it! |
@popcornmix Can you please pull this 10 patch series, or at least the "Starts device in station mode instead of monitor, fixes NetworkManager issues" patch, which resolves the incompatibility with NetworkManager introduced with the #1489 PR. |
Thank you! |
See: raspberrypi/linux#1524 kernel: 8192cu: Enable cfg80211 and various fixes See: raspberrypi/linux#1489 See: raspberrypi/linux#1488 firmware: dt-blob: Don't statically set i2c0 function on pins firmware: image_fx: Mask off unwanted flags from generated frames firmware: raspivid: Add option -lev/--level to raspvid to select H264 Level
See: raspberrypi/linux#1524 kernel: 8192cu: Enable cfg80211 and various fixes See: raspberrypi/linux#1489 See: raspberrypi/linux#1488 firmware: dt-blob: Don't statically set i2c0 function on pins firmware: image_fx: Mask off unwanted flags from generated frames firmware: raspivid: Add option -lev/--level to raspvid to select H264 Level
See: raspberrypi/linux#1524 kernel: 8192cu: Enable cfg80211 and various fixes See: raspberrypi/linux#1489 See: raspberrypi/linux#1488 firmware: dt-blob: Don't statically set i2c0 function on pins firmware: image_fx: Mask off unwanted flags from generated frames firmware: raspivid: Add option -lev/--level to raspvid to select H264 Level
(#1487) Summary of changes:
Reference repositories: