LinuxMCE Forums
May 22, 2013, 01:31:25 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: [1] 2
1  LinuxMCE / Users / Re: Want to find a Core Server? What do you think of this? on: March 09, 2012, 09:29:30 am
The base processor and memory are comparable to what I am currently running on my core.  To set it up as a core, you would need a second NIC at a minimum and quite probably a base line nVidia graphics card..  I haven't tried to build a core with a video card other than an nVidia so I don't know how far through the setup you would get.

So, depending on the expansion capabilities of the box (I tried a Dell chat but was disconnected), and what your resulting installation is suppose to look like, it might be a good starter core.

Joseph Hume
F1 for HELP
2  LinuxMCE / Users / Re: can no longer see media on freenas server on: March 01, 2012, 05:45:13 pm
After the pluto-media init, did MCE find the device? and the shares?
3  LinuxMCE / Users / Re: Pandora - needs newer browser on: February 23, 2012, 03:07:02 am
Sorry to resurrect such an old topic, but I recently updated three media directors from Firefox 7.0 to 10.0.2 and installed new on an additional media director.

There was an error with the extraction command.  It should read
# tar -jxvf firefox-10.0.2.tar.bz2 -C ./87/usr/lib
-- NOTE: ./xx/ is your media director number as seen from the Core at /usr/pluto/diskless

On the three existing media directors, I did not have to break and recreate the symlink ../xx/usr/bin/firefox -> ../lib/firefox/firefox.  It magically found and used the updated software.

On the new media director I did have to break and recreate the symlink using the same commands from above.

Standard disclaimers are still in effect.

Joseph Hume
F1 for HELP
4  LinuxMCE / Users / Re: Pandora - needs newer browser on: October 10, 2011, 04:21:16 am
I upgraded the Firefox web browser on my Family Room media director and my daughter has been on it most all of this last week.  Playing youtube videos / facebook / myspace all seem to work as anticipated.  As near as I can tell, everything else on the media director works as it should.

Standard disclaimers apply...

Joseph Hume
F1 for HELP
5  LinuxMCE / Users / Re: Pandora - needs newer browser on: October 01, 2011, 07:58:22 pm
I did upgrade Firefox about a week ago on the orbiter in my office using the directions previously supplied.  So far I have not found any issue with it.

I will upgrade my daughters media director and post my results.

Joseph Hume
F1 for HELP
6  LinuxMCE / Users / Re: Video Database Borked on: October 01, 2011, 09:29:00 am
It looks like you might have added the root drive in the core and it is recursively detecting your movies via the /home/public => /mnt/device/xx mount point(s).  I had that happen to me once a few installs ago and I fixed it by removing the (Core Root) sda drive through the web admin.

Standard disclaimers apply.

Joseph Hume
F1 for HELP
7  LinuxMCE / Users / Re: Pandora - needs newer browser on: September 29, 2011, 06:53:16 am
<snip> and keep firefox as it is. <snip>

Posde,

What could happen / break dramatically by upgrading Firefox?  When I was in looking at my system, I did see that it was symlinked around to the hilt so I hope my FF upgrade instructions are not detrimental...

Joseph Hume
F1 for HELP
8  LinuxMCE / Users / Re: Pandora - needs newer browser on: September 29, 2011, 06:48:17 am
Being a command line junkie I recently upgraded the installed Firefox 3.x to 7.x on one of my media directors by going the following route

- Download the firefox-7.0.tar.gz on my core and staged the file at /usr/pluto/diskless
- Using the following command I extracted directly to a media director
# tar -C ./49/usr/lib -jxvf firefox-7.0.tar.bz2
-- NOTE: Your diskless image numbers will probably be different!!!
- Break existing  break existing firefox -> ../lib/firefox/firefox-3.0 symlink in ./49/usr/bin folder
# rm ./49/usr/bin/firefox
- Change to MD bin folder and create symlink pointing at new firefox launcher
# cd ./49/usr/bin
# ln -s ../lib/firefox/firefox firefox
- Verify anticipated operation
-- NOTE: Firefox will now go and hold full screen, and AdBlock will install and remember from session to session.  I don't know what is going to happen when the next rapid-fire FF update is released, but it should be fun to watch!

This is probably the most painful way to work, but from here it is easy to deploy to all media directors by simply modifying the ./49

I hope this helps someone.  Standard disclaimers apply.  Please learn and understand what the above commands actually do before attempting on your system.

Joseph Hume
F1 for HELP

10/01/2011 - Edited reflecting changing into ./xx/usr/bin to create symlink.  When attempting to create from /usr/pluto/diskless it didn't link as anticipated (probably due to my increasingly fat fingers)
9  LinuxMCE / Users / Re: flash player issue on: September 07, 2011, 07:41:49 am
One idea that just floated to the top of my head as I was reading my posted reply, with multiple media directors why couldn't you symlink from diskless/##/.. back to a 'master' file so that updating one file would update all media directors simultaneously.

# ln -s /usr/lib/adobe-flashplugin/libflashplayer.so /usr/pluto/diskless/##/usr/lib/adobe-flashplugin/libflashplayer.so

Joseph Hume
F1 for HELP

Follow on: After issuing the above command and logging into a media director, it doesn't look like it will work because it appears to be a recursive(?) link.

root@moon44:/usr/lib/adobe-flashplugin# ls -l
lrwxrwxrwx 1 root root       44 Sep  7 00:00 libflashplayer.so -> /usr/lib/adobe-flashplugin/libflashplayer.so             

Trying to make it easy on myself...

Joseph Hume
F1 for HELP                                                         
10  LinuxMCE / Users / Re: flash player issue on: September 07, 2011, 07:31:50 am
From memory I downloaded the .tar.gz for Linux from Adobe.com, extracted it, and moved it to /usr/pluto/diskless/##/usr/lib/adobe-flashplugin/libflashplayer.so because

dcerouter_1019065:~# ls -l /usr/pluto/diskless/##/usr/lib/mozilla/plugins/
lrwxrwxrwx 1 root root     37 2011-07-04 23:21 flashplugin-alternative.so -> /etc/alternatives/mozilla-flashplugin

dcerouter_1019065:~# ls -l /usr/pluto/diskless/##/etc/alternatives/mozilla-flashplugin
lrwxrwxrwx 1 root root 44 2011-07-04 23:21 /usr/pluto/diskless/83/etc/alternatives/mozilla-flashplugin -> /usr/lib/adobe-flashplugin/libflashplayer.so

dcerouter_1019065:~# ls -l /usr/pluto/diskless/##/usr/lib/adobe-flashplugin/
-rw-r--r-- 1 root root 12110428 2011-04-13 11:30 libflashplayer.so

With multiple media directors, I would perform the work on the DCERouter and change the /##/ to your actual media director numbers.

Standard disclaimers apply / YMMV

Joseph Hume
F1 for HELP
11  LinuxMCE / Developers / Re: DHCP leases info page for web admin on: July 05, 2011, 07:24:20 am
@posde

I was just tossing that idea out there because I think it would be a great addition.  I will see if I can figure out how to accomplish.

Joseph Hume
F1 for HELP
12  LinuxMCE / Developers / Re: DHCP leases info page for web admin on: July 04, 2011, 09:44:51 am
How about an option to delete inactive or stale entries and an option to rescan an unknown device?

Joseph Hume
F1 for HELP
13  LinuxMCE / Installation issues / Re: DVD playback broken - 30 seconds into playback, router reload on: June 11, 2011, 08:17:19 am
I had that exact same issue on my system after recently updating my core and all media directors.  I was not looking forward to rebuilding. 

What fixed it for me was logging into the web admin, Wizard / Device / Media Directors and rebuilding image on each media director in order and rebooting everything.  After the reboot, I was good to go.

YMMV.

Joseph Hume
F1 for HELP
14  LinuxMCE / Users / Watching Online Video and the screen saver kicks on on: June 11, 2011, 07:30:47 am
Hi,

Having my high speed internet hooked back up I was trying to watch online video through Discovery.com.  After updating the Adobe Flash Player plugin for the installed version of Firefox, I was watching Mythbusters and the screen saver kicked in after about 5-10 minutes or so leaving me unable to watch my video.  I could hear it, but I couldn't see it. 

Once I got the flash player on one media director updated, it was easy to update the rest.  My next task is to update Firefox to the newer version on all of the media directors.

Is there a way to disable the screen saver for such an event?  I looked at creating a scenario but nothing leapt out as the fix

Joseph Hume
F1 for HELP
15  LinuxMCE / Users / Re: Adding a audio line level input to handle an OTA Tuner on: March 17, 2011, 07:22:55 am
How do you add an audio input pipe?  I have the (tuner / cassette desk / 8-track / auxillary (you pick)) device's line level output plugged into the line input on my home theatre media director.

I have tried creating a template, but it only has outputs.  I tried using the AV Wizard, but it wanted to have a device template as well.

Joseph Hume
F1 for HELP
Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!