-
Notifications
You must be signed in to change notification settings - Fork 5k
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
patch missing from rtl8192cu driver. #818
Comments
Added. Should be in next update. |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this issue
Feb 12, 2015
kernel: fiq_fsm: Falling out of the state machine isn't fatal See: raspberrypi/linux#739 kernel: rtl8192cu: Add PID for D-Link DWA 131 See: raspberrypi/linux#818 firmware: vc_dispmanx: Fix update/vsync callbacks See: #355 firmware: dispserv: Clean up vsync requests on client disconnection See: raspberrypi/userland#218 firmware: [hdmi] Work around an issue with Toshiba TV See: http://www.raspberrypi.org/forums/viewtopic.php?f=28&t=62155 firmware: Allow Pi1/Pi2 and EDID device id specific config options See: #361 See: #320
Please rpi-update and test. |
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this issue
Feb 12, 2015
kernel: fiq_fsm: Falling out of the state machine isn't fatal See: raspberrypi/linux#739 kernel: rtl8192cu: Add PID for D-Link DWA 131 See: raspberrypi/linux#818 firmware: vc_dispmanx: Fix update/vsync callbacks See: raspberrypi/firmware#355 firmware: dispserv: Clean up vsync requests on client disconnection See: raspberrypi/userland#218 firmware: [hdmi] Work around an issue with Toshiba TV See: http://www.raspberrypi.org/forums/viewtopic.php?f=28&t=62155 firmware: Allow Pi1/Pi2 and EDID device id specific config options See: raspberrypi/firmware#361 See: raspberrypi/firmware#320
neuschaefer
pushed a commit
to neuschaefer/raspi-binary-firmware
that referenced
this issue
Feb 27, 2017
kernel: fiq_fsm: Falling out of the state machine isn't fatal See: raspberrypi/linux#739 kernel: rtl8192cu: Add PID for D-Link DWA 131 See: raspberrypi/linux#818 firmware: vc_dispmanx: Fix update/vsync callbacks See: raspberrypi#355 firmware: dispserv: Clean up vsync requests on client disconnection See: raspberrypi/userland#218 firmware: [hdmi] Work around an issue with Toshiba TV See: http://www.raspberrypi.org/forums/viewtopic.php?f=28&t=62155 firmware: Allow Pi1/Pi2 and EDID device id specific config options See: raspberrypi#361 See: raspberrypi#320
pfpacket
pushed a commit
to pfpacket/linux-rpi-rust
that referenced
this issue
Apr 7, 2023
rust: define fs context
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A number of people have reported the D-Link DWA 131 wifi module has stopped working when upgrading from 3.12 to 3.18
In the out of tree rtl8192cu wifi driver added back into 3.18, ref #755, it appears that a USB VID:PID is missing that was included in the version in 3.12.
This stops the D-Link DWA 131 wifi module being recognised by the driver. ref raspberrypi/firmware#359
The following patch should fix it.
The text was updated successfully, but these errors were encountered: