stable-kernel icon indicating copy to clipboard operation
stable-kernel copied to clipboard

BeagleBone Black - 3.8.13-bone21.1 - strange timestamp in dprintk

Open susisstrolch opened this issue 12 years ago • 4 comments

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

susisstrolch avatar Jun 20 '13 15:06 susisstrolch

I wonder if it works on 3.8.13 with x86? The musb bus is still a little fragile with our v3.8.x based kernel..

Little searching found this patch: https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/linux/patches/3.8.13/linux-210-dvbsky.patch

Regards,

RobertCNelson avatar Jun 20 '13 16:06 RobertCNelson

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.

Sent by mobile device

Am 20.06.2013 um 18:53 schrieb Robert Nelson [email protected]:

I wonder if it works on 3.8.13 with x86? The musb bus is still a little fragile with our v3.8.x based kernel..

Little searching found this patch: https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/linux/patches/3.8.13/linux-210-dvbsky.patch

Regards,

— Reply to this email directly or view it on GitHub.

susisstrolch avatar Jun 20 '13 21:06 susisstrolch

Robert, any news about USB and kernel 3.11?

susisstrolch avatar Jul 25 '13 07:07 susisstrolch

it boots: https://github.com/RobertCNelson/linux-dev/commits/am33x-v3.11

but usb is broken..

RobertCNelson avatar Jul 25 '13 18:07 RobertCNelson