Can't find PC when using apple tv 2nd gen?

I am trying to access our IBM thinkpad thru apple tv to view photos, etc.  Home sharing is turned on, i-tunes 11 installed.  When we turn on Apple TV and select computers, we only get our i-Mac showing up, and not the PC?  Any suggestions?  thank you

Welcome to the Apple Community.
The following article(s) may help you.
Setting Up Home Sharing On A Computer
Troubleshooting Home Sharing
You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.

Similar Messages

  • HT201272 I am using Apple ipod 2nd gen with IOS 4.2.1 . No i recently updated my IOS and all my apps were deleted. Now when i download IBOOKS it needs IOS 5. How do i get the apps which are copatible with IOS 4.2.1 or IPOS 2nd GEN??

    I am using Apple ipod 2nd gen with IOS 4.2.1 . No i recently updated my IOS and all my apps were deleted. Now when i download IBOOKS it needs IOS 5. How do i get the apps which are copatible with IOS 4.2.1 or IPOS 2nd GEN??

    You should always have your apps on your computer.  If you have failed to keep a copy of the old app versions, then you cannot get them back at all.
    Sorry.
    Many app makers no longer support the old ios and ipod models

  • Can't find Library when using Import Mailboxes option in Mountain Lion

    Hi there, I'm trying to import my Mailboxes I've created on my iMac in my Apple Mail, but I can't see the "Library" folder. I've searched the web and found instructions to unhide the "Library" folder when using Finder, but this does not help me as I can't use this when following the instructions and prompts in the Mail>File>Import Mailboxes option. I'm running Mountain Lion. Can anyone help?

    Sorry that option not available in mountain lion.
    You can use a terminal command but the easiest way to do this is to choose Go>Go To Folder ~/Library.
    When it opens drag the Folder from the window bar into your side bar.
    This will make it always available.
    To remove it just drag out of the side bar.

  • Safari can't find servers when using Wi-Fi

    I can log onto wi-fi networks just fine. When I look at the details I see all the connection details and the wi-fi icon shows up on the phone.
    But when I try to use the browser, or even just access email or maps, the phone can't locate anything. I have to shut off wi-fi and use edge.
    Any ideas what's wrong?

    I think my situation might be similar and I am stuck as well...
    What I see is I CAN connect to my home network (secured etc) no problem.
    I have been able to connect to unsecured networks before, no problem.
    But the "unsecured" wireless that is at my office does NOT allow me to get to the internet. Connecting to it via a laptop does the thing where it redirects the first web page you open to a agreement page, and you need to click "yes, I will be nice" or whatever before it allows full internet access, but then it is free and clear.
    From the iphone, the connection looks like it works - the iphone thinks its connected. If I look at the details I see it starts with a 169.* address, then DHCP looks like it kicks in and it gets a 42.* address and a router on that same network. The DNS it gives are on different networks (192.* and 166.*) however. Any page I try to go to in safari waits for a while then reports "...can't find the server", instead of going to the agreement page. I have tried adding the router's address in the DNS list just in case...
    Is there some incompatibility with this sort of thing?
    Cyberquixote
    Message was edited by: cyberquixote

  • Can't find file when use the main(String[] args) method

    I put a file under the DefaultDomain directory of Weblogic 11.1.1.5 on my local machine. Below is how I look up this file
    FileInputStream fis = new FileInputStream("input.xml");
    I started up the IntegratedWeblogicServer instance and I tested using the below 2 approaches.
    1) When I test a web service program using the below approach, it CAN'T find the input.xml file
    public static void main(String[] args)
    2) When I package it into an EAR file and deploy it onto the server then log into the admin console and use the test client approach then it's able to find the file
    How do I make it so it can find the file using #1 approach?
    Thanks

    That's how relative paths work, and it's nothing particular to Java.
    When you type ls input.xml or dir input.xml does it list the file, or give an error? If it lists the file, then it's in your current directory, and it will work if you run Java from that directory. If it gives an error, then that file is not in your current working directory, and Java won't be able to find it either.

  • Can't find movies when sync apple tv

    Have bought a new iMac. Setting up Apple TV worked well, but... When I try to sync I all of a sudden can find "settings" and "pictures" as tabs, movies, podcasts, etc is all gone. Help!

    Contrary to the new model wich allows only syncing, the old Apple TV (1st generation) allows syncing and streaming from an iTunes library.
    For syncing you should pair your Apple TV (1st generation) to your computer's iTunes Library instead of just connecting it to it's shared iTunes Library for streaming
    Here you will find the explanation on how to do this: http://support.apple.com/kb/HT1143
    If your Apple TV (1st generation) was already paired and/or connected to your computer I suggest that you first  unpair it and/or disconnect it.

  • URLClassloader can't find superclass when using JWS

    Using a URLClassLoader to load a class "LocalClass" which is stored locally on disk. "LocalClass" extends "AppClass" which is in a jar file in the application classpath. This works when running the application from the console, but not when running it using Web Start.
    Using Web Start, the class loader fails with a NoClassDefFoundError on _"AppClass"_. I guess it's a security restriction, but I find it strange that it's okay if all the superclasses are loaded through the URLClassLoader, i.e. if "LocalClass" extends Object or if "AppClass" is on the local disk.
    Is this a by-design restriction of the security apparatus or is there a workaround?

    Found the answer at http://forum.java.sun.com/thread.jsp?forum=38&thread=368027
    Solution is not to use the default parent class loader (the system classloader) but AppClass.class.getClassLoader() (the JNLP class loader)
    in the URLClassLoader constructor.

  • Can't find ejbc when using ant

    When I am doing the ejb-jar task with iplanet extension I get the error:
    [ejbjar] java.io.IOException: CreateProcess: D:\apps\AppServer7\appserv\lib\bin\ejbc -sl -gs -classpath <snipped classpath> com.randomwalk.sun.pop.server.MarketDataServiceBean error=3
    I am running on Windows 2000

    <ejbjar srcdir="${build}"
    descriptordir="${config.dir}"
    classpath="${client}"
    basejarname="../../${dist}/portfolio-ejbs">
    <iplanet destdir="${ejb}"
    iashome="${ias_home}"
    debug="no"
    keepgenerated="yes" >
    <classpath>
    <pathelement path="." />
    <pathelement path="${build}" />
    <fileset dir="${ias_lib}">
    <include name="**/*.jar"/>
    </fileset>
    </classpath>
    </iplanet>
    <include name="**/ejb-jar.xml"/>
    <exclude name="**/weblogic*.xml"/>
    <support dir="${client}">
    <include name="**/*.class"/>
    </support>
    </ejbjar>

  • Can not access iTunes Match from Apple TV (2nd Gen)

    I select In the Main Menu => Music => Turn on iTunes Match. I select this option and the iTunes Match screen displays indicating that I must subscribe to this service using iTunes on my computer. I click OK and takes me back to the previous menu.
    Under the Computers menu, my computer is recognized and I'm able to stream music and photos.
    I had already subscribed and uploaded all my music to iCloud's iTunes Match.
    Has any one experienced this problem? If yes, how it was resolved?

    Are you logged into the Apple TV for the iTunes store using the same account as you used for iTunes Match.

  • TS4002 I'm trying to create a new apple-id but when typing the email adress I want to use I'm told that the particular email adress is not allowed but when searching I can't find same being used. How do I find out where that particular email adress is use

    I'm trying to create a new apple-id but when typing the email adress I want to use I'm told that the particular email adress is not allowed When searching I can't find same being used anywhere. How do I find out where that particular email adress is used so I can delete it there and use it for my new apple-id?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Also
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.

  • I've lost my iPhone 4... How can I find it when the device is offline when using "find my iPhone app"????? Any way of getting a location from it????

    I've lost my iPhone 4... How can I find it when the device is off linesmen using "find my iPhone app"????? Any way of getting a location from it?????

    No. It must be online in order to locate it.
    What To Do If Your iDevice Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if it is connected to the Internet by Wi-Fi or cellular. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. iCloud- Use Lost Mode
      6. What to do if your iOS device is lost or stolen
      7. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      8. Find My iPhone
      9. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • I can not find my playlists on apple tv. How can I use my playlists from itunes on apple tv ?

    I can not find my playlists on apple tv. How can I use my playlists from itunes on apple tv ?

    Hey luisathome,
    Thanks for the question. The following resource outlines how to setup Home Sharing between your Apple TV and computer:
    iTunes 11 for Mac: Play items in your iTunes library using Apple TV (2nd generation or later)
    http://support.apple.com/kb/PH12153
    Thanks,
    Matt M.

  • Can I get audio through iPhone when using apple tv?

    Can I get audio through iPhone when using apple tv?

    What do you mean exactly? Are you wanting to output the audio to your iPhone while say watching a video on your Apple TV?  If so, I'm afraid it's not possible.  However, you should post this in the Apple TV forums for a better confirmation on then.  There are some prettty knowledgable people who hang out there.
    https://discussions.apple.com/community/appletv
    B-rock

  • I was using raw & my hard disk nearly full. When I downloaded pix, I got message that said hard disk nearly full. My pix downloaded into 2 folders. When I merged them about 50 disappeared. Where can I find them? Using MacBookPro, IPhoto 9.5.1

    I was using raw & my hard disk nearly full. When I downloaded pix, I got message that said hard disk nearly full. My pix downloaded into 2 folders. When I merged them about 50 disappeared. Where can I find them? Using MacBookPro, IPhoto 9.5.1

    Where were you downloading the to,   iPhoto, a folder on the Desktop, where? Are they still on the camera's memory card?  If you deleted them from the card and haven't used the card since they can be recovered with recovery software like  MediaRECOVER. You can download the demo version to verify they can be recovered before purchasing it.  Other similar apps can be found at MacUpdate.com by searching for "photo recovery" or similar terms.

  • It can't find URL when i use HLS for vod and the vod file name contain Chinese.

    It can't find URL when i use HLS for vod and the vod file name contain Chinese。eg: http://127.0.0.1:8134/hls-vod/你好.mp4.m3u8.
    How does it support Chinese path?

    To answer the post title FireFox save all downloads automatically in the download folder, which you can find in the Documents folder. If you want to choose where to save your downloads go to tools>options>check always ask me where to save files.
    Secondly, I am assuming you have IE 8 installed as this is the only version that supports this fix that is currently not in beta. Go to control panel>internet options>advanced tab and reset the settings at the bottom. This may or may not fix the problem but it is a good first step.

Maybe you are looking for

  • Multiple camera recording question

    Ok so if i have multiple cameras and one of them triggers and is recording can another record at the same time.  it looks like when this happens i lose a video.  the triggers are all in the activioty log but no video is there to see. Al

  • OBIEE 11g: Build a drill down detail on the count of records

    Hello: I have a summary report based on certain criteria shows the count of certain number of records for example, count(sales_id). Region (North), Product Category(ABC) -> 15 (Sales record count using count(sales_id)) I want the ability to provide a

  • How do I default a multi-select to have all values selected

    Hi all, I have a report (standard, not interactive - for various reasons) and I have a number of 'search' fields that the use can use to fulter the results shown. One of these fields is a multi-select list which allows the users to select multiple va

  • Solaris 10: intercepting system calls

    Hello, I have a problem: I don't manage to intercept system calls (as described in this document http://packetstormsecurity.org/groups/thc/slkm-1.0.html). Is it because solaris 10 doesn't use the syscall table ? Another problem that I have is that I

  • Validating page item  to be less than 50 charachters

    Hello, I have created validation for page item, its string and I want it to be not more than 50 letters, I used PL/SQL expression and I used this one V('P55_MANAGER_NAME').length > 50 I got this error ORA-06550: line 1, column 47: PLS-00487: Invalid