Opening files in CC

I just saved a file in CC, and when I try to reopen the file, I get "Could not complete your request because the file is not compatible with this version of Photoshop." These are big files, and I have been working on them for about a month without problem. All locally saved, etc. Maximize compatibility, etc. This just started happening.
Apple Java update is the only thing changed recently on the Mac.

Similar Messages

  • Open file in Sub VI and close in Main VI

    Hi,
    Question:
    I am opening a file using a Sub-VI, but i am unable to close it in my main VI. Is there a way of passing the refnum between Sub-VI's ?
    Or is there a cleaner way of doing this ?
    Thanks
    GM

    Although this can be done, it is not good programming practice to do so.  You should open files in one vi, read/write to them in the same vi or in subvi's, and close the file at the level where it was opened.  This is proper modular programming.  Then you would not need references.  You could just wire the file refnum into your subvi.  Of course this is a general statement.  You could have a very good reason why you are doing it your way.
    - tbob
    Inventor of the WORM Global

  • Open file from ADF pages gives a problem

    Hi all,
    I have created with Jdev 11g an ADF page.
    In that page is shown a table with the files that are stored in the database.
    I use this code to show the file:
        public void showFile(BlobDomain  b,String filename){
            FacesContext fc = FacesContext.getCurrentInstance(); 
            HttpServletResponse response = (HttpServletResponse)fc.getExternalContext().getResponse();
            response.setHeader("Content-Disposition","attachment; filename=\""+filename+"\"");
            response.setHeader("cache-control", "no-cache");
            try {
                InputStream in;
                in = b.getInputStream();
                ServletOutputStream out = response.getOutputStream();
                writeInputStreamToOutputStream(in, out);
                fc.responseComplete(); 
            } catch (IOException e) {
                e.printStackTrace();
            } catch (Throwable e) {
                e.printStackTrace();
        }This works for the first time a file is opened. But when the user then selects a different row nothing is happening anymore.
    What can that be?

    Hi Simon,
    This is the button:
                      <af:commandButton text="Open file"
                                        binding="#{backingBeanScope.backing_pages_Meldingen.cb5}"
                                        id="cb5"
                                        disabled="false"
                                        action="#{backingBeanScope.backing_pages_Meldingen.openFile}"/>this is openfile:
        public String openFile() {
            BindingContainer bindings = this.getBindings();
            DCIteratorBinding iter = (DCIteratorBinding)bindings.get("XxahelpBezoekRapDocView1Iterator");
            Row currentRw = iter.getCurrentRow();
            showFile((BlobDomain)currentRw.getAttribute("Bijlage"),currentRw.getAttribute("Filename").toString());
            return null;
        }And how can I download in a popup??

  • Vi error on nfs mount; E212: Can't open file for writing

    Hi all,
    I've setup a umask of 0 for testing on both NFS client (Centos 5.2) and NFS server (OSX 10.5.5 server).
    I can create files as one user and edit/save out as another user w/o issue when directly logged into the server via ARD.
    However, when I attempt the same from an NFS mount on a client machine, even as root I get the following error using vi;
    "file" E212: Can't open file for writing
    Looking at the system.log file on the server, I see;
    kernel[0]: add_fsevent: no name hard-link! dropping the event. (event 2 vp == 0xa5db510 (-UNKNOWN-FILE)).
    This baffles me. My umask is 0 meaning files I create and attempt to edit as other users are 777, but I cannot save out edits unless I do a wq! in vi. At that point, the owner of the file changes to whomever did the vi.
    This isn't just a vi issue as it happens using any editor, but I like to use vi.
    Any help is greatly appreciated. Hey, beer is on me!

    Hi all,
    Thanks for the replies
    I've narrowed it down to a Centos client issue.
    Everything works fine using other Linux based OS's as clients.
    Since we have such a huge investment in Centos, I must figure out a workaround. Apple support wasn't much help as usual however they were very nice.
    There usual response is "its unsupported".
    If Apple really wants to play in the enterprise of business space, they really need to change there philosophy. I mean telling me that I shouldn't mount home directories via NFS is completely rediculus.
    What am I supposed to use then, Samba of AFP? No, I don't think so. No offense to Microsoft but why would I use a Windows based file sharing protocol to mount network shares in a Nix env???

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • I am trying to open CR2 files from a Cannon EOS 1DX camera in Photoshop CS6 and I have already updated the Camera Raw Plug in but Photoshop is still giving me the cannot open files dialog box? Help?

    I am trying to open CR2 files from a Cannon EOS 1DX camera in Photoshop CS6 and I have already updated the Camera Raw Plug in but Photoshop is still giving me the cannot open files dialog box? Help?

    Canon 1DX support was added to ACR in version 6.7, 7.1.  An updated CS6 should be at level ACR 8.6.  If your ACR is not at level 8.6 try using CS6 menu Help>Updates.  If that does not install ACR 8.6 try downloading the ACR and DNG 8.6 converter and see if ACR 8.6 will install into your CS6.
    Adobe - Adobe Camera Raw and DNG Converter : For Windows
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh

  • My external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive. Same thing has happened with Final Cut Express.

    My new LaCie external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive.
    The same thing happened recently between Final Cut Express and my other LaCie external hard drive used as the Scratch disk. It fixed itself.
    I've run out of ideas. Help would be very much appreciated. Thanks.

    have you done some searches on FCPx and time machine? Is there a known issue with using a TM drive with FCPx? dunno but ...wait...I'll take 60 sec for you cause I'm just that kind of guy....   google...." fcpx time machine problem"  Frist page link 
    http://www.premiumbeat.com/blog/fcpx-bug-best-practices-for-using-external-hard- drives-and-final-cut-pro-x/
           You cannot have time machine backups on your hard drive if you intend to use it in FCPX.
    booya!

  • File Server Role: Slow access for "opened files" and slow Explorer browsing

    Since we migrated our fileserver from Windows Server 2008 R2 to Windows Server 2012 we are facing two major problems:
    1. Opening files which are already opened by other users takes about 1 minute before the file actually opens. This is not only for Office files such as Excel and Word, but also for other (not office) files. Again, this problem only rises when the file(s)
    is/are already opened by another user. There seems to be a sort of "Lock" check time which is about 45 to 60 seconds.
    2. The other problem is browsing via Explorer through the network drive (all clients are Windows 7 clients). Half of the time there is some kind of "hick up" with displaying the results of the folder. I cannot figure out a patern, but if there
    is no "hick up" then browsing is very fast (also in the busiest times of the working day)... If there is a "hick up" the result can take about 50 seconds to display the content of a folder.
    I suspect the SMB implementation / settings of Windows Server 2012 which are causing the problems...
    Things I tried:
    1. Changed the Oplocks wait time to 10 seconds (which is the minimum). The result is that openening files does indeed go some faster (still taking about 45 seconds).
    2. Disabled SMB2: the result is that browsing is fast... Opening files does go faster. BUT: we are then facing other problems like some files are not able to open... This setting was, after getting a lot of complaints from the users, changed back to enabled
    SMB2.
    3. Within the NIC card properties I disabled "QoS packet Scheduler", "Link-Layer Topology Discovery Mapper I/O Driver", "Link-Layer Topology Discovery Responder" and IPv6 (as we only use IPv4).
    All above with not the promising results.
    The server is a dedicated (virtual machine on vSphere 5.1) fileserver.
    Please Advice since this is not workable, and we have postponed the migration of the fileserver for our aother location.

    Hi Dave,
    I suggest you disable all third party applications like Anti-Virus application to test if it could reduce the waiting time when accessing a file.
    Here are some related threads below that could be useful to you:
    DFS Slowness when Opening Microsoft Documents and Excel Spreadsheets
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/61ec9a99-0027-44cb-815c-0da9276c1c96/dfs-slowness-when-opening-microsoft-documents-and-excel-spreadsheets?forum=winservergen
    Opening files over network takes long time
    http://social.technet.microsoft.com/Forums/windows/en-US/c8ddb65f-8a17-4cee-afd4-dfc09e99d562/opening-files-over-network-takes-long-time?forum=w7itpronetworking
    opening folder or file takes over a minute on Windows 2008R2 File server
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/b9aa98c4-3ef7-4e6d-810d-6099e72b33f6/opening-folder-or-file-takes-over-a-minute-on-windows-2008r2-file-server?forum=winserverfiles
    Best Regards,
    Amy Wang

  • InfoSpoke fails with message "Could not open file on application server"

    BW Experts,
    I created an InfoSpoke that is configured to extract to a flat file. The name of the file is specified using a logical filename. During extraction, the infospoke reports the error message "Could not open file on application server" adnd  marks the extraction process as red(failed). I have tried to run the InfoSpoke in background mode and in dialog mode and the same error appears. After i run in dialog mode, i checked SU53 for authorization errors and did not find any. I also tried changing the Logical filename setup in transaction FILE to a more "friendly" directory in which i'm sure i have authorizations (e.g. my UNIX home directory) and im still getting errors.
    Can you please share your thoughts on this? Any help will greatly appreciated. I also promise to award points.

    Hi Nagesh,
    Thanks for helping out.
    If i configure the InfoSpoke to download to a file using "File Name" option and also check the "Application server" checkbox, the extract works correctly (extraction to the defualt SAP path and filename=infospoke name). If i configure the InfoSpoke to download to the local workstation, the InfoSpoke also works correctly. It's only when i configure it to download to the application server and use the "Logical filename" option, that i encounter a failed extract.
    Here are the messages is the Open Hub Monitor:
    (red icon) Request No.147515
    0 Data Records
    Runtime 1 sec.
    (red icon)Run No. 1
    0 Data Records
    Runtime 1 sec.
    Messages for Run
    Extraction is running RSBO 305
    Could not open file on application server RSBO 214
    Request 147515 was terminated before extraction RSBO 326
    Request 1475151: Error occured RSBO 322
    If i clink on the error message, no messages nor clues are displayed. Note, this is a new InfoSpoke that is currently in the dev system.
    Please help.

  • Where is "open file" in PDF Portfolio?

    How do I get back Open File in the top right corner of a PDF Portfolio I created in Acrobat X?

    It's a two step process. First, double-click on a file thumbnail in the portolio to view the preview:
    Then when you're viewing the preview, see Open File at the upper right:

  • Photoshop CS3 opening files painfully slow on a Mac

    We're having an issue here at work where Photoshop CS3 is very slow in opening files of any size on our Macs.
    We're running 10.5.8 on 2x2.66 GHz Dual-Core Intel Xeon MacPros with 3 of them having 8 gigs of ram and my machine running 12 gigs.
    I've tried doing a bunch of research on the issue, but all I can find about it has to do with the issue on a Windows machine involving the network/default printers. I've tried deleting both our network printers and adding them again after a restart with no luck. We've even tried deleting the Photoshop preference file along with the Adobe Mediabrowser preference.
    If anybody has any thoughts on how to fix this (aside from upgrading to a newer CS), they would be greatly appreciated.
    Thanks in advance!

    Ok, I think I found a little work around that so far, for the past hour or so is working good. Files are opening up a lot faster.
    What I did was create a virtual default printer following instructions I found Adobe's site...
    1. Open System Preferences, and select Print & Fax.
    2. Choose the + sign to add a new printer.
    3. Choose IP.
    4. In the Protocol pop-up menu, choose Line Printer Daemon - LPD.
    5. In the Address field, type in localhost.
    6. After Generic PostScript printer displays in the Print Using field, click Add.
    7. Close out of the Print & Fax preference or Quit System Preferences.
    http://helpx.adobe.com/x-productkb/global/set-default-printer-print-center.html
    Once I did all that, I had to go into the Preferences and delete the Photoshop and Mediabrowser preferenses and then restart the computer. Hopefully this fix sticks, but if not, I'm sure I'll back to see if anybody has any other ideas.
    Thanks for all the help guys, I really appreciate it.
    EDIT
    Well, it's been a few days and it looks like I may have spoke too soon on the above fix. Photoshop seems to be slowly reverting back to the problem.

  • When I try to open an image by double clicking on it in Bridge, I get a message telling me to log in to Creative Cloud.  I am running CS6, and the default should be to open files in Photoshop 6 or in Adobe Raw (if it's a Raw file).  I don't want to log in

    When I try to open an image by double clicking on it in Bridge, I get a message telling me to log in to Creative Cloud.  I am running CS6, and the default should be to open files in Photoshop 6 or in Adobe Raw (if it's a Raw file).  I don't want to log into CC since I am not a subscriber, and this means that I have to work around, and go  back to Bridge, and tell it to open the file in Adobe RAW.  However, this does not work for older psd files which for some reason cannot be opened in RAW.  How do I return to the process of simply allowing RAW files to open automatically in Adobe RAW, and simply right clicking on the image in Bridge to bring up the option of opening it in Photoshop?

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • I am in the middle of a job using CS 6, but at the same time opening the Creative Suite apps.  I created an InDesign file in CS 6, saved it, and now I can't open it. I'm getting this message: Cannot open file because it was saved with a newer version of A

    I am in the middle of a job using CS 6, but at the same time opening the Creative Suite apps.  I created an InDesign file in CS 6, saved it, and now I can't open it. I'm getting this message: Cannot open file because it was saved with a newer version of Adobe InDesign CC (10.1). You must use that version or later to open the file." AARRGGHH! So how do I access the file?

    Sounds like you opened and saved it in CC, so now you need to go back to CC and either complete the project there, or export to IDML to take it back into CS6.

  • Can't open files in Camera Raw while in Bridge CS6

    05/30/2014
    Believe this issue/problem happened after automatic update from Adobe (but can't be sure).
    Have always uploaded files from camera into Bridge then do some editing by opening JPEG and RAW (NEF) files in Camera Raw from Bridge. 
    Now, "Open in Camera Raw" is greyed out and I am unable to find a way to open files with Camera Raw from inside Bridge CS6.  This seemed to happen suddenly and without any new software or applications being added to computer.  All other apps/software working well.
    Have tried various fixes found on Adobe community discussions without success.  Problem now ongoing for over a week +.
    Am able to open files in Photoshop with no problem but want to be able to do some quick edits using Camera Raw opening files from Bridge CS6. 
    I'm using Bridge CS6 Version 5.0.2.4.  (as part of Adobe Creative Suite 6).  Updater states I have most current version of Bridge installed. 
    I'm using an iMac computer with Intel Core i7 processor
    OS X 10.8.5
    Have found others with this same or very similar problems on forums but either can't understand patches/directions or unable to complete instructions on my computer.
    for example see:  Camera RAW update issue with Bridge CS6
    From that link/discussion, one finds this "solution": 
    After you update to Camera Raw 8.4, Bridge CS6 in Mac OS doesn't display image metadata or allow you to edit images in Camera Raw.
    To the top 
    Manually install the Camera Raw 8.4 plug-in.
    Exit Adobe Bridge.
    Download the file below.
    Locate and double-click the downloaded file to decompress it. The resulting file is Camera Raw.plugin.
    Navigate to the Macintosh HD folder.
    Open the Library/Application Support/Adobe/Plug-Ins/CS6/File Formats folder.
    IMPORTANT: Navigate to the root Library folder on your hard disk, not the Library folder under your user folder.
    Copy the Camera Raw.plugin from step 3 into the File Formats folder.
    IMPORTANT: This new file overwrites the file already in this folder. It's important that only one Camera Raw.plugin file is in this folder.
    Open Adobe Bridge.
    Camera Raw.plugin.zip
    Mac OS Camera Raw 8.4 plug-in for manual installation 
    However, when I try the above, I have these issues:
    1.  When I double click on the downloaded file, my computer opens PhotoShop and an error message is displayed that states "Could not complete your request because Photoshop does not recognize this type of file."  (I suspect this may mean my computer has automatically decompressed the file, but I am not certain of that).
    2.  Not completely certain I know how to "Navigate to the Macintosh HD folder" as suggested in step 4. above (OK, I'm new to Mac; long-time PC user….)
    3.  When I am in "Finder" and click on "GO" while holding down "Option" key, I find "Library".  within that, I can find "Library/Application Support/Adobe" but there is no "Plug-Ins" folder within the "Adobe" subfolder. 
    4.  Not sure how to tell if I am in the "root Library" on my hard disk vs. "Library under my user folder".  (Again, new to Mac….)
    I have NOT yet tried doing an "Uninstall" and then Re-installing the whole Adobe Creative Suite 6 and would like to avoid that if possible. 
    Would absolutely LOVE it if Adobe would simply push an update that would fix this problem or if someone would explain to me how I could restore the earlier version that worked perfectly for me. 
    Any help, suggestions (in very basic, simple terms that any idiot new to the world of Macintosh can understand) would be appreciated.  Very frustrated with Adobe at the moment. 
    Mostly have liked the switch to Mac, but with this and my photo workflow coming to a screeching halt, having second thoughts.  (But I suppose Adobe update for PC may cause problems as well.)
    Thanks in advance for any help/suggestions.

    05/30/2014
    Literally minutes after I posted the above, I figured this out myself and now I'm a happy camper and things are back to normal!
    Here was my error/issue:  as a new Mac user, I was not negotiating/finding files on my hard drive correctly. 
    In case there are others out there with this same issue (and as dense as I apparently am ):
    Here is what I did that resulted in a fix:
    First Steps:
    1. Quit/close Bridge
    2. As noted in post above, go to this link to download Camera Raw Plugin file:
      Camera RAW update issue with Bridge CS6
    Link to get to download is near end of instructions, but I will attempt to insert that link to download here:
    Camera Raw.plugin.zip
    3.  Once file has been downloaded, find it by using "Finder" Click on "Finder" and look on list of options on left side of Finder window to find "Downloads".  On my computer, when clicking on "Finder" these options appear in the list at the left:
    All My Files
    Airdrop
    Applications
    Desktop
    Documents
    Downloads
    Movies
    Music
    Pictures
    4.  Download you just did should be at or near the top of your downloads list and should be named as "Camera Raw.plugin"  and will be 83.5 MB in size
    5.  I right-clicked (two fingers on touchpad) to bring up drop down options and selected "Copy 'Camera Raw.plugin'" from that list to copy file.
    Now, you have copied the plug in that will fix this issue.  The second set of steps below will walk you through how to replace the file that is on your hard drive with this plug in file that you have copied.
    Second set of steps (and this is where, as a new Mac user, I was confused initially)
    1. Again, click on "Finder" on your Mac
    2.  On top of screen, find "GO" and click on that.  (You should see "Finder" in the upper right corner of your screen, then "File, Edit, View, GO, Window, Help"  Click on the GO
    3.  In drop down menu that appears, click on "Computer" 
    4.  Then, double click on "Macintosh HD" to open your hard drive
    5.  Next, double click on "Library" folder to open that.
    6.  Next, click on "Application Support" folder to open that.
    7.  Then, double click on "Adobe" folder to open that.
    8.  Then, double click  on "Plug Ins" folder to open that
    9.  Now, double click on "CS6" to open that folder.
    10.  Finally, double click on the "File Formats" folder that appears.
    11.  NOW, you should see this: 
    12.  Right click (two finger press if using a touch pad) to open window with options.  Select "Paste Item" by clicking on that option. 
    13.  You will be prompted with an option to keep existing file OR replace the file.  Choose "Replace" to past the new "Camera Raw.plugin" file to this folder. 
    Finally, if you now go back and open Bridge CS6, you should be good to go. 
    Hope that helps someone out there. 
    Hopefully future updates will from Adobe will be better. 

  • In the Menu Bar, under File, then Open File, how do I change the selections?

    I have Firefox 11.0 and Windows 5.1 (2007). In Firefox, I click on FILE in the Menu Bar, then OPEN FILE (Ctrl+O), and I see a small box; it says Look in: Mozilla Firefox. Below is a selection of files within the folder Mozilla Firefox. To the left is a column of four other folders: Downloads, My Computer, John, Lori. The last two are obviously two of the folders I've created on my computer, using Windows. But I don't know how they got here! I have no recollection of customizing this particular Firefox menu option by adding those folders, nor can I figure out what to do in order to further customize it. Can anyone tell me: (1) how can I change the original "Look in" option so that it opens with something other than "Mozilla Firefox" (which, after all, I never need to access)? (2) how can I add/delete/change the choices offered in the column on the left, so that different folders are listed? (Currently, if I want to access my Windows folders/files, I first have to minimize the Firefox screen; this seems to me a nice shortcut, but I'd like it to include shortcuts to the folders I use the most, which does not include "Mozilla Firefox"!) (3) Is this actually a Firefox feature, or is it a Windows feature? It does look like Windows (Windows style, Windows folders), but it appears only in the Firefox Menu Bar, along with Bookmarks, Tools, etc. Thanks!

    This sounds like a Windows thing ( You can post a photo and I can tell you for certain). Those folders are Windows system created folders that your computer has had since it was installed, all Firefox does is use the Windows File picker, which is what you see when you open that window. So, to customize you'd have to do that from Windows Explorer (not Firefox).
    The Window should however remember what folder you were in last.

  • CS2 won't open files from card reader

    Suddenly CS2 on my eMac will not open files imported from CF card reader. I have tried two different card readers and three different CF cards with the same result:
    "Could not complete your request because of on unknown or invalid JPEG marker type is found."
    Tried to open JPEG's and Raw files with same error message.
    Elements 4.0 gives same message. Bridge will display icon only (JPEG or NEF) but will not display image. Both CS2 and Elements 4.0 will open old stored files without problem.
    Replaced the Adobe/Unit Types file, but no help. There is no CD/DVD in the drive.
    The images on the CF cards are not damaged. I know this since they will open in CS2/Elements on my lap top (Mac Book).
    The files will open in Preview if I try Preview first. However, if I try to open them in Photoshop first and then in Preview, I get an error message from Preview also.
    What have I done now?!?
    TJ

    >
    "It's a eMac 17 inch with 1.7 Ghz."
    There were no eMacs made with 1.7GHz processors.
    That may seem like I'm just being picky for the heck of it, but when it comes to computing and troubleshooting and asking questions, the details
    matter
    . In this case, probably not so much. But being sloppy about details is a bad habit to get into.

Maybe you are looking for

  • How do I link to text in a page, so it goes to the top?

    Hi All I have two columns; The first lists all links i.e. Delivery Info, How to Measure, Rates, etc etc. I the second column is all the answers to those questions. I have been using an anchor which will take the user to the text point. But now, I wan

  • HP Officejet Pro L7590 printer auto document feeder stopped working

    HP Officejet Pro L7590 (Model: CB822A) Mac OS X Yosemite 10.10 My automatic document feeder stopped working about a month or two ago. If I put a bunch of papers under the tray there is no beep/light to acknowledge that. So, I can't copy a bunch of pa

  • Muse CC crashes loading images into a slideshow

    Hi, I am having a problem with Muse crashing. I am starting with an empty page in an otherwise empty site, I insert slideshow, then click load images in the slideshow settings window. I have gotten this to work with very small numbers of files, but n

  • No rendering in Java3D

    I can�t view applets or apps in Java3D. I performed the follow code: import com.sun.j3d.utils.universe.SimpleUniverse; import com.sun.j3d.utils.geometry.ColorCube; import javax.media.j3d.BranchGroup; public class Hello3d { public Hello3d() SimpleUniv

  • Router says not connected to internet

    My router WRT54G says I am not connected to the internet and will therefore not broadcast to my laptops.  Obviously since I am able to post here I am connected to the internet.  Additionally the internet light on the front of the router is lit up so