|
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 |
#1761
|
|||
|
|||
FWChannelproxy2
Got the file !!!!!!!!
Tricky way of getting it. Found it in the forum thread. Will try it - later - recording stuff now for the wife. |
#1762
|
|||
|
|||
success
Just an update, the newer FWChannelproxy2(5/19/2009) files work.
Just changed the dWord in the registry file that came with the above to 6 (-a6) and had no problems. Hint: Now if we could get the -n incorporated into the file. edit - forgot to say thanks to all for their input Last edited by jerryb33; 06-18-2009 at 06:40 AM. Reason: thanks |
#1763
|
|||
|
|||
Quote:
|
#1764
|
||||
|
||||
Referring to Opus4's post 1496 on this page: http://forums.sagetv.com/forums/showthread.php?t=9288&highlight=stb+firewire&page=75 where he refers to MeInMaui's instructions, I get to the instruction #23 where MeInMaui says to "Double click on the ‘Exemultituner.reg’ file you just created to add the key to your registry.", but I get the error:
Cannot import c:\Program Files\SageTV\Common\RemoteCodes\EXEMultiTunerPlugin\exemultituner.reg:Error accessing the registry I have the exemultituner.reg file in the EXEMultiTunerPlugin subdirectory and it reads like this: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Program Files\SageTV\Common\RemoteCodes\EXEMultiTunerPlugin] c:\\Program Files\Timmmoore\MCE2005 STB Controller\channelw.exe %DEVICE% %CHANNEL% (the MCE2005 STB Controller subdirectory is where the the channelw.exe and all the other programs are that came with it) I also have the 2.ir file in the same EXEMultiTunerPlugin subdirectory and it reads like this: 2 38000 400 3 (since the panel # is 2) Does anyone have any ideas what I might have done wrong? I've been at this for a few hours and no luck.
__________________
Getting Sager all the time... Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply. Last edited by TorontoSage; 06-22-2009 at 10:08 PM. |
#1765
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#1766
|
||||
|
||||
Actually I checked the file. I mistyped it. I DO have the quotes, as such:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Program Files\SageTV\Common\RemoteCodes\EXEMultiTunerPlugin] "command" = "c:\\Program Files\Timmmoore\MCE2005 STB Controller\channelw.exe %DEVICE% %CHANNEL%" The file that MeInMaui posted is as such: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Frey Technologies\Common\EXEMultiTunerPlugin] "command"="c:\\getHD\\channelw.exe %DEVICE% %CHANNEL%" So it is exactly the same other than I put in the new path to the EXEMultiTunerPlugin subdirectory that I have (because that is where it is) and the new path to the channelw.exe file. There is no SOFTWARE/Frey Technologies subdirectory on my WHS and SageTV did not create it and MeinMaui says to modify the file location and that's what I did (or thought I was doing). What should I have done instead? I thought I had to put in the registry path that I did or it would not work and that is the route to the EXEMultiTunerPlugin subdirectory on my WHS C: drive. I changed the second line to "command"="c:\\getHD\channelw.exe %DEVICE% %CHANNEL%" thinking this might be what you are referring to, but got the same error message. Also I am not understanding what you mean when you say I changed the registry key. What is the registry key and where did I change it? Sorry but maybe you could be a bit more specific. I am newbie and obviously do not understand these terms you are referring to or what you are telling me to do. I reread MeInMaui's instructions yet again and still don't understand and have been working on this last step for many hours now.
__________________
Getting Sager all the time... Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply. Last edited by TorontoSage; 06-23-2009 at 12:03 AM. |
#1767
|
||||
|
||||
Quote:
[HKEY_LOCAL_MACHINE\SOFTWARE\Frey Technologies\Common\EXEMultiTunerPlugin] You've changed this to use a file path, which is not correct for changing the registry value you need to change: [HKEY_LOCAL_MACHINE\Program Files\SageTV\Common\RemoteCodes\EXEMultiTunerPlugin] Finally, the example .reg file shows use of '\\' as part of the file path, not '\'. I'm not a registry expert, but I would use the same path formatting as the example, not the format you have used here: "command" = "c:\\Program Files\Timmmoore\MCE2005 STB Controller\channelw.exe %DEVICE% %CHANNEL%" Note the original's path use of '\\': "command"="c:\\getHD\\channelw.exe %DEVICE% %CHANNEL%" All you need to do to the original .reg file is change the path to channelw.exe. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#1768
|
|||
|
|||
There should be. I run WHS and it is there. Are you sure you are looking in HKEY_LOCAL_MACHINE? I think you might be confusing registry keys and system folders.
Last edited by Peter_h; 06-23-2009 at 12:11 AM. |
#1769
|
||||
|
||||
Actually, as Andy pointed out, it's not a file path. I assumed it was a file path since that's what it looked like (and I didn't even know what a registry key was) but anyway, I changed it and now it actually updates.
But, funny how one can look at something so many times and not realize there are two sets of '\\' but now I don't know if it should be typed: "command" = "c:\\Program Files\\Timmmoore\MCE2005 STB Controller\channelw.exe %DEVICE% %CHANNEL%" or "command" = "c:\\Program Files\Timmmoore\MCE2005 STB Controller\\channelw.exe %DEVICE% %CHANNEL%" (ie whether the double slashes should be after the first subdirectory or the last one)
__________________
Getting Sager all the time... Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply. Last edited by TorontoSage; 06-23-2009 at 12:17 AM. |
#1770
|
|||
|
|||
You should double slash all of the slashes. It should look like this.
"command" = "c:\\Program Files\\Timmmoore\\MCE2005 STB Controller\\channelw.exe %DEVICE% %CHANNEL%" |
#1771
|
|||
|
|||
So, I just checked my setup and I do not have any of the slashes double slashed and it has been working for months.
Can anyone shed some light on the difference between using the single and double slashes and the proper way to do it in the registry? EDIT: I opened up the old windows 2000 scripting book and a single slash is a special character. Technically what I have shouldn't even work. Double slashes are how you pass a single slash in the registry. Last edited by Peter_h; 06-23-2009 at 12:56 AM. |
#1772
|
||||
|
||||
Quote:
Update: I tried that and channel changing did not work so now I have gone back to single slashes (in all my years in the computer biz I never have seen double slashed ever used). But, it still doesn't work. When I change the channel using the remote, he overlay guide shows the next channel information, but the picture always stays the same. I am still able to do channel changing from the command line, though, using: channel -f -a4 <device number> <channel number> which for me to change to channel 545 is: channel -f -a4 2 545 (as my SA 4250HD is device 2). I am wondering though, even though this is probably not the problem, but why do you use the channel program in the command line, but the channelw program in the registry key? Using either program works from the command line. Anyway, now I am really stumped.
__________________
Getting Sager all the time... Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply. Last edited by TorontoSage; 06-23-2009 at 12:46 AM. |
#1773
|
|||
|
|||
Please paste exactly what you have in the value data field using the code tags. IE
Code:
"c:\\Program Files\\Timmmoore\MCE2005 STB Controller\channelw.exe %DEVICE% %CHANNEL%" |
#1774
|
||||
|
||||
Quote:
__________________
Getting Sager all the time... Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply. |
#1775
|
|||
|
|||
Are you sure it is exactly like that? This is exactly what appears when you click on the command and is displayed in the "Value Data" field?
If so, there are a few problems. 1.) You should not have quotations in the Value Data field. 2.) You need to also pass the switches that you used to make it run from the command line. You posted that you used -f and -a4 in a post below. Try this out. Code:
c:\\Program Files\\Timmmoore\\MCE 2005 STB Controller\\channelw.exe -f -a4 %DEVICE% %CHANNEL% Edit: Yes, you need to reboot every time you make a registry change. Last edited by Peter_h; 06-23-2009 at 01:20 AM. |
#1776
|
||||
|
||||
Well neither all double slashes nor all single slashes work. I tripled checked the route to the subdirectory and it is correct. I retried changing the channel from the command line prompt in the MCE 2005 STB Controller subdirecty and the channel changes. But using the SageTV remote on the HD 200 won't change the channel, even though the program info overlay changes. So there must me some problem with how the program is being accessed through that registry key edit thing I did, but I don't know what.
__________________
Getting Sager all the time... Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply. |
#1777
|
|||
|
|||
Are you using device ID or unique ID?
The command that you said worked earlier had a "2" correlating to device ID. What does your exemultituner file look like? What is it named? Can you post the contents? Again, please post contents of your regedit in a code box. It will be a lot easier for me to help you if I can see exactly what you are doing. |
#1778
|
||||
|
||||
Quote:
__________________
Getting Sager all the time... Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply. |
#1779
|
|||
|
|||
When you hit reply, look for the #. That will bring up the code tags. Just paste your contents in between the tags.
A code box is the best way to display... code. |
#1780
|
||||
|
||||
OK here it is cut and paste directly from the file:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Frey Technologies\Common\EXEMultiTunerPlugin]c:\\Program Files\\Timmmoore\\MCE 2005 STB Controller\\channelw.exe -f -a4 %DEVICE% %CHANNEL%"The file name is exemultituner.reg
Edit: see this is the problem when I post from internet explorer on my WHS I lose all the tags. Have to email it to my laptop, hold on
__________________
Getting Sager all the time... Displays: Panasonic 65" P65S2 & 50" PX77E plasmas, 19", 26" & 32" LCDs, 4 HD200s Source: 2 HD-PVRs, Rogers Toronto SA 8300HD PVR, 4250HD firewire tuned, WHS, SageTV, Sonos 1xZP100 & 3xZP120 wireless audio, Gigabyte GA45-E45-UD3R mobo, 2.5 GHz Core 2 Duo E5200 (2MB L2), Nvidia GeForce 96400GT, 120GB OS drive, 1 & 1.5 TB WD Caviar Green, Mushkin 2GB DDR2 800 SDRAM, El Cheapo case, Corsair 520HX modular Power Supply. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|