Show Posts
|
|
Pages: 1 ... 3 4 [5] 6 7 ... 32
|
|
62
|
LinuxMCE / Users / Re: What is the best Remote
|
on: August 11, 2011, 07:25:28 pm
|
 I second the android tablet. Orbiter is free. You bring hardware. But if your bound to want a "clicker", the MCE Remotes, found on ebay for >$20 work great too. (The silver ones) If you have an iPhone/iPod Touch/or an iPad , they work well with the free Roaming Orb orbiter or the newly release Dianemo orbiter. (Free in App Store) Welcome aboard. Once you get on, you'll never get off.  Best Regards, Seth
|
|
|
|
|
64
|
LinuxMCE / Users / Re: Never underestimate the power of real switches
|
on: August 11, 2011, 02:55:38 pm
|
 It is funny you say this: Lol, what do the kids do when they go to their friend's house where there isn't any HA? "Excuse me Mrs Anderson, can you help me set the network settings on my phone so I can turn on the bathroom light? And can I put a rush on that request?" My oldest is 5. The first time we went to my brothers place, she walked into the playroom, and stood there. She is used to the lights coming on when she enters a room, with a motion sensor. This also turns the light off if no media is being watched, and there is no movement for 10 minutes. So she is standing there in the dark, in my brothers basement, waiting for the lights. His youngest came down, and turn on the swtich. And My daughters says "Wow, you're house is slower than mine. It took forever for your lights to come on." To which my niece replied, that all she had to do was turn on the switch at bottom of stairs. My daughter said "But I could not see the blue light for your switch." (My Zwave light switches in off mode have a nice bright Blue LED) My niece didn't know how to respond. That is spoiled. Best Regards, Seth
|
|
|
|
|
65
|
LinuxMCE / Users / Re: Never underestimate the power of real switches
|
on: August 11, 2011, 02:19:13 pm
|
 But in the cases when you are not single, and "Daddy is working on the computer again" re-imaging the core, and have yet had the time to add in all 30 of my zwave devices, never underestimate, the power of the switch, or a good table-top controller, I have 2 Intermatic HA07's and both the wife and the kids know how to use them. Perhaps over the weekend I will get the Zwave added back into my core. Best Regards, Seth p.s. I understand Posde, as when your whole house relies on that screen and their remote, or a button on an orbiter, how quickly they forget about the switch, and or wall module that actually is connected to the light. Hehe. Technology is a wonderful thing. But when you are born into a house, that uses the TV's to work the lights, and that is all you have ever known, and the screen goes away...... Funny Stuff.
|
|
|
|
|
66
|
LinuxMCE / Users / Re: Dianemo Orbiter for iOS - now availabe free from the App store (V1.4 is current)
|
on: August 11, 2011, 01:55:07 pm
|
 Just a quick question. I configured a new iphone sized web orbiter last night. Rooted around until I found my installation number, and then fired up the Dianemo orbiter. Other than the living room splash screen, the skin is identical to the Roaming Orb. Now while the scrolling content inside the various media options is working fantastically, I was wondering, is the skin shown on the wiki page, and the youtube bits, specific to Dianemo systems. I looked for a skin of a different name than the standard in the orbiter dropdown. But there was no Dianemo. This is fine if it specific to Dianemo hardware/customers. But I was just making sure I didn't do something wrong. Best Regards, Love the scrolling content, Seth
|
|
|
|
|
69
|
LinuxMCE / Users / Re: Dianemo Orbiter 1.2 for iOS - now availabe free from the App store
|
on: August 09, 2011, 06:40:27 pm
|
 Thanks for the updates. I have recently downloaded the Android SDK, to work on some UI enhancements for home screen replacements. Maybe now that the summer rolls into fall, my family will keep me less busy. I can take a look at making a native orbiter. The new scrolling functions, and simplified button layout of the new iOS orbiter, is a refreshing piece of work. I would love to use the same common-sense layout on my Android tablets, and phones. I will see about charging my old iPhone up, to use and get a feel for iOS orbiter, and perhaps use it to inspire an Android version. Best Regards, Fantastic Work, Seth
|
|
|
|
|
73
|
LinuxMCE / Feature requests & roadmap / Re: easi (er) method for post reinstall ?
|
on: November 10, 2010, 03:23:20 pm
|
 I can recommend using Clonezilla on a USB external disk. Take a snapshot of the bnefore, and then if it gets hosed, it only takes minutes to restore. I have an old 100G laptop hardrive inone of those little $15 USB enclosures, installed the Clonezilla iso to it, and then set the rest of the drive up for storage. I use Clonezilla, unetbootin. Before every major update/install, I take a snapshot/backup of the non-hosed version. Gets you back up and running in 20 minutes or less  Regards, Seth
|
|
|
|
|
75
|
LinuxMCE / Users / Re: Adding boot options for a specific MD
|
on: April 30, 2010, 05:19:07 pm
|
Hello, To do this you must append the noapic command to the kernel line for the particular md. You will need to be root on the core sudo su - You will also need to know the MAC address of the MD in question. You can either view this on the Media Directors page in the web admin, or by running: ifconfig | grep HWaddr Once you have this info, edit the config file located here : cd /tftpboot/pxelinux.cfg You should see a text file, or config file for your MD's MAC address. use your favorite editor, I prefer vi: vi MAC:ADDRESS:OF:YOUR:MD Find this line: APPEND initrd=70/initrd.img quiet splash ramdisk=10240 rw root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/YOUR MD NUMBER And add it before the ramdisk entry. Save the file, and reboot the MD. That should sort it for you. Best Regards, Seth
|
|
|
|
|