View Single Post
Posts: 34 | Thanked: 37 times | Joined on Apr 2010 @ Rosice, Czech Republic
#473
Darn, I broke it. Here is a list of my tinkering today:
  • updated kernel-power with today's build
  • apt-get install --reinstall libbridge2
  • copied libgstdsp.so from first post
  • rebooted

And now the boot video freezes, camera cannot record video and I can't play any video with the exception of test1.mkv (Big Buck Bunny) which miraculously plays fine. Other files give me the 'unsupported media file' error after a few seconds of five dots.

I found this in dmesg

Code:
[   10.553222] dspbridge_init: 600000 bytes @ 80e00000
[   86.486602] bridge_deh_notify: ********** DEVICE EXCEPTION **********
[   86.486633] bridge_deh_notify: DSP_SYSERROR, err_info = 0x300
[   86.486785] print_dsp_trace_buffer:
[   86.486816]
[   86.491455] procwrap_detach: deprecated dspbridge ioctl
[   86.854095] omap mailbox rev 4.0
[   86.958953] wait_for_start: Timed out waiting DSP to Start
[   86.959869] DSP Bridge driver loaded
and each time I try to play a video with media player this shows up in dmesg:

Code:
[17210.087890] HWRecoveryResetSGX: SGX Hardware Recovery triggered
Attempting to use gst-launch0.10 results in this:

Code:
Pipeline is PREROLLING ...
create_node: dsp node create failed
init_node: dsp node creation failed
ERROR: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstDspVDec:dspvdec0: couldn't start node
ERROR: pipeline doesn't want to preroll.
But no SGX recovery occurs.

Now, where did I mess up and how can I fix it? (Bold questions I know)