![]() |
|
XBMC LiveUSB (formerly "LiveXBMC") V2 is out - 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: XBMC LiveUSB (formerly "LiveXBMC") V2 is out (/showthread.php?tid=32853) |
- lcapriotti - 2008-06-06 20:19 Ouch, we got a specific post on Lifehacker ! The article contains some small errors here and there - e.g. ATI cards are not supported right now, references to an old blog post for V1 were referred to the new V2; nonetheless quite a nice hit. Luigi - paco - 2008-06-06 20:41 l.capriotti Wrote:Ouch, we got a specific post on Lifehacker ! You deserve a lot of kudos for this project. I tried it out the other day and was extremely impressed. If I can figure out how to get my Antec IR and VFD working, I'll be tickled pink. One question, is there any way to use the programs section to run a browser window? It would come in handy while troubleshooting XBMC (I used a laptop while typing away on the HTPC command line). - davilla - 2008-06-06 21:48 The best way to debug is using an ssh session, username=xbmc, password=password. Adding a bowser would significantly add to the install size and we are trying to keep that low. You should also be able to cnt-alt F2 into a terminal window but I find an ssh session less intrusive. - Rawry - 2008-06-07 19:55 Wow. I'm stunned by this. Worked perfectly first time I tried it. Thumbs up to developer! I got a few questions tho. I can't seem to ssh to the LiveXBMC pc. Is ssh not installed? And how about updates? Is it possible to update it over internet or do we have to update the memory stick manually? - lcapriotti - 2008-06-07 21:25 Rawry Wrote:Is ssh not installed?it is not; open a terminal and use apt-get for that Rawry Wrote:And how about updates? Is it possible to update it over internet or do we have to update the memory stick manually?XBMC updates are not available per se with this V2. Guess what will come with V3... ![]() Cheers L - infrb - 2008-06-08 01:16 davilla Wrote:Can someone with a working mceusb IR remote post their LIRC hardware.conf. Where would i find this file in the img and how would i go about inserting the modified one? Just use Winimg? - davilla - 2008-06-08 04:38 see http://code.google.com/p/atv-bootloader/wiki/InstallLiveXBMC for a working MS USB mce remote info. install ssh and use scp to copy it into place. Don't know anything about Winimg, I use Linux and OSX. - infrb - 2008-06-08 09:36 davilla Wrote:see http://code.google.com/p/atv-bootloader/wiki/InstallLiveXBMC for a working MS USB mce remote info. Thanks. I'll give it a shot and let you know how it goes. Final config options - dusty_nz - 2008-06-08 13:37 Got the remote configured but it doesn't seem to autostart on reboot. How do I set that. Also I am having problems with my sony TV. It can run 1280x768 however the liveXBMC only allows 1024x768. How do change this. Also any good locations on configuring xorg.conf? actually - dusty_nz - 2008-06-08 14:14 got the video working. Sounds needs boosting. Is there aq volume file anyware. Also still no luck on the lirc. I am editing the /etc/lirc/hardware.conf file and no luck. Please find below #Chosen Remote Control REMOTE="DViCO USB Remote" REMOTE_MODULES="" REMOTE_DRIVER="" REMOTE_DEVICE="/dev/lircd/0" REMOTE_LIRCD_CONF="dvico/lircd.conf.fusionHDTV" REMOTE_LIRCD_ARGS="" #Chosen IR Transmitter TRANSMITTER="None" TRANSMITTER_MODULES="" TRANSMITTER_DRIVER="" TRANSMITTER_DEVICE="" TRANSMITTER_LIRCD_CONF="" TRANSMITTER_LIRCD_ARGS="" #Enable lircd START_LIRCD="true" #Don't start lircmd even if there seems to be a good config file #START_LIRCMD="false" #Try to load appropriate kernel modules LOAD_MODULES="true" # Default configuration files for your hardware if any LIRCMD_CONF="" #Forcing noninteractive reconfiguration #If lirc is to be reconfigured by an external application #that doesn't have a debconf frontend available, the noninteractive #frontend can be invoked and set to parse REMOTE and TRANSMITTER #It will then populate all other variables without any user input #If you would like to configure lirc via standard methods, be sure #to leave this set to "false" FORCE_NONINTERACTIVE_RECONFIGURATION="false" START_LIRCMD="" |