Skip to content
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

Closed
MrEngman opened this issue Feb 10, 2015 · 2 comments
Closed

patch missing from rtl8192cu driver. #818

MrEngman opened this issue Feb 10, 2015 · 2 comments

Comments

@MrEngman
Copy link

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.

--- linux/drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c.old    2015-02-10 02:32:12.779287926 +0000
+++ linux/drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c        2015-02-10 02:37:52.512361391 +0000
@@ -138,6 +138,7 @@
        {USB_DEVICE(0x2001, 0x3307)},/* D-Link - Cameo */ \
        {USB_DEVICE(0x2001, 0x330A)},/* D-Link - Alpha */ \
        {USB_DEVICE(0x2001, 0x3309)},/* D-Link - Alpha */ \
+       {USB_DEVICE(0x2001, 0x330d)},/* D-Link - DWA 131 */ \
        {USB_DEVICE(0x0586, 0x341F)},/* Zyxel - Abocom */ \
        {USB_DEVICE(0x7392, 0x7822)},/* Edimax - Edimax */ \
        {USB_DEVICE(0x2019, 0xAB2B)},/* Planex - Abocom */ \
@popcornmix
Copy link
Collaborator

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
@popcornmix
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants