LinuxMCE Forums

General => Developers => Topic started by: ddamron on November 26, 2007, 07:48:18 PM

Title: GSD & Ruby questions
Post by: ddamron on November 26, 2007, 07:48:18 PM
Each time I quick reload my router, I get this message in my log:
========== NEW LOG SECTION ==========
1   11/26/07 10:42:19   86 (spawning-device)   Starting... 1
1   11/26/07 10:42:19   86 (spawning-device)   Found /usr/pluto/bin/Generic_Serial_Device
05   11/26/07 10:42:20.300      Creating child 87 <0xb78526d0>
05   11/26/07 10:42:20.301      Note: Device manager has attached a device of type 38 that this has no custom event handler for.  It will not fire events. <0xb78526d0>
05   11/26/07 10:42:20.301      Note: Device manager has attached a device of type 38 that this has no custom handler for.  This is normal for IR. <0xb78526d0>
RCODE:

I can fire an ON command.. and I get this in my log:

05   11/26/07 11:26:21.429      GSDMessageTranslator isCmdImplemented = false <0xb604eb90>
05   11/26/07 11:26:21.431      #### Pre-Process Queue = 1 <0xb604eb90>
05   11/26/07 11:26:21.484      _QueueProc Pre - 184 : 0 <0xb7851b90>
05   11/26/07 11:26:21.484      GSD-Sleep Pre 184 : 0 <0xb7851b90>
05   11/26/07 11:26:21.484      Process Queue = 1 <0xb7851b90>
05   11/26/07 11:26:21.826      GSD-Sleep Post 184 : 0 <0xb7851b90>
05   11/26/07 11:26:21.826      _QueueProc Post - 184 : 0 <0xb7851b90>

when I try to fire an OFF command, I get this:

05   11/26/07 11:27:05.813      GSDMessageTranslator isCmdImplemented = false <0xb604eb90>
05   11/26/07 11:27:05.815      #### Pre-Process Queue = 1 <0xb604eb90>
05   11/26/07 11:27:05.862      _QueueProc Pre - 193 : 0 <0xb7851b90>
05   11/26/07 11:27:05.863      GSD-DispatchMessage - ignoring 193 because is useless. <0xb7851b90>
05   11/26/07 11:27:05.863      _QueueProc Post - 193 : 0 <0xb7851b90>

I must be missing something here... can anyone shed some light on this?

Thanks

Dan