|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
|||
|
|||
I am using Vista with a MCE IR blaster and am having trouble getting it to learn. Here is the warning I get:
"Warning - Failed to talk to the blaster service, entering learning mode : Object reference not set to an instance of an object" Thanks, Rian |
#62
|
||||
|
||||
Hello Rian,
Quote:
Also make sure that the LM Remote KeyMap Blaster service is started. Regards, Stéphane. |
#63
|
|||
|
|||
I am not sure what I did but it is now working thanks.
-Rian |
#64
|
|||
|
|||
ok I got it to learn the commands and now tunes to the channels using the test buttons but in sagetv it does not change the channel.
I set the external tuner to = LM Remote KeyMap I set the tuning device to = the IR Device I previously setup The service is running and if I tune to a channel and then use the test channel change button it changes the channel, sage cannot change the channel though. Thanks for any help you can provide -Rian |
#65
|
||||
|
||||
Quote:
If the tuning request was received, then I suspect a timing issue. As you are probably using the MCE remote to drive SageTV, you may experience a IR collision: that is what the MCE remote is sending (like pressing on the "Ok" button to start LiveTV) prevent the MCE blaster to send the channel change request. In this case inserting a pause in the "Send these commands before channel change" may resolve the issue. Start with a 500ms pause (type #500 in the filed) to see if it resolve the issue. Regards, Stéphane. |
#66
|
|||
|
|||
Again I appreciate the support. I ended up just reinstalling everything last night and it seems to work now.
Thanks, Rian |
#67
|
|||
|
|||
I have the same problem.. Should you install Sage first or this tool first?
Everything learns ok, and the test channel change in this tool changes the cable box fine. However, it doesn't change the channel once in sage. Tuning is set to this tool, and I selected my Blaster profile like the instructions said. I've tried in Vista and XP.. same result Thanks for any help Martin |
#68
|
||||
|
||||
Hello Martin,
Quote:
Quote:
Regards, Stéphane. |
#69
|
|||
|
|||
I already had a #500 pause, I changed it to #1000. Test channel in your software still works fine.. but still wont work in Sage.
I set Tracing to Verbose.. but still dont get anything happen at all.. does it log it somewhere or should it pop up on screen? I tried using the EXETuner one with HIP which worked and blasted commands but wouldn't blast duplicates, e.g., 101 would work, but 122 would come out as 12 and 222 would come out as 2. Weird.. also the same with the Blaster attachment up a bit further. Your software however when testing does send 122, 222, 444 etc fine!! Just need to get it to work in Sage Im using Sage 6.2.10 if that makes a difference? Thanks Martin Last edited by mfiltness; 02-08-2008 at 04:20 PM. |
#70
|
||||
|
||||
Quote:
Quote:
Regards, Stéphane. |
#71
|
|||
|
|||
Hi,
Here is a short log of todays actions from start up on verbose. Quote:
The channel changes are at the bottom of the log, from 702 to 704, back to 702.. but only the guide on Sage changed, the cable box or blaster never did anything.. Your software is set to a 500 pause before blasting, and I tried 1000 pause as well with no difference. Test in your software works and changes channels fine on the cable box. I notice in the log: Selected profile : Default profile Automatically selecting remote profile I didn't set up a profile, just using the default for the remote. I only set up the blaster bit in the pic circled below.. that should work or did I miss some config? I see there is a new version on your site released yesterday? I'll give that a go. Thanks Martin Last edited by mfiltness; 02-10-2008 at 01:48 AM. |
#72
|
|||
|
|||
Tried the newest software, cant learn the IR Codes.
Doesn't want to learn my codes now Just sits there waiting for me to press the button on remote.. Im pressing and the blaster is lighting up to indicate IR received as I press but LM Keymap just waits and waits.. I hit ok and some random code gets put in (not what I normally see), then hit the 2nd learn and it locks up.. have to reboot to get the blaster to say ready again and then repeat, repeat Last edited by mfiltness; 02-10-2008 at 02:26 AM. |
#73
|
||||
|
||||
From your previous logs. SageTV never passed the request to LM RKM to tune the channel. So the next step is to understand why SageTV didn't pass the channel change request.
You'll have to make SageTV create debug logs (add: debug_logging=TRUE to the sage.properties file while SageTV is shut down and restart SageTV. Tune to a channel and look for the sagetv_0.txt file, this is the log and it should contains a reference to the channel change plugin). Also you can verify that LM RKM is set up correctly especially the COM Server that is responsible for channel changing. Create a test.vbs file and paste this code: Code:
Dim oChannelChanger Set oChannelChanger = WScript.CreateObject("LMRemoteKeyMap.ChannelChanger") WScript.Echo oChannelChanger.DeviceName("XXXXXXXX") Call oChannelChanger.ChannelChange("XXXXXXXX","NN") * XXXXXXXX with the device ID you created for your IR device in LM Remote KeyMap (you'll find the ID in c:\Documents and Settings\All Users\Application Data\LM Gestion\LM Remote KeyMap\devices.xml) * NN by the channel number you want to be tuned on your set top box. Then double click on the test.vbs file, it should first output the name of the IR device, and change the channel on your set top box. Quote:
You may try to uninstall LM RKM and install it again. Then look for any errors in the trace files when you try to learn IR codes. Regards, Stéphane. |
#74
|
|||
|
|||
Im not sure what version I was using before but I downloaded it maybe on the 7 or 8th Feb, and the latest version on your site says 9th Feb
I think I may have another problem cause I tested in HIP and that isn't learning from my remote either now.. I'll try to fix this issue, then I can start testing the debug of sage. Thanks for your help Just tried your XMLTV Guide Import as well, great program works very well!! Will be donating for sure to get the scheduled import Nice work. Last edited by mfiltness; 02-10-2008 at 09:37 AM. |
#75
|
||||
|
||||
Quote:
Regards, Stéphane. |
#76
|
|||
|
|||
Yeh - HIP is learning ok now.. but cant get LM to learn properly.. weird, learnt okay on 3.4, but since upgrading to 3.5 and trying to relearn its crashing, tried 3.4 again but same crashing.
Here is the log from 3.5: Quote:
Then I clicked on the 2nd Learn and it locks up before I can do anything else Hope that helps |
#77
|
||||
|
||||
Quote:
So the question is have you changed anything regarding network configuration / network security between the moment this was working and now. At this point any software could cause this issue (firewall, security software etc...) I'll investigate, but as I cannot reproduce this, I may have difficulties to resolve your issue. Regards, Stéphane. |
#78
|
|||
|
|||
Hi,
Dont worry to much about it, im wiping the PC as I type and putting XP on fresh I didn't change any config so dont know what was causing the issue. Hopefully I can get back to the stage where Sage isn't sending the channel change! Or maybe it will work straight away Thanks Martin |
#79
|
|||
|
|||
Damn it still does exactly the same crash on learn on a fresh install of XP
|
#80
|
||||
|
||||
Have you more than one network card installed in your PC? or does your PC have more than one IP address?
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |