HELP, so confused over Printing!!!!

I am so confused!!!     ICC Profiles, sRGB vs RGB, color management.   I work in Photoshop Elements 7 and use Canon Pixma MP610 printer.   I would like a start to finish in setting up in PSE 7.   

Well.... One thing is if you want a higher secure method, you will have to use certificates. PEAP is probobly the most deployed method and the simplest EAP method. This would require you to build an IAS server (comes with windows server) and a Certificate Authority Server which also comes with Windows Server. Just do a search on Google.. configure 802.1x windows server 2003 and you will find some good articles on setting this up. WDS for fast roaming requires the use of Cisco wireless cards or cards that are CCK2 compliant. If you are using internal cards, fast roaming will not work. They will however work if you are using Cisco 7920 ip phones. Hope this kind of helps.

Similar Messages

  • Request help for confusion over Oracle single instance database

    Hello all,
    Following Oracle version was installed at the client site @ the moment
    Oracle Database 11g Release 1 (11.1.0.6.0) for Microsoft Windows (x64) on Non-Clustered enviornment.
    The clients are going to arrange another identical server and wants to configure it with 2 nodes windows cluster enviornement.
    The current server where Oracle server was installed will become active node of the cluster.
    The confusion is if we should install the following version on node 2
    Oracle Clusterware 11g Release 1 (11.1.0.6.0) for Microsoft Windows (x64)
    or
    node 2 should also be installed with
    Oracle Database 11g Release 1 (11.1.0.6.0) for Microsoft Windows (x64) version ?
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/111060-win64soft-099656.html
    Any help for removing confusion would be appreciated
    Thanks,

    I think it's first needed to think about what kind of configuration you want; Failsafe, DataGuard or even RAC? But you talk about clustered and an active node, so I take it the object is to create a Failsafe cluster.
    If you want to use FailSafe first read about it, for example use http://www.oracle.com/technetwork/database/windows/index-082893.html (Resources: Documentation)
    Eric

  • Help! Confusion over how to setup intel3945 wireless and rc.conf

    Hi,
    I'm very confused.  I've already read through all the wikis and searched many forum posts.  I can't get my wireless intel3945 to work on my dell vostro 1400.
    Iwconfig says the wireless card is at wlan0 and dmesg | grep iwl says it has detected it.  However, when I try a iwlist wlan0 scan it returns :
    wlan0 Interface doesn't support scanning : Network is down
    I think the problem is that I don't know how to setup rc.conf correctly or use the command line to test the wireless.  Forum posts say many different things on how this is done.
    These are the steps I have taken:
    uninstalled the ipw3945 and ipw3945-ucode and ipw3945d.
    installed iwlwifi and iwlwifi-3945-ucode
    in my rc.conf modules, added iwl3945.
    I'm not sure how to setup the networking section, this what I have now:
    lo="lo 127.0.01"
    eth0="dhcp"
    wlan0="dhcp"
    INTERFACES=(lo etho)
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    And in my dameons I have 'network'.
    How can I scan for networks and connect to them on the commandline?  I'd prefer not to use a gui tool because they never work and never tell me why they're not working.
    Any help is greatly appreciated!
    Cheers!
    kilolima

    iphitus wrote:
    broch wrote:I have ipw3945 and iwl3945 working with wpa2 (or vpn)
    (less complicatd than the above)
    don't use netcfg2
    Why?
    no particular reason.
    Simply when I configured wireless, netcfg2 wasn't available. Since then it (wireless) works, so not having any problems, I did not modify network setup. Next week or so I am going to install Arch on my daughter's laptop (per her request ) so I will try netcfg2.
    So this is what I have for ipw3945 wpa2 or iwl3945 with wpa2
    Below you will find a lot of words so read slowly but there is not much actual work
    ipw3945 setup
    kernel 2.6.23.x (Arch or vanilla)
    or
    kernel 2.6.24/2.6.24-gitX (patched with ipw3945 patch from gentoo -> compiling separate module for 2.6.24 may fail. if you want kernel patch I can post a link)
    for default kernel install Arch packages for ipw3945, ipw3945d, ipw3945-ucode
    or
    if you want to compile modules, you will also need ieee80211 (first uninstall kernel's default, then install from sources otherwise ieee80211 from sources may refuse to install)
    modify /etc/rc.conf
    DAEMONS=(.... @ipw3945d @network ....)
    that is all you don't need to add ipw3945 to MODULES=(.....)
    because ipw3945d will automatically start ipw3945 module
    do not list eth1 in network config section:
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(eth0)
    as you see, in my case only eth0 (wired) is listed and eth1 (wireless) is not listed
    now you are done with basic network configuration for ipw3945, restart network/computer to bring up ipw3945d/ipw3945
    check if modules are up and basic network is set:
    #lsmod | grep ipw
    #ifconfig -a
    or
    #iwconfig
    if all is o.k. configure
    WPA2:
    configure router for wpa2
    client: basically follow Arch wiki:
    configure wpa_supplicant (installed already of course)
    #wpa_passphrase your_ssid your_psk
    keep terminal window open with created encrypted wpa passphrase  and in the second terminal window edit /etc/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    network={
            ssid="your_ssid"
            scan_ssid=1
            proto=WPA RSN
            key_mgmt=WPA-PSK
            pairwise=CCMP TKIP
            group=CCMP TKIP
                    psk=whatever_output_from_wpa_passphrase
    Above pairwise and group setup will depend on your router (network capabilities)
    almost done:
    run
    #wpa_supplicant -Bw -Dwext -i eth1 -c/etc/wpa_supplicant.conf
    the above assumes that your ipw3945 is set as eth1 (from iwconfig output)
    to connect to the network I am using "wireless assistant" http://www.kde-apps.org/content/show.ph … tent=21832
    that is all for ipw3945. You may automate network starting/connecting to wpa2 by writing simple script.
    iwl3945
    --kernel 2.6.23.x
    install iwlwifi and iwlwifi-3945-ucode
    --kernel 2.6.24.x
    install only iwlwifi-3945-ucode as kernel has iwlwifi module incorporated
    default iwlwifi does not support LED so I suggest to install something like knemo for kde to show active network icon. The latest iwlwifi does support LED but it is not yet incorporated into 2.6.24 vanilla kernel.
    if you have kernel 2.6.23.x with external iwlwifi module
    modify /etc/rc.conf
    and add iwlwifi to
    MODULES=(.....)
    nothing else is required.
    if you have kernel 2.6.24 with integrated iwlwifi module you don't have to edit /etc/rc.conf
    As in the case of ipw3945, I do not list wireless interface (wlan0) in /etc/rc.conf
    for kernel 2.6.23.x
    load module/restart network or simply restart computer
    check if module is up
    #lsmod | grep iwl
    #iwconfig
    or
    #ifconfig -a
    WPA2
    same wpa_supplicant.conf as above, so if you already have it no need for modifications.
    start wpa2
    #wpa_supplicant -Bw -Dwext -i wlan0 -c/etc/wpa_supplicant.conf
    the only difference in the command is wireless interface: wlan0
    connect to the network, again I am using "wireless assistant"
    vpn
    I am using cisco vpn. Client is provided by vpn host, cisco does not provide vpn client for individual download, but you can find it on line.
    vpn host will provide pcf file for you
    - install vpnclient
    - copy your VPN profile (vpn.pcf) to the
    /etc/CiscoSystemsVPNClient/Profiles
    directory
    -- start vpn client
    /opt/cisco-vpnclient/bin/vpnclient connect vpn pcf_file_name
    provide username and password and off you go
    From my experience none of linux gui for vpn works reliably so you will have to resort to the command line.
    That is all, a lot of writing, but actual ipw3945 and iwl3945 configuration is straightforward and very short.
    Hopefully this will work for you.
    forgot to add regarding vpnclient (cisco)
    you will have to modify
    /etc/init.d/vpnclient_init
    line 38 and line 101
    replace
    /sbin/lsmod
    with
    /bin/lsmod
    Last edited by broch (2008-02-07 15:55:45)

  • Still confused over fup changes to Total BB option...

    There still seems to be confusion over the planned changes for Total BB Option 1 customers.
    Although KerryG has informed us that the monthly allowance will remain at 10Gb and the charge for additional use will be changing to £5 per 5Gb, BT customer services seem to think the extra usage charge remains the same as it is now.
    Please see posts from KerryG and bobm here -
    http://community.bt.com/t5/BB-in-Home/WHERE-IS-OUR​-USAGE-MONITOR-BT/m-p/41085#M24680
    Does anyone have any further info please ?

    Hi Del
    I can confirm that the info I provided on the earlier thread was correct.  I am sorry if people have received other information when calling in.  I have fed this back to the relevant teams to make sure all advisors are aware of these recent changes. 
    To clarify, the position for BT Total Broadband Option 1 is:
    Usage allowance – will remain at 10GB
    Additional usage charges – they will be charged at 5GB for £5 (rather than 1GB for £1) as from November 1st 2010.
    As mentioned before, there are a couple of links that may be useful for those who think they may be likely to incur additional usage charges and wish to review which broadband option is best for them:
    Details of usage allowances for each option
    Details of options for upgrading your broadband package
    Thx
    Kerry
    Retired BTCare Community Manager - StephanieG and SeanD are your new Community Managers
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Can anyone help me troubleshoot duplex printing issue to Xerox 8560?

    Can anyone help me troubleshoot duplex printing issue to Xerox 8560 phaser?

    Solution may be found if you search in the "More Like This" section over in the right column and by contacting Xerox tech support. 

  • Over print preview

    Hi guy's i have supplied artwork to a printer using pantones they have asked me to convert all artwork which use pantones to over print because art work was being knocked off,
    i have corrected this and before i supply them the artwork again i just want to know if the OVER PRINT preview in illustrator and indesign are 100% accurate ??? because in the over print preview after i made the change
    nothing is knocking off (now although it was) ... and the artwork looks exactly as it should be.
    Thanks adobeeeeez

    Are you talking about the Epson or MacOS preview?   Photoshop only provides the preview in the Photoshop print dialog -- the rest are from the printer driver or OS.

  • Problem over printing Vietnamese characters

    Hi,
    We installed the Vietnamese language. The Vietnamese charcaters can be
    displayed properly. But we encountered error over printing Vietnamese
    characters. The Vietnamese charcaters cannot be displayed properly.
    What device type settings is needed for printing Vietnamese characters ?
    Pls advise.
    Thanks.
    Edward

    Hi,
    As per your query you have to set swin type if you have any issue. If your system is given your country language then you can get the same with swin setting.
    Anil

  • Need help installing Canon network printer on Mountain Lion

    I am trying to install a Canon MF4270 network printer with my Macbook Air running Mountain Lion.
    I added the printer using its IP, and selected the MF4200 driver from the list that came installed with the OS.  The printer worked, but it would not allow me to print double-sided (the option was greyed out). Some research showed that other people with similar problems simply updated the printer driver. 
    I checked the driver version and it said 2.0. I went to the Canon website and downloaded the newest version of the driver, which said 2.43.
    I re-added the printer with the new driver. Same problem.
    So I deleted the driver and the list of associated files, given to me by Canon tech support (I verified then that the MF4200 driver was no longer on the list), then installed the new driver (restarting my computer at every step).  I re-added the printer.
    Now, it doesn't work at all. When I try to print, I get the following message: "Canon UFR II Printer Driver / Cannot communicate with the printer, or the printer is not supported. If the printer is supported, check the printer connection and add it again, then start Printer Utility to get the printer information."
    I tried adding the printer using the Generic PostScript Printer driver, and when I print, it says that it is printing and I get no errors, but nothing prints.
    Now, I can't print at all, and no one at Canon or Apple has been able to solve the problem.
    Please help.

    First, delete the print queue in the Print & Scan preference pane, if you haven't already done so.
    Back up all data.
    Triple-click the line below on this page to select it:
    /Library/Caches/Canon/CUPSCAPT/CCPD/ccpd.conf
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu. A Finder window should open with a file selected. Move the selected file to the Trash. You may be prompted for your login password.
    Recreate the print queue.
    Credit for this solution to ASC user PAHU.

  • P Help - Laptop can't print via wireless net to 7780 all in one office jet.

    Please help - I can not print from new laptop via wireless network to my existing HP 7780 Office jet Pro all in one printer. I am running windows 7 32-bit operating sys.  HP diagnostics software indicates all is good. Print job gets stuck in queue.

    1. Make sure the printer is turned on and connected to your network. Verify that you can access the printer's internal web page by browsing to its IP address before continuing.
    2. Click >> Start >> Control panel >> Printers.
    3. Click the Add a printer
    4. Select Local printer
    5. Select Create a new port and select Standard TCP/IP Port and click Next button.
    6. Under Device type, select TCP/IP Device. Under Hostname or IP address, enter the printer's IP address. Click Next.
    7. Select Hewlett-Packard from the list of manufacturers and select and select your printer model. Click Next.
    If your printer model was not listed, then select Have Disk, browse the HP CD that came with your printer and select the first file that starts with hp and ends with inf. Click Open then OK. Select your printer model. Click Next.
    8. If you are asked, use the currently installed driver.
    9. It will ask for the Printer name -- enter a new name or use the existing one. This will be the name of the printer that you select from other applications.
    10. You may be asked to share the printer. Choose NO.
    11. The Print Test Page box appears. Go ahead and print it.
    12. Click Finish.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • I had my Ipod nano 7Gen factory restored. Nano touch is working smooth without any song init but after i have any of the songs shifted from itune touch buttons get messed up. They don't work. Help me in over coming this issue

    I had my Ipod nano 7th Gen factory restored. Nano touch works smooth without any song in-it but after i have any of the songs shifted from itunes, touch buttons get messed up. They don't work. Help me in over coming this issue.

    Hello Rohantm,
    Thank you for the details of the issue you are experiencing with your iPod nano (7th generation) touch screen.  I recommend the following steps for the issue you described (you can skip the steps you have already tried):
    Touch screen does not accept input
    Clean the screen with a microfiber polishing cloth.
    Do not wear gloves while using the touchscreen. Do not use the touchscreen with wet hands or immediately after applying hand lotion. Moisture affects touchscreen behavior in the same manner as it affects a trackpad.
    If you have a protective plastic sheet or film on the touchscreen, try removing it, because it may be preventing the touchscreen from working properly.
    The current application may be unresponsive; try resetting iPod by pressing and holding the Sleep/Wake button and the Home buttons simultaneously for a least six seconds, until the Apple logo appears.
    Sync with iTunes and restore the iPod.
    Issue not resolved
    If the issue is still not resolved, please read this information on servicing your iPod.
    Find the full article here:
    iPod nano (7th generation): Hardware troubleshooting
    http://support.apple.com/kb/TS4433
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Black over print in photoshop

    we can make plack over print in many application like InDesign but how can we do it in Photoshop ?

    Join the party:
    My screen flickers in Photoshop on my 2013 Macbook Air.

  • Confusion over Native Query Result List

    I have this confusion over the field object of a resultList of a Native query. This is because it has contradicted the idea of the books for me.
    This is a pure example
    @SqlResultSetMapping(name="LoanCapitalization.reportMapping",
    columns={
        @ColumnResult(name="policy_number"),
        @ColumnResult(name="policy_holder"),
        @ColumnResult(name="amount"),
        @ColumnResult(name="outstanding_loan"),
        @ColumnResult(name="interest"),
        @ColumnResult(name="amount_to_date"),
        @ColumnResult(name="effective_date"),
        @ColumnResult(name="sub_system_code")
    @NamedNativeQuery(name="LoanCapitalization.aggregateStatement", query="SELECT   l.policy_number, l.last_name || ' ' || l.first_name as " +
            "policy_holder, l.amount, c.out_principal_bf as outstanding_loan, c.out_interest_bf as interest, " +
            "SUM (r.repayment_amount) as amount_to_date, c.effective_date, l.sub_system_code FROM loan l JOIN v_latest_capitalization c " +
            "ON l.loan_id = c.loan_id JOIN loan_repayment r ON l.loan_id = r.loan_id WHERE " +
            "c.effective_date BETWEEN ?1 AND ?2 GROUP BY l.policy_number, l.last_name, l.first_name, l.amount, " +
            "c.out_principal_bf, c.out_interest_bf, c.effective_date, l.sub_system_code order by l.sub_system_code, l.last_name",
            resultSetMapping="LoanCapitalization.reportMapping")and
    Query query = entityManager.createNamedQuery("LoanCapitalization.aggregateStatement");
            AggregateStatementLoanBalanceReportData data = null;
            List<AggregateStatementLoanBalanceReportData> returnList = new ArrayList<AggregateStatementLoanBalanceReportData>();
            query.setParameter(1, reportCriteria.getFromDate());
            query.setParameter(2, reportCriteria.getToDate());
            List<Object[]> resultList = query.getResultList();
            System.out.println("resultList.size() >>>>>>>>>> " + resultList.size());
            for (Object[] obj : resultList){
                data = new AggregateStatementLoanBalanceReportData();
                System.out.println("(String)obj[1] >>>>>>>>>> " + (String)obj[1]);
                System.out.println("(String)obj[2] >>>>>>>>>> " + (String)obj[2]);
                System.out.println("(String)obj[3] >>>>>>>>>> " + (String)obj[3]);
                System.out.println("(String)obj[4] >>>>>>>>>> " + (String)obj[4]);
                System.out.println("(String)obj[5] >>>>>>>>>> " + (String)obj[5]);
                System.out.println("(String)obj[6] >>>>>>>>>> " + (String)obj[6]);
                data.setPolicyNumber((String)obj[0]);
                data.setName((String)obj[1]);
    .......My first shocking surpise is that all the System.out.println() return nulls but
    System.out.println("resultList.size() >>>>>>>>>> " + resultList.size()); returned 1.
    so can anyone suggest what the problem may be.
    Regards,
    Michael

    I came across your post as I experienced the same problem. As I found no answers I tried different let's say stupid solutions.
    The one that solved my problem was to write the name for the @ColumnResult in capitals as I noticed that Oracle transforms the alias column names into capitals. I guess otherwise the mapping doesn't occur correctly.
    My example:
    @SqlResultSetMappings({
    @SqlResultSetMapping(
    name = "Customers.searchCustomers",
    entities =
    @EntityResult(entityClass = Customers.class)
    columns =
    @ColumnResult(name = "CONTACTDATE"),
    @ColumnResult(name = "CONTRACTDATE")
    String queryString =
    "SELECT c.CUSTOMER_ID, c.LAST_NAME, c.FIRST_NAME, c.OPU, c.CUSTOMER_CORE_ID, " +
    "to_char(con.CONTACT_DATE, 'yyyy-dd-mm') AS CONTACTDATE, to_char(contr.CONTRACT_DATE, 'yyyy-dd-mm') AS CONTRACTDATE " +
    "FROM CUSTOMERS c " +
    "LEFT JOIN CONTACTS con ON con.CUSTOMER_ID = c.CUSTOMER_ID AND con.ACTIVE = '1' " +
    "LEFT JOIN CONTRACTS contr ON contr.CUSTOMER_ID = c.CUSTOMER_ID AND contr.ACTIVE = '1' " +
    "WHERE c.CAMPAIGN_ID = ?1 AND upper(c.LAST_NAME) LIKE ?2 AND upper(c.FIRST_NAME) LIKE ?3";
    query = em.createNativeQuery(queryString,
    "Customers.searchCustomers");

  • Is it possible to find out if the over print is applied for other than 100% black  object?

    I need to find out the over print is applied for other than 100% black objects in "illustrator cs3" through programmatically. Kindly advice me.

    Anyone please

  • Help Setting Up Wifi Printer...

    I have gone to my parents house for the weekend and brought my Macbook with me. It seems he upgraded his old Dell printer for the new All-in-one Dell 948 Wifi. I can see the printer on my Network, but I can't seem to add the printer using my Printer Utility, can someone help set-up this printer. BTW I do know the IP Address of the printer and the MAC address, I was told I have to log into the Wifi Network in order to print, or I could do ad-hoc.
    Cheers,
    Paul

    I don't thinl it's Postscript and I don't think there is a Dell Driver for it. Any third party solutions?

  • HT4199 I need help with getting my printer to print, PLEASE.

    I need help with getting my printer to print, Please.

    What have you done so far?
    I suggest you connect it via a usb  cable first.  Once you get the printer working, move to wifi.  You will have to use an existing printer usb cable or purchase a cable.  Be sure to get the correct cable.  Ask for help.
    The warrenty indicates there is phone support.  Give HP a call.
    Warranty
    One-year limited hardware warranty; 24-hour, 7 days a week phone support
    Robert

Maybe you are looking for

  • My "Save As" menu is messed up - HELP!

    I am Genie and I work on a MacBook Pro and PSE9. Somehow while working with my pictures tonight I have messed up the Save As menu. Only the name of the picture appears without jpg or psd(I think those are the other letter for Photoshop format) after

  • Why can't Premiere 5.5 keep itself running without crashing?

    Hello all... Just spent $8,000 on a new editing machine, Matrox MX02LE, and Production Premium 5.5. The machine is an HP Z600 with dual 2.4 six-core processors and 16GB of RAM. I am running Win 7 Pro in 64-bit mode. This seems like it should powerful

  • The JavaScript for this page failed to load correctly

    I keep getting this message "The JavaScript for this page failed to load correctly" when I try to access my Shutterfly accounts. This is a new problem since upgrading to Mavericks.  It does not happen on my Macbook Pro running Mavericks. John

  • Packed type

    Hi experts        I am using this field          bdmng LIKE resb-bdmng,          *  0.010        iamng LIKE afpo-iamng,            * 150       it_final-iamng = it_final-bdmng / it_final-psmng.        when i do calculations in program the result of ia

  • Error in BPS layout

    Hi, I am getting the message below Error in LAY003, header characteristic ZNCOSTCTR is not unique in layout Can anyone help me out ?