How to use a KVM switch with my IMAC

Have a new IMAC and wanting to use my KVM switch - is there a way to use it?
Thanks,

Zimmer1956 wrote:
Have a new IMAC and wanting to use my KVM switch - is there a way to use it?
If you mean you want to send video from another computer to the iMac display,
the answer is: NO WAY. iMacs have no video input; the mini-DVI is output-only.
If you want to send iMac video to a shared external monitor, it might work -- if
you can find a KVM switch for a USB keyboard & mouse.
Looby

Similar Messages

  • How to use a KVM switch with a Pavillion 23

    I have a Pavillion 23, and it has no VGA port, but it does have a USB port.
    I have another machine that is not an all in one pc, and I was hoping to use a KVM switch to use the Pavillion 23's video monitor capabilites, and just toggle between it and my other machine. I have a USB to VGA converter. Can this work? Will this create some sort of infinate loop? I have a sneaking suspicion that I need a 2nd usb to VGA converter. Am I right?

    Hi,
    This will be the out port, not in port therefore you can't use the 23" monitor.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Use of KVM switch with an IMAC

    Have a new IMAC and wanted to use my existing IOGEAR KVM switch. Normally, the two computers plug into the switch and from the switch to the computer. Since the computer and monitor are all one, is this still possible - or how do I use this with the IMAC?

    You show that you are running Tiger. This is the Leopard forum.
    I suggest reposting in the iMAC forum regardless. It is not a Leopard issue it is a hardware question.
    http://discussions.apple.com/category.jspa?categoryID=132

  • How to use on/off switch with the cover on?

    Ive only just got my IPAD so it may well be me but why is the on/off switch 'under' the cover.  Surely, I dont have to take the cover off everytime I want to switch it on and off?  Or should I not switch it on and off and just use the cover to put in 'standby' mode?

    Unless you will not be using the iPad for a long time, you do not need to switch it OFF, just use the magic cover to put it to sleep (standby).
    BTW, the ON/OFF switch is at the top, not the Home button at front.
    Message was edited by: ckuan

  • Using a KVM switch between the Mini and a PC

    I've just bought a Mini to try out the whole Mac experience.
    I'm having trouble getting a KVM switch to work with the Mac.
    I have a Tripp Lite B034-002-R KVM switch to share between the Mini and my WinXP PC. The switch changes over to the other computer when you press NUM LOCK twice within 2 seconds. This is working in the PC (i.e. switching from the PC to the Mac is fine) but is not working in the Mac (i.e. the switch doesn't change from the Mac to the PC).
    I have a MS "Natural Keyboard Pro" USB keyboard.
    Is the NUM LOCK key somehow disabled or something on the Mac? I'm hoping there's some knob I can turn to get this working.
    Thanks for your help,
    Tom

    I bought an IOGEAR GCS632U KVM switch to move between my Mini and Windows XP Pro PC. The keyboard is an Apple Pro. The switch was perfect for several days, then every attempt at invoking the hot key mode would fail; resetting the switch would not correct the problem. IOGEAR Support had me try another keyboard, which is the current standard Apple wired keyboard (the $30 one); it had the same problem as the Pro keyboard. Also we tried other things, but all failed. Sent the KVM switch to IOGEAR and they sent me a new one. After two days using the new switch, the keyboard malfunctioned; this time it was the backward delete key that failed. Same problem using other Apple keyboard. IOGEAR Support, after going through the same previous routine in which nothing succeeded in correcting the problem, tells me to return the switch and they will send me another. Based on my experience, apparently the GCS632U model has an incompatibility problem with (some?) Apple keyboards. This is confirmed by two posts on other discussion groups sites. Also, IOGEAR Support would almost admit that to be the case. They suggested that I use a generic keyboard, but I refuse to buy one just to use that KVM switch. IOGEAR should post the potential problem on their website as a warning.
    Does anyone out there know from experience that a particular IOGEAR model does work with an Apple keyboard? IOGEAR Support says that they will send me a different model if I pay the difference. Or can anyone give me the brand name and model number of any KVM switch known to be compatible with Apple keyboards (particularly one that costs less thatn $75)? A ConnectPro 2-port USB KVM switch will work, according to another discussion group post. Any advice or information will be much appreciated.

  • How to use Two main windows with in a page in script ?

    Hi any body explain me...
    How to use Two main windows with in a page in script ?
    with  header data in one main window,
    & Item data in other main window.

    HI..,
    u need to go for <b>SPLITTING THE MAIN WINDOW</b> !!!
    Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.
    Here is the procedure !!
    -->Create a page window and assign it to a page.
    Choose <b>Edit --> Main windows</b>.
    A dialog box appears.
    -->Enter values in the fields <b>Area width</b> and A<b>rea height</b> in accordance with the input guidelines for main windows.
    -->Enter values in the fields <b>Spacing</b> and Number in the <b>Horizontal group</b> if you want to use multiple columns. You can ignore the fields in the Vertical group.
    Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the <b>Horizontal and Vertical groups</b>.
    -->The value in the field Left margin varies from main window to main window if multiple columns are used. The following applies:
    <b>
    Left margin of current column + Window width + Horizontal spacing = Left margin of next column</b>
    In label printing, the field Upper margin also varies from main window to main window:
    <b>
      Upper margin of current main window +  Window height + Vertical spacing = Upper margin of next main window</b>
    -->Enter a value in the field Start position.
    This is a counter. Enter a starting value which is equal to or greater than 1.
    -->The main windows are added to the list.
    -->Save your form.
    reward if it helps u...
    sai ramesh

  • How to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0)

    Hi all,
    I'd like to know if it's possible and how to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0), Windows version.
    With the following code, I can see that the mail.jar used by the server is the one included in the jdk installation :
    // I'm testing InternetAddress.class because I want to use commons-email-1.2.jar that requires mail.jar 1.4 (or higher) and activation.jar 1.1 (or higher)
    // and I know that inside the commons-email-1.2.jar file, I need to call the InternetAddress.validate() method that throws a java.lang.NoSuchMethodError: javax.mail.internet.InternetAddress.validate()V if it is used with mail.jar 1.2.
    Class cls = javax.mail.internet.InternetAddress.class;
    java.security.ProtectionDomain pDomain = cls.getProtectionDomain();
    java.security.CodeSource cSource = pDomain.getCodeSource();
    java.net.URL location = cSource.getLocation();
    System.out.println(location.toString());
    This code returns : file:/C:/oracle/app/jdk/jre/lib/ext/mail.jar and this mail.jar file has an implementation version number: 1.2
    - I've tried to include my own mail.jar (1.4.2) and activation.jar (1.1.1) files in the war file that I deploy, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I've tried to put the mail.jar (1.4.2) and activation.jar (1.1.1) files in the applib directory of my OC4J instance, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I know that a patch exists : I've read the following document: How to Make Libraries such as mail.jar and activation.jar Swappable ? [ID 552432.1]
    This article talks about the Patch 6514136, but this patch only applies to : Oracle Containers for J2EE - Version: 10.1.3.3.0
    Can you please help me ?
    Thanks in advance for your answers,
    Laurent

    I strongly suggest to upgrade to AS 10.1.3 to get this.
    Think of future support of AS 9.0.4. You will get not critical patch updates anymore.
    --olaf                                                                                                                                                                                                                                                                                                               

  • How to use a Web Template with queries from multiple BW Systems?

    Hi all,
    can anybody help me how to use a Web Template with queries (DATA PROVIDER)in it from multiple BW Systems?
    Thanks in advance, best regards
    Frank

    Great! Thanks for the quick response.
    Have you tried this for XMLA datasources created within the EP system also?
    i.e use Web Analyzer to create a view from the XMLA source and use that view within WAD?
    Thanks.

  • I have used Airport Time Capsule with my iMac for several years. I recently purchased a MacBook Air and when it tried to backup to Time Capsule it couldn't because Time Capsule is full. How can I now use the 3TB Airport Time Capsule to back up both?

    I have used Airport Time Capsule with my iMac for a couple years. I recently purchased a MacBook Air and when it tried to backup to Time Capsule it couldn't because Time Capsule is full. How can I now use the 3TB Airport Time Capsule to back up both the iMac and MacBook Air? I don't mind losing earlier backups. I have excluded some items from backing up, but since the Airport Time Capsule is full, I can't even begin to back up the MacBook Air.

    On your Mac.......
    Open Finder > Applications > Utilities > AirPort Utility
    Click on the Time Capsule icon, then click Edit in the smaller window that appears
    Click on the Disks tab at the top of the window
    Click Erase Disk
    On the next window that appears, select the Quick Erase option, then click Erase
    The operation will only take a few minutes.
    Now you are ready to start new backups of both Macs.  Back up one Mac first, then back up the other.  Do not try to back up both Macs as the same time.

  • How To Use Your Own Router with Out Loosing Verizon's FIOS Services

    How to use your own router with Verizon’s FIOS Service
    First, you need a basic understanding of how FIOS works but unfortunately there are two types of FIOS systems out there. All of the systems utilize a fiber optic cable to bring TV, phone and internet to your location over one optic cable. In addition these systems provide interactivity including widgets, remote DVR, movies on demand and so forth via an IP (Internet Protocol) signal.  Your STB (Set Tip Box) requires both a video and IP signal. The IP signal is necessary for all of the aforementioned interactivity.  The fiber cable terminates at the Optical Network Terminal or ONT for short.  The ONT converts the optics into a digital signal that can be utilized by ones equipment.  From the ONT your video, phone and internet are provided to the location.  This is where things can differ as the internet signal can be provided via a coaxial (MoCA or Multimedia over Coax Alliance) or RJ45 Cat5 (Ethernet) cable.  It is important to identify and understand the differences of these two setups.  In my case I have my internet entering via Ethernet cable, which in my humble opinion makes things a heck of a lot easier.
    How does one tell the difference? In most cases it’s rather simple; just look at the Verizon’s router WAN (Wide Area Network) Port.  Does it have a RJ45 (Ethernet) or Coax (TV cable Cord) going to it? If the router’s WAN port doesn’t have a coaxial connector then one will need to convert the MoCA signal into a usable Ethernet signal that routers understand. The easiest way is to use Verizon’s router as a bridge. In this method the Verizon’s router simply converts the signal and passes it along to your own router. The challenge is to try to maintain the interactivity that FIOS TV provides. Because of this one needs to supply the IP routed signal back to the FIOS router.  There are multiple methods for doing this and I would recommend investigates which one make the most sense.   
    In my particular case the IP signal was provided by Ethernet.  Again there are various ways of installing one’s own router. The hardest is to utilize Verizon’s router as a bridge.  This setup requires configuring Verizon’s router as a bridge and also creating a VLAN (Virtual Local Area Networks). In addition one needs to set up their own router so it will work with the various routing tables and networks. For me this is too complex for the average person and it can be difficult to trouble shoot if something goes wrong. Please consider that Verizon will not support utilizing third party routers.   
    The easier method is to request an Ethernet signal (if you don’t already have one) from their ONT.  I would highly recommend getting your hands on a NIM or Network Interface Module. This device is used to convert Ethernet to Coaxial so it can be fed back to your STBs.  These can be purchased online and Verizon technicians can be a valuable resource with these sorts of acquisition.  At the very least they can point you to the right direction.  Once you have a NIM the rest is rather simple.
    Log into the current Verizon Router.
    Located the router’s MAC address and copy it down.
    Go to the port forwarding section and copy down the Applied Rules. 
    Example:  
    Network Computer/Device: 192.168.1.100:63145
    Application & Ports Forward:  Application UDP Any -> 6347  
    Note: There may be up to three entries for each one of your Set Top Boxes.
    Look at your current device list, typically found on the home screen. Copy down your STB MAC and IP address.
    Example:
    IP-STB1
    Connection Type: Ethernet
    * IP Address: 192.168.1.100
    IP Address Allocation: DHCP
    *MAC Address:                07:73:fFe:ad:8b:3f
    * Things you will need to write down
    Go to the network section and look for the main Ethernet connection.  Select this and then select more setting, typically found at the bottom. Release the current lease.
    Remove the Verizon router
    Install your router
    Connect the NIM by plugging in an Ethernet from one of the routers LAN (Local Area Network) ports to your NIM. Then connect the coax cable, the same cable that was used by Verizon router.
    Set you DHCP routing IP pool to accommodate Verizon’s STB IP’s  (note their IP’s start at 192.168.1.100)
    Go to DHCP section and reserve the STB IP’s by inserting the IP’s and MAC addresses. This shall ensure that nothing else utilizes the same IPs as the STBs thereby preventing IP address conflict.  
    Add the port forwards from Step 5 above.
    Clone Verizon’s Mac Address utilizing the info from step 2
    Finish setting up the router in typical fashion.
    Unplug and re-plugin your STB’s and test functionality.  It’s best to try using a widget or Movie on demand function.
    Note: if the new router can net get an internet signal contact Verizon’s support and have them release the IP and reset the ONT.  
    EVERYTHING should be working at this point.

     3 Go to the port forwarding section and copy down the Applied Rules. 
    Example:  
    Network Computer/Device: 192.168.1.100:63145
    Application & Ports Forward:  Application UDP Any -> 6347  
    Note: There may be up to three entries for each one of your Set Top Boxes.G
    Your display obviously is not like mine as mine does not dosplay the port associated with the ip address
    whatever, the STB's start at 192.168.1.100 and icement by 1 for each
    the port addr's will be 63145 alo incrementing by 1
    there is 1 entry for each in my pf list
    however each ip addr also has a port entry starting at 35000 also incrementing by 1 for each ip addr
    For some unknow reason these are duplicated e.g I appear to have 11 entries exaactly the same for each stb and as the fios services rules have no action switc there is nowhere to delete the extraneous garbage.
    Why do you clone the mac addr??

  • How to use digital av adapter with iphone4

    How to use digital av adapter with iphone4

    you can connect it to the iphone4's connector and then you can start an app which support av out like apples video app and then it will display on the tv connected
    the iphone4 don't support mirror though so only apps which support tv out will work with it

  • How to use a iPad mini with a projector

    How to use a iPad mini with a projector

    Use an AirPlay compatible device, such as an AppleTV or an AirPlay compatible AVR.

  • How to use Crystal Reports 11 with Visual C++ 2005 ?

    Post Author: compvis
    CA Forum: General
    Hello everyone !
    Plz tell me how to use Crystal Reports XI with Visual C++ 2005 ?
    Thank you so much !

    Moved to .NET SDK forum.
    Need more info, version of the assemblies you are using and the assembly file system version number ( not the same as what you see in the properties of the project.
    As well, what happens if you use OLE DB as a test?
    Thank you
    Don

  • How to use Special value set with Column clause to display addtional column

    hi
    can anyone tell me
    How to use Special value set with Column clause to display addtional column
    how can i use FND POPID and with COLUMN clause ?

    Dear Yaseen,
                To get the value in formula cumulative,after you have created the formula for that particular key figure,go to edit and click on tab "calculations".
    In that select overall result as 'count all values not equal to zero' and single result as 'count all values not equal to zero' .
    And mark the cumulative check box underneath.
    I hope you get the desired result and please do me favour .
    Sumit goomber

  • How to use "scanner advanced" signal with DMM 4060?

    Hi!
    We're using SCXI-1128 switches with 1331 terminal blocks. The switches should communicate with the PCI DMM 4060 via the SH9MD cables.
    Does someone know if there is a possibility to use the scanner advanced signal from the switch over these cables (for handshaking)? The documantation says the signal is only available on the front connector (1331) which does not make much sense in my eyes...
    I'd be glad if someone could help me here.
    Best regards,
    Jan

    When you are using the SH9MD to communicate from the 4060 to an 1128, you are using the cable for SCXI communication. You are connecting this cable to the back of the 1128 and the only signals it can carry are SCXI communication and the Measurement Complete (MC) from the DMM to the Switch. The 1128 cannot route his Scanner Advanced (SA) signal to the back where the SH9MD connects, and there are not any available PIN to carry it.
    If you want to use handshaking with a PCI 4060 and a 1128, you will need to control the Switch using a different controller than your PCI 4060 (another 4060/4070/4021) connected to the back of the 1128 using the SH9MD cable. You will also need to get the "trigger cable" for your PCI 4060 (available page 298 in 2002 NI catalog). This cab
    le splits the SH9MD into 2 BNCs; EXT TRIG IN and MC. These BNCs need to be connected to the SA screw terminal and to the EXTRIGIN screw terminal respectivelly on the 1331 terminal block.
    The DMM will need to be set to external for both the Trigger/Sample trigger and the MC destination. The Switch would also have its SA destination and input trigger set to "front of module X".
    A very good source of information in the "NI digital multimeter help" available on the Web. Check out the Triggering section under the Programming heading.
    Good luck.

Maybe you are looking for

  • Creative Sound Blaster Card SB0880 XF-Titaninum

    The console module will not execute- it states that the CTIniFU.dll file is missing please reinstall. I have? and so has the dell computer rep done this 4 times and it still will not work. I can not get this to operate. This is a brand new machine wi

  • SRM-MDM 3.0

    Hello. I try to look in the sdn but i didn't the solution for me question . Can i install SRM-MDM 3.0 with SRM 4.0 - SRM_SERVER 500 ? if you can help me to find documentation about it . Thanks Menashe

  • Safari not recognizing known filetypes

    http://bitzofbrinenhanced.blogspot.com/ Here's a site I tried listening to that featured enhanced podcasts. But they display as text files in Safari. If I right/ctrl click to save the file to disk it gets a .txt appended to it! The file is .m4b and I

  • Only 1 site shows problem.....

    Adobe flash (11.8.800) works for me everywhere but one site - it worked (not sure if flash updated since it worked) until recently, but I don't know what changed. Only this one site exhibits the problem - no video in the window. I've tried the troubl

  • HT4061 Ipad won't open - message iCloud Backup - This product hasn't been backed up in 2 weeks.  Backups happen .... etc

    Baffled by the message on screen as I have not tried to back up the machine.  How do I do anything when I am unable to go beyond this message?  I am on a friends laptop trying to make some sense of what has happened.  I did get an email some time ago