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 - nosilla99

Pages: 1 ... 3 4 [5] 6 7 8
61
Users / Re: 0710 release date clarification
« on: May 04, 2008, 10:14:51 am »
Jon,

Good to hear you have some ideas for future development

I have sent you a PM.

NOS

62
Developers / Re: Using HADesigner: The Screencasts
« on: April 26, 2008, 10:55:24 am »
Thom,

Just wanted to say thanks for taking the time to produce these excellent screencasts.

I am sure more people will now have a play with HADesigner which to be honest was previously a little scary  ;D

NOS

63
Users / Re: x10 CM11A support is now fixed!
« on: April 15, 2008, 10:12:26 pm »
@nite_man, caiman

See the following post http://forum.linuxmce.org/index.php?topic=4978.msg29187#msg29187

@Chris

Updating of the floorplan objects for X10 devices is also handled by CM11A code so the delay could still be an issue with this module.  In theory the maximum delay should be 30us unless there are a lot events queued in the CM11A hardware i.e do you have motion detectors which could be generating lots of events ?

NOS

64
Users / Re: CM11a gives Exception on serial port
« on: April 15, 2008, 10:03:56 pm »
@caiman,

I have never seen this error before, as the svn trunks are currently being merged can I recommend that you download the source and rebuild from the following ticket and follow the instructions http://svn.charonmedia.com/trac.cgi/ticket/8

Let us know if this fixes the problem

NOS

65
Users / Re: Problem whit newcs and /dev/ttyS0
« on: April 15, 2008, 08:24:51 pm »
Thnx, it work.

But say, if I want to have more com-ports in the future. Can i then exclude /dev/ttyS0 in some way?

/Mami

Here is my Ports line which only detects ttyS1-ttyS4 i.e. it excludes LMCE from using ttyS0

Code: [Select]
if [[ -f /proc/tty/driver/serial ]]; then
Ports=$(cat /proc/tty/driver/serial | grep -v unknown | grep '[1-4]: ' | cut -d: -f1)
for i in $Ports; do
echo "/dev/ttyS$i"
done
fi

NOS

66
Users / Re: Problem whit newcs and /dev/ttyS0
« on: April 14, 2008, 10:32:36 pm »
@masmi

LMCE is trying to manage the serial port, to avoid this type of conflict you can edit /usr/pluto/bin/ListSerialPorts.sh.

If LMCE does not need to use the serial or usb ports then just place an exit at the top of the file.

NOS

67
Users / Re: x10 CM11A support is now fixed!
« on: April 13, 2008, 05:01:56 pm »
@nite_man

Have you got any further in figuring out why you are not getting very little logging from the CM11A ?

Your devicepoll.cpp is definitely the last one which was committed to SVN so I am at a loss unless you have somehow managed to turn logging off

NOS

68
Users / Re: x10 CM11A support is now fixed!
« on: April 13, 2008, 04:44:07 pm »
Chris

Ignore that error, you just need to a "make so" in the lighting_plugin

NOS

69
Users / Re: Via to partner with nVidia
« on: April 11, 2008, 09:12:35 pm »
Given the review I can't see this being a long term collaboration, unless of course VIA are aiming to drop their development of Video chipsets.  Although nvidia have a good enough product and brand and they may benefit from cheaper production costs by teaming up with VIA.

NOS

70
Users / Re: x10 CM11A support is now fixed!
« on: April 11, 2008, 08:56:29 pm »
Hi Chris,

I always build on my production core and have not had a problem so far, some of the messages regarding mysql are indeed scary but it has not caused any problems on my system, but I may just be lucky  :o

As non of the executables or libraries are installed you should be ok

Good Luck

NOS


71
Users / Re: x10 CM11A support is now fixed!
« on: April 11, 2008, 06:17:35 pm »
@nite_man

I will probably be off line by then, however can you tell me which version of LMCE you are running and can you post a copy of devicepoll.cpp here ?

I will try to catch up with you later


NOS

72
Users / Re: x10 CM11A support is now fixed!
« on: April 11, 2008, 05:32:14 pm »
@nite_man

I can't understand why you see no startup messages such as which serial port the CM11A is using etc

Do you have time to get on IRC in the next 30 minutes or so ?

NOS

73
Users / Re: x10 CM11A support is now fixed!
« on: April 11, 2008, 03:45:48 pm »
@nite_man,

So are you still experiencing 30 second delays or has the rebuild fixed the issue ?

NOS

74
Users / Re: x10 CM11A support is now fixed!
« on: April 11, 2008, 12:59:11 am »
Chris,

That is definitely not the modified CM11A code as Jon and myself added additional debugging messages.

I only have i386 binaries as that is what I am developing on.

Where did you get your binaries from ?

NOS

75
Users / Re: x10 CM11A support is now fixed!
« on: April 10, 2008, 11:26:42 pm »
Hi guys,

When I send events they usually take approx 1 second so I would be interested to see some CM11A logs so I can try to figure out what is happening with your setups.

Make a note of the time that you issue a command and then post a log so we can try to identify if the problem is within the CM11A code or if it is something else which is causing the delay.

If you tail the CM11A log there should be no activity until you issue a command and these should be acted upon within 100ms, the slow X10 protocol adds quite a large delay hence the normal 1-2 second response.
 
Am I correct in assuming you are both running AMD64 bit versions ?

NOS

Pages: 1 ... 3 4 [5] 6 7 8