Manually installing CrystalHD driver/lib/firmware

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Scott B Offline
Member
Posts: 58
Joined: May 2009
Reputation: 0
Post: #11
davilla Wrote:http://wiki.awkwardtv.org/wiki/Mount_ReadWrite then reboot. /mach and /mach.sym will be created automatically.

http://wiki.awkwardtv.org/wiki/Enable_Kext_Loading substitute turbo_atv_enabler for turbo_kext_enabler

Perfect. Those two files are in my root directory now and I've rebooted.

I placed the turbo_atv_enabler.bin into the /tmp folder and did the following:

chmod +x turbo_atv_enabler.bin -- no problem
sudo ./turbo_atv_enabler.bin -- Hangs and doesn't complete.

I'm using WinSCP's terminal window to enter the commands. Any ideas?
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #12
Scott B Wrote:Perfect. Those two files are in my root directory now and I've rebooted.

I placed the turbo_atv_enabler.bin into the /tmp folder and did the following:

chmod +x turbo_atv_enabler.bin -- no problem
sudo ./turbo_atv_enabler.bin -- Hangs and doesn't complete.

I'm using WinSCP's terminal window to enter the commands. Any ideas?

byte count of turbo_atv_enabler.bin ? should be 17,780 bytes.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
Scott B Offline
Member
Posts: 58
Joined: May 2009
Reputation: 0
Post: #13
davilla Wrote:byte count of turbo_atv_enabler.bin ? should be 17,780 bytes.

Yes sir. Check.

Even doing the simple:
sudo mount -uw /

...results in a hang that I eventually Abort. Maybe I'm logged in with insufficient permissions? I'm logged in as frontrow.
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #14
Scott B Wrote:Yes sir. Check.

Even doing the simple:
sudo mount -uw /

...results in a hang that I eventually Abort. Maybe I'm logged in with insufficient permissions? I'm logged in as frontrow.

sudo elevates you to root. you are god then.

none of these should cause any hangs. try;

sudo find / -name turbo_atv_enabler.bin

EDIT, zzzz time for me now, we will have to pick this up tomorrow.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
(This post was last modified: 2010-08-18 08:20 by davilla.)
find quote
Scott B Offline
Member
Posts: 58
Joined: May 2009
Reputation: 0
Post: #15
davilla Wrote:sudo elevates you to root. you are god then.

none of these should cause any hangs. try;

sudo find / -name turbo_atv_enabler.bin

Same thing. Hangs. I'm even executing that command within the tmp folder where I can see the .bin in the GUI. Sad

Maybe this helps?

[Image: hangc.jpg]
(This post was last modified: 2010-08-18 08:33 by Scott B.)
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #16
Scott B Wrote:Same thing. Hangs. I'm even executing that command within the tmp folder where I can see the .bin in the GUI. Sad

Maybe this helps?

[Image: hangc.jpg]

How about using a real ssh client Smile I've seen issues with trying to do ssh things with WinSCP and using sudo.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
Riderzzz Offline
Senior Member
Posts: 199
Joined: Sep 2007
Reputation: 1
Location: DK
Post: #17
I have currently the r26 drivers om my atv.
If i wanna install the new drivers, is this then a simple thing of only copying *.bin *.dylib and the *.kext to the same location and it should work?

Thanks for the great job again. enjoying this masterpiece of work "nearly" everyday Smile
find quote
Riderzzz Offline
Senior Member
Posts: 199
Joined: Sep 2007
Reputation: 1
Location: DK
Post: #18
davilla Wrote:How about using a real ssh client Smile I've seen issues with trying to do ssh things with WinSCP and using sudo.

btw, I use winscp a long time, never had problems. But i use putty in winscp, not the integrated console-thing i see here.

suggestion, try that (search for putty.exe, google and in winscp-settings fill in the location of that putty.exe)
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #19
Riderzzz Wrote:I have currently the r26 drivers om my atv.
If i wanna install the new drivers, is this then a simple thing of only copying *.bin *.dylib and the *.kext to the same location and it should work?

Thanks for the great job again. enjoying this masterpiece of work "nearly" everyday Smile

Yep, three pieces, driver, lib and the two firmware files.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
Riderzzz Offline
Senior Member
Posts: 199
Joined: Sep 2007
Reputation: 1
Location: DK
Post: #20
davilla Wrote:Yep, three pieces, driver, lib and the two firmware files.

Great, copied and done Smile

How can i double check if the right drivers are loaded?
find quote
Post Reply