Crystal HD and XBMC 10
#1
Question 
Hi,

I got Mythbuntu 9.10 installed on my Apple TV now I just installed a Crystal HD BCM970015.

I tried play HD recording from my MythTV server but I am getting stuttering picture/sound in the playback and CPU load > 80% indicates that Crystal HD is not used in XBMC

I don't see Crystal HD as an option in XBMC for video rendering.

lspci | grep Broadcom

returns:

02:00.0 Multimedia controller: Broadcom Corporation Device 1615

Do I need to compile XBMC from source?

Anybody got an idea on what I am missing here?

Thx
Reply
#2
Did you install the driver?

http://www.broadcom.com/support/crystal_hd/

Reply
#3
u need to follow this: http://wiki.xbmc.org/index.php?title=HOW...nd_library
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
Thanks for the answer.

I removed XBMC and re-installed XMBC by following the link.

I get this error in xbmc.log:

Unable to load libcrystalhd.so.3, reason: libcrystalhd.so.3: cannot open shared object file: No such file or directory

Any idea?

Thx
Reply
#5
Quote:sudo apt-get install subversion autoconf
svn checkout http://crystalhd-for-osx.googlecode.com/...-osx-3.6.0
cd crystalhd-for-osx-3.6.0/crystalhd/linux_lib/libcrystalhd
make
sudo make install
cd ../../driver/linux
autoconf
./configure
make
sudo make install
sudo modprobe crystalhd
cd

did you do this?
OpenElec Standalone --> Asus Chromebox 'Panther' --> Onkyo TX-NR709 --> Sony 55" X85C Android TV (also with Kodi!)
Asus Chromebox EZ Script
Kodi on Sony Bravia Android TVs
Reply
#6
Thanks that took care of the error

Thx again
Reply
#7
I built from the boradcomm sources instead as well. Basically, that particular error comes because the broadcomm library is versioning itself as 2.0, and the one in google code is 3.6, and xbmc is looking for libcrystalhd.so.3.

So you could also make it work by going into your /usr/lib directory and doing
ln -s libcrystalhd.so.3 libcrystalhd.so.2, and it will make a symbolic link that will point to the libcrystalhd.so.2 library.

I'm not sure what other bugs may have been fixed between 2.0 to 3.6, but this does make xbmc find your crystalhd card and will use it for decoding hd.
Reply
#8
I have spent ALL DAY and MOST of the night on this issue. Are there any problems on Ubuntu 10.10 with this?

I have no way of knowing how or why it went wrong I first tried the tutorial above with no HD Decoding. I have been testing with this file ....

http://mirrorblender.top-ix.org/peach/bi...p_h264.mov


I am starting to think that it is impossible to remove the install completely and thinking of a reformat which means a lot more work than just crystal HD drivers. Not worth it in my opinion, but looking like I have no choice. I do question whether the tutorial referenced earlier is complete. I have seen others that are more involved, and dont know what to believe
Reply
#9
There is a far easier way!

at this page
http://code.google.com/p/xbox-remote/

crystalhd-firmware_3.6.0~lucid1_i386.deb
crystalhd-kernel-modules-dkms_3.6.0~lucid1_all.deb
libcrystalhd-dev_3.6.0~lucid1_i386.deb
libcrystalhd_3.6.0~lucid1_i386.deb


I think you must install the kernel modules last

No fuss no muss no failure installed perfectly on Mint 10 after days of trying to build them based on a variety of tutorials, most of which seem incomplete or conflictive
Reply

Logout Mark Read Team Forum Stats Members Help
Crystal HD and XBMC 100