DMP 4400 Remote Control Simulation

Hi,
I need to please know how to send an HTTP MIB request to a certain DMP to simulate a "remote" key click if I don't now have a remote handy. Say I want to test the Yellow button after it is programmed. Can anyone help with the HTTP command string for this example?
Thanks

The Command to change or assign the button to a specific task is
correct.
The Command to execute the RED button is also correct for the DEFAULT
setting (which is "r").   Once you change the assignment to another value
the command (with the "r")  is not correct and will not work.
The "irasrv" is what controls the remote command mappings.  In this example; when
you press RED button, it interprets it and it is what sends to the "xfake" service "r",
which is mapped to the RED press button.  So when you send a command directly to "xfake",
you are completely bypassing the "irasrv".  And there is no way to send a keypress
directly into the "irasrv".
In summary, what this is saying the there is no way to send a command to the "irasrv"
(which is the infrared service for reading the remote control commands).  We can
bypass this service to the next step to simulate the commands using the "xfake" service.
These are the commands in the second discussion thread that I posted.
the DEFAULT "xfake" commands work. But when you change them some may NOT work
based on the values that were changed in the key mappings.
In your case, the CAST string can not be passed in a MIB to the "xfake" service.
This has to do with commands and syntax in your remapped values.
The key mappings  "do" work.  I have tested them with a physical remote without issues.
Cheers!
T.

Similar Messages

  • URL to send remote control commands to a DMP

    Hello. Could anyone tell me what commands you should send over port 7777 to a stand alone DMP to emulate someone pressing buttons on a remote control in front of the DMP?

    You can use DMP MIBs to execute or simulate the DMP Remote Buttons.
    VARIABLES
    =========
    admin           = DMP Web Account Username
    default         = DMP Web Account Password
    a.b.c.d         = IP Address of DMP
    dmm.company.com = FQDN of the Digital Media Manager(DMM) Appliance
    MIBS
    ====
    ** Use the Following MIB to see the CURRENT Remote Control Mappings
    https://admin:[email protected]:7777/get_param?p=irasrv.key*
    ============================================================================================
                  DEFAULT REMOTE CONTROL MAPPINGS FOR DIGITAL MEDIA PLAYERS
    ============================================================================================
    irasrv.key_BLUE T_STRING ira add 1 xfake 1 BLUE                    b
    irasrv.key_YELLOW T_STRING ira add 1 xfake 1 YELLOW                y
    irasrv.key_GREEN T_STRING ira add 1 xfake 1 GREEN                  g
    irasrv.key_RED T_STRING ira add 1 xfake 1 RED                      r
    irasrv.key_MENU T_STRING ira add 1 xfake 1 MENU                    m
    irasrv.key_EXIT T_STRING ira add 1 xfake 1 EXIT                    h
    irasrv.key_INPUT T_STRING ira add 1 xfake 1 INPUT                  i
    irasrv.key_REWIND T_STRING ira add 1 xfake 1 REWIND                e
    irasrv.key_FAST_FORWARD T_STRING ira add 1 xfake 1 FAST_FORWARD    d
    irasrv.key_STOP T_STRING ira add 1 xfake 1 STOP                    Escape
    irasrv.key_PAUSE T_STRING ira add 1 xfake 1 PAUSE                  p
    irasrv.key_PLAY T_STRING ira add 1 xfake 1 PLAY                    a
    irasrv.key_SHOW_IP T_STRING ira add 1 sh    1 SHOW_IP              mn mng start showip 7000
    irasrv.key_VOLUME_DOWN T_STRING ira add 1 init  1 VOLUME_DOWN      voldown
    irasrv.key_VOLUME_UP T_STRING ira add 1 init  1 VOLUME_UP          volup
    irasrv.key_RIGHT T_STRING ira add 1 xfake 1 RIGHT                  Right
    irasrv.key_LEFT T_STRING ira add 1 xfake 1 LEFT                    Left
    irasrv.key_DOWN T_STRING ira add 1 xfake 1 DOWN                    Down
    irasrv.key_UP T_STRING ira add 1 xfake 1 UP                        Up
    irasrv.key_CHAN_DOWN T_STRING ira add 1 xfake 1 CHAN_DOWN          Next
    irasrv.key_CHAN_UP T_STRING ira add 1 xfake 1 CHAN_UP              Prior
    irasrv.key_ENTER T_STRING ira add 1 xfake 1 ENTER                  Return
    irasrv.key_MUTE T_STRING ira add 1 init  1 MUTE                    mute
    irasrv.key_POWER T_STRING ira add 1 sh    1 POWER                  mn mng exit
    SAMPLE MIBS - HTTP commands to simulate remote control
    SAMPLE MIBS - HTTP commands to simulate remote control
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+b
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+y
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+g
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+r
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+m
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+h
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+i
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+e
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+d
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Escape
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+p
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+a
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Right
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Left
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Down
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Up
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Up
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Next
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Prior
    https://admin:[email protected]:7777/set_param?mng.command=write+xfake+Return
    If this answers your question, Please take time to mark this
    discussion answered & rate the response.
    Thank You!
    T.

  • DVD Remote Control buttons don't work when using regular DVD player

    I created a DVD using DVD Studio Pro (version 3.0.2) and am unable to navigate through any menus or buttons using the DVD players remote control. I can press the play button on the actual DVD player and play the movie. How can I fix this issue? Any suggestions would be helpful!
    I never changed the default setting on the file I made and the DVD works just fine in the simulator as well as any computer DVD player. Also, is there a way to make sure the DVD will play on all DVD players even if it doesn't read burned DVDs?
    Thanks for the help!

    Not sure if I can add anything here - you're in good hands! I'd like to know how you constructed the menus - did you use photoshop layers for the background and overlay, or did you use a pict file? Are these motion menus or static?
    About the compatibility - a burned disc will only ever be about 85% compatible with the number of DVD players out there, and if a DVD player states that it cannot read from DVD-R or DVD+R discs then it most likely won't play your disc. The only way to approach full compatibility is to have the disc replicated, but the cost of this usually means it is not worth while for anything less than 500 to 1000 discs at a time. If you are using DVD±R then all you can do is take steps to make sure the disc is as compatible as it can be, such as keeping the MPEG encode less than 7.5MBPS, using AC3 audio, not applying paper labels and so on.
    Compatibility is getting better in general, this summer I have burned in excess of 90 individual projects on DVD-R (and duplicated each one up to seven times each) for playback on consumer players and only one came back (so far). When I looked at it there was a chunk missing from the surface of the disc, which probably explained the error!

  • How to set Menu and Title functionality for a remote control in a menu?

    I have a main menu (countries) and under each country there is a submenu (regions). When I play my DVD on my Mac it seems to function alright:
    If I go to country C and hit the "menu" button, nothing happens (I see the "action prohibited" line popping up). And nothing should happen of you hit menu in a submenu. Only if you hit Title/Top menu you should be able to go to the main menu.
    However... When I play my DVD on a DVD player (and I tested it on 2 different ones) and I go to a the Country C and hit the "menu" button, I am suddenly transfered to Country A. And if I go from the main menu to Country D and I hit the "menu" button, I go to... Country A. The menu button seems to be linked to the first submenu. Which is very odd!
    So there is definately something going very wrong when using the menu/title buttons during playback when I am in a submenu (not while playing a track).
    Can someone help me? Is there a way to define what happens with the remote control buttons menu or title when you are in a submenu and NOT playing a track? I can not find any controls for that.
    Thanks!

    Does this mean I should select "not set" in the general tab at the dropdown menu's for Title, Menu and Return in the Remote Control section? I can't find any other place where I can select menu or title.
    But if I set these to "not set",the menu and title buttons still work in simulation mode... So I guess I should do something else in order to disable menu and title? Sorry for the amount of questions from my side!

  • Remote control of Mac via Flash iOS app

    Hi all
    I am a very trial-and-error Flash coder but have managed to create a (I think) pretty serviceable VJ system - see http://www.smashedupsoiree.com/magic-wall/
    There are two Flash movies that run concurrently on the same Mac. One is the video content itself which is displayed by a projector; the other is the Controller movie which runs on the mac laptop screen. The two movies communicate by LocalConnection. I have had some success using VNC apps on an ipad which grabs the screen from the Mac and therefore enables this Controller movie to be effectively operated as a touch screen, portable interface. However there are latency issues with VNC - not what you need for a live performance tool!
    I am considering instead developing the controller as a packaged-for-ios app to reduce the latency issues. If I do so, does anyone know how it will be able to control the flash movie running on the mac on the same network? (In the vein of these kinds of apps: http://mashable.com/2010/02/28/iphone-remote-control-apps/ )? I have read that Local Connections do not work in Packaged-for-iOS apps. Would I instead use Apple APIs? How is this done via Flash Actionscript? I would want to either control the Mac-based movie like a LocalConnection or even simulating keypresses would be fine, that I can then detect with the Mac Flash movie.
    As I mentioned before, I'm no professional coder so the whole matter is a bit blurry to me! Any pointers would be much appreciated...
    Gerred

    teamviewer is a pretty big player also works across the Internet

  • DMP 4400

    I would like to know if the 4400 can control a television? Having the ability to change iputs, turn on/off from the user interface. So there is no need to go to the TV and make that adjustment. I see that there is an IR output that goes from the 4400 to the TV.

    No there is no converter you can use. In order to take advantage of this feature you must be using commercial or professional grade LCDs with RS232 Ports for the transfer of those hexidecial codes that control Display functions. The control of the LCDs is actually an application function of the DMM but the commands are transfered to the display through the DMP. NEC and Cisco LCDs are native but other makes and models can be prorammed if you know the hex codes for the display.
    I hope this helps.
    Cheers
    C.O. Little

  • DMP 4310G Remote Keys

    Trying to setup the color keys on the DMP 4310 remote to switch between CAST and playlist. Have it working fine on DMP 4400G and used the instructions from DMP4310-map-remote-buttons.docx (https://supportforums.cisco.com/document/81906/dmp4310-map-remote-buttonsdocx), but the keys do not seem to invoke anything. Have tried firmware 5.2.2.3 and 5.4. Confirmed each step of the DMP4310-map-remote-buttons.docx and .dmp files are on the DMP and get_param?p=irasrv.key* shows the commands are assigned to color keys. Confirmed stings when applied through browser to DMP change between CAST and playlist.
    There is just no indication that the DMP has received anything when the color key is pressed, unlike the DMP 4400 were it tells you a key is not bound.  Pressing help does bring up the show IP so the remote is working.
    irasrv.key_GREEN T_STRING ira add 1 shell 1 GREEN mng write sh bg /tmp/ftproot/usb_1/signage.dmp
    irasrv.key_RED T_STRING ira add 1 shell 1 RED mng write sh bg /tmp/ftproot/usb_1/cast.dmp

    Logged into DMP with ssh
    Entered: wget "localhost:7777/set_param?ciscocraft.fl_stop=0&ciscocraft.fl_fullscreen=true&ciscocraft.fl_x=0&ciscocraft.fl_y=0&ciscocraft.fl_w=0&ciscocraft.fl_h=0&ciscocraft.fl_alpha=255&ciscocraft.fl_quality=high&ciscocraft.fl_input=true&ciscocraft.fl_flashvars=context%3Dhttp%3A%2F%2Fcodmm01%2Evtc%2Elocal%3A8080%2Fetv%2Dflash%2Dwebapp%2Fapp%2Fetv%5F26%5F%2Ehtm&ciscocraft.fl_url=http%3A%2F%2Fcodmm01%2Evtc%2Elocal%3A8080%2Fetv%2Dflash%2Dwebapp%2Fapp%2Fcast%2Eswf&ciscocraft.fl_submit=1&uid=1396436661139"
    Result was couple of seconds pause then DMP brought up CAST (verified in DMP web interface) and terminal message:
    <TAS%2Dcore%2Fappgen%2Fclad%2FPicassaPro%2Eswf&ciscocraft.fl_submit=1&uid=1396436397553"                                     --2014-04-02 07:30:57--  http://localhost:7777/set_param?ciscocraft.fl_stop=0&ciscocraft.fl_fullscreen=true&ciscocraft.fl_x=0&ciscocraft.fl_y=0&ciscocraft.fl_w=0&ciscocraft.fl_h=0&ciscocraft.fl_alpha=255&ciscocraft.fl_quality=high&ciscocraft.fl_input=true&ciscocraft.fl_flashvars=Data%5FUrl%3Dhttp%3A%2F%2Fcodmm01%2Evtc%2Elocal%3A8080%2FxTAS%2Dcore%2Fappgen%2Fclad%2Fclad%5Fxml%5F42%5F%2Ehtm&ciscocraft.fl_url=http%3A%2F%2Fcodmm01%2Evtc%2Elocal%3A8080%2FxTAS%2Dcore%2Fappgen%2Fclad%2FPicassaPro%2Eswf&ciscocraft.fl_submit=1&uid=1396436397553
    Resolving localhost... 127.0.0.1
    Connecting to localhost|127.0.0.1|:7777... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [text/plain]
    set_param?ciscocraft.fl_stop=0&ciscocraft.fl_fullscreen=true&ciscocraft.fl_x=0&ciscocraft.fl_y=0&ciscocraft.fl_w=0&ciscocraft.fl_h=0&ciscocraft.fl_alpha=255&ciscocraft.fl_quality=high&ciscocraft.fl_input=true&ciscocraft.fl_flashvars=Data_Url=http:%2F%2Fcodmm01.vtc.local:8080%2FxTAS-core%2Fappgen%2Fclad%2Fclad_xml_42_.htm&ciscocraft.fl_url=http:%2F%2Fcodmm01.vtc.local:8080%2FxTAS-core%2Fappgen%2Fclad%2FPicassaPro.swf&ciscocraft.fl_submit=1&uid=1396436397553: File name too long
    Cannot write to `set_param?ciscocraft.fl_stop=0&ciscocraft.fl_fullscreen=true&ciscocraft.fl_x=0&ciscocraft.fl_y=0&ciscocraft.fl_w=0&ciscocraft.fl_h=0&ciscocraft.fl_alpha=255&ciscocraft.fl_quality=high&ciscocraft.fl_input=true&ciscocraft.fl_flashvars=Data_Url=http:%2F%2Fcodmm01.vtc.local:8080%2FxTAS-core%2Fappgen%2Fclad%2Fclad_xml_42_.htm&ciscocraft.fl_url=http:%2F%2Fcodmm01.vtc.local:8080%2FxTAS-core%2Fappgen%2Fclad%2FPicassaPro.swf&ciscocraft.fl_submit=1&uid=1396436397553' (File name too long).
    Entered wget "localhost:7777/set_param?ciscocraft.fl_stop=0&ciscocraft.fl_fullscreen=true&ciscocraft.fl_x=0&ciscocraft.fl_y=0&ciscocraft.fl_w=0&ciscocraft.fl_h=0&ciscocraft.fl_alpha=255&ciscocraft.fl_quality=high&ciscocraft.fl_input=true&ciscocraft.fl_flashvars=Data%5FUrl%3Dhttp%3A%2F%2Fcodmm01%2Evtc%2Elocal%3A8080%2FxTAS%2Dcore%2Fappgen%2Fclad%2Fclad%5Fxml%5F42%5F%2Ehtm&ciscocraft.fl_url=http%3A%2F%2Fcodmm01%2Evtc%2Elocal%3A8080%2FxTAS%2Dcore%2Fappgen%2Fclad%2FPicassaPro%2Eswf&ciscocraft.fl_submit=1&uid=1396436397553"
    Result couple of seconds pause then DMP brought up SIGNAGE playlist (verified in DMP web interface)  and terminal reported same File name too long
    So the strings are correct, but pressing the remote key does not work.
    Tried setting the bindings with DMM advanced tasks as copied from 3.3.2 from the DMP 4310 - map remote buttons for CAST and Signage document.
    Tried setting the bindings with web browser as copied from 3.3.1
    https://dmp.address:7777/get_param?p=irasrv.key_RED&get_param?p=irasrv.key_GREEN
    irasrv.key_RED T_STRING ira add 1 shell 1 RED mng write sh BG /tmp/ftproot/usb_1/cast.dmp
    irasrv.key_GREEN T_STRING ira add 1 shell 1 GREEN mng write sh BG /tmp/ftproot/usb_1/signage.dmp

  • Lenovo AIO C440 - not working infrared remote control

    Hello,
    is there any hint how to get infrared remote control working for a new C440 model? Tomorrow I will try to measure and/or replace batteries which could be bad. For now it is totally not working.
    Another question: the remote should work only within AverMedia TV app or in the whole Windows 8?
    Regards,
    Zdenek

    hi bohdik,
    Welcome to the Lenovo Forums.
    The IR Windows Media Center remote control is for use with C440 models with optional TV tuner. If you have this model,  make sure the TV Tuner driver and the ITE CIR Driver from the lenovo support site are installed under Device Manager (press Windows Key+R then type devmgmt.msc) then follow  the Set up a TV signal in Windows Media Center. guide.
    Note:
    You must have Windows 8 PRO to enable Windows Media Center
    See this articles in reference:
    How to add Windows Media Center to Windows 8 Pro
    How To Install And Set Up Media Center On Windows 8
    Hope this helps
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Remote Control and Remote View Problem

    Hi,
    I work at a High School running Netware 6.0 SP5 and Zen works 4.01 ir7.
    Remote Control and Remote View works great but I noticed one problem.
    We have a logo of the school that is forced down on to the desktop when a
    user logs in through group policies. This logo works perfect for the
    desktop wall paper and loads every time a user logs in.
    When I Remote Control or Remote View a computer the users desktop wall
    paper turns from the logo being forced down through group policies to the
    desktop to a blue desktop wall paper.
    I would prefer the desktop wall paper staying the schools logo when I
    Remote Control or Remote View because if the desktop wall paper changes to
    the blue color I mentioned above when I Remote Control or Remote View the
    users computer, they will know that someone is taking over their computer
    which sometimes we dont want them knowing.
    We have Windows 98SE computer running Novell Client 3.4 and we have some
    computers running Windows XP Professional SP1 and Windows XP Professional
    SP2 both running Novell Client 4.91 SP2.
    The Remote Control and Remote View problem of the desktop wall paper
    changing on the users computer occurs on all operating systems mentioned
    above.
    Is there a solution to my above problem? When Remote Controlling and
    Remote Viewing someone's computer I don't want the desktop wall paper to
    change.
    Thanks!

    Bpilon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Remotely control the ITunes on Windows 7 64 bit PC with the new IPad

    With the latest version of ITunes for both Win7 and the new IPad, I'm only able to use the new IPad to remotely control the ITunes on Windows 7 64 bit PC through wired connection  ( ethernet cable ) to the wireless router. As soon as I connect my PC through wireless connection, the new IPad can not find my libraries.
    Is this a known issue or am I missing some settings?
    Thanks,

    Are you using the 64 bit installer?
    See also  Recovering your iTunes library from your iPod or iOS device.
    tt2

  • Unplugging all network devices from Fios router prevents DVR freezing and remote control lock ups.

    All,
    I recently had a Verizon tech visit my house due to constant DVR and remote control freezing. TV content was freezing whether it was locally recorded, pulled from another DVR in the house, or On Demand. On a hunch after the tech tested everything and was about to leave, he unplugged my gigabit switch from the Fios router. Lo and behold everything started running perfectly. Since to the tech, the problem was solved, he closed the case and was on his way. The probem is of course I have more devices than the built in router switch provides ports for. My network is compised of an 8 port Netgear gigabit switch downstream from the Fios router with two wireless access points (with their own built in gigbait switches) connecting to the Netgear gigabit switch. There are no loops in the switch topology. I've tried changing out the router, the gigabit switch, removing the wireless acces points individually as well as plugging the access points directly into the Fios router switch (one at a time with no Netgear switch in the middle) and all scenarious cause the DVR/remote control freeezing to come back. The only devices I can plug into the Fios router without causing freezes are PC's....anything with it's own switch essentially brings the network to it's knees. If anyone has an idea how to get my network back in one piece AND make the DVR's/remotes behave, I'd greatly appreciate the help!
    My Fios equipment:
    MI-424WR GEN-3I  rev I (eye) running firmware 40.19.36
    5 Motorola HD-DVRs all QIP 7232-2 running software release 1.9.1 platform build 25.39 (Oct. 22, 2012)
    Specific config:
    75/35 Fios connecting via ethernet from ONT. Set-top boxes connect to Fios router coax port via powered splitter.
    *All SNR/dB mesasurements taken by the tech from the set-top boxes and router are well within spec.
    Fios router provides DHCP addressing. Wireless N access points are configured for roaming with the same SSID and non-overlapping channels. Access points are not providing routing or IP adressing...all layer 3 and up services still provided by Fios router
    Diagram:
    ONT
      |
    Fios Router ---------Cable Splitter---------Set Top Boxes
      |
    Netgear Switch
      |           |
    WAP1    WAP2

    WayfarerII wrote:
    ... DVR ... remote ... freezing ... TV ... whether ... locally recorded, pulled from another DVR ... 
    ... tech ... unplugged my gigabit switch from the Fios router ... and ... everything started running perfectly ...   
    ... config:
    75/35 Fios ... via ethernet from ONT ... Set-top boxes connect to Fios router via powered splitter ...
    ONT
      |
      | cat5
      |
    Fios Router ---------Cable Splitter---------Set Top Boxes
      |
    Netgear Switch
      |           |
    WAP1    WAP2
    I am inclined to echo several of the "tns" comments, particularly with respect to your splitter.  My layout is based on a standard 8-port splitter of the type usually supplied in a VZ install.  In addition I do have a ChannelPlus device that functions as a powered splitter, but its use is limited to distribution of secondary TV signals to older analog TVs.  My first point then is that this may be an offender as "tns" has suggested.
    In addition, I'd describe your wiring as "non-standard" (red-colored items in the above diagram)  As you're no doubt aware, with 75/35 you don't really need Cat5e from the ONT (your original diagram).  It seems the highest tiers do require it, but in "standard" installations this run is coax directly to an 8-port non-powered splitter (below diagram), then from that splitter via coax to all STBs and CableCards, other TVs, et.), and also to the Actiontec.   Subsequent feeds from the Actiontec to wired devices (including WAPs) are via Ethernet (typically Cat 5e).
    In fact I don't immediately see how your STBs get additional services such as On Demand and IMG with the wiring shown in your diagram (perhaps someone can help me out here).  In "standard" installs the Actiontec must be connected via coax to the ONT to provide such services to other network clients.  I don't see that requirement being met here.
    For starters I'd recommend that you change your service from WAN Ethernet to WAN coax.  This can easily be accomplished over the telephone.  Then I'd run coax directly from the ONT to the Actiontec as in my revised diagram below (blue-colored items).  If your setup can manage with this arrangement, I think it will help greatly with the "freezing" issue.
    ONT - - - - - - coax - - - - -
                                             |
    Fios Router --- coax--- Standard 8-Port Splitter --- coax --- Set Top Boxes
    |cat5
    Netgear Switch
    |cat5           |cat5
    WAP1 WAP2
    Subsequent Note:  You provided additional info while I was composing a response, and I'd  like to offer another comment.  Structured wiring "panels" of the type usually available are pre-configured to provide data, phone and video.  This usually means that one is in certain respects limited by the ideas of the panel designer.  I have what can be called a structured wiring layout, but it really is composed of individual small custom networks for  each service (automation, security, video, data, telco, etc.), configured so that all wiring terminates in "home run" fashion at a central panel (a few details here: http://forums.verizon.com/t5/Home-Networking/Cmon-Show-Us-Your-Network/m-p/481733#M765 ).  This layout makes it easier to make adjustments (and there have been quite a few over the intervening years).  I'm thinking that in your case you may have to abandon the powered splitter (presumably) built into the panel in order to avoid your present fix.
    Subsequent Subsequent Note:   From your description it seems that you are using more than a single "whole house" DVR to supply programming to other devices.  This is a bit puzzling to me because somewhere along the line I recall reading that only a single whole house DVR was allowed on the network.  Can you elaborate a bit?

  • The remote controls stopped working

    I bought with an official Apple dealer the new i Pod Shuffle (generation 3) to use during my bike rides. After the first ride the remote controls stopped working and the voice over feature spontaneously started repeating the songs title. As well the volume control stopped working altogether. I didn't have time to return the Shuffle after only a week so I disable the voice over feature and keep on using my Shuffle with no volume adjustment, fast forward etc ….
    After a visit to the Apple website I saw that several owners complained about this problem and assumed Apple would know about it and be ready to offer a fast solution. So picked an official Service Center as close as possible from my location.
    First shock the Service Center was dirty, the paint obviously several decades old and faded, the light kept to the minimum.
    Second shock not Tech on duty to check something as simple as a headsets. I realized there was no way to have a fast resolution to my problem. The Shuffle will be send to a regional repair center, I could have save the trip and just go to an Apple dealer. What the use to have Service Centers if they don't provide service?
    Now when a product is returned, after 25 days of ownership (can't say use), a product designed by a company with the reputation of Apple you expect some kind of sign that the company is sorry, stands behind it's product and will do all possible to solve the problem. WRONG.
    Third shock. The person who took my Shuffle obviously never saw a Shuffle generation 3 before or even knew it existed. She explained over and over that I may (but it sounded more like I will) be charge for the repair. Even asked me to pay upfront a basic fee to cover the time of a Tech checking on the product. And that the Tech will give me a quote if I am to be charged. Furthermore She found tons of reasons why eventually I would be charged to repair the product, however no technical person ever checked on the product. Well I guess only users read messages on Apple website not employees of Apple.
    So what now? I am suppose to receive an E-mail in 24 hours to 5 working days, in which I'll be explained the result of the Tech investigation.
    I guess most owners of Apple products have a better experience with the Customer Service or where the reputation of Apple being a “cool” company comes from? But based on my experience it looks like Apple's products and Apple's Customer Service may not meet Apple's reputation or customer's expectations. Or am I asking for too much?

    I seriously doubt you were at an Apple Store and you were not dealing with Apple employees. You were dealing with a 3rd party shop that does work on Apple products.
    Don't know where you are located but you could contact Customer Service at Apple and complain but they are somewhat limited it dealing with a 3rd party company. But they will at least have you complaint on file. Or you could attempt to find an actual Apple Store and take your Shuffle there. Or you could try one of the workarounds listed on the threads here.

  • Portege M800-PPM81E - remote control installation issue

    Hello Guys,
    I have a problem to install remote control on this notebook.
    First of all the winbond CIR driver doesnt work, I try on diffrent operation systems... the same message..... "There is a problem with this Windows installer package.
    A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor."
    I have installed now Vista x64....dosn't work.
    Thank you,
    M.G.

    Hello Feliks, I buy this laptop in Greece, have already registered and serial number was recognized buy toshiba web site. I check ACPI\WEC1020 doesnt exist in hardware setup, I don't see any not recognized hardware....When I try to install driver File Version 7.1.62.2012 Driver Resources file 64 bit Driver ....the same message..... "There is a problem with this Windows installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." Thank you.

  • SCCM remote control keeps dropping out when another network adaptor loses connection

    Hey guys,
    Hopefully someone will be able to help me out
    at work, we are running SCCM 2012, and I use SCCM 2012 config manager to manage the clients etc
    We have a particularly annoying issue with SCCM remote control; it constantly drops out when a network connection on the client machine disconnects or changes state, even if its not interface I'm remote controlling through
    Here's an example for you:
    a laptop with a wired, and wireless connection:
    I remote control the machine through the wired network address (lets say 192.168.0.1), but if the wireless connection drops out (someone turns it off or it breaks) the remote control client will kick me off, lock the screen, and I have to wait 20-30 seconds
    before it will accept my connection again
    This happens with any network adaptor that's installed on the client
    Here is a copy of the logs re-creating this issue: https://www.dropbox.com/s/nu4w28d44xky3rg/CmRcService.log
    (I've edited it to take out usernames and IP addresses as they are publicly accessible)
    So my question, does any one know how to fix this issue? I see it uses WMI, is there anyway to get WMI to ignore an interface?
    Thanks heaps,
    Harry

    This is going to be done by design for security reasons. If the network connect for whatever reason is down the pc will automatically be locked.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Apple remote control

    I bought the apple remote control for my mac, but it's not working. I checked the systems preferences to enable the IR, but that option wasn't there.  I read that some macs don't have infrared option which is needed to use the control. The remote was advertised to work with macs - am I missing something???

    The 2012 and 2013 iMacs do not have an IR receiver.
    The 2011 iMacs were the last iMacs to have a built in IR receiver and IR remote control.
    If you own an iDevice, there are apps that work either over WiFi or Bluetooth to control your iMac.
    For another type of WiFi hardware device, look at these.
    http://www.amazon.com/Satechi-MediaRemote-Bluetooth-Multi-Media-Control/dp/B0082 4948U/ref=sr_1_4?ie=UTF8&qid=1381714186&sr=8-4&keywords=remote+controls+Mac

Maybe you are looking for

  • HELP! ITUNES WONT INSTALL (Error 7/Windows Error 127)

    Help! I keep getting Error 7 (Windows Error 127) when I try to install Itunes on my laptop. I read that this error is caused by problems with Apple Application Support. I'm using Windows Vista (32 Bit version) Can anyone please help me fix this??

  • Calculate coherence for a series of Impacts

    Calculating coherence has been discussed several times - including this knowledge base article and community example. But I'm still missing something. How can I calculate the coherence so it updates after each hit (right now it's always 1)? On a rela

  • Script crashing

    Hello folks, I am running a script from mail.app in the rules section. mail.app Version 3.2 (919/919.2) OSX is Leopard 10.5.2, Every time the script runs mail.app closes with an Ignore relaunch or send dialog. This script runs fine in Tiger. Here is

  • I need a Invoice of my last payment made last june 20th

    I renewed my subscription of adobe on 20 June and need the invoice to the company

  • Is anyone have a problem with share function in FCP?

    I am having real problems with FCP 7 "Share" function.  It does not allow me to use it.  And when I send to Compressor that does not work either.  Help any one?