Kodi Community Forum
[AppleTV] CrystalHD Auto Installer for Apple TV - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: [AppleTV] CrystalHD Auto Installer for Apple TV (/showthread.php?tid=69074)

Pages: 1 2


[AppleTV] CrystalHD Auto Installer for Apple TV - andy204 - 2010-01-31

you can download the auto installer at http://overlord.fh-salzburg.ac.at/~asartori/xbmc/auto_installer/

please read the INSTALL file. post questions and suggestions in this thread. the crystalhd driver and lib is compiled by myself. svn checkout on 2010-01-29.

here you can see a video how to download and install the driver: http://www.youtube.com/watch?v=_sKH6HXDd2U

thanks

-andy

you can find the announcement here: http://www.sartori.at/

version 1.0.1:
  • fixed: when rc.local did not exist i forgot to create it..
  • when rc.local did exist, i forgot some other stuff.



- andy204 - 2010-01-31

had a typo. uploaded new version.


- grey - 2010-01-31

very nice, thanks

cannot try by myself since i installed all manually couple of days ago, but i would be grateful for some comments regarding it


- preppie - 2010-01-31

Got this when trying to install

grep: /etc/rc.local: No such file or directory
sa_crystal_install.sh: line 39: [: -eq: unary operator expected


- andy204 - 2010-01-31

preppie Wrote:Got this when trying to install

grep: /etc/rc.local: No such file or directory
sa_crystal_install.sh: line 39: [: -eq: unary operator expected

ups, fixing it right now.


- andy204 - 2010-01-31

uploading new version right now: 1.0.1


- garyi - 2010-01-31

Sorry to sound thick but when it says upload to atv where do I upload it too, which directory? (assuming I can upload it with cyberduck)


- andy204 - 2010-01-31

just upload it into the home directory of the frontrow user.
-andy


- garyi - 2010-01-31

Andy I just want to say thank you very much I cannot believe how easy that was!

Am now watching 720p and I have to say its smoother than my mid 2009 mac mini.

And thanks to Davilla for making this possible.

For any others concerned by the programming bit all you do is upload Andys file to the ATV and run one line in terminal bish bosh done!


- andy204 - 2010-01-31

thanks for the kudos Smile this script was just a short shot to help some people.

i will improve the script in the future to make it better.

-andy


- preppie - 2010-01-31

Now it works but it seems to be something wrong with the driver. Got this answer when checking it.

bash-2.05b# kextstat | grep crystalhd
bash: kextstat: command not found


- andy204 - 2010-02-01

preppie Wrote:Now it works but it seems to be something wrong with the driver. Got this answer when checking it.

bash-2.05b# kextstat | grep crystalhd
bash: kextstat: command not found

does doesnt mean, that the driver has a problem. the shell cannot find the command kextstat.

try

Code:
/usr/sbin/kextstat



- akg4y - 2010-02-01

Sorry Im a Mac/AppleTV newbie so I have a basic question... can I just FTP to the Apple TV using the ATV's IP address and frontrow/frontrow as UN/PW, or is there a special program to upload things to the ATV?


- andy204 - 2010-02-01

you need to use sftp. ftp daemon is not enabled by default. i assume you have an already patched atv? (used a patchstick?)


- akg4y - 2010-02-01

Yeah patched, ssh enabled, XBMC and Boxee installed. Still waiting on my CrystalHD cards to arrive. Thanks for the info and for the installer.