SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #241  
Old 01-08-2009, 10:34 AM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Hello Ryan,
Quote:
Originally Posted by RyanW View Post
I've reprogrammed the default action in LM RKM to do the power off blasts when I put the system to sleep. This works, but that 20 second delay is painfully slow. Especially when you add the warm-up time of the TV.
The 20 sec delay is a setting you can find in the svc_settings.xml (in the LM RKM Config & Log folder). This delay is somehow needed to be sure that all USB devices are waken up (so the MCE Receiver). You can change this value and then restart the LM RKM Blaster service, be careful though that if you select a value between 1 and 10 sec, it may not always work (the time needed to resume the USB device may resume from time to time)

Regards,
Stéphane.
Reply With Quote
  #242  
Old 01-11-2009, 01:17 PM
RyanW RyanW is offline
Sage User
 
Join Date: Jan 2009
Location: Lakeville, MN
Posts: 16
Thanks for that pointer. I appear to be able to shave that delay down to 15s reliably.

I also figured out my event trigger for waking up. This needs a little explanation though. In my setup, the only USB device that can wake my computer is the remote. If you have multiple USB devices that wake your system and you want to distinguish between them, this likely will be insufficient for you.

I found that the triggers that you can define from the Task Scheduler GUI don't allow the level of detail I need. If you look at the detail of an event in the Event Viewer you'll find all sorts of <Event Data> attached to it. If you create a custom trigger in the Task Scheduler and swith over to XML view, you can hand craft an XPATH expression, which let's you consider all of that. I was able to come up with the following:

Code:
<QueryList>
  <Query Id="0" Path="System">
    <Select Path="System">*[System[Provider[@Name='Microsoft-Windows-Power-Troubleshooter'] and (EventID=1)] and EventData[Data[@Name='WakeSourceText']='USB Root Hub']]</Select>
  </Query>
</QueryList>
I temporarily enabled support for another USB device to wake my system, and see if there were any distinguishing pieces of data in the log. Unfortunately there wasn't, so you really can't distinguish USB wake sources. Which isn't a problem for me, as normally I'm only allowing my remote to do the waking. In some cases I've found you can distinguish the source if the device has it's own device driver that adds more detail to the Event Data.

I now have a setup in which one press of my MCE Remote wakes my HTPC, and turns on the TV and amp. Ditto when putting it to sleep.

-Ryan
Reply With Quote
  #243  
Old 01-26-2009, 01:54 PM
RyanW RyanW is offline
Sage User
 
Join Date: Jan 2009
Location: Lakeville, MN
Posts: 16
Stéphane,

I have another question about LMRK. I know it supports the MCE Blaster, and your docs say it supports the USB-UIRT. But does it also support the old school serial port, LIRC style, blaster? I have my setup working pretty good now, but I'm still disappointed in how long it takes for the USB based MCE Blaster to wake up. Since the serial port is a dumb device, I'm betting I could blast commands out of it without any delay.

Before I go to the trouble of building a LIRC, I was hoping you could tell me if LMRK will be able to blast IR codes with it?

-Ryan
Reply With Quote
  #244  
Old 01-26-2009, 05:30 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by RyanW View Post
But does it also support the old school serial port, LIRC style, blaster?
No.
Reply With Quote
  #245  
Old 03-13-2009, 07:53 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Hi. I am trrying to get this to work properly under windows 7 (which is like Vista in most ways). I had it working fine and then something happened that caused the HID only remote keys to stop working (green button, guide, etc...). When I do a live trace, the lm remote utility doesn't even see them, not even the power button which when pressed doesn't put the system to sleep.

I have VMC completely disabled and prohibited from running, so the green button doesn't start it.

The software is set to use the mce remote exclusively. And I have unplugged and replugged multiple times, even a reboot, to no avail.

Does anyone know what may be going on here? Something is swallowing the non-keyboard IR codes.

thx
mike
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2
Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV
Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV
Client 3: Media MVP to 15" Toshiba LCD
Client 4: HD100 connected to Samsung 23" 720P LCD
Client 5: HD100 connected to Vizio VX37L
Reply With Quote
  #246  
Old 03-13-2009, 07:56 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Hi Mike,
Quote:
Originally Posted by mikesm View Post
Hi. I am trrying to get this to work properly under windows 7 (which is like Vista in most ways).
The MCE remote is not currently supported with LM RKM on Windows 7 (the remote is sending different HID codes)

Regards,
Stéphane.
Reply With Quote
  #247  
Old 03-13-2009, 11:09 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by StephaneM View Post
Hi Mike,
The MCE remote is not currently supported with LM RKM on Windows 7 (the remote is sending different HID codes)

Regards,
Stéphane.
What would you suggest as a workaround? Are you planning on adding Windows 7 support soon, or do I have to use an alternative like eventghost?
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2
Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV
Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV
Client 3: Media MVP to 15" Toshiba LCD
Client 4: HD100 connected to Samsung 23" 720P LCD
Client 5: HD100 connected to Vizio VX37L
Reply With Quote
  #248  
Old 03-14-2009, 07:03 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by mikesm View Post
What would you suggest as a workaround? Are you planning on adding Windows 7 support soon, or do I have to use an alternative like eventghost?
Yes, I'll add support to the MCE Remote on Windows 7. If you are a donator, you can request a pre-release version directly by sending me an e-mail.

Regards,
Stéphane.
Reply With Quote
  #249  
Old 03-14-2009, 09:17 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by StephaneM View Post
Yes, I'll add support to the MCE Remote on Windows 7. If you are a donator, you can request a pre-release version directly by sending me an e-mail.

Regards,
Stéphane.
I am a donator - any idea as how long this will take?

thx
mike
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2
Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV
Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV
Client 3: Media MVP to 15" Toshiba LCD
Client 4: HD100 connected to Samsung 23" 720P LCD
Client 5: HD100 connected to Vizio VX37L
Reply With Quote
  #250  
Old 03-15-2009, 07:57 AM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by mikesm View Post
I am a donator - any idea as how long this will take?
A few days.
Reply With Quote
  #251  
Old 03-18-2009, 04:47 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by mikesm View Post
Are you planning on adding Windows 7 support soon?
Version 4.10, should now support the MCE remote on Windows 7.

Regards,
Stéphane.
Reply With Quote
  #252  
Old 03-19-2009, 03:23 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by StephaneM View Post
Version 4.10, should now support the MCE remote on Windows 7.

Regards,
Stéphane.
Wow, that was fast! Will try it tonight!

Thanks!
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2
Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV
Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV
Client 3: Media MVP to 15" Toshiba LCD
Client 4: HD100 connected to Samsung 23" 720P LCD
Client 5: HD100 connected to Vizio VX37L
Reply With Quote
  #253  
Old 03-19-2009, 10:26 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by StephaneM View Post
Version 4.10, should now support the MCE remote on Windows 7.

Regards,
Stéphane.

PS I tried it and it works great. The remote does exactly what its supposed to. You might want to update the release notes to show this improvement as well.

Bravo!
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2
Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV
Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV
Client 3: Media MVP to 15" Toshiba LCD
Client 4: HD100 connected to Samsung 23" 720P LCD
Client 5: HD100 connected to Vizio VX37L
Reply With Quote
  #254  
Old 03-21-2009, 12:21 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
What's the typical wait time after donating before I receive access to the donated version? Just curious. I donated thru Paypal today and was wondering when to expect the access email.

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #255  
Old 03-21-2009, 04:23 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by gplasky View Post
What's the typical wait time after donating before I receive access to the donated version?
usually between a few minutes up to 24 hours (I manuall create username etc...). You should have received an e-mail now.

Regards,
Stéphane.
Reply With Quote
  #256  
Old 04-23-2009, 03:50 PM
pir pir is offline
Sage User
 
Join Date: Apr 2009
Location: Massachusetts
Posts: 21
LM Remote KeyMap works great...

Hi All,

I've installed the software and training was a breeze, and I'm successfully changing channels with my MCE Blaster using the "Test Channel Change" -- though after installing the Sage TV plugin, I don't get any channel changing ... The LM Remote Keymap Blaster service is running and I was able to choose the "Tuning Device" I made in the LM app in the Source Setup -- though when I select "Test Infrared Code" the list is empty... is that normal?

The only thing in the logs that looks suspicious is this:

20090423 17:22:24.046 - Error - Error when creating Windows Vista Volume EndPoint

in the svc log. I'm running 32-bit XP w/sp3

Everything is working fine except the SageTV plugin... I did copy the .dll and the .ir file over -- I've attached my .ir file too.

I've attached both log files - if anyone can spot anything odd or anything I may have missed, any assistance would be very much appreciated. I've restarted everything multiple times (including windows).

I do have an HID Input Service running -- I've tried disabling that and that didn't help either.

Thanks!

-pir
Attached Files
File Type: txt Comcast.ir.txt (40 Bytes, 158 views)
File Type: txt svc_trace_20090423.log.txt (7.0 KB, 176 views)
File Type: txt trace_20090423.log.txt (18.2 KB, 378 views)
Reply With Quote
  #257  
Old 04-23-2009, 04:28 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Hello,
Quote:
Originally Posted by pir View Post
when I select "Test Infrared Code" the list is empty... is that normal?
Yes it is normal you can't test infrared code with this kind of plugin (this is for channel change plugin with learning capabilities inside SageTV)

Quote:
The only thing in the logs that looks suspicious is this:

20090423 17:22:24.046 - Error - Error when creating Windows Vista Volume EndPoint
This is fine on Windows XP.

Quote:
if anyone can spot anything odd or anything I may have missed, any assistance would be very much appreciated.
Open SageTV in a Windows and start the LM RKM trace viewer. Then tune to a channel, do you see the channel change request in the LM RKM trace viewer?

Regards,
Stéphane.
Reply With Quote
  #258  
Old 04-23-2009, 05:00 PM
pir pir is offline
Sage User
 
Join Date: Apr 2009
Location: Massachusetts
Posts: 21
Quote:
Originally Posted by StephaneM View Post
Open SageTV in a Windows and start the LM RKM trace viewer. Then tune to a channel, do you see the channel change request in the LM RKM trace viewer?
Stephanie, Thanks for your speedy reply!

I had tried that earlier (the trace view) and no, there was no channel change request, when changing channels with SageTV. Though that was with SageTV in full-screen mode... (I have TV + LCD monitor) I'll try again with it windowed.

Thanks again,

-pir
Reply With Quote
  #259  
Old 04-24-2009, 10:33 AM
pir pir is offline
Sage User
 
Join Date: Apr 2009
Location: Massachusetts
Posts: 21
Stephanie,

Still no luck.

For some reason LM RKM isn't getting any requests from the SageTV plugin. I do have a wireless keyboard (as my only keyboard), that has HID buttons, could that be the issue?

-pir
Reply With Quote
  #260  
Old 04-24-2009, 10:41 AM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by pir View Post
For some reason LM RKM isn't getting any requests from the SageTV plugin
I attached a VBS script to test the channel changing. Download the zip file and extract the VBS file to a folder of your choice on the PC where LM RKM is installed (the VBS file is written to trigger a channel change of '10' on your Comcast device, if you changed your device in between you'll need to change the ID '9650f5bfa1cb4ac489cc072f3a3ca197' that you'll find in the devices.xml file in the Config & Log folder)

Open the Live Trace Viewer and double click on the VBS file. You should first see the name of your IR device, if the ID is correct you should see the proper device name, then click "Ok" and the VBS file will send the channel change request to the blaster service and the live trace viewer should reflect it.

If this work, this means the COM registration of the Channel Change object is Ok and you'll need to create a SageTV debug log to see why it is not called properly. If the VBS file doesn't work at all (crash etc...) let me know.

Regards,
Stéphane.
Attached Files
File Type: zip Test ChannelChanger.zip (287 Bytes, 146 views)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MCE remote driver for XP Home? blade Hardware Support 25 02-17-2012 07:55 PM
MCE remote transmitting keypresses twice arnabbiswas Hardware Support 1 02-22-2007 10:55 AM
mce remote conflict with xbox 360 tsitalon1 SageTV Beta Test Software 1 12-01-2006 06:21 PM
Do i have my remote control options understood orangezero Hardware Support 6 05-05-2006 10:32 PM
Can MCE Remote configuration be customized? TwistedMelon Hardware Support 6 04-25-2006 08:45 PM


All times are GMT -6. The time now is 09:51 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.