# Enter in to putty: chmod 755 /usr/lib/crystalhd.dylib
It returns:
chmod: /usr/lib/crystalhd.dylib: No such file or directory
?
illiac4
Fan Joined: May 2009 Reputation: 1 |
2010-01-10 10:07
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 ?
|
| find quote |
hfctech465
Member+ Posts: 6 Joined: Feb 2007 Reputation: 0 |
2010-01-10 10:17
Post: #12
try
Enter in to putty: chmod 755 /usr/lib/libcrystalhd.dylib |
| find quote |
yzeyze
Senior Member Posts: 104 Joined: Jul 2007 Reputation: 0 |
2010-01-10 11:00
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 ?? 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
Senior Member Posts: 104 Joined: Jul 2007 Reputation: 0 |
2010-01-10 11:04
Post: #14
illiac4 Wrote:STEP 7 when it says 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
Junior Member Posts: 16 Joined: Jan 2010 Reputation: 0 |
2010-01-10 11:51
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. 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
Junior Member Posts: 23 Joined: Jan 2009 Reputation: 0 |
2010-01-10 12:00
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
Senior Member Posts: 104 Joined: Jul 2007 Reputation: 0 |
2010-01-10 12:19
Post: #17
That explains things....
Thanks |
| find quote |
xpo_dk
Junior Member Posts: 16 Joined: Jan 2010 Reputation: 0 |
2010-01-10 12:52
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
Junior Member Posts: 18 Joined: Jan 2010 Reputation: 0 Location: united kingdom |
2010-01-10 13:42
Post: #19
yzeyze Wrote:Thanks for the guide, just running through it now.... See below
(This post was last modified: 2010-01-10 13:49 by purplechris.)
|
| find quote |
purplechris
Junior Member Posts: 18 Joined: Jan 2010 Reputation: 0 Location: united kingdom |
2010-01-10 13:48
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 |