You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to run my DVB Sky USB-Module with BBB and self compiled kernel.
BBB hangs on heavily used USB (like this device) and shows back jumps
in dprintk timestamps:
Jun 20 17:33:19 arm kernel: [ 802.654332] dvbsky_usb: dvbsky_stream_ctrl() -off
Jun 20 17:33:19 arm kernel: [ 803.375415] dvbsky_usb: dvbsky_stream_ctrl() -off
Jun 20 17:33:20 arm kernel: [ 803.394597] dvbsky_usb: dvbsky_stream_ctrl() -on
Jun 20 17:34:53 arm kernel: [ 718.350672] dvbsky_usb: dvbsky_stream_ctrl() -off
Jun 20 17:34:53 arm kernel: [ 718.369438] dvbsky_usb: dvbsky_stream_ctrl() -off
Jun 20 17:34:53 arm kernel: [ 718.382941] dvbsky_usb: dvbsky_stream_ctrl() -on
The text was updated successfully, but these errors were encountered:
Thats exactly the Patch I use. Btw this One Works absolute stable in RPi 3.8.13 and 3.9.7.
it looks like some internal data gets overwritten on heavy USB usage.
Tried to run my DVB Sky USB-Module with BBB and self compiled kernel.
BBB hangs on heavily used USB (like this device) and shows back jumps
in dprintk timestamps:
Jun 20 17:33:19 arm kernel: [ 802.654332] dvbsky_usb: dvbsky_stream_ctrl() -off
Jun 20 17:33:19 arm kernel: [ 803.375415] dvbsky_usb: dvbsky_stream_ctrl() -off
Jun 20 17:33:20 arm kernel: [ 803.394597] dvbsky_usb: dvbsky_stream_ctrl() -on
Jun 20 17:34:53 arm kernel: [ 718.350672] dvbsky_usb: dvbsky_stream_ctrl() -off
Jun 20 17:34:53 arm kernel: [ 718.369438] dvbsky_usb: dvbsky_stream_ctrl() -off
Jun 20 17:34:53 arm kernel: [ 718.382941] dvbsky_usb: dvbsky_stream_ctrl() -on
The text was updated successfully, but these errors were encountered: