XBMC Community Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


- lout - 2008-05-03 01:26

plz someone with remote mce and LiveXBMC can send me step by step how to enable remote mce on LiveXBMC i dont know linux (mac user) thnx m


- lcapriotti - 2008-05-03 09:12

@lout: I will include a hook for lircd.conf in the next LiveXBMC release e.g. if lircd.conf will be put on the flash root it will be copied to the proper place.
Don't hold your breath, though...

@dCrypt: will check, tks for the bug report.

Luigi


- davilla - 2008-05-03 23:47

atv-bootloader wiki updated to include a guide for creating a USB flash drive that will boot LiveXBMC on the AppleTV.

See http://code.google.com/p/atv-bootloader/wiki/InstallLiveXBMC

Still working on getting a MS mce USB IR remote working. Everything (LIRC-wise) seems to be present, just does not seem to function.

Very nice so far. Nice job l.capriotti.


- MaXMC - 2008-05-04 14:47

Ok first.
Shouldn't there be steps on how to do this in Linux?
I had to boot into Vista just to get this to work.
2nd.
There's no auto-detection of USB-sticks or other partitions. I had a really hard time configuring the fstab to include my USB Western Digital 500GB HDD, with the right permissions so I could actually read some files with xbmc.

Other than that. It seems to work ok. Smile


- topfs2 - 2008-05-04 16:20

MaXMC Wrote:Ok first.
Shouldn't there be steps on how to do this in Linux?
I had to boot into Vista just to get this to work.
2nd.
There's no auto-detection of USB-sticks or other partitions. I had a really hard time configuring the fstab to include my USB Western Digital 500GB HDD, with the right permissions so I could actually read some files with xbmc.

Other than that. It seems to work ok. Smile

You can try this: http://forum.xbmc.org/showpost.php?p=165746&postcount=4
Although I had troubles with it on this build, but the previous worked great. So might have been me formating it wrong.


- davilla - 2008-05-05 20:55

Can someone with a working mceusb IR remote post their LIRC hardware.conf.

Trying to debug my mine is not working.

Thanks


- mace - 2008-05-05 21:04

Sure. I'll just start up the linux box


- mace - 2008-05-05 21:09

# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
LIRCD_ARGS=""

#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

# Run "lircd --driver=help" for a list of supported drivers.
DRIVER=""
# If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be
# automatically used instead
DEVICE=""
MODULES="lirc_mceusb2"

# Default configuration files for your hardware if any
LIRCD_CONF=""
LIRCMD_CONF=""


- davilla - 2008-05-05 21:13

mace Wrote:MODULES="lirc_mceusb2"

And that looks the solution to my problem. Thanks, I'll give it a try when I return home again.


- davilla - 2008-05-06 02:58

davilla Wrote:And that looks the solution to my problem. Thanks, I'll give it a try when I return home again.

Needed to change the following
Code:
REMOTE_MODULES=""

REMOTE_DEVICE=""

START_LIRCD="false"

to
Code:
REMOTE_MODULES="lirc_dev lirc_mceusb2"

REMOTE_DEVICE="/dev/lirc0"

START_LIRCD="true"

Now "life is good" on LiveXBMC with the mceusb remote