Kodi Community Forum
[LINUX] Apple TV Crystalbuntu (Ubuntu Linux and Crystal HD) Disk Image 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: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: [LINUX] Apple TV Crystalbuntu (Ubuntu Linux and Crystal HD) Disk Image for Apple TV (/showthread.php?tid=74992)



- JeDaj - 2010-10-15

Sorry for my ignorance. I'll search before I ask.

PS
Thanks for redirecting. Worked like a charm Wink


Dropped Frames - titous - 2010-10-15

davilla Wrote:966 dropped frames is not too bad. Make sure LCD is turned off. xbmc.log and output of dmesg is always what I want to see. Use a pastebin site please.

Davilla,
thanks for your response and for thre great job in Crystalhd. I checked the LCD and was already turned off. Do you think that if I change the Broadcom card for a newer one the results will be better?

Regards,

Werther


- davilla - 2010-10-15

titous Wrote:Davilla,
thanks for your response and for thre great job in Crystalhd. I checked the LCD and was already turned off. Do you think that if I change the Broadcom card for a newer one the results will be better?

Regards,

Werther

I would work the problem rather than try random fixes.


atvbackup (problem?) question... - mrhyde69 - 2010-10-17

I'm trying to make a atv backup....I'm following the ATVBackup guide.....when i do a
Quote:cp -arp src/* dst/
I get the following error:
Code:
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: cannot create directory 'dst/tmp': No space left on device

I'm using a 2GB stick...how big of a stick do I need?


- davilla - 2010-10-17

mrhyde69 Wrote:I'm trying to make a atv backup....I'm following the ATVBackup guide.....when i do a I get the following error:
Code:
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: cannot create directory 'dst/tmp': No space left on device

I'm using a 2GB stick...how big of a stick do I need?

what internal partition is mounted at src ?
what USB partition is mounted at dst ?


- mrhyde69 - 2010-10-17

davilla Wrote:what internal partition is mounted at src ?
what USB partition is mounted at dst ?

Code:
# mount the destination, we don't need to fsck as this is an ext3 partition
mount /dev/sdb2 dst

# mount the source
fsck.hfsplus /dev/sda2
mount -t hfsplus  /dev/sda2 src

is what the guide says...so it looks like the src partition is /dev/sda2 and the usb partition is /dev/sdb2....is there something I'm missing here?


- davilla - 2010-10-17

mrhyde69 Wrote:
Code:
# mount the destination, we don't need to fsck as this is an ext3 partition
mount /dev/sdb2 dst

# mount the source
fsck.hfsplus /dev/sda2
mount -t hfsplus  /dev/sda2 src

is what the guide says...so it looks like the src partition is /dev/sda2 and the usb partition is /dev/sdb2....is there something I'm missing here?

That looks fine.

"df" will show you the size and capacity of the mounted partitions.


- mrhyde69 - 2010-10-17

davilla Wrote:That looks fine.

"df" will show you the size and capacity of the mounted partitions.

thx davilla Smile yep, gotta get a bigger stick...


- mrhyde69 - 2010-10-17

is this a good way to restore the crystalbuntu image to the hdd? will the partitions on the internal hdd need to be adjusted to be able to use the whole hdd? what about the recovery partitions? do they get blown away when you dd the internal hdd?

liquidinsect Wrote:Since I wasn't getting much help here I figured this out with trial and error and decided to spell it out for anyone else wondering the same thing. Here is how I was able to write the image to a blank hard drive:

-Boot up your ATV with the image written to a USB stick first

-Log in via SSH and run:
sudo dd if=/dev/sdb of=/dev/sda

-Once that is done reboot for the ATV to update the list of partitions

-Back in SSH run:
sudo fsck.hfsplus /dev/sda2
sudo mount /dev/sda2 /mnt
sudo nano /mnt/com.apple.boot.plist

-Change the entry with /dev/sdb3 to /dev/sda3

-Remove the USB stick and reboot. You should be running completely off HDD now. If you have problems (like I did) try running dd if=/dev/zero of=/dev/sda to blow away any partitions that may have been on the drive previous and start the whole process over. Good luck.



- davilla - 2010-10-17

"sudo dd if=/dev/sdb of=/dev/sda" replaces everything on sda with sdb. Anything on sda is gone.


- mrhyde69 - 2010-10-18

mrhyde69 Wrote:thx davilla Smile yep, gotta get a bigger stick...

I gotta bigger thumb drive...so I started the process over..this is what I'm getting:

Quote:penbuntu login: root
Password:
# mkdir src dst
# ls
dst src
# fsck.hfsplus /dev/sda2
** /dev/sda2
** Checking HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
** Checking Catalog hierarchy.
** Checking volume bitmap.
** Checking volume information.
** The volume Recovery appears to be OK.
# mount -t hfsplus /dev/sda2 src
# cp -arp src/* dst/
cp: cannot stat 'src/*': No such file or directory

any ideas?


- fl0w - 2010-10-18

Hi,
I have a few questions before installing this version (I read the last pages but couldn't get these details) :
  • Does it support BCM70015 without compiling latest crystalhd drivers?
  • Does it play 1080p mkv files (VC-1 and H.264) without any problem?
  • Is there a simple tutorial to install directly the image on the hard drive?
  • Is it possible to modify X.org config to display @ 1920x1200?
Thanks!


- fl0w - 2010-10-19

fl0w Wrote:Hi,
I have a few questions before installing this version (I read the last pages but couldn't get these details) :
  • Does it support BCM70015 without compiling latest crystalhd drivers?
  • Does it play 1080p mkv files (VC-1 and H.264) without any problem?
  • Is there a simple tutorial to install directly the image on the hard drive?
  • Is it possible to modify X.org config to display @ 1920x1200?
Thanks!

Finally I got some answers from this topic and other ones.
To share the answer :
1- Yes BCM70015 is supported by compiling latest crystalhd drivers and libraries
2- One big problem, I got a green overlay during HD playback. I got r34731 version and I tried Crystal HD with SVN ( http://crystalhd-for-osx.googlecode.com/svn/trunk/ )3- I followed two mini howtos from this topic
4- 1920x1200 is automatically supported by X.org Big Grin


- davilla - 2010-10-19

fl0w Wrote:Finally I got some answers from this topic and other ones.
To share the answer :
1- Yes BCM70015 is supported by compiling latest crystalhd drivers and libraries
2- One big problem, I got a green overlay during HD playback. I got r34731 version and I tried Crystal HD with SVN ( http://crystalhd-for-osx.googlecode.com/svn/trunk/ )3- I followed two mini howtos from this topic
4- 1920x1200 is automatically supported by X.org Big Grin

xbmc.log, dmesg. I always ask for those.


Good Known Working Combo - dnguyen77 - 2010-10-19

All,

I am not able to get my 1080P playing smooth at all.

Can someone please let me know what is the good known working combo for this setup? I am running with the following setup

Pin's image on my internal HD
BCM70015 Crystal HD

I am trying to update XBMC to 34731 from PPA and keeping getting dependency errors

Would like to know what is the known working version of xbmc, crystal HD driver to run, and the link to PPA.

thanks,
Alan