Conection to 2 remote tv

I am looking to hardwire a mac mini (under stairs) to 2 TV's (seperate rooms) and create full funtionality on either tv. Can somebody advice on cable spec and any other equipment requirements to carry this out. I am only at the cable stage. Distance to tv 1 approx. 4m & TV 2 approx. 22m.

Hi Leo,
Thats possible. Only thing is you have to assign the correct target system (PBWo or PBWn)  when transporting. Contact your BASIS on this.
Bye
Dinesh

Similar Messages

  • Conecting to a remote harddrive

    Hello everyone,
    I have a mac mini hooked up to my TV at home and use it to play all my dvd's, music, etc through my home stereo. Plugged into the mini is a 160gb usb2.0 hard drive with all of my music on it.
    I also have a macbook that I love. I am not too savvy when it comes to more advanced networking, but I would like to be able to connect to this hard drive when I am at school or work and use the music on there as my itunes library. Is this possible? I will be connected to my school and work wirelessly when I am there.
    I have been reading a little on different VNC programs, but I am unsure exactly how those might be used.
    Ideally I would like some solution that is free or cheap, but I am willing to pay for a solution that will make this possible.
    Another issue I was thinking of that might be applicable to my problem is determining if I have a static or dynamic IP address. Would this make a difference? How would I determine if my IP is static or dynamic, and how would I get a dynamic IP if I need it.
    Thanks for your help with this long winded question.

    This isn't really a Mac Mini-specific question.
    I'd suggest that you post in the Tiger networking or the iTunes forum, to get maximum exposure to answers.
    And this is not an easy problem. A lot will depend on what routers are between your MacBook and your Mini.
    Additionally, are the songs you want to access protected by Apple's Fairplay Digital Rights Management, or are they stuff you ripped?

  • Conecting with dial up to a remote system

    Im trying to create a little application that uses the computer's modem to dial a number and conects to a remote system, login to the system using a login and password that is stored in a local database and report if it conected succesfully or failed to connect.
    I have worked before with java creating small applications that take data from a DB and allow it manipulation, but its completly unknow to me if there is an API that lets you use the ATDT comands to conect remotley and also I wouldn't know how to do the login and interpret if it was succesful or not.

    Here's some code that may help...
    I wrote it many years ago, when I started out with Java. It is compatible with Windows only and is capable of dialing an ISP... I suspect it could be modified to dial an arbitrary number.
    import java.lang.System;
    import java.lang.Runtime;
    import java.lang.Exception;
    import java.io.IOException;
    public class Dialup
         //Connect-Disconnect commands
         private final String WINNT_CONNECT          = "rasdial.exe ";
         private final String WINNT_DISCONNECT     = "rasdial.exe /disconnect";
         private final String WIN9x_CONNECT          = "Rundll32.exe Rnaui.dll,RnaDial ";
    //     private final String WIN9x_DISCONNECT     =  //doesn't seem to be possible!
         private String connectCommand;
         private String disconnectCommand;
         private boolean winnt;
          * Constructor
          * @param winnt <code>boolean</code> systems o/s
          * @param connectionProvide <code>String</code> users dialup connection provider
         public Dialup(boolean winnt, String connectionProvider)
              this.winnt = winnt;
              if (winnt)     //sets connect/disconnect commands under Windows NT
                   connectCommand = WINNT_CONNECT + connectionProvider;
                   disconnectCommand = WINNT_DISCONNECT;
              else          //sets connect/disconnect commands under Windows 9x
                   connectCommand = WIN9x_CONNECT + connectionProvider;
    //               disconnectCommand = WIN9X_DISCONNECT;
          * connect dials a connection
          * @return <code>boolean</code> dialup connection status
         public boolean connect()
              System.out.println("Establishing a dialup connection...");
              try
                   //executes connection command and waits for its completion before continuing
                   Runtime.getRuntime().exec(connectCommand).waitFor();     
              catch (Exception e)
                   System.out.println("Dialup connection failed.");
                   return false;
              System.out.println("Dialup connection established.");
              return true;
          * disconnect disconnects a connection
          * @return <code>boolean</code> dialup connection status
         public boolean disconnect()
              try
                   //executes the disconnect command and waits for its completion before continuing
                   if (winnt)
                        Runtime.getRuntime().exec(disconnectCommand).waitFor();
                   else
                        ;     //do nothing (at this point it seems impossible to disconnect under win98)
              catch (Exception e)
                   return false;
              System.out.println("Dialup connection disconnected");
              return true;
    }

  • Error code 1 remote panel close connection

    Good Afternoon,
    i'am working with the web publishing tool utility of LabVIEW 8.6 to open vi files (front panels) remotely. I've programmed a server in LV that receives querys from a web server/client programmed appart (not in LV).  I got to open the vi files remotely, executing it embedded and allowing the user to take the control. Afeter some minutes i want to close the conection with that remote panel. For doing that, i have used the Invoke Node with the method -> RP.Close Connection to Client which uses the conection previosly searched with RP.Client connections. The problem that I have is the next one:
    Many times, this process works fine, but some times, it appears the following error:
                         Error 1 ocurred at Invoke Node in ....
                         Possible reasons
                         LabVIEW: An input parameter is invalid. For example if the input is a path, the path might not contain a character not allowed by the OS    such as ? or @
                         Method Name: Remote Panel:close connection to Client
    I've checked the path that taht methos is using and it doesn't include any ilegal character, the path is the same that in other times when it works fine. With this porblem I can't close the connection what it'sa really necesary for my work.
    Has anybody idea how to fix it?
    Thank you very much!

    Could it be a LabVIEW bug? I've heard that labVIEW 8.6 has some troubles with web service

  • Printers print garbage in remote desktop section

    When conected in a remote desktop section with the Windows Server 2008, all the printing work from oulook, words, and explorer are send to the printer very slow and all it prints is garbage.

    Hi,
    Thanks for the post.
    At this time, I need to confirm the following points with you.
    1. Is TS Easy Print function used on Windows Server 2008?
    2. If we just print a text file from Notepad, what will happen?
    3. Is the problematic printer hosted on the client?
    4. Is there any error message in the Event Log?
    If TS easy print function is used on Windows Server 2008, please try to install the appropriate printer driver on TS server and disable the following policy setting, then verify if this issue will occur.
    Use Terminal Services Easy Print printer driver first
    Thanks,
    Miles
    This policy setting is located in the following node of the Local Group Policy Editor:
    Computer Configuration\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Printer RedirectionPlease remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • FILE not found error: j2ee/home/applib/applications-mapping.xml (No such fi

    Hi EveryBody
    i have my applications-mapping.xml file already in the applib directory, but when i try to conect to a remote ejb i had this error[b]
    FILE not found error: j2ee/home/applib/applications-mapping.xml (No such file or directory)
    can anyone help??

    gday
    Is the error on the client or server?
    What role in the application does applications-mapping.xml fulfill?
    How are you loading the file in?
    -steve-

  • I Need Use the USB port and CDROM from iManager

    Originally Posted by AndersG
    Crsven,
    > Now, I need access through of imanager the CD-ROM or the USB (Pen
    > Drive) and I don't see, I don't access, pls, how I can see they.
    Not sure what you want? What do you want to do with CD/USB in iMAnager?
    - Anders Gustafsson (Sysop)
    The Aaland Islands (N60 E20)
    Discover the new Novell forums at http://forums.novell.com
    Novell does not monitor these forums officially.
    Enhancement requests for all Novell products may be made at
    Enhancement Request
    Ok. I need install the license that I have in the Pen drive, but the iManager only see the unit's A, C and SYS. Not see the CD-ROM. I search with the file manager the USB port with by my pendrive or the CDrom and don't found. I don't have floppy for install and I think that no is necesary install a floppy (is obsolete).
    Thanks
    Saludos(Regards)
    Rafael Sarramera

    190.36.1.1 is probably the WAN address of your firewall which will then be NAT to your server
    So currently from outside your network, if you browse 190.36.1.1:8008 you would then reach your remote management screen.
    This is therefore not the correct IP address, you need the internal LAN address of the server to enter into your workstation NW Client box
    Splash
    >>> crsven<[email protected]> 08/03/2008 17:46 >>>
    AndersG;1484107 Wrote: > Crsven,
    > > Ok. Pls. Could you help me to config or where I can read that
    > > information. I treated of connect and I can't connect to server with
    > > IP.
    > >
    > Assuming a local workstation? Make sure you have an IP address bound> on
    > the server. I also assume that you have a Windows workstation with the
    > NW client installed. When you get the login window, leave tree blank,
    > enter the server ip in the server field and provide username and
    > password. If you get that to work, then we can take it from there.
    >
    > - Anders Gustafsson (Sysop)
    > The Aaland Islands (N60 E20)
    >
    > Discover the new Novell forums at http://forums.novell.com
    >
    > Novell does not monitor these forums officially.
    > Enhancement requests for all Novell products may be made at
    > 'Enhancement Request' (http://support.novell.com/enhancement)
    You assume good, but I leave Tree blank, the context blank and in fieldserver I use the address Ip 190.36.1.1, that is the ip addressconfigured for the conection with the remote manager of Novell(190.36.1.1:8008).
    I think that the config that I need is in the server.
    Thanks-- Saludos(Regards)
    Rafael Sarramera------------------------------------------------------------------------crsven's Profile: http://forums.novell.com/member.php?userid=7705View this thread: http://forums.novell.com/showthread.php?t=314402

  • Wireless and wired mac pro isue

    I recently bought a mac book air, Im trying to use my mac_pro's optical drive, but my mac pro
    is not wireless, it is wired conected to a linksys router to get the internet, when Im trying to make virtual conection with the remote disk option, nothing appear on the list...
    A step of the process on the guide says "Make sure your mac book air an the other computer and on the same wireless network", does it means that I can't use my wired mac pro 's optical drive to share?
    please somebody help me...

    I'm going to disagree with Kappy - it does work with wired computers. Instructions for Optical Drive Sharing are on Page 15 of the MacBook Air Users guide. You will need to install the Optical Drive Sharing software package on the host Mac if it is running Tiger (10.4.10 required) that's on Disc 1 of the MacBook Air System Discs.
    -Douggo

  • BPFu00B4s dont open schedules, reports or packages in Client

    Hi experts,
    I am using BPC 7.0 SP 4 Microsoft Version and Microsoft Excel 2003.
    I have this problem, we created some BPF´s conected by Desktop Remote
    Connection to one virtual machine. And they work perfectly, but when i
    try to open this BPF´s using Client module by internet explorer
    (without use Desktop Remote Conection), they fail.
    I mean, we can enter in BPC Web, and select and open the Business
    Process Flows. They open Microsoft Excel, but they dont open the
    schedules (reports and packages also not) that we selected in BPC
    Administration for them.
    I tried to open manually the schedule, and the program open it
    perfectly.
    Steps for Reconstruction    
    1) Use BPC 7.0 M SP4
    2) Enter in BPC Web and select open a BPF
    3) Try to choose one step for open one schedule or report automaticly
    in Excel
    4) The BPF doesnt open the schedule, only open bpc excel with menus,
    but not with the schedule. It doent appear also the red box in right
    side from BPF.
    Thank you for your help!!
    Juan

    Adding the FQDN in the Connection Wizard solved this problem for me, too.

  • Dsn-less connections on hosting

    Hi,
    In the past Ive had lost of success using Dreamweaver 8 to
    create dsn-less conections on a remote testing server. It has
    always been a Windows server.
    Recently i have been looking at creating a simple blog page
    for a friend using an Access database on his web hosting on a Linux
    server using ASP VBScript.
    It is virtual hosting so all the pages have to be FTPd to a
    directory called "web" Im sure I have setup my site definitions
    correctly locally and on the testing server. However after editing
    my custom connection string and clicking the test key I cannot
    establish a connection.
    The connection string I am using is similar to the following
    "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
    Server.Mappath("\DBPath\db.mdb")
    I commonly get error message 500 "Unknown server Error" after
    pressing the test button.
    Im pretty sure the connection string is correct and its
    something to do with the fact its on virtual hosting (but i did
    think using Server.Mappath would handle that) or its because its a
    Linux server.
    Any points in the right direction would be most appreciated!
    "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
    Server.Mappath("\DBPath\db.mdb")

    On 20 Apr 2007 in macromedia.dreamweaver.appdev, Piers wrote:
    > I wouldn't use Server.MapPath for a DB conn. The server
    will have to
    > calculate the path for the db every time a connection is
    made. I
    > (people please correct me on this) feel it would be
    better to spend
    > a bit of time and find the path to the DB at the start,
    and hard
    > code it.
    That's the way I do it.
    > They're not gonna move your db without telling you!
    Wanna bet?
    More specifically - the hosting provider won't change /your/
    file
    structure. But they may change theirs, which could result in
    a file path
    like D:\clients\username1234\database\mydb.mdb changing to
    r:\newserver
    \newpath\newusername\databases\mydb.mdb Hopefully they would
    notify you
    in advance, though.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/contact.php

  • How to conect to remote ActiveX (COM) program

    Hi everybody.
    I want to comunicate between LabView and another program by using ActiveX (COM).
    If both - LabView and the other program is at my local machine - everything is fine.
    I use the "Automation Open"-VI to open the ActiveX conection.
    The problem is that if the other program is located at another PC (inside network) the "automation Open" -VI returns an error.
    How can I get an ActiveX connection to the other PC?
    Thanks for help.
    Best regards.
    RonnyMessage Edited by rfriedr1 on 05-23-2005 10:00 AM

    I'm afraid it isn't quite that easy. From LV all you need to do is specify the machine name to get the remote access. However, in order for that to work, all of the COM stuff must be configured correctly for remote access (DCOM) and all the security settings must be done correctly. And if you are running XP SP2 or 2003 Server, there are additional steps to take because those OS's have tightened up security and thus have additional steps to get it to work.
    SUMMARY
    =======
    If you don't know much about COM or don't have access to a COM guru that created the COM component you are trying to use, you might want to think about creating a little LV app that runs on the remote box and then use LV networking to remotely access it. DCOM isn't impossible, but it isn't easy - especially if you don't have a good grounding in non-LV COM interfacing.
    DETAILS
    =======
    Is the COM object you are trying to access a home grown one or 3rd party? Are the two computers both in the same NT Domain or are they in Workgroup configuration? DCOM uses NT security and thus you typically need to have both computers in the same domain and using a domain credential for communication.
    I'm afraid I can't give you step by step instructions on how to do this (I haven't needed to use DCOM in about 6 years) - but there are a lot of resources out on the web and books like Don Box's "Essential COM" walk you through most of it. For example, here are some references to look at
    http://support.microsoft.com/kb/176799/EN-US/
    http://support.microsoft.com/kb/158508/EN-US/
    Oh, and this might be handy - ran across this while looking for links for you...
    http://support.microsoft.com/default.aspx?scid=kb;en-us;249726
    Brian Tyler
    http://detritus.blogs.com/lycangeek

  • Cant conect "sys as sysdba" from remote

    Hi all ,
    A strange thing happening with me ..
    my database is on ip(prod1) and client is ip(Host)
    When I make connecttion from prod1 as follows :
    sqlplus sys@prod1 as sysdba
    connected ...
    Its giving me sys connection .
    But from IP (remote HOst client )
    when i fire
    sqlplus sys@prod1 as sysdba
    LOGON denied ...
    But from IP(remote Host client )when i firng
    sqlplus scott/tiger@prod1
    connected ....
    1.i m typing crrect password
    2. my remote_login_passwordfile = EXCLUSIVE

    1. Are you connecting to the right database ?
    On you remote client:
    $ORACLE_HOME/bin/tnsping prod1 and make sure that it'is resolving to the right service.
    2. Try to connect via EZCONNECT (NAMES.DIRECTORY_PATH should contain ezconnect value):
    $ORACLE_HOME/bin/sqlplus sys@hostname:port/service as sysdba
    On your server
    3. Check your $TNS_ADMIN/sqlnet.ora Make sure there is no such a line as
    tcp.validnode_checking = yes
    If so, make sure that your remote client is a part of tcp.invited_nodes

  • Config remote conection to Sun AS7 from studio5

    Can anyone help me I am wanting to set up my dev enviroment from my NT workstation to a remote box running Sun AS7 which is running on RH 7.2
    Can some one point me to a tutorial or some instruction on how to config the remote box as my dev box.

    You need to install some bootstrap code on the tools-side to be able to talk to a remote AS7 instance. To do this start the AS7 installer and choose "Application Server Administration Client".
    Then, using Studio 5 (or 5update1), set the App Server 7 home (from the App Server 7 property sheet in the runtime tab) to the directory you where installed the admin client.
    Finally, register an admin server with your remote machine name, port, admin user and password.
    Note that this remote admin will only work with App Server 7 Standard Edition, not Platform Edition.
    hth,
    Alexis

  • About remote conections

    Sorry if this looks like the kind of "use google" thread but I'm planning on setting a ssh conection between my laptop and my desktop PC wanting to connect to my desktop while I'm not at home.
    For that to work, I need some kind of interface that allows me to have an static ip or something like that, unvariable, redirecting me to my variable IP at home.
    I remembered dynDNS and No-IP, also I was thinking of logmein's Hamachi, but as far as my knoweledge goes, I can't tell what could be the better option to choose.
    Between two linux installs, what option can serve me better?
    Thank you in advance for your help

    if your router supports dynDNS or no-ip I would use that to keep it all updated and only allow ssh access via keys

  • Labview Remote conection and acquire sound and image

    Good afternoon for everyone,
    What I want is the following:
    1. º How do I record values from a graph in Excel by pressing a button (eg recording).
    2. º How do I show my power picture and sound on my pc through the microphone and webcam laptop by pressing two buttons, for example sound "on" and picture "on" and do the "off" to both.
    3. º How do I power fizar my IP, since I already did what was on this page and I can not communicate with any other PC.
    http://redacacia.me/2010/10/15/internet-control-of-a-labview-vi-part-ii/
    Please find attached the program.
    Thank you and if I can help thanks a lot!
    Best Regards,
    FASP
    Attachments:
    imaqUSB.llb ‏174 KB
    Menu_Final_tabs.vi ‏5532 KB

    I'm sorry, but from your description I have no idea what you are trying to do. Ok, I see that LV is doing something, and that you want to acquire sound and images, and that the web is apparently involved. But,
    How is Excel involved?
    What is the web interface doing?
    Where are the buttons you talk about pressing located? 
    What are the sound and video sources?
    What version of LV are you using?
    What is the network you are using?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Maybe you are looking for

  • Test in Chrome?

    Please forgive the newbie question, but how do I disable the built-in Flash plug-in inside Google Chrome (Mac) .. and test with Flash Player 11? Thanks.

  • Problems after upgrade from 4.1 to 4.2

    I've been experiencing some major issues since the upgrade to 4.2 - Very significant slowdowns on the Update brokers after version 4.1 (from 4.2) - 100% CPU utilization - The number of processes per user appears to increase from release 4.1 to 4.2 -

  • Can't get Video CD to work

    I created a 3 1/2 minute slide show with Elements 11, then followed all the on-screen instructions to burn the Video CD.  But it won't work in my DVD player, nor on my computer.  Explorer shows about 5 folders, but no .exe file for self-running. What

  • Cancellation of sales order with subsequent documents

    hi, i created an order on IDES followed with a delivery, a transfer order , posted the goods issue and created the billing doc. with ref. to del. no accounting documents were generated when i checked the billing doc. I cancelled the billing doc. and

  • Working with multi domains?

    http://discussions.apple.com/thread.jspa?threadID=556065&tstart=0 It was from the above thread, well not entirely, I was trying to figure how to change current template to another template. I was looking at index.xml, but abandoned that because there