Printers that are not on the compatible list

i have read the forums regarding printopia and using your i-phone to print by going through your mac. everything that i have read so far show that you have to have your mac/pc on in order to print from your i-phone. is that the ONLY way to print on your wireless network from your i-phone. I have the kodak pic flick app but that only allows me to print pictures but not emails or web pages.

Search the app store. I have Print Magic, which lets me print anything that I can copy and paste into it, or photos, or pdfs/files that are in the app's shared iTunes directory. There are other apps that might work for you as well. I use Print Magic to print directly over wifi to my wifi printers at home - an old HP Deskjet 6988dt and a Kodas EXP 7250 (at least, I think that's the model).

Similar Messages

  • HT2275 Do I need to choose "Share this printer on the network" for printers that are not connected directly to my MacBook Pro? I have two HP printers connected to an Airport Extreme (WiFi turned off). I connect by WiFi to another Airport Extreme w cable t

    I have three Airport Extreme (AE) routers in my home network.
    The main AE is set up for wifi access. The other two are connected by ethernet cables to the main AE. My MacBook Pro connects to the network wirelessly through the main AE. The AE in my office has two HP printers connected to it by ethernet cables. I have a Kodak All-in-one that is connected by USB to my MacBook Pro.
    I reset my printer connections on my MacBook Pro and had to add all the printers back to my printer list. I don't know if I understand what the checkbox "Share this printer on the network" in the Print & Fax System Preferences window is for. My guess is that I don't need to share printers unless they are connected to my MacBook Pro by USB, so I should uncheck the "Share this printer on the network" box for the two HP printers that are connected to the AE. I print to them over the network, but they're not connected directly to any computer. I thought if my MacBook Pro wasset to share them and was shutdown, the printers might not be available to my Mac mini or Dell PC, which connect by ethernet to the office AE (which has the two printers connected to it).
    What should I do?
    For printers connected directly to a Mac (or PC) by USB, check the "Share this printer on the network" box? In my Sharing Preferences, I check "Share Printers."
    For printers connected to the AE by ethernet, UNcheck the "Share this printer on the network" box on my Macs (& PCs?) when I add the printers to my printer list? In my Sharing Preferences, I UNcheck "Share Printers?"
    FYI
    HP LaserJet Firmware Update Utility for HP P2035n is available
    Version: 20120105 (19 Mar 2012)
    Operating System(s): Mac OS X, Mac OS X 10.5, Mac OS X 10.6, Mac OS X 10.7
    File name: P2035_FW_Update_Utility_20120105_v1_4.dmg (3.8 MB)
    line: <http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en &cc=us&prodTypeId=18972&prodSeriesId=3662025&prodNameId=3662049&swEnvOID=219&swL ang=8&mode=2&taskId=135&swItem=lj-94537-3>

    Question is - will the 2 networks (using auto channel negotiations) exist well in the same house or will there be interference?
    Things will be fine since the AirPort Express or AirPort Extreme will automatically search for a good wireless channel. If you assign a separate name for the wireless network, then devices will need to log in separately to this network. The extending device will need to be configured in Bridge Mode.
    My suggestion would be to configure what is known as a "roaming" network in your question #2. In this case, you would assign the same wireless network name, security and password settings to the extending device and configure it in Bridge Mode.
    The advantage to #2 is that you will be able to walk your laptop from a location near the Time Capsule and as you move close to the extending device, the laptop will automatically switch to pick up the stronger signal from the extending AirPort.
    You are actually creating a separate network in #2, so you have the advantage of maximum bandwidth for both the TC network and the AirPort network.
    Question - does the Airport Express have to be directly connected to the TC or can that connected be through a switched network?
    I'm assuming that you are asking about an Ethernet switch here, correct?  The AirPort Express or AirPort Extreme can connect to the Ethernet switch, or directly back to a LAN port on the Time Capsule, whichever is easier to setup.
    Question 2 - assuming I can connect the Airport Express to the TC over a switched network, will "extending" the network using the Ethernet network still reduce my overall wireless bandwidth?
    Connecting the remote device using Ethernet is by far the best way to extend a wireless network because it maintains maximum bandwidth on the network. This is the way that any good commercial network is designed.
    Post back if you need any tips to get things setup.

  • Infopath Form error - validation errors that are not in the current view?

    Hey Experts,
    I have a Sharepoint 2010 server running on Server 2008. We have a list that has a custom form created using infopath for editing and new creations.
    The problem appeared after a server restart.
    Users can no longer create a new item in the list when they do they get this error:
    The form contains the following errors:
    Field or group: my:Author
    Error: Cannot be blank
    When I try and preview it in infopath2010 it also does the same thing but provides a more detailed error:
    Infopath cannot submit the form because it contatains validation errors that are not in the current view. Errors are marked with a red astrick or red dashed boarder.
    If you cannot find an error in otherviews, there might be a problem with the forms design.
    I checked all thru the form for my:Author field and can't find it on the page as a control or in the list of fields. Any recommendations?
    Thanks!

    Didn't know you also created this as a thread.  If you send me a direct email in the future, please let me know you also created a thread so that I can answer publicly to help others and to get credit for the time/effort spent.  Thanks.SharePoint Architect || Microsoft MVP ||
    My Blog
    Planet Technologies ||
    SharePoint Task Force

  • Best approach to delete records that are not in the source table anymore.

    I have a situation where I need to remove records from dimensions that are not in the source data anymore. Right now we are not maintaing history, i.e. not using SCD but planning for the next release. If we did that it would be easy to figure the latest records. The load is nightly and records are updated and new added.
    The approach that I am considering is to join the dimension tables the the sources on keys and delete what doesn't join. However, is there perhaps some function in OWB that would allow to do this automatically on import so it can be also in place for the future?
    Thanks!

    Bear in mind that deleting dimension records becomes problematic if you have facts attached to them. Just because this record is no longer in the active set doesn't mean that it wasn't used historically, and so have foreign key constraints on it in your database. IF this is the case, a short-term solution would be to add an expiry_date field to the dimension and update the load to set this value when the record disappears rather than to delete it.
    And to do that, use the target dimension as a source table, outer join it to the actual source table on the natural key, and so your update will set expiry_date=nvl(expiry_date,sysdate) to set to sysdate if this record has not already been expired on all records where the outer join fails.
    Further consideration: what do you do if the record is re-inserted into the source table? create a new dimension key? Or remove the expiry date?
    But I will say that I am not a fan of deleting records in most circumstances. What do you do if you discover a calculation error and need to fix that and republish historical cubes? Without the historical data, you lose the ability to do things like that.

  • How do you delete songs on iTune that are NOT on the library?

    I got a new computer few days ago, and I downloaded iTune on my new computer today.
    I want to delete all my songs that are in my iPod Touch now, and want to buy other songs.
    I don't have any songs in my library at the moment, since there's no song in my new computer now.
    So I want to delete songs, but since I don't have any of those songs in the library, I can't delete them. (I can't delete them since they are not on the library.)
    Are there any ways I can delete songs that are NOT on the library?

    You don't want to keep the songs that are on your iPod touch, in your library?
    You can keep them in your library and not put them on the touch.
    Then you can purchase other songs and put those on the touch.

  • Safari opens tabs that or not in the bookmark list

    Hi,
    Safari opens tabs that or not in the bookmark list. Emptied cache, deleted history and cleared all bookmarks. The tabs (about 30) open up gain when I restart.
    Andreas

    Try troubleshooting the Safari .plist file.
    Open a Finder window. Select your Home Folder in the Sidebar on the left. It has a small house icon. Then open the Library folder then the Preferences folder.
    Move the com.apple.Safari.plist file from the Preferences folder to the Desktop.
    Try Safari.

  • Sharepoint Mp 2013 Discovers Servers that are not in the config file.

    Hi,
    Sharepoint Mp 2013 Discovers Servers that are not in the config file. Any workaround/fix?
    Regards,
    Mirza

    Hi,
    Would you please give more details about your question?
    Have you downloaded and imported the sharepoint 2013 management pack to your management group:
    System Center Management Pack for SharePoint Server 2013
    http://www.microsoft.com/en-hk/download/details.aspx?id=35590
    In addition, please also follow the below article to configure your management pack:
    Configuring the SharePoint 2013 Management Packhttp://blogs.technet.com/b/kevinholman/archive/2013/05/14/configuring-the-sharepoint-2013-management-pack.aspx
    It is also suggested to read the management pack guide before using the management pack.
    Regards, Yan Li

  • How to Find the Queries that are not hitting the indexes..

    Guys,
    Hope you all doin well.
    Would you guys please tell me any view , or any resource that can help me to identify those SQL Statements that are not hitting the indexes properly, Causing the system to slow down at peak times.
    Thanks
    Rgrds
    Y.Vo.

    any resource that can help me to identify those SQL Statements that are not hitting the indexes properlyInteresting ! Is there any specific reason of looking only for those queries, which are not making proper use of indexes.
    hare krishna
    Alok

  • List users of specific databases that are not using the default storage quotas

    I have an Exchange 2010 SP3 DAG with 4 databases. I am trying to use powershell to find out, per database, which mailboxes are
    not using the "mailbox database defaults", which is unlimited in this case (no quotas for Issue warning, Prohibit send, and Prohibit send and receive).
    Something like "get-mailbox | where  {$_.UseDatabaseQuotaDefaults -ne $true} will not work because I just want the data for specific databases".
    I have also tried "get-mailbox -database nameofdatabase | where {$_.UseDatabaseQuotaDefaults -ne $true} | out-file c:\temp\nameofdatabase.tx" but it lists some users that show unlimited for all categories and others some that have limits on certain
    other ones. In short, it is not correct.
    HDL

    Hi,
    From your description, I would like to clarify the following thing:
    Running the Get-Mailbox -Database MBX1 | Where-Object {$_.usedatabasequotadefaults -eq $false} cmdlet will list all mailboxes who have a custom storage quota. But it only displays the value of ProhibitSendQuota. You can check the values of other storage
    quotas via EMC.
    EMC -> Recipient Configuration -> Mailbox -> double click the mailbox -> Mailbox Settings -> Storage Quotas
    Hope my clarification can be helpful to you.
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Amy Wang
    TechNet Community Support

  • Previously deleted songs have greyed out "Purchased" buttons, and the items are not in the "Purchases" list.

    I have several songs I deleted on an unknown date that I want to redownload. As I stated in the title, the songs I am looking for are not in my "Purchases" list, and when I search for the album the song is in the song has a greyed-out "Purchased" button. I get the same result on my iPhone, which was bought long after I deleted these songs (I assume).

    It is possible that you may have deleted the tunes.
    MJ

  • Identifying tracks that are not in the iTunes Music Library

    I've got about 12,000 songs in my iTunes Music Library. Suppose I want to remove some of them, say 2,000 of them, and keep the files. The files will then remain on my computer but not show up in iTunes.
    Is there a utility that will display tracks that are in the iTunes Music folder but are not in the music library? I am sure I will not be able to keep track of which 2,000 tracks I took out of the library. Which means I could forget forever that I even have the music. I thought I saw a reference to a way to do this but I have not been able to figure it out.
    Thanks.

    I've got about 12,000 songs in my iTunes Music Library. Suppose I want to remove some of them, say 2,000 of them, and keep the files.
    I would create a new folder and drag these songs from iTunes to this folder then delete them from iTunes and click Yes when it asks to delete from library and delete form hard drive.Delete

  • It seems that I can't receive emails from certain sites. They are not on the blocked list. How do I fix this?

    No matter what I do I can't receive emails such as newsletters from certain companies. I have looked several times on the blocked list and they are not there. It happened after my computer tech changed me to FireFox. How can I fix this?

    Firefox doesn't do email, it's strictly a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • HT201272 What is it with songs that are not from the itunes store, but are coming from cd's and other download sources that all of a sudden do not play on my iphone and have a red stop button in a red round circle around them, behind the title?

    Songs that I have had previously downloaded from various other sources, but NOW ALL of a sudden they DO NOT PLAY on my IPHONE and DISPLAY a RED STOP BUTTON in a red round circle next to the title.  Everytime I click on it it DOESNT play.   What happen???? How can i get them to play.,   Why should i have to pay for the songs, and why are they in the ITUNES store and not in my regular playlist.

    Amazing steps you've done so far! The great news is this is very unlikely an issue with your iPhone.
    I've run into a similar issue lately as well. I narrowed it down to one song that was causing 30 songs not to sync. I removed the song from the sync list (unchecked it) and all 29 songs were able to sync.
    You may be running into a similar issue. This may be a problem with this version of iTunes, an issue with one song or a group of songs; hard to know for sure. It's important to narrow down and isolate the cause. Most imporantly get that music back on there!
    The way to narrow down the casue add just a few songs at a time (even 1, just to get that first sync finished). Manually syncing is what you'll need here.
    Plug in your iPhone, on the Summary screen (shows a picture of your iPhone, the iOS version, Restore iPhone....; etc). Under the Options area at the bottom choose to Manually Manage Videos and Music then choose Apply in the lower right. The music that's on your iPhone now should be removed from your iPhone now. You're now able to sync music manually.
    The link below explains how to drag the songs from the iTunes library on the computer on to your iPhone which will start the sync. Add just one song just to see if you can get 1 of those hundreds of songs on there. If you can, awesome! Keep adding until you find the song or group of songs that are causing this issue.
    http://support.apple.com/kb/HT1535
    Please let me know how things are going.
    Cheers!

  • How to add songs to a playlist when the songs are NOT on the Purchased list

    In Itunes there used to be, in the Playlist page, a "playlist" which appeared at the top called All Music. In the more recent versions of Itunes this is no longer the case and All Music has disappeared and the closest you can get is Purchased. Unfortunately the Purchased list misses out all sorts of things which were genuinely added to Itunes.
    In the old days I could select any group of songs from the All Music "playlist" and simply drag them into the appropriate playlist. No problem. Obviously I can still do this if all the songs are on Purchased but, if they are not, what do I do.
    I know that it is possible to see all the songs by clicking on Songs at the top of the page and I can then select those that I wish to add to a playlist. But there is no way (that I can see) of dragging these to the required playlist since playlists do not appear in this page format. There is nothing in File or Edit which looks useful. I even tried Copying the selection (in desperation i must admit) with a view to subsequently Pasting to the appropriate playlist but, as I expected, that has a greyed out Paste so no luck there.
    There obviously must be a way of adding songs which do not appear in Purchased to a playlist. What am i missing?

    Hi scroobyplex, I think i am now fairly happy with the situation as explained in my last post but, as you have taken the trouble to reply, i will try to explain myself a bit better as i don't seem to have been very successful so far.
    As I mentioned in my 2nd post, I am well aware of the Categories button at the top left of the screen under File/Edit/View etc. For me this is always set to Music since i don't use any of the other categories.
    I am not sure what you mean when you say clicking on Music shows all my music files. In fact, when I click on category Music, I then get various choices appearing along the top of the screen as mentioned in my 1st post - Songs, Artists, Albums, genres, Playlists. If i choose any of the first four I do get a full list of all my tracks but there is no facility there for dragging selected tracks onto a specific playlist.
    The other option is Playlists. This gives me a list of all my current playlists,both those created by me and those created automatically by Itunes (of which the previously mentioned  Restored Playlist .... playlist is an example) The Playlist screen always opens with one of the playlists already selected
    The only option i have then of seeing a different list of tracks is to select a different playlist. If i want to add new tracks to a playlist, often the Purchased list will be OK as a source for dragging but, if i have loaded a CD into Itunes, I would need to select the Restored Playlist... playlist as any new tracks seem to automatically go onto this regardless of the source. There is nothing else which gives me a full list of tracks on a screen which permits dragging onto any specific playlist.
    As mentioned in my previous post I have no idea why all my music, both old and new, goes into a playlist called  Restored Playlists....  instead of something sensible like Music or All Music but it does what i need so i no longer have a problem

  • How to get photos off an iPad 2 that are not from the camera roll?

    I have photos from previous iPhones and digital cameras on my iPad 2. I do not have the original laptop I used to put them on the iPad. How can I transfer them from this iPad to a different laptop? I do not want to lose them.

    To copy photos that were originally synced from a computer you will need a third-party app on your iPad such as Simple Transfer which can copy them to a computer via your wifi network. But as photos are 'optimised' when they are synced to the iPad, any that you then copy back to a computer may not be exactly the same as they originally were on your computer.

Maybe you are looking for

  • Can I create an interactive PDF without distributing it?

    Hi guys, I am very new to this and I have been asked by the development team here at work to play around and create a form. The idea behind this is that we want to be able to create an interactive PDF form that can be saved without uploading it to an

  • Business Catalyst Help | Create and insert a form

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/create-insert-form.html

  • Default e-mail is dead, how to reset the password ...

    Hello, I'm using Skype for a long time, my profile has some e-mails and a phone number. Unfortunately I forgot the password and my default e-mail is no more accessible. I would like to change the default e-mail to another one but it requests the pass

  • Is this some bug in JSP ?

    Hi, First of all I wish you all a great 2003 year. In my JSP I have a method which returns me a big string of the size 20-22 k. <%= myClass.MyMethod() %> On doing so I get the exception ArrayIndexOutOfBoudException. If I break in steps by doing somet

  • Multiple PFCG Roles to a user and one business role

    Hello SAP CRM Experts, we are facing a problem then I need your help. The external user can access the CRM through three distinct business roles. However, for each of these business roles, there are specific access rules configured in three different