![]() |
|
[RELEASE] CrystalHD Linux distributions for Apple TV with UI installer (Win, Linux) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: [RELEASE] CrystalHD Linux distributions for Apple TV with UI installer (Win, Linux) (/showthread.php?tid=97949) |
- hemeroidman - 2011-05-20 18:24 well i have tried all i can find in multiple combinations but no luck i just cant get a usb HD to mount its probebly me being dumb but i need clear instructions. could someone take pity the usb HD i am currently trying to mount is ntfs maybe thats not possible but even fat32 has me stumped - illiac4 - 2011-05-20 18:41 How can i run a script through XBMC. I have wrote one and i want to run it on demand. Can and how can this be done? Maybe some addon? With advanced launcher i can not select the script. P.S.: And from update the IceFilms is not working anymore on this release even after fresh install. - Sam.Nazarko - 2011-05-20 19:42 hemeroidman Wrote:first off thanks a lot for this distro performance is A1. hemeroidman Wrote:well i have tried all i can find in multiple combinations but no luck i just cant get a usb HD to mount its probebly me being dumb but i need clear instructions. mkdir path sudo mount /dev/sdX(n) path Or add to fstab for auto-mounting at boot. illiac4 Wrote:How can i run a script through XBMC. I have wrote one and i want to run it on demand. Can and how can this be done? Maybe some addon? With advanced launcher i can not select the script. Well, have you spoke to IceFilms dev, I don't believe the update has broken it. - hemeroidman - 2011-05-20 20:29 cheers sam i have been trying to add the Hd to the fstab using the following uuid=CEBE1253BE123505 /media/usb ntfs defaults,errors=continue 0 0 sudo gedit /ect/rc.local sudo mount -a and then i run the command sudo mkdir /media/usb i can browse to the usb folder in xbmc but it remains empty/unmounted mybe i am making things over complicated but as i say i am new to this please tell me where i am going wrong just tried this mkdir path sudo mount /dev/sdb1 path and it worked so simple but a reboot seems to kill the link if you could post the code string for the fstab i would be most gratefull - Monty010 - 2011-05-20 22:40 I'm having the same problems with icefilms, The addon seems to be working on other platforms, even on my ipad. It just seems not to be working on the atv with this image. Asked for help on the icefilms thread but as of now, nothing helpfull. Maybe the problem will sort itself out somehow. Oh and sam, before i forget thanks for your image, its awesome and super easy to install... I love it. - Sam.Nazarko - 2011-05-20 23:04 hemeroidman Wrote:cheers sam i have been trying to add the Hd to the fstab using the following Why did you edit rc.local!? Code: sudo echo "/dev/sdb1 /mount/USB ntfs defaults 0 0" >> /etc/fstabICEfilms - mattg42 - 2011-05-21 00:06 I'm also seeing the ICEfilm's plugin has stopped working since installing this new image. I've deinstalled it, reloaded from repository, used free user, registered users etc, no ball, it always fails. I think the xbmc.log error that the sqlite3 module is missing is the key and if we could get that loaded, the script world run. Sam, is their something this script could be hard coded to do that is conflicting with your image? Or have you updated Python to 2.6 perhaps that might have a different version or no version of sqlite3? Happy to post log files as the error is plain and a missing module. Ironically the first Sam image worked fine with ICEfilms plugin so this is strange behaviour. Thanks for your on-going support and great image. Built in wireless - bcre3306 - 2011-05-21 01:32 Hi I havent replaced the video decoder but wanted to have it running linux as it runs much smoother. My problem now is that I would like to use the built in wireless under this image. Can anybody post some instructions on how to get this working? Thanks in advance - Sam.Nazarko - 2011-05-21 02:22 mattg42 Wrote:I'm also seeing the ICEfilm's plugin has stopped working since installing this new image. I've deinstalled it, reloaded from repository, used free user, registered users etc, no ball, it always fails. Hmm. My update has literally:
That's it in the XBMC retrospect of things Sqlite update (no longer updated in Hardy) has been updated in anticipation of Eden -- built it myself. Not included in this build -- but it sits on my servers, waiting for its time to shine, and for PVR testers). Try pull a tarball of that and put into place and see if it does any good, if it does, I'll just push it out to all systems immediately: Note. I typed this up very quickly -- might be slightly fiddly. Code: mkdir sqlitebcre3306 Wrote:Hi It's a BCM4323 - google Ubuntu install instructions - illiac4 - 2011-05-21 07:45 Hi Sam IceFilms are not working also after this fix. Do the script works for you? |