RaspbmcCrystalbuntu

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CrystalHD DMA Rings
12-21-2012, 05:52 AM
Post: #11
RE: CrystalHD DMA Rings
Smile kraqh3d you are funny. Tyson777 is spammer I think. He speaks just to advertise 'postcards'.
Find all posts by this user
Quote this message in a reply
12-21-2012, 10:12 PM
Post: #12
RE: CrystalHD DMA Rings
LOL I didn't even noticed that!
Find all posts by this user
Quote this message in a reply
01-10-2013, 09:33 PM
Post: #13
RE: CrystalHD DMA Rings
(12-12-2012 04:21 PM)bharath Wrote:  
(10-22-2012 05:17 AM)tritron Wrote:  So what settings did you change to I have mine set at 6 and 3 limits. It seems to work better with blurey rips.
I had found some patches at http://code.google.com/p/theebuilds/sour...les/?r=287

Sorry for an extremely delayed response. The patches I use are here

https://github.com/bharath23/xbmc-atv-pa...ring.patch
https://github.com/bharath23/xbmc-atv-pa...hold.patch

Thanks a lot, jarods git compiles and seems to work well with those patches applied - only the previously mentioned error message appears on my ATV 1:

Code:
[   54.929271] crystalhd 0000:02:00.0: Opening new user[0] handle
[   56.104063] crystalhd 0000:02:00.0: [crystalhd_flea_download_fw]: Complete.
[   56.422675] crystalhd 0000:02:00.0: Unhandled command: -1038589420
[   56.422984] crystalhd 0000:02:00.0: Closing user[0] handle with mode 417a00
[  139.501487] crystalhd 0000:02:00.0: Opening new user[0] handle
[  141.592051] crystalhd 0000:02:00.0: [crystalhd_flea_download_fw]: Complete.
[  147.687858] start_capture: pause_th:14, resume_th:3
[  192.150750] crystalhd 0000:02:00.0: Unhandled command: -1038589420
[  192.150813] crystalhd 0000:02:00.0: Closing user[0] handle with mode 417a00

Does the unhandled command message mean anything? or is it safe to ignore it?
Find all posts by this user
Quote this message in a reply
01-12-2013, 01:18 AM (This post was last modified: 01-12-2013 01:19 AM by bharath.)
Post: #14
RE: CrystalHD DMA Rings
(01-10-2013 09:33 PM)poseidon Wrote:  
(12-12-2012 04:21 PM)bharath Wrote:  
(10-22-2012 05:17 AM)tritron Wrote:  So what settings did you change to I have mine set at 6 and 3 limits. It seems to work better with blurey rips.
I had found some patches at http://code.google.com/p/theebuilds/sour...les/?r=287

Sorry for an extremely delayed response. The patches I use are here

https://github.com/bharath23/xbmc-atv-pa...ring.patch
https://github.com/bharath23/xbmc-atv-pa...hold.patch

Thanks a lot, jarods git compiles and seems to work well with those patches applied - only the previously mentioned error message appears on my ATV 1:

Code:
[   54.929271] crystalhd 0000:02:00.0: Opening new user[0] handle
[   56.104063] crystalhd 0000:02:00.0: [crystalhd_flea_download_fw]: Complete.
[   56.422675] crystalhd 0000:02:00.0: Unhandled command: -1038589420
[   56.422984] crystalhd 0000:02:00.0: Closing user[0] handle with mode 417a00
[  139.501487] crystalhd 0000:02:00.0: Opening new user[0] handle
[  141.592051] crystalhd 0000:02:00.0: [crystalhd_flea_download_fw]: Complete.
[  147.687858] start_capture: pause_th:14, resume_th:3
[  192.150750] crystalhd 0000:02:00.0: Unhandled command: -1038589420
[  192.150813] crystalhd 0000:02:00.0: Closing user[0] handle with mode 417a00

Does the unhandled command message mean anything? or is it safe to ignore it?

I doubled checked the logs in my setup and I dont have any "unhandled command" message. Which firmware are you using, i.e. Jarod's git or some other?
Find all posts by this user
Quote this message in a reply
01-12-2013, 12:16 PM
Post: #15
RE: CrystalHD DMA Rings
(01-12-2013 01:18 AM)bharath Wrote:  I doubled checked the logs in my setup and I dont have any "unhandled command" message. Which firmware are you using, i.e. Jarod's git or some other?

i didn't do anything about the firmware, so i guess, yes, Jarod's git. With 8 dma rings I still get the insufficient memory for RX error for 1080p (h.264 L4.1) material btw, is there anything else i could try? 720p seems to work fine.
Find all posts by this user
Quote this message in a reply
01-13-2013, 04:58 PM
Post: #16
RE: CrystalHD DMA Rings
(01-12-2013 12:16 PM)poseidon Wrote:  
(01-12-2013 01:18 AM)bharath Wrote:  I doubled checked the logs in my setup and I dont have any "unhandled command" message. Which firmware are you using, i.e. Jarod's git or some other?

i didn't do anything about the firmware, so i guess, yes, Jarod's git. With 8 dma rings I still get the insufficient memory for RX error for 1080p (h.264 L4.1) material btw, is there anything else i could try? 720p seems to work fine.

Thats extremely weird, I dont see any reason why you should see those errors unless there is some mismatch between the library version and the kernel driver version or the firmware.
Find all posts by this user
Quote this message in a reply
01-13-2013, 06:00 PM
Post: #17
RE: CrystalHD DMA Rings
(01-13-2013 04:58 PM)bharath Wrote:  Thats extremely weird, I dont see any reason why you should see those errors unless there is some mismatch between the library version and the kernel driver version or the firmware.

Do you mean the "unhandled command" or the "insufficient memory for rx" errors? I don't think there's a mismatch anywhere, but to be sure i'll post the commands i use to compile and install the library and the driver:
Code:
git clone git://linuxtv.org/jarod/crystalhd.git
cd crystalhd
wget https://raw.github.com/bharath23/xbmc-atv-packaging/master/crystalhd/debian/patches/dma-ring.patch
patch -p1 < dma-ring.patch
wget https://raw.github.com/bharath23/xbmc-atv-packaging/master/crystalhd/debian/patches/threshold.patch
patch -p1 < threshold.patch
cd linux_lib/libcrystalhd
make
sudo make install
cd ../../driver/linux
autoconf
./configure
make
sudo make install
sudo modprobe crystalhd

I didn't do anything to xbmc though, just installed xbmc-live from the ubuntu precise repos - a custom build of xbmc shouldn't be necessary, right?

About the firmware, do i have to install it or will it be installed along with either the driver or the library?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Sponsored Advertisement