Show Posts

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.


Messages - gadget

Pages: 1 2 [3] 4 5 ... 10
31
Installation issues / Re: Latest snapshot fails after AVWizard
« on: March 20, 2012, 04:43:06 am »
OK Thanks. I will wait for next build or go back to the beta.

32
Installation issues / [Resolved] Latest snapshot fails after AVWizard
« on: March 20, 2012, 02:14:57 am »
I am setting up a test core with the latest snapshot of 10.04 and it stops after the AVWizard with the following.
snapshot version 1004-201203181915

Code: [Select]
/etc/rc2.d/S99Linuxmce: line 153: [: : integer expression expected
/etc/rc2.d/S99Linuxmce: line 177: [: : integer expression expected
.....starts other services
/etc/rc2.d/S99Linuxmce: line 212: [: : integer expression expected
Starting LinuxMCE Launch Manager ... ok

AVwizard completes fine but no Sarah?

33
Users / Re: Video: Black screen but sound!
« on: August 25, 2011, 02:15:23 am »
I have just had a similar problem and resolved it by using UI2 without transparency. Re-run the Av-wizard and change to UI2.

34
Users / DCS5300 IP Camera has no log
« on: November 06, 2010, 10:31:21 am »
I have installed a DCS5300 IP Camera using the DCS5300G template but cannot get an image to display.  I have checked for the log after a reboot and cannot find one using either the web admin or in /var/log/pluto/ . I expected something for 85_?? as that is the device number it has been given. Any pointers where else to look for clues as to why it won't work would be appreciated.

gadget

35
Users / Re: MythTV fails from lmce (but works from kubuntu) on MD
« on: June 19, 2010, 12:32:21 am »
I was also having problems on my MD's after the 0.23 update. I did an apt-get remove of mythtv-backend and mythtv-frontend and then an apt-get install and included pluto-mythtv-player. Make sure that your apt-sources is pinned to linuxmce. mysql will give a failure but mythtv will still work.

gadget

36
Dont know if it is related but see this thread.

forum.linuxmce.org/index.php?topic=9873.0

gadget

37
Users / Re: DCS-5300G(D-link / IP Camera) detected
« on: May 17, 2010, 02:43:21 pm »
I am also getting this device detected and don't have any cameras yet.

gadget

38
Developers / Re: help with building the windows orbiter from source
« on: May 17, 2010, 02:07:53 pm »
Hi Thom,

The offending lines of code from Logger.cpp are
Code: [Select]

void WinOrbiterLogger::WriteEntry( Entry& entry )
{
    PLUTO_SAFETY_LOCK_LOGGER( sSM, m_Lock );  // Don't log anything but failures

struct tm *t = localtime((time_t *)&entry.m_TimeStamp.tv_sec);
char acBuff[50];
double dwSec = (double)(entry.m_TimeStamp.tv_usec/1E6) + t->tm_sec;

An access violation is thrown at "double dwSec" but the struct tm *t has errors which seems to  be defined in CommonIncludes.h.

where to next please?

39
Installation issues / Re: Mythtv with DVB-T card on MD not working
« on: May 16, 2010, 03:15:52 pm »
OK. Thanks. next time i get some time i will manually install the backend and see what happens.

gadget

40
Developers / help with building the windows orbiter from source
« on: May 13, 2010, 03:06:33 pm »
I have finally managed to get a development environment up using VS2010 and have successfully built the windows Orbiter in the base Orbiter folder and Win32_Pocketfrog version.

Both of them start the orbiter but generate an exception in main.cpp at the same point.

Code: [Select]
//It's safe now to use the logger
LoggerWrapper::GetInstance()->Write(LV_STATUS, "Device: %d starting.  Connecting to: %s",CmdLineParams.PK_Device,
CmdLineParams.sRouter_IP.c_str());

I am new to c++ so some pointers at where to look would be appreciated.

gadget

41
Installation issues / Re: Mythtv with DVB-T card on MD not working
« on: May 13, 2010, 01:57:27 pm »
Hi Andrew,

I also thought that the MD was unable to connect to the master backend , but could use the mythtv usrname password in mysql to connect to myth database. I did notice that myth-backend isn't running on the MD. Does it need to be running.

I can also watch TV from a card on the backend so myth-frontend seems to be connecting to master backend.

gadget

42
Hi Dennis,

I have an HDPVR connected to my core and can watch eveything from component capture perfectly on the core. However when i watch from my MD the picture quality is poor and the sound is out of sync. Have you been able to watch from another machine successfully?

I have also got the same issue as you of not being able to configure myth on and MD but dont want to go through a re-install right now.

gadget

43
Installation issues / Re: Mythtv with DVB-T card on MD not working
« on: May 12, 2010, 02:31:16 pm »
Hi Andrew,

I have a DVB card that is not PnP so have to manually configure it anyway. Everything is OK in Mythtv-setup but i can never play TV. I have moved it onto my core at the moment and it is working fine from there.

There is a forum post from some else who has just had the same issue with an HDPVR  which required a rebuild to resolve.
http://forum.linuxmce.org/index.php?topic=10087.0

gadget

44
Installation issues / Re: No AVWizard
« on: May 12, 2010, 02:24:58 pm »
If you want to run the AVwizard then just run the following command.
Code: [Select]
/usr/pluto/bin/RebootWithAVWizard.sh

gadget

45
Users / Re: MythTV how to configure. Please help me step by step
« on: May 12, 2010, 02:11:18 pm »
What is the error that you are getting? Also is this on the core or an MD?

gadget

Pages: 1 2 [3] 4 5 ... 10