1
Users / How to get the update
« on: October 06, 2007, 04:45:38 am »
How do i get the new update. so i can run the new schudeler. Also i am a noob when it comes to linux
THanks
Mike
THanks
Mike
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
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hi,I get crappy video and audio is pretty bad. Is there anyway to fix this? And what are you using to get the data for the channels? aslo if i run the front tend from kde desktop works fine. But if i run it through linuxmce it locks up.
What is exactly you're problem with the pvr-500 mce.
Deffcon
By default rc.local is not executed at startup. All you have to do is add a symlink in /etc/rc2.d/ to point to /etc/init.d/rc.local. Make sure it starts with an S and has a number prior to myth starting up. Personally, I named it S19rc.local. But that's because I mount some shares in rc.local and I want to be sure everything that uses them isn't started up until rc.local is started.
In short executing the following command will get rc.local to start at boot.Code: [Select]ln -s /etc/init.d/rc.local /etc/rc2.d/S19rc.local