Can not make printer work with AEBS

The printer is hooked to AEBS via USB and it is being rocognized by the printer utility, but when selecting to connect with Bonjour I get Error # 9672.
Please help.
Macbook pro   Mac OS X (10.4.9)  

Unfortunately, not all USB printers are compatible with AirPort base stations. Take a quick look at the iFelix Unofficial AirPort Printer Compatibility List to see if your printer is listed. If it isn't, it doesn't necessarily mean it won't work, but simply that it has not been verified. iFelix also provides the following workaround for printers not on the list that would certainly be worth a try.
Also, you may find the following Apple article helpful.

Similar Messages

  • Need to add condition to a template and can not make it work.

    I am trying to add a condition to a template and can not make it work. Mainly because I am new at this. I have a field that needs to have a condition set. The field is LTD. The maximum value is $233.00. If the amount is less the 233, that value is used. If it is over 233 then 233 is used. So, if LTD is greater then 233.00 then 233.00 else LTD.
    Can anyone help me write this for a Word BI Publisher Template. I need this report now but can't go to class until later this year.
    Thanks,
    Rick

    Replace LTD with the correct element name.
    <?choose:?>
    <?when: LTD > 233 ?>233<?end when?>
    <?otherwise:?><?LTD?><?end otherwise?>
    <?end choose?>

  • Can the wireless printer work with window 7?

    can the wireless printer work with window 7?

    Will this wireless printer connect to the AirPort Express Base Station (AX) via a wireless or USB connection?

  • Good day, I can not make video calling with my MAC PRO 15 with FB Mountan Lion operating system   how can I do?    you can you help me? thank you very much

    good day,
    I can not make
    video calling
    with my MAC PRO 15
    with FB
    Mountan Lion operating system
      how can I do?
       you can you help me? thank you very much

    francesco marraffa wrote:
    good day,
    I can not make
    video calling
    with my MAC PRO 15
    with FB
    Mountan Lion operating system
      how can I do?
       you can you help me? thank you very much
    Are you running your MacBook Pro off WiFi or Ethernet?
    Pete

  • How can I make it work with my iPad?

    I bought a wireless Hp6500 all in one printer yesterday. It works with my Mac Pro laptop... Now what do I need to make it work with my iPad?

    Is it a 6500 or a 6500A?  If the former, it will not support AirPrint, if the latter it will.
    It has to be connected to your network (wired or wireless, it does not matter), not just to a computer with USB.
    Once connected to your network, enable web services from the front panel of the printer and let it check for updates.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • I cannot access to my iTunes on my computer via my Apple Tv, but it works with my daughter's macbook, how can I make it work with my pc?

    I use to be able to access all my music and videos on my iTunes  via my Apple TV, but since a few months it hasn't work. My daughter tried with her computer and apple ID and it worked, but I want my Library to be accessible. I tried starting it over, rebooting it, but nothing seems to be working.
    How can I make it work?
    Thank you!

    Check firewall and any security software installed on your system. Toggle off/on home sharing on your computer.

  • Can i make this work with a number specified in the constructor?

    Hi everyone
    I posted a couple of days ago and i have managed to advance a bit since then.
    Here i have a class called "flower" and it draws a flower with two leaves and 12 petals using the classes "petal and "leaf".
    However, ideally i would like to be able to make this work with a number of petals specified in the constructor, not just 12.
    is this possible or do i need to rewrite the entire class?
    import java.awt.*;
    import java.awt.geom.*;
    public class flower {
        private Shape circle;
        private Shape stem;
        public flower()   {
            circle = new Ellipse2D.Double(-25, -25, 50, 50);
            stem = new Line2D.Double(0.0, 0.0, 0.0, -200.0);
        public void paint(Graphics g) {
        Graphics2D g2 = (Graphics2D)g;
        g2.setPaint(Color.green);
        g2.setStroke(new BasicStroke(5)); // Line width 8 pixels
        g2.draw(stem);
        // Add the petals
        petal P = new petal(Color.red);
        // Scale, translate and rotate the petal into place.
        AffineTransform orig  = g2.getTransform();
        AffineTransform T = AffineTransform.getTranslateInstance(0.0, -25);
        for (int k = 0; k < 12; k++) {
          double angle = k*Math.PI/6.0;
          AffineTransform A =  AffineTransform.getScaleInstance(1.0, 1.0);
          A.preConcatenate(T);     // Scale, then rotate
          AffineTransform R = AffineTransform.getRotateInstance(angle);
          A.preConcatenate(R);     // Scale, translate and then rotate
          g2.transform(A);
          P.paint(g);
          g2.setTransform(orig);     // Restore original transform
          g2.setPaint(Color.yellow);
          g2.fill(circle);
          leaf L = new leaf();
          AffineTransform B = AffineTransform.getTranslateInstance(0.0, 0.0);
          B.translate(340, 425);
          B.scale(1.0, 1.0);
          B.rotate (Math.PI/6);
          g2.setTransform(B);     
          L.paint(g);
          g2.setTransform(orig);     // Restore original
          leaf L1 = new leaf();
          AffineTransform C = AffineTransform.getTranslateInstance(0.0, 0.0);
          C.translate(285, 430);
          C.scale(1.0, 1.0);
          C.rotate (Math.PI/-6);
          g2.setTransform(C);     
          L1.paint(g);
          g2.setTransform(orig);     // Restore original
    }I am tempted to make "flower into a class that extends "petal" would this make it easier for me to achieve my goal?
    Any help would be great
    Thanks Carl

    Your NewFlower class extends petal. You NewFlower constructor calls super( color, petnum ), so the petal constructor is invoked. In the petal constructor, you ignore petNum. You do nothing else in the NewFlower constructor, so petNum is ignored there as well.
    What makes you think that in this orgy of ignoring petNum, that any petNum variable will magically get set, or that your flower will now magically have the right number of petals?
    � {�                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Can I download something from the internet that is only meant for windows? Can I make it work with safari?

    I would like to download a business program from the internet, but it is only meant for windows.  Can I make it work on my mac?

    You are aware that you can purchase and install a copy of Windows directly on your Mac, right?
    Boot Camp is included with OS X, and requires that you create a separate partition for Windows and install it onto your Mac hard drive. You re-boot your Mac computer into Windows when you want to run the Windows app.
    There are also virtual machine environments that will allow you to run full Windows at the same time as Mac OS X:  Parallels Desktop, and VMWare Fusion.
    Windows performance running in a virtual environment will be limited by the amount of RAM available, the microprocessor, and the amount of hard disk space available.
    Parallels offers a free 15-day trial, but you still need a full licensed copy of Windows in order to test it.
    Message was edited by: kostby

  • Using XP Professional SP 3 with latestest version of Firefox, the US Airways web site will not work properly. I can still make it work with MS IE

    I am using XP Professional SP 3 with newest version of Firefox, the US Airways web site does not work. I can make the site work with MS Internet Exp. What do I need to change to make Firefox work?

    Can you clarify in which way the site isn't working?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • I have a Dell v715w printer and can't make it work with my macbook, need help

    I have a Dell v715w printer and am having difficulty making it work with my MacBook Pro, need suggestions.

    Hi,
    The printer do support AirPrint (the HP Deskjet 3525 is part of the 3520 Series).
    Make sure your printer connected to the same router as your iPad and it shold be listed..
    Be aware that you need iOS 4.2 or higher and your router should support Multicasting for AirPrint to work..
    If the printer isn't listed please clarify your router brand and model, some routers don't offer Multicasting or have the protocol disabled by default.

  • Can not make Groups work in Address Book

    I'm running Mac OS X v10.7.4 with the latest version of Address Book. I'm new to Apple and am trying to set up groups in Address Book for ease of mailing to a number of contacts.
    I'm connected to iCloud and am able to create  group names under iCloud. I can also drag contacts into a group from my iCloud contact list to populate it and the names are displayed on the opposing page from the page listing the group names. However, when I enter the group name into a Mail message address box the box remains blank. Also, if I right click on the group name in the group list and select "Send an e-mail to the group" that will open a "new message" window but again the "to box" will be empty. When I click on a group name and then select from the task bar "Edit>Edit Distribution List..." that choice is grayed out and non-responsive. So I end up with a defined group with group members in it but it can not be edited nor available for actually addressing an e-mail message.
    However, this is the weird part: What I described above was my effort yesterday, trying to get Groups going and finally shutting down in frustration. Today when I opened Address Book the groups worked! I could address e-mail messages using either method. The "Edit Distribution List..." was active and I was able to modify my group members. I was so elated that I immediately created another group. Alas, it behaved as the other groups did yesterday. The group was populated but unable to be inserted in the "to box" and I was unable to edit the distribution list. Also, after creating the new group, yesterday's groups would no longer permit being edited although I was able to earlier in the day. However, the addresses still appear in the "to box" when I invoke the group.
    I am confused and frustrated. Do I have an incorrect setting that hinders the use of groups? Is there some system reset or iCloud update that occurs on a daily basis that activated the groups created yesterday? Why would my creating a new group cause me to loose the ability to edit any of the groups?
    Any help will be greatly appreciated.
    Thanks for reading such a long message.
    Mike

    Eureka. You are right. I just tested closing and reopening Mail and now today's groups work. Regarding editing the existing groups, I found an article from 2011 on CNet that claimed that iCloud disables the Distribution List Editor. The work around is to create a single dummy group under "On My Mac" which will reactivate the editor which can then be used for iCloud groups. I tested this and it works.
    Thank you so much for your prompt and helpful comment.
    Mike

  • I can not make fMMS work on my N900 in Brazil - CL...

    Hello! I am using my N900 for 1 month so far... However I can not use fMMS in my N900. I already have the latest version, but nothing so far...
    I have looked at many types of configurations as well and noting...
    I am in Brazil, Sao Paulo and I use Claro operator.
    Does anyone know how to configure? Could you please help me?
    Thank you!
    Paulo Rocha -

    i could not find Claro here, but i am sure that if you check out the information and ask on the maemo.org site, someone will help you with that.
    here is the wiki page
    http://wiki.maemo.org/MMS
    if you can get someone to get it working for you, have them update the wiki to help everyone else.

  • Can not make Bluetooth connection with HP Probook 4530s.

    My HP 4540s does not have a builtin Bluetooth card. I have used an ASUS USB-BT400 Bluetooth 4.0 USB dongle to make the laptop BT capable. My phone (AT&T Z222) can see my laptop and my laptop can see my phone. When I attempt to pair the two, I get a list of options. The first is to let the computer generate a passkey/passcode. The generated number is on the screen for such a short time I can not even readit much less type it in to my phone. The second option is??? The third option is to pair with out a passcode/key (I think they are the same !). When I select this option I was able to send several pictures to my computer. When I tried again to send pictures, the phone asked me for my passkey. I thought that I didn't have one so I selected "pair". The phone asked me to put in a valid passCODE?. I tried 0000 which could not be verified.
    I have been to the AT&T store three times for 2 hours each. I have been on the phone with AT&T for over an hour, I have been on the phone with ZTE (phone manufacturer) for almost 2 hours, and microsoft for 30 minutes.
    Does anyone know what to do? None of these people did. 

    HI,
    My bluetooth on the HP Pros4530s notebook does not turn on. What should I do?

  • I can NOT make DATE_FORMAT work...any ideas?

    Hello all,
    In reviewing David Powers' fantastic book, 'PHP Solutions', I decided to do some work with dates in a database.
    The table where the dates are stored is called cal_dates and is DATE type.
    All the dates are stored as yyyy-mm-dd
    When I write my query and add DATE_FORMAT, the page bombs no matter what I try.
    As in:
    SELECT *
    DATE_FORMAT(cal_dates, '%c/%e/%Y') AS cal_dates
    FROM cal_data
    and I get a white screen.
    So, I figured perhaps I should change the alias (the example in Pwers' book on page 390 does not use a different alias, but after struggling with this for almost 2 days, I am now trying anything):
    SELECT *
    DATE_FORMAT(cal_dates, '%c/%e/%Y') AS cdate
    FROM cal_data
    and I get another white screen.
    Originally, my query was designed with a WHERE clause because I am selecting data from one table based on an a variable, but I read somewhere that DATE_FORMAT should not be used with WHERE...which is funny, since the two examples shown above with WHERE omitted still bomb.
    The original query:
    SELECT *
    FROM cal_data
    WHERE cal_data.page_ym = '$dateRef%'
    works PERFECTLY. It pulls all information in the table relevant to the $dateRef variable.
    The reason I wanted to use DATE_FORMAT is because I wanted to take the dates in my table from yyyy-mm-dd and display them in a different format.
    But to no avail. Any thoughts or musings would be appreciated. I'm stonewalled.
    Thank you all!
    Sincerely,
    wordman

    iPHP,
    I think I have too many queries posted here. I have tried many things in an effort to test what could be wrong, so let's start fresh.
    This one works, sans DATE_FORMAT:
    $sql = "SELECT page_ym, cal_dates, available, location, event
            FROM cal_data
            WHERE cal_data.page_ym = '$dateRef%'";
    Again, I know this one has additional columns, but again, I've been trying many things since the original post and this is the format I'll be wanting to use.
    Anyhow, as soon as I add DATE_FORMAT to the query, AND change the alias:
    $sql = "SELECT page_ym, cal_dates, available, location, event
            DATE_FORMAT(cal_dates, '%c/%e/%Y') AS cdate
            FROM cal_data
            WHERE cal_data.page_ym = '$dateRef%'";
    it bombs. I have used the column name as well as a different name for the alias, same thing.
    I'm wondering if I whould use a seperate query just to pull the dates?
    Thanks!
    Cheers,
    wordman

  • I can not make AirDrop work, any help?

    I tried to use AirDrop among my Imac and my MacBook pro, they do n ot let me select the files, so I can not trasnsfer them
    Any help?

    Amazing lack of informaition, I'd recommend starting by carefully reading:
    http://support.apple.com/kb/HT4783?viewlocale=en_US&locale=en_US
    http://support.apple.com/kb/PH11376

Maybe you are looking for

  • What's a good video cature device?

    So I was wondering, what is a good media capture device for streaming? I'm thinking an external for portability purposes. Also when I buy one, whats a good software to get along with it? Adobe Premiere Elements, Sony Vegas+DVD Production Suite? I'm s

  • K7 master reporting 1.33Ghz as 1Ghz

    My 6341 is reporting my cpu as 1Ghz when it should be a 1.33Ghz.  I manually force a 133 bus and a 10 multiplier but the system ran like crap.  Applications freeze and wont open etc.  Used to work fine now it dosen't.  Any Ideas? -ToK

  • Set Default Values on Purchasing Scheduling Agreements

    Good day All. I need to ensure that the  Confirmation Control Key(EKPO-BSTAE) , Unlimited Over delivery indicator (EKPO-UEBTK), Creation Profile (EKPO-ABUEB) and Jit indicator (EKPO-FABKZ) is automatically updated with default values when a schedulin

  • Terminating threads cleanly after a period of time

    Hey, Im working on an assignment "Consider the CarPark control problem from the lecture notes?(available online). You are required to extend this example to model a car park having 400 spaces and 3 entrances and 3 exits. This means 3 threads must be

  • Genius screen won't close down on main app store screen

    Have now turned off genius in App Store but despite clicking on 'done' it won't close down. Any suggestions as the App Store now cannot be accessed?