Re: TV@Anywhere Remote issues -|- Split

I'm trying to make my remote control work on windows 7.  Did anybody had any success doing that?
Or, can I map the remote controls buttons to match keyboard keys?
Please Help
Thanks

 Destruckt, don't start making multiple posts and hijacking multiple topics with your problem.
       >> Please read and comply with the Forum Rules <<        >> Posting Guide <<

Similar Messages

  • TV@nywhere Plus remote issue resolved!!!

    I have been searching and reading many posts to fix my remote issue / not working problem. I have had a MSI TV@nywhere Plus TV tuner for like a year and the remote never worked. I don't know the exact model number of the tuner card. I know my driver for the TVR is 2.0.2.2. I have the software that has the PVR Plus. I had seen several posts that link the issue to running the Initervideo Cinema Manager which I ran and I still did have any luck. So I uninstalled Intervideo WinDVD (which I did and this did not resolve the issue either) I left this program uninstalled an I searched the CD for some info.
    The CD I have has a version number on the bottom around the hole MSI_7131_V1.1.
    I found a program called P3XRCtl.exe that has a icon of a remote in the path E:\PCI\TVUtility (this is on the CD). I copied this program to my desktop and then clicked on the icon. Guess what, it worked!!! All of the functions on the remote work. It seems as if when I installed the software that this remote software/utility did not get installed and does not run when the TVR program starts. So I then created a folder in my program files to place this exe file. The path I placed it is C:\Program Files\MSI\TV@Anywhere Utilities (I created the TV@Anywhere Utilities folder) The MSI folder now has 2 folders called TV@Anywhere Plus & TV@Anywhere Utilities. I still had a problem of the program not starting when I start the TVR program so I added the exe file to the Startup folder. To do this create a shortcut to the exe file and place this new shortcut in C:\Documents and Settings\All Users\Start Menu\Programs\Startup
    This program will now start everytime the computer starts and the remote should work when the TVR program is started. I am running Win XP Pro...

    This is wonderful I just solve my problem with the Remote Control, I Follow the suggestions from this people and my problem is fixed... now I can use it. Thank You very much

  • Troubleshooting for RPC over https (Outlook Anywhere) connection issue

    RPC over https (ROH), well known as Outlook Anywhere, is more frequently used. Even in Exchange 2013, Outlook no longer connects CAS server via MAPI.
    In this thread, we will discuss about the troubleshoot checklist about the RPC over https (Outlook Anywhere) connection issue. In order to make it more logical, I’d like to divide the whole troubleshooting to the following processes:
    1. Client side to CAS side
    2. CAS side to MBX side
    [Issues between Client side to CAS side]
    In Exchange 2013, Outlook Anywhere is enabled by default. Different from this, Outlook Anywhere in Exchange 2007 and 2010 need to be manually enabled. Thus, please firstly check if the RPC over HTTP component has been installed:
    Click Start, and then click Control Panel.
    Double-click Programs and Features.
    In the left pane of Server Manager, click Features.
    In the right pane, click Add Features.
    Check if the RPC over HTTP component has been selected.
    If the ROH connectivity issue only happens on certain users, the property MAPIBlockOutlookRpcHTTP can be checked: 
    Get-CASMailbox  name | fl MAPIBlockOutlookRpcHttp
    2. Confirm if Exchange server is blocked. Ping the Exchange server FQDN on client machine and confirm if it can return the proper IP address.
    3. Check if the RPC Proxy server is responding correctly:
     rpcping -t ncacn_http -s ExchServer -o RpcProxy=RPCProxyServer -P "user,domain,*" -I "user,domain,*" -H 2 -u 10 -a connect -F 3 -v 3 -E -R none
    If 200 code returns, the test is successful.
    4. Check if Outlook Anywhere host names are added in the certificate:
    To get host names, the following command can be used: get-outlookanywhere |fl *hostname
    5. To use the Shell to test Outlook Anywhere connectivity, use the
    Test-OutlookConnectivity cmdlet.
    [Issues between CAS side to Mailbox side][RZ1] 
    A. Check if it can connect to store’s port:
    RpcPing –t ncacn_http –s ExchangeMBXServer -o RpcProxy=RpcProxyServer -P "user,domain,password" -I "user,domain,password" -H 1 –F 3 –a connect –u 10 –v 3 –e 6001
    If it returns as following: Completed 1 calls in 60 ms  16 T/S or 60.000 ms/T, it means the RPC Ping Utility test succeeds.
    B. Check if it can Connect to DsProxy Service:
    RpcPing –t ncacn_http –s ExchangeMBXServer -o RpcProxy=RpcProxyServer -P "user,domain,password" -I "user,domain,password" -H 2 –F 2 –a connect –u 10 –v 3 –e 6004
    If it returns as following: Completed 1 calls in 60 ms  16 T/S or 60.000 ms/T, it means the RPC Ping Utility test succeeds.
    C. Check the following registries:
    [Disable the auto update]
    1).Open Regedit and navigate to:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeServiceHost\RpcHttpConfigurator\RpcHttpConfigurator
    2).Set the PeriodicPollingMinutes value to 0.
    [Check the RpcProxy ValidPorts]
    1).On the RPC proxy server, start Registry Editor (Regedit).
    2). In the console tree, locate the following registry key:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc\RpcProxy
    3). In the details pane, right-click the ValidPorts subkey, and then click Modify.
    4). In Edit String, in the Value data box, type the following information:
    ExchangeServer :6001-6002; ExchangeServerFQDN :6001-6002; ExchangeServer :6004; ExchangeServerFQDN :6004
    Note:
    ExchangeServer is the NetBIOS name of your Exchange server. ExchangeServerFQDN is the fully qualified domain name (FQDN) of your Exchange server. If the FQDN that is used to access the server from the Internet differs from the internal FQDN, you must use
    the internal FQDN.
    [Check the 6004 port settings in registry]
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters
    Value name: HTTP Port
    Value type: REG_DWORD
    Value data: 0x1772 (Decimal 6002)
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters
    Value name: Rpc/HTTP NSPI Port
    Value type: REG_DWORD   
    Value data: 0x1774 (Decimal 6004)
    D. Check if the RPC ports are used by other applications instead of Exchange by using : netstat –o
     Then it will return all active TCP connections and the process ID (PID) for each connection.
     After that, please check the application based on the PID on the Processes tab in Windows Task Manager and confirm if it’s Exchange server.
    Additionally, ExRCA is a perfect tool to test the whole connection between client side and Mailbox side:
    https://testconnectivity.microsoft.com/
    1. On the ExRCA website, under Microsoft Office Outlook Connectivity Tests, select Outlook connectivity, and then select Next at the bottom of the page.
    2. Enter the required information on the next screen, including email address, domain and user name, and password.
    3. Choose whether to use Autodiscover to detect server settings or to manually specify server settings.
    4. Accept the disclaimer, enter the verification code, and then select Verify.
    5. Select Perform Test.
    <Resource for reference>
    How does Outlook Anywhere work (and not work):
    http://blogs.technet.com/b/exchange/archive/2008/06/20/3405633.aspx
    How to use the RPC Ping utility to troubleshoot connectivity issues with the Exchange over the Internet feature in Outlook 2007 and in Outlook 2003:
    http://support.microsoft.com/kb/831051
    Test Outlook Anywhere Connectivity:
    http://technet.microsoft.com/en-us/library/ee633453(v=exchg.150).aspx
     [RZ1]It’s part, please re-layout
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    I've just restored the M11 to Windows XP with the disks provided and Outlook Anywhere connected without issue. As strange as it sounds, this looks to be isolated to this particular model of laptop and Windows 7.
    I've used the same Enterprise copy of Windows 7 and Office on a variety of laptops and pc's and none have come across this problem. The only commonality I can see is the hardware and OS.
    Aftery trying to troubleshoot this unsuccessfully with Microsoft tech support for a few hours, they eluded to the fact that this +could+ be a hardware related problem. (driver, adapter properties, etc)

  • TV Anywhere Remote Wont Work

    My TV Anywhere Remote has stopped working.  I have checked the connection for the Recever to the Card and have changed the Battery to a new one but still it wont work.  Does any one have any suggestions?

    Is the InterVideo WinCinema Manager still running in the systray?  If it isn't, try re-starting it.  If it is still running, try ending and then re-starting it.

  • [TV@Plus] remote issue

    I cannot seem to get the remote working. I messed with the connection several times so this is not the issue.

    BLOG entry #7 
    On this day(see above for actual date) I recieved a new remote and receiver from MSI. I installed the batteries in the remote and installed the new receiver. The new remote did not work! I turned off my PC and painted the guest room(behr arabian sands semi gloss). Ate lunch at 2:30 and painted the trim in the guest room(Gliden pure white semi gloss). Ate dinner at 7:00 and turned on the PC. The remote still did not work.
       For some reason I did a search for P3XRCtl.exe and found not one but two. In "E:\Program Files\MSI\TV@Anywhere Utilities" was 1.2.1.0 and in "E:\programs\PCI\TVUtility" was 2.0.0.0 also the start menu and startup both pointed to 1.2.1.0 so i did a simple copy of folder "E:\Program Files\MSI\TV@Anywhere Utilities" then deleted the contents of the original folder. I then did a cut of the contents in folder "E:\programs\PCI\TVUtility" and pasted them into the original "E:\Program Files\MSI\TV@Anywhere Utilities" . Success!!  The remote now works and I can devote my time to exploring the other function of my TV@nywhere Plus and of course painting other roomss in my house
       Did I do something wrong? or did the upgrade not install itself correctly?
    One other thing. should I send back the new remote and receiver or would it be a waste of thier time and return postage?
       Up next ... capture from VHS so be prepared to answer more questions

  • How do I disable Outlook Anywhere Externally with Split-DNS?

    Hello,
    I am trying to disable Outlook Anywhere Externally. This issue is that we use split-dns and all of our Exchange services point to mail.domain.com both internally and externally. This can't be changed due to our SSL certificate not including the internal
    server DNS name for the Exchange server, and we still have another two years on it.
    Is there a way to white-list a range of IP Addresses (potentially through IIS since Outlook Anywhere uses HTTPS)? Would setting the External URL to null for Outlook Anywhere prohibit autodiscover from configuring the Outlook client, or would it do nothing
    at all since the internal DNS name is the same as the external?
    I could potentially add an internal SSL certificate and change the internal DNS name of Outlook Anywhere. Is this a good move?
    Thank you for your time.

    Hello,
    I am trying to disable Outlook Anywhere Externally. This issue is that we use split-dns and all of our Exchange services point to mail.domain.com both internally and externally. This can't be changed due to our SSL certificate not including the internal
    server DNS name for the Exchange server, and we still have another two years on it.
    Is there a way to white-list a range of IP Addresses (potentially through IIS since Outlook Anywhere uses HTTPS)? Would setting the External URL to null for Outlook Anywhere prohibit autodiscover from configuring the Outlook client, or would it do nothing
    at all since the internal DNS name is the same as the external?
    I could potentially add an internal SSL certificate and change the internal DNS name of Outlook Anywhere. Is this a good move?
    Thank you for your time.
    The only way within Exchange is to set the internal Outlook Anywhere host name to something not resolvable externally and/or null out the external hostname or set to something bogus.
    Twitter!:
    Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Outlook anywhere external issues

    Hi
    I have exchange 2013 installed FRESH.  I have configured all the URLs properly and autodiscover is published externally as an A record (autodiscover.domain.com)
    There are no issues inside.
    HOWEVER I can NOT access outlook anywhere from outside.  I get a pop up that says "Outlook can not log on.  Verify you are connected to the network and are using the proper server and
    server mailbox name.....".  exchange remote connectivity analyzer shows me this error "An HTTP 401 Unauthorized response was received from the remote Unknown server. This is usually the result of an incorrect username or password."
    I can access our OWA and autodiscover properly from outside.  I can also reach https://autodiscover.domain.com/autodiscover/autodiscover.xml.  When I use "test autoconfiguration" from outlook the tests are all successful.  IISauthentication
    is set to "basic,ntlm".  I tried both NTLM & basic.  I also tried multiple accounts.  Nothing works
    I appreciate your help.

    Hi,
    Firstly, I'd like to explain, restarting IIS just helps the new settings take effect faster.
    Addording to your description, all external users cannot use Outlook Anywhere.
    And to narrow down the cause I'd like to confirm the detail result of ExRCA Outlook Anywhere test, especially the partition which has the error.
    Thanks,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Angela Shi
    TechNet Community Support

  • DVR/STB/Remote issues - Help Needed

    New to Verizon FIOS (Installed about 2 weeks ago).  Have a few issues. Any help is appreciated
    1) When im on the Home Media DVR and i fast forward through a program, when i stop or hit play, an extremely loud beep that lasts for 1-3 seconds comes from the speakers.  How do i get this to stop, what is causing it, etc?
    2) When i fast forward from one of the STB (regular HD box), if i hit FF once, it fast forwards pretty slow, if i hit it again, it goes somewhat faster.  The problem is.  When i hit it that 2nd time, it seems that 70-80% of the time, it jumps me back to an early portion of the program.  I.E.  Was watching the 2 hour episode of "24", was one hour and 20 min in, got to commercials, i hit FF twice and it jumped me back to 23 minutes in.  Tried again at next commercial break and it jumped me back to 11 minutes in.  What is the deal here?  How do i fix it?
    3) Are there only 2 fast forward speeds on STB?  I came from Brighthouse that had 4 speeds, im a little disappointed with only 2 speeds.  Can anyone verify?
    4) The remotes seem to take 2 seconds or so to register when performing any function other than changing channels.  When i hit FF or REW, DVR or Last, it seems to take a few seconds to kick in.  Is this a known issue, or possibly my box or remotes?
    Thanks for any and all help

    Sorry the ff speeds are the same. On the main MR-DVR there are 3 ff speeds, where the remote STB has 2 ff speeds. I think they did that because how the remote system works, it has slower responses being remote. But with the update you will not need to worry about the ff, because you will not get the hub error. I was one of the first people to get the update and I have not seen the hub error yet.
    As far as a time frame I don't believe there is any thing public about it, I think the only thing they have said is it is going to be rolled out per market, and one market a week. But nothing on the order of the markets.  

  • Logic Remote issues after updating to iOS 8, problem solved!

    Has anyone else has been experiencing connectivity issues with Logic Remote after updating to iOS 8?
    After updating to iOS 8 I could no longer connect so I sent a feedback report to Apple and got a response that cleared up my problem immediately:
    Navigate to the following directory on your desktop system running GarageBand:
    ~/Library/Containers/com.apple.garageband10/Data/Library/Preferences/
    You can quickly navigate there using the “Go” menu in Finder -> Go To Folder (shift-command-G), then copy this path:
    ~/Library/Containers/com.apple.garageband10/Data/Library/Preferences/
    In the Preferences folder should be a file named "com.apple.garageband10.cs”.
    Make sure GarageBand is not running and delete the  "com.apple.garageband10.cs” file.
    Relaunch GarageBand and see if you should now be able to connect.
    The same can be done for Logic by navigating to:
    ~/Library/Preferences/
    And deleting "com.apple.logic.pro.cs" and restarting Logic.
    Note that doing this will fix Logic Remote connectivity issues (and possibly other problems with latency and mixer functionality)  but will also delete any other Controller settings that you've configured with Logic, if you happen to be using another controller of some sort.

    Note: Removing the CS (Controller Surface) plist is a part of the basic troubleshooting procedures for Logic Pro (and GB)
    See section #8
    Logic Pro X: Troubleshooting basics

  • Remote issues

    I am attempting to pair my iPhone's Remote App with the iTunes Library on my computer.  Both have Home Sharing on and enabled, yet my iPhone Remote App doesn't detect it as a possible controle-able library.  Likewise when I use the "Add Library" button in the setting menu, the 4 number it gives me are useless as my iPhone doesn't show up in the "Devices" tab the prompt directs me to.  At no point does the iTunes Library on my Mac recognize that my iPhone is trying to pair with it.  They are using the same shared network, they are both fully up to date, both iTunes, iOS, and the Remote app.  There is a "Forget all Remotes" button in the Device settings, but the opposite function eludes me.  I'm feeling pretty nube at this point, but I just can't find any other options or settings anywhere that would make this connection happen.'
    Help?

    When you setup the Apple remote did you use the same apple id to set up homesharing as you did on your computer?

  • Tv remote issues

    the remotes suddenly stops working, no power, nothing. new batteries are not helping. this is the second one to have this problem and customer service is of little help except to say get a new one. can anyone help?

    One way of checking to see if the infrared component of the remote is working at all is to point it at a camcorder or digital camera or cell phone camera and see if a bright light appears when you press the button. If so, you know that the remote is at least outputting data. Now then the issue is to determine if the remote is programmed properly and outputting the proper code sequence. No chance the receive window in theSTB is blocked, dirty, or behind a glass door in an entertainment center, is there?
    I've also had remotes whih went stupid periodically is the batter contacts are loose, dirty, or worn. One of my old remotes would have to be reporgrammed each time the batteries were changed.

  • Re: Tecra M11 - Outlook anywhere connection issue

    Hello,
    Has anyone tried to connect to an Exchange server with Outlook Anywhere on the factory installation of Windows 7 and Office 2010? The authentication window keeps popping up asking for a user name and password. (DOMAIN\Username)
    I've been trying to get this working (with Microsoft tech support also), but haven't been able to. I've installed an Enterprise copy of Win 7 with Office 2010 & 2007 and got the same result. I tried this with a Tecra M10 with both a factory restore of Win7 and an Enterprise copy of Win7 from my company and it worked flawlessly.
    This leads me to believe that this particular model of laptop could be the culprit. I have 2 M11's, and this happens on both. These are not connected to any domain. I don't believe this is an Exchange issue because Outlook Anywhere works with other models of Toshiba Tecras running Win7 and also several standalone Win7 PCs running both Office 2010 and 2007.
    Any ideas or suggestions would be greatly appreciated!
    Thanks

    I've just restored the M11 to Windows XP with the disks provided and Outlook Anywhere connected without issue. As strange as it sounds, this looks to be isolated to this particular model of laptop and Windows 7.
    I've used the same Enterprise copy of Windows 7 and Office on a variety of laptops and pc's and none have come across this problem. The only commonality I can see is the hardware and OS.
    Aftery trying to troubleshoot this unsuccessfully with Microsoft tech support for a few hours, they eluded to the fact that this +could+ be a hardware related problem. (driver, adapter properties, etc)

  • Import issue - split and compressed dump

    Hi,
    I received 15GB export dump file from site as below, they are splited and compressed
    1. xaa 4gb
    2. xab 4gb
    3. xac 4gb
    4. xad 3gb
    i have import these dump file here in Unix server. i found some document to import the split and compressed dump
    i follow the below steps
    1. copy all 4 files into a directory
    2. then i used commands
    rm -f import_pipe
    mknod import_pipe p
    chmod 666 import_pipe
    (import_pipe file created in the current diriecty)
    nohup cat xaa xab xac xad | uncompress - > import_pipe & ( Process number created like 23901. we need to wait till complete the backgroud process before giving IMPORT command?)
    then i give
    imp userid=<connection string> file=import_pipe full=yes ignore=yes log=dumplog.txt
    then it shows the imp-0009 error...
    pls help me resolve this issue.
    Thanks in advacne

    Pl post details of OS and database versions of the source and target. You will have to contact the source to determine how these files were created. It is quite possible that they were created using the FILESIZE parameter (http://docs.oracle.com/cd/E11882_01/server.112/e22490/original_export.htm#autoId25), in which case the import process can read from these multiple files without you having to further manipulate them.
    HTH
    Srini

  • A little off topic - remote issues

    Anyone else having this issue. I have an universal aeros mx850 and for some reason it controls the apple tv great through direct IR - but when i go to RF to the IR repeater it doesn't work. Any thoughts on this? Really strange. Never had an issue like this before where the remote worked the device perfectly through direct IR but when you move to RF no go.
    Thanks

    it could be the IR driver... I assume that you learned it into the remote itself. most all IR devices follow the NEC standard set years ago, that allow an IR header and then a repeat command. Apple must deviate from this slightly, because they also encode a remote ID somewhere in the header, to allow devices to be "paired" but also all share a common generic header that is not remote specific. you could try to go to www.remotecentral.com and search the files section for you appropriate remote driver for an Apple remote. this particular driver might have been learned differently than yours and may work where yours did not. also you could try to go back and relearn the commands. there are all types of tricks to groom or filter the IR for different effects.... you can tap the button instead of holding it down... place a sheet of notebook paper in between the remote and the learning remote, shoot it at an angle... etc... if remotecentral does not have an alternate driver there, i'm sure it must be in the section for Pronto remotes, and there are utilities to convert the file over to MX style files. perhaps the odd structure of the header + ID is confusing the RF bridges (which are known to have so so performance in certain situations.
    the other possibility is that the carrier frequency is non-standard. off the top of my head, i think that his frequency is in the 38 or 39kHz... but some manufacturers are known to deviate slightly off this. the original remote works fine, but if it is not within the spec of the RF repeater or Xantech style repeater, then the signal does not pass correctly.
    for the Xantech solution, i'll try to research what carrier freq the Apple remoe uses. Xantech does have specific solutions for certain carrier frequencies... such as old Pioneer Elite and, B&O, and Bose equipment... maybe something custom is required for Apple.

  • Apple Tv Remote Issues

    I just bought a new Apple Tv and seem to have some issues. The **** remote that came with the Apple Tv is making my iMac play music and much more. Is there a way around this? Does iTunes have to be open and my iMac on for my Apple TV to work?

    Go to the Apple Menu and choose System Preferences. Click on Security. Under the General tab check 'Disable remote control infrared receiver'.
    Launch iTunes and under the Advance menu and select 'Turn On Home Sharing'. You'll need an iTunes (Apple ID) account to turn it on.

Maybe you are looking for