[AppleTV] Broadcom Crystal HD Decoder Apple TV step-by-step installation guide

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
illiac4 Offline
Fan
Posts: 434
Joined: May 2009
Reputation: 1
Post: #11
STEP 7 when it says
# Enter in to putty: chmod 755 /usr/lib/crystalhd.dylib

It returns:
chmod: /usr/lib/crystalhd.dylib: No such file or directory


Confused?
find quote
hfctech465 Offline
Member+
Posts: 6
Joined: Feb 2007
Reputation: 0
Post: #12
try
Enter in to putty: chmod 755 /usr/lib/libcrystalhd.dylib
find quote
yzeyze Offline
Senior Member
Posts: 104
Joined: Jul 2007
Reputation: 0
Post: #13
hfctech465 Wrote:Thanks yzeyze its been driving me crazy for about 4 hours, you mentioned you updated it manually how do you do that ??

Thanks

Just use the last part of the instruction in PuTTy.

defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array http://www.sshcs.com/xbmc/Info.asp
find quote
yzeyze Offline
Senior Member
Posts: 104
Joined: Jul 2007
Reputation: 0
Post: #14
illiac4 Wrote:STEP 7 when it says
# Enter in to putty: chmod 755 /usr/lib/crystalhd.dylib

It returns:
chmod: /usr/lib/crystalhd.dylib: No such file or directory


Confused?

If you mean part 5 of step 7, and you are using copy and paste (like I was), then the instruction on the webpage has one too many 'libs' in it.
(see my post on page 1)
find quote
xpo_dk Offline
Junior Member
Posts: 16
Joined: Jan 2010
Reputation: 0
Post: #15
yzeyze Wrote:If you mean part 5 of step 7, and you are using copy and paste (like I was), then the instruction on the webpage has one too many 'libs' in it.
(see my post on page 1)

I also get the error and I've tried with your suggestion for the real line.
Anyone got any ideas?

Also, the three files you copy to the directory is that to the tmp dir or the crystalhd dir?
find quote
dimsumx Offline
Junior Member
Posts: 23
Joined: Jan 2009
Reputation: 0
Post: #16
For those stuck on the beginning of step 7, it should look like this:

cd /tmp

mv crystalhd-for-osx-1.0.1/BroadcomCrystalHD.kext /System/Library/Extensions

chown -R root:wheel /System/Library/Extensions/BroadcomCrystalHD.kext

chmod -R 755 /System/Library/Extensions/BroadcomCrystalHD.kext

mv crystalhd-for-osx-1.0.1/libcrystalhd.dylib /usr/lib/ <---THIS PART WAS MISSING

chmod 755 /usr/lib/libcrystalhd.dylib

rm -rf /tmp/crystalhd-for-osx-1.0.1



I couldn't get it to work till I found it in the original guide...which turned out to be much easier, imo:

http://todayguesswhat.blogspot.com/2010/...le-tv.html
(This post was last modified: 2010-01-10 12:13 by dimsumx.)
find quote
yzeyze Offline
Senior Member
Posts: 104
Joined: Jul 2007
Reputation: 0
Post: #17
That explains things....
Thanks
find quote
xpo_dk Offline
Junior Member
Posts: 16
Joined: Jan 2010
Reputation: 0
Post: #18
I've done the install and everything - but I'm not able to find the crystal card in the menu.
Could it be something I've done wrong during install - or does it sound like a bad crystal card?

Is there a way to check if the right drivers is in place?
find quote
purplechris Offline
Junior Member
Posts: 18
Joined: Jan 2010
Reputation: 0
Location: united kingdom
Post: #19
yzeyze Wrote:Thanks for the guide, just running through it now....
Typo on Step 7 number 5 - one too many 'lib' in there....
e.g. line reads....
5. Enter in to putty: chmod 755 /usr/lib/libcrystalhd.dylib
should be
5. Enter in to putty: chmod 755 /usr/lib/crystalhd.dylib

had me confused for a bit.

See below
(This post was last modified: 2010-01-10 13:49 by purplechris.)
find quote
purplechris Offline
Junior Member
Posts: 18
Joined: Jan 2010
Reputation: 0
Location: united kingdom
Post: #20
corrected guide, now added mv crystalhd-for-osx-1.0.0/libcrystalhd.dylib /usr/lib/

as number 5 in step 7

this was an oversight on my part, guide should now be 100% correct.

launcher should show as the bottom XBMC r26613

Also added an initial step, which is something i had to do to get the new versions to show:

Initial STEP:

Go in to your apple tv and select downloads under launcher, select the launcher application, that will then uprade the launcher to the lastest version.

Guide now uptodate
find quote
Post Reply