Can't scan with Epson Stylus DX4450

Hi everybody.
I'm trying to configure my Epson Stylus DX4450. Printing works like a charm, but scanner is not. I tried to configure it as it was suggested on various websites. I've installed sane, xsane, iscan (from http://repo.archlinux.fr/i686) also I've downloaded iscan-plugin-cx4400 from Avasys website, extracted it with rpmextract ant put the library to /usr/lib/iscan.
When I try sane-find-scanner it shows:
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x04b8 [Language Error], product=0x083f [Language Error]) at libusb:002:010
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.
When I try scanimage -L it's idle for about a minute and then it shows:
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
But when I try it again it shows:
device `epkowa:libusb:002:010' is a Epson flatbed scanner
Then if I try sane-find-scanner again it will show no language errors:
found USB scanner (vendor=0x04b8, product=0x083f) at libusb:002:010
xsane will check for available devices for some time, then it shows a message, that no device is available. iscan shows a message "Could not send command to scanner. Check the scanners status". Sometimes iscan will launch, but I can't scan, because it will show me the "Could not send..." error message.
Device usually turns off when I try xsane. Two times xsane launched, but Epson turned off right after it. It also turns off sometimes when I try sane-find-scanner second time or when I try to launch iscan.
I read that there can be a conflict between sane and gphoto, moved /etc/udev/rules/54-gphoto.rules and restarted udev - still didn't work.
/etc/sane.d/dll.conf:
# enable the next line if you want to allow access through the network:
net
abaton
agfafocus
apple
avision
artec
artec_eplus48u
as6e
bh
canon
canon630u
#canon_pp
cardscan
coolscan
coolscan2
#dc25
#dc210
#dc240
dell1600n_net
dmc
epjitsu
#epson
#epson2
epkowa
fujitsu
#gphoto2
genesys
gt68xx
hp
hp3900
hpsj5s
hp3500
hp4200
hp5400
hp5590
hpljm1005
hs2p
ibm
leo
lexmark
ma1509
matsushita
microtek
microtek2
mustek
#mustek_pp
mustek_usb
mustek_usb2
nec
niash
pie
pint
pixma
plustek
#plustek_pp
#pnm
qcam
ricoh
s9036
sceptre
sharp
sm3600
sm3840
snapscan
sp15c
#st400
#stv680
tamarack
teco1
teco2
teco3
#test
u12
umax
#umax_pp
umax1220u
v4l
# The following backends are not included in the sane-backends distribution
# If you want to use them, download them from their webpages and read their
# documentation
# HP OfficeJet backend homepage: http://hpoj.sf.net/
# Uncomment the following line if hpoj is installed:
#hpoj
hp_rts88xx
#hpaio
/etc/sane.d/epkowa.conf:
# epkowa.conf -- sample configuration for the EPKOWA SANE backend
# Copyright (C) 2004 Olaf Meeuwissen
# See sane-epkowa(5), sane-scsi(5) and sane-usb(5) for details.
# SCSI scanners can be configured simply by listing the path to the
# device. For example, if your system claims to have a /dev/scanner
# SCSI device, all you have to do is uncomment the following line:
#/dev/scanner
# In the interest of maintainability, most installations would have
# /dev/scanner sym-linked to the real SCSI scanner device node.
# An alternative way that works for many operating systems and is a
# little bit more generic, is to have the backend probe for your SCSI
# scanner with the following configuration command:
#scsi EPSON
# On systems with libusb, the following line is sufficient to get the
# backend to recognise your USB scanners. It presumes, however, that
# the scanner---more precisely, it's USB product ID---is known to the
# backend.
# For all USB scanners that are officially supported by this backend,
# this presumption is true. A list of such scanners can be found in
# sane-epkowa(5).
usb 0x4b8 0x83f
# For any USB scanner not known to the backend (yet), you may, at your
# own peril(!!), force the backend to recognise and use it via libusb.
# You can do so by the following configuration command:
# usb <USB vendor ID> <USB product ID>
# SEIKO EPSON's USB vendor ID is '0x04b8' (without quotes). In order
# to find the USB product ID, use lsusb(1) or, on Linux systems, peek
# at the information in /proc/bus/usb/devices.
# A sample configuration for the Perfection 1650 (GT-8200), which has
# a product ID of 0x0110, would look as follows:
#usb 0x04b8 0x0110
# When not accessing your USB scanner via libusb, you may need to use
# one of the configuration commands below or commands that are almost
# the same. These commands typically access the scanner via a kernel
# scanner module.
usb /dev/usb/scanner0
usb /dev/usbscanner0
usb /dev/uscanner0
# Linux had a scanner module until version 2.6.2. As of version 2.6.3
# libusb is your only option. Linux' scanner module can be loaded via
# the modprobe(8) command like so:
# modprobe scanner vendor=<USB vendor ID> product=<USB product ID>
# If the scanner module already knows the vendor and product IDs, you
# do not have to specify them. If you want to have this done automa-
# tically every time you boot, you can add the above line, except for
# the modprobe command itself, to your /etc/modules file.
# Although not tested with this backend, parallel port scanners should
# be usable. You can configure them as shown below, but I do not know
# much about the details. Information is welcome.
#pio 0x278
#pio 0x378
#pio 0x3BC
/etc/udev/rules.d/53-sane.rules (shortened):
# This file was automatically created based on description files (*.desc)
# by sane-desc 3.3 from sane-backends 1.0.19 on Fri Mar 7 06:29:43 2008
# udev rules file for supported USB devices
# To add a USB device, add a rule to the list below between the
# LABEL="libsane_rules_begin" and LABEL="libsane_rules_end" lines.
# To run a script when your device is plugged in, add RUN+="/path/to/script"
# to the appropriate rule.
# The following list already contains a lot of scanners. If your scanner
# isn't mentioned there, add it as explained above and mail the entry to
# the sane-devel mailing list ([email protected]).
ACTION!="add", GOTO="libsane_rules_end"
ENV{DEVTYPE}=="usb_device", GOTO="libsane_create_usb_dev"
SUBSYSTEM=="usb_device", GOTO="libsane_rules_begin"
SUBSYSTEM!="usb_device", GOTO="libsane_rules_end"
# Kernel >= 2.6.22 jumps here
LABEL="libsane_create_usb_dev"
# For Linux >= 2.6.22 without CONFIG_USB_DEVICE_CLASS=y
# If the following rule does not exist on your system yet, uncomment it
# ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0664", OWNER="root", GROUP="root"
# Kernel < 2.6.22 jumps here
LABEL="libsane_rules_begin"
# EPSON Stylus CX4300 | EPSON Stylus CX4400 | EPSON Stylus CX5500
# EPSON Stylus CX5600 | EPSON Stylus DX4400 | Epson Stylus DX4450
ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="083f", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
# The following rule will disable USB autosuspend for the device
ENV{libsane_matched}=="yes", RUN+="/bin/sh -c 'test -e /sys/$env{DEVPATH}/power/level && echo on > /sys/$env{DEVPATH}/power/level'"
LABEL="libsane_rules_end"
Can anyone help with this?

Almost solved.
First I've copied files extracted from iscan-plugin-cx4400.rpm from /usr/lib/iscan to /usr/lib/sane. Didn't work.
Then I've checked version of iscan with yaourt and it appeared that aur have newer version than the one from archlinux.fr repo. I've built it, moved epkowa.conf.pacsave to epkowa.conf and it worked once.
sane-find-scanner output was the same, with language errors, but scanimage -L showed that it found my scanner (don't have the exact output - it was different than before). xsane still didn't found the device but I managed to preview and scan to file printer test page with iscan.
When I tried it for the second time, sane-find-scanner output was the same, but scanimage -L didn't recognised the scanner. iscan didn't work. Tried to restart the device - still the same.
Tried to turn off the scanner, restart udev, start scanner again. Didn't work.

Similar Messages

  • How can i scan with my epson 837 printer wireless using 10.7.5

    how can i scan with epson 837 printer. i am wireless using  os x 10.7.5

    This seems to be a commercial product. For the best chance at finding a solution I would suggest posting in the forum for HP Business Support!
    You can find the Commercial Laserjet board here:
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Can I use my MacBook Pro with 10.7.5 with Epson Stylus Printer photo R340

    MacBook Pro with 10.7.5 with Epson Stylus Printer photo R340 can I make them work togather?

    Try resetting the SMC. The phone connection is only supported for tethering. I know nothing about the other device.
    Barry

  • How can I fix my MacBook Pro losing wireless connectivity with Epson Stylus NX625 printer.  It will work once and then I get an error saying the printer is not connected.

    I can connect to my Epson Stylus NX625 through my wireless network and print a page or two, but then the next time I go to print it says that the printer is not connected.  Any fixes?  I have tried deleting the printer and re-adding it to my MacBook Pro OS X version 10.9.4, but sometimes it doesn't even find it, and other times it says it is connected, but when I go to print it says not connected.  Very frustrated.  I have also installed the latest drivers, etc.
    What now?

    Your computer is going to run hot while playing CPU/GPU intensive games - it should heat up and the fans should be noticably loud. As to why it's 'crashing' - can you post a kernel panic log? You may have some third-party kexts that are causing the problems.
    Clinton

  • Problems with Epson Stylus 3000 IP Ethernet

    Problems with Epson Stylus 3000 IP Ethernet
    The printer stops processing after reaching 1,72% of printing.
    The Ethernet Cards led is on and blinking green.
    I am running
    Powerbook G4
    OSX 10.4.5
    Epson Stylus Color 3000 + Cups Gimp Print v4.2.7
    I can se the printer in Epson MacAssist for OSX Ver 4.0.aE IP 10.0.0.6
    I can se it as well in Safari under the ip adress 10.0.0.6
    I have tried to test the printer in the Common Unix Printing System
    I can see the printer there as well.
    A test print here results in
    "ipp" stopped unexpectedly with status 1
    All my other printers work well and prints test sheets.
    The printer has not worked since Tiger.

    Can you please help me....
    I can't seem to get the Print Set up utility to find the Epson Stylus 3000 Gimp.
    I installed the GimpPrint Drivers that were on the Tiger 10.4.3 install DVD after I installed 10.4.3, and then updated 10.4.3 to 10.4.5.
    When I first installed 10.4.3, I didn't install the GimpPrint Drivers. I went back to the DVD after updating to 10.4.5, and then installed the GimpPrint Drivers.
    Can you please help me out in what I'm doing wrong. Everytime I try to find the Epson Drivers an "error:-50" comes up in the Printer Browser under IP Printer section.
    Here's what I'm doing:
    - I go into Printer Setup Utility
    - I choose Add Printer
    - I choose IP Printer
    - I choose Line Printer Daemon - LPD
    - I pop up the "Print using" and select the "EPSON".
    - Then I choose "EPSON Stylus Color 3000 - Gimp-Print v5.0.0-beta2
    - THEN I GET AN ERROR MESSAGE POP-UP! "An error occurrd while trying to add the selected printer. Error:-50"
    Where did you find the:
    Epson Stylus Color 3000 + Cups Gimp Print v4.2.7
    Thank you for you help in advance!
    Micdim
    G4 Dual 1.42 gig   Mac OS X (10.4.5)   1G Ram, FCStudio, Logic Pro 7.1, Adobe CS2, After Effects 7, MSOffice 2004...

  • Bonjour with Epson Stylus Pro 4800

    I can't connect the Epson Stylus Pro 4800 with Bonjour.
    Bonjour detects the Printer but after a few seconds there comes this message:
    Error: -9672

    Shame on me! :-O
    Still... it seems the -9672 error is attributable to the Printer in all the cases I've found, but a very few have been able to cure it by downloading the Instaaller/Driver from the Manufacturer, rather than using the ones on the CD.

  • HT1800 How can I add a Epson Stylus SX445w to my mac Book Pro this is the second one I've tried and failing miserably...it should be so simple...spoken to the help line at Epson and they say it's down to Apple !! Somebody please help me

    How can I add a Epson Stylus SX445w to my Mac Book Pro
    This is the second one I've tried and failing miserably...it should be so simple...I've installed poken to the help line at Epson and they say it's down to Apple !! Somebody please help me

    Yes I did everything that I was instructed to do!
    Cheers
    Joyce

  • How can I scan with mavericks using Epsom printer

    How can I scan with mavericks using Epsom printer

    Some users have had success using Image Capture in the Applications folder - although it doesn't seem to work for everybody. Worth a try.

  • Two hours still can't scan with photoshop cs6

    two hours still can't scan with photoshop cs6 any ideas?

    Hi,
    Thanks for responding. Windows Vista - installed Flash Player 11 - no change -
    updated all drives on HP PSC 2355 scanner - no change - added twain 24 bit
    because read that 48 was not compatible with cs6 - no change.
    Basically, when I go file - import - I should see the option WIA -HP PSC 2350
    and it is not there which tells me my scanner is not integrated with cs6 as it
    was with cs3.
    Any ideas?
    Richard

  • Using Lightroom for Windows 8.1 with Epson Stylus Photo R3000 printer.

    Using Lightroom for Windows 8.1 with Epson Stylus Photo R3000 printer.  From PRINT section, if I click either "Page Setup" or "Printer" I get the Epson printer dialog box, drill down, change settings- so far so good.  When I'm finished with the settings and close the dialog box (hit OK) the print job starts immediately; I never get a chance to hit the Lightroom "Print" button.  Question: does this bypass any Lightroom processing or control of the print job?

    Even if I just click the Printer button to verify my settings I should then return to Lightroom, and then click Print to start the job.  This does not happen, the job starts as soon as I close the properties dialog box.  Again, is any Lightroom processing or control being bypassed because of this?

  • Scanning with Epson RX500 and trying Image Capture

    I have an Epson RX500.It prints and copies fine. It was scanning fine, using Photoshop Elements,for two years but now it is not recognized (I think this has something to do with updated Tiger 10.4.8. I've tried to reinstall the TWAIN and scanning software but that was useless. I've tried to use Image Capture but get the message when the Scan Setup opens up that "The scanner EPSON Stylus Photo RX500 is in use by another application..."
    Can anyone help?

    Eric,
    There are one, or more files (plist, I think), that need to be purged, so that new copies can be made. I don't have those listed anywhere, that I can remember, but if you call Epson, a tech should be able to lead you through them. I only had this problem when I upgraded to 10.4, from 10.3, so memory is hazy.
    Ernie

  • Problem with "Epson Stylus SX110 (or SX115)" and the Airport Express

    Hello,
    I connect my printer on my airport express, via wifi connection. And the airport express doesn't recognize the printer (via the airport express utility)
    When I connect my previous printer (a canon), it works well.
    Thanks if you met this pb, to help me

    Hi All,
    I have intel based macbook pro running OSX 10.6.2, airport express with a connected EPSON Stylus SX115.
    I discovered two issues with using the printer via my Airport Express:
    1. I had to use the driver called 'Epson Stylus SX 100'. It ships with the op system. (note: NOT the 'Epson SX 100' !!! There is also one called like that, but it does not work for me...). When I tried to use the sx 110 driver, the printing stopped half way. Strange enough the sx 110 driver works ok when the printer is connected via a USB cable
    2. Now the more annoying problem.
    It takes ages before the airport express discovers the printer!!! After I scanned via an USB cable, I reconnected the printer to the Airport express. Printing was dead. Next I followed the Apple provided troubleshooting (restart sequence, etc). No success, the airport still couldn't find the connected printer, so I was getting really ******…..
    The solution I propose, as it worked for me already more than once on my macbook pro, is the following:
    1. Connect the printer to the Airport Express, switch the printer on and, and restart AE via the AE utility (Just to make your consciousness rest.):
    - Start Airport Utility: you can find the program by typing the name in spotlight
    - right click on the on the Icon of your Airport Express on the right of the window
    - Issue a restart (It takes some seconds to complete!)
    2. WAIT! As annoying it is, it takes about 15-30 min before Airport express discovers the printer.
    3. In System Preferences/Print&Fax add the printer: (NOTE: This is an optional step, in case the printer is set up the first time, otherwise skip to step 5. )
    - On the right, at the bottom of the Printers sub window, click on the + sign. This opens the Add Printer dialogue
    - In the Add Printer dialogue you should be able to see now your Epson printer discovered by Bonjour. Highlight it by clicking on it. (If you don't see your printer, you might have been impatient and waited to little after you connected the printer to the airport express, or you have some problem I did not have…)
    - At the bottom open the 'Print Using:' drop-down box, and choose the 'Select Printer' option. This opens a new dialogue. Scroll down to 'Epson Stylus SX 100 - Gutenprint v5.2.3'. Click on it, and press OK. This closes the 'Select Printer' dialogue
    - Back at the Add Printer dialogue, change the name of your printer to something more meaningful, to 'Epson SX 115 - Wireless' for example.
    - click ad
    4. Back at the Print & Fax dialogue, now you should see a new printer icon on the left with the name you just gave, and with an icon that does not look at all like your printer.
    5. Congratulations, you are done. You should be able to print now.
    I hope it helps

  • Can't print to Epson Stylus

    iMac Intel
    Mac OSX 10.6.8
    Epson Stylus Photo T60 (USB connection)
    Printed fine last night, as it has ever since I bought it a couple of years ago. This morning suddenly does not print.
    Troubleshooting done so far:
    1. Turned off printer, restarted and tested: no go.
    2. Restarted computer, tested: no go.
    3. Tested printing from macbookpro using same cable: prints fine; hence cable works, printer works.
    4. Tested iMac USB port with scanner: communicates with scanner, USB port is ok.
    5. Tried restoring system > library > Printers from Time Machine set to last night (when it last worked), and tested: no go.
    6. Deleted printer from print settings and reinstalled, tested: no go.
    Please can anyone help me interpret console's printer log?  Or otherwise pinpoint the problem and help me with a solution?  Many thanks in advance!
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] The following messages were recorded from 12:31:46 to 12:38:26
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Adding start banner page "none".
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Queued on "EPSON_Epson_Stylus_Photo_T60" by "das".
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Auto-typing file...
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Request file type is application/vnd.cups-banner.
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] File of type application/vnd.cups-banner queued by "das".
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Adding end banner page "none".
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] job-sheets=none,none
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] argv[0]="EPSON_Epson_Stylus_Photo_T60"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] argv[1]="2632"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] argv[2]="das"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] argv[3]="testprint"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] argv[4]="1"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] argv[5]="AP_ColorMatchingMode=AP_VendorColorMatching AP_D_InputSlot= nocollate com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMJobName=testprint com.apple.print.PrinterInfo.PMColorDeviceID..n.=38657 com.apple.print.PrintSettings.PMColorSyncProfileID..n.=282 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 media=A4 pserrorhandler-requested=standard job-uuid=urn:uuid:1e95c1ac-e074-3537-6319-929ed8ada5aa job-originating-host-name=localhost time-at-creation=1407558706 time-at-processing=1407559105 PageSize=A4"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] argv[6]="/private/var/spool/cups/d02632-001"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[0]="<CFProcessPath>"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[11]="SERVER_ADMIN=root@localhost"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[12]="SOFTWARE=CUPS/1.4.7"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[14]="USER=root"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[15]="CUPS_SERVER=/private/var/run/cupsd"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[17]="IPP_PORT=631"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[18]="CHARSET=utf-8"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[19]="LANG=en_US.UTF-8"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[20]="APPLE_LANGUAGE=en-US"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[21]="PPD=/private/etc/cups/ppd/EPSON_Epson_Stylus_Photo_T60.ppd"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[22]="RIP_MAX_CACHE=8m"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[23]="CONTENT_TYPE=application/vnd.cups-banner"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[24]="DEVICE_URI=usb://EPSON/Epson%20Stylus%20Photo%20T60?serial=4C43594B30 35303666"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[25]="PRINTER_INFO=EPSON Epson Stylus Photo T60"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[26]="PRINTER_LOCATION=iMac-iDol"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[27]="PRINTER=EPSON_Epson_Stylus_Photo_T60"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[28]="CUPS_FILETYPE=document"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] envp[29]="FINAL_CONTENT_TYPE=printer/EPSON_Epson_Stylus_Photo_T60"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Started filter /usr/libexec/cups/filter/cgbannertopdf (PID 597)
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 598)
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Started filter /usr/libexec/cups/filter/rastertoepson (PID 599)
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Started backend /usr/libexec/cups/backend/usb (PID 600)
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] usb: AppleLanguages="en-US"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] STATE: +connecting-to-device
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Looking for 'EPSON Epson Stylus Photo T60'
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] load_classdriver(/System/Library/Printers/Libraries/USBGenericTOPrintingClass.p lugin) (kr:0x00000000)
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Opening connection
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] load_classdriver(/System/Library/Printers/Libraries/USBGenericTOPrintingClass.p lugin) (kr:0x00000000)
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] STATE: -connecting-to-device
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Sending print data...
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Set job-printer-state-message to "Sending print data...", current level=INFO
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] load_banner(filename="/private/var/spool/cups/d02632-001")
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] cgpdftoraster - copying to temp print file "/private/var/spool/cups/tmp/0025653ee363c"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Page = 595x842; 9,40 to 586,816
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] `/private/var/spool/cups/tmp/0025653ee363c' has 1 pages.
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] cgpdftoraster - opened PPD file "/private/etc/cups/ppd/EPSON_Epson_Stylus_Photo_T60.ppd"...
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] cgpdftoraster: size->width = 595, size->length = 842, size->top = 816.49, size->bottom = 39.6, size->left = 8.6, size->right = 586.4
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] cgpdftoraster: PreferredRotation = 90
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Set job-printer-state-message to "cgpdftoraster unsupported colorSpace: colorSpace = -1, colorOrder =1, bitsPerColor = 1", current level=ERROR
    D [09/Aug/2014:12:38:26 +0800] [Job 2632]
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Read 31 bytes of print data...
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Wrote 31 bytes of print data...
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] Sent 31 bytes...
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] End of messages
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] printer-state=3(idle)
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] printer-state-message="No pages found!"
    D [09/Aug/2014:12:38:26 +0800] [Job 2632] printer-state-reasons=none
    E [09/Aug/2014:12:38:26 +0800] [Job 2633] cgpdftoraster unsupported colorSpace: colorSpace = -1, colorOrder =1, bitsPerColor = 1
    E [09/Aug/2014:12:38:26 +0800] [Job 2633] cgpdftoraster: cupsRasterInterpretPPD had an error: Page header callback returned error.
    E [09/Aug/2014:12:38:26 +0800] [Job 2633] No pages found!
    E [09/Aug/2014:12:38:26 +0800] [Job 2633] Job stopped due to filter errors; please consult the error_log file for details.
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] The following messages were recorded from 12:37:16 to 12:38:26
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Adding start banner page "none".
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Queued on "EPSON_Epson_Stylus_Photo_T60" by "das".
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] File of type application/pdf queued by "das".
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Setting job-hold-until to no-hold
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Adding end banner page "none".
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Job released by user.
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] job-sheets=none,none
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] argv[0]="EPSON_Epson_Stylus_Photo_T60"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] argv[1]="2633"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] argv[2]="das"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] argv[3]="Untitled"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] argv[4]="1"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] argv[5]="AP_ColorMatchingMode=AP_VendorColorMatching AP_D_InputSlot= APCustomColorMatchingProfile=sRGB ApplicationBundleName=TextEdit nocollate ColorModel=RGB com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMApplicationName=TextEdit com.apple.print.JobInfo.PMJobName=Untitled com.apple.print.JobInfo.PMJobOwner=Das com.apple.print.PageToPaperMappingMediaName=A4 com.apple.print.PageToPaperMappingType..n.=1 com.apple.print.PrinterInfo.PMColorDeviceID..n.=38657 com.apple.print.PrintSettings.PMColorSpaceModel..n.=2 com.apple.print.PrintSettings.PMColorSyncProfileID..n.=285 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMDestinationType..n.=1 com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 cupsBorderlessScalingFactor=1.00 DestinationPrinterID=EPSON_Epson_Stylus_Photo_T60 EPIJ_ACam=0 EPIJ_AFil=0 EPIJ_AGai=1 EPIJ_APFPrvID=7 EPIJ_APri=1 EPIJ_ATon=7 EPIJ_Bi_D=1 EPIJ_Bidi_Com=1 EPIJ_Brit=0 EPIJ_BSSv=0 EPIJ_CCor=3 EPIJ_CMat=0 EPIJ_Cont=0 EPIJ_Cyan=0 EPIJ_DCCT=0 EPIJ_DoneOpnr=0 EPIJ_ECAv=0 EPIJ_ENAL=1-1_2-1_3-1_4-1 EPIJ_ERGB=0 EPIJ_exmg=2 EPIJ_ExMgnAlK=1 EPIJ_ExtStAlK=0 EPIJ_Gamm=0 EPIJ_HdofClSp=0 EPIJ_Hori=0 EPIJ_Ink_=1 EPIJ_Mage=0 EPIJ_Manu=0 EPIJ_Medi=0 EPIJ_Mode=0 EPIJ_OSCMProf=1 EPIJ_OSColMat=1 EPIJ_PageRegion=A4 EPIJ_PageSize=A4 EPIJ_PGEx=0 EPIJ_PrStgAlK=0 EPIJ_PSrc=2 EPIJ_Qual=43 EPIJ_REye=0 EPIJ_Satu=0 EPIJ_Silt=0 EPIJ_Size=1 EPIJ_UEpL=0 EPIJ_Yell=0 EPIJClientInfo=1 EPIJProfileSpec=1 EPIJSharedClient=0 EPIJSystemLanguage=en EPSON.PrintModule.Setting.ApplicationPageRect..a.0=0.00000000000000 EPSON.PrintModule.Setting.ApplicationPageRect..a.1=0.00000000000000 EPSON.PrintModule.Setting.ApplicationPageRect..a.2=783.00000000000000 EPSON.PrintModule.Setting.ApplicationPageRect..a.3=559.00000000000000 EPSON.PrintModule.Setting.ApplicationPaperRect..a.0=-18.00000000000000 EPSON.PrintModule.Setting.ApplicationPaperRect..a.1=-18.00000000000000 EPSON.PrintModule.Setting.ApplicationPaperRect..a.2=824.00000000000000 EPSON.PrintModule.Setting.ApplicationPaperRect..a.3=577.00000000000000 EPSON.PrintModule.Setting.Encoding..n.=0 EPSON.PrintModule.Setting.HostName=iMac-iDol EPSON.PrintModule.Setting.PrinterName=EPSON\ Epson\ Stylus\ Photo\ T60(2,0) EPSON.PrintModule.Setting.SystType..n.=3072 media=A4 MediaType=0 PaperInfoIsSuggested..b. PDEChangeControl= PDEiPhotoPreset..n.=0 PDEOpenHelpCount..n.=0 PDEOpenHideOption..n.=0 PDEOpenPane..n.=0 pserrorhandler-requested=standard Resolution=360x360dpi job-uuid=urn:uuid:7e5d2122-79bf-3b10-67ba-520f80133b82 job-originating-host-name=localhost time-at-creation=1407559036 time-at-processing=1407559106 job-impressions=1 com.apple.print.PrintSettings.PMTotalSidesImaged..n.=1 com.apple.print.PrintSettings.PMTotalBeginPages..n.=1 PageSize=A4"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] argv[6]="/private/var/spool/cups/d02633-001"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[0]="<CFProcessPath>"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[11]="SERVER_ADMIN=root@localhost"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[12]="SOFTWARE=CUPS/1.4.7"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[14]="USER=root"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[15]="CUPS_SERVER=/private/var/run/cupsd"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[17]="IPP_PORT=631"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[18]="CHARSET=utf-8"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[19]="LANG=en_US.UTF-8"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[20]="APPLE_LANGUAGE=en-US"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[21]="PPD=/private/etc/cups/ppd/EPSON_Epson_Stylus_Photo_T60.ppd"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[22]="RIP_MAX_CACHE=8m"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[23]="CONTENT_TYPE=application/pdf"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[24]="DEVICE_URI=usb://EPSON/Epson%20Stylus%20Photo%20T60?serial=4C43594B30 35303666"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[25]="PRINTER_INFO=EPSON Epson Stylus Photo T60"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[26]="PRINTER_LOCATION=iMac-iDol"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[27]="PRINTER=EPSON_Epson_Stylus_Photo_T60"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[28]="CUPS_FILETYPE=document"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] envp[29]="FINAL_CONTENT_TYPE=printer/EPSON_Epson_Stylus_Photo_T60"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 603)
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Started filter /usr/libexec/cups/filter/rastertoepson (PID 604)
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Started backend /usr/libexec/cups/backend/usb (PID 605)
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] `/private/var/spool/cups/d02633-001' has 1 pages.
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] cgpdftoraster - opened PPD file "/private/etc/cups/ppd/EPSON_Epson_Stylus_Photo_T60.ppd"...
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] cgpdftoraster: size->width = 595, size->length = 842, size->top = 816.49, size->bottom = 39.6, size->left = 8.6, size->right = 586.4
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] cgpdftoraster: PreferredRotation = 90
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Set job-printer-state-message to "cgpdftoraster unsupported colorSpace: colorSpace = -1, colorOrder =1, bitsPerColor = 1", current level=ERROR
    D [09/Aug/2014:12:38:26 +0800] [Job 2633]
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] usb: AppleLanguages="en-US"
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] STATE: +connecting-to-device
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Looking for 'EPSON Epson Stylus Photo T60'
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] load_classdriver(/System/Library/Printers/Libraries/USBGenericTOPrintingClass.p lugin) (kr:0x00000000)
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Opening connection
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] load_classdriver(/System/Library/Printers/Libraries/USBGenericTOPrintingClass.p lugin) (kr:0x00000000)
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] STATE: -connecting-to-device
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Sending print data...
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Read 31 bytes of print data...
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Wrote 31 bytes of print data...
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] Sent 31 bytes...
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] End of messages
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] printer-state=3(idle)
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] printer-state-message="Sending print data..."
    D [09/Aug/2014:12:38:26 +0800] [Job 2633] printer-state-reasons=none
    E [09/Aug/2014:12:45:15 +0800] [Job 2634] Stopping unresponsive job!
    E [09/Aug/2014:12:52:05 +0800] [Job 2635] Stopping unresponsive job!
    E [09/Aug/2014:12:52:06 +0800] [Job 2636] Job stopped due to filter errors; please consult the error_log file for details.

    Still not printing.
    In the meantime have done the following: --
    1. Launched terminal, typed sudo chmod a+x /usr/libexec/cups/backend/*, followed with pw when prompted, then quit terminal.
    Tested printer: no go. Printer setting shows "In use, last used". Printer dialog says "waiting for printer to become available".
    2. Launched terminal, typed ls -l /usr/libexec/cups/backend.
    This is the list:
    total 2992
    lrwxr-xr-x  1 root  admin       69 Jan  2  2013 HP-Fax -> /Library/Printers/hp/Fax/HPFaxBackend.app/Contents/MacOS/HPFaxBackend
    -rwxr-xr-x  1 root  wheel   122384 Jun  8  2011 bluetooth
    lrwxr-xr-x  1 root  wheel      109 Jan  2  2013 canonijnetwork -> ../../../../Library/Printers/Canon/BJPrinter/Plugins/BJNP/canonijnetwork.bundle /Contents/MacOS/canonijnetwork
    -rwx--x--x  1 root  wheel    57344 Jul 13  2011 dnssd
    -rwxr-xr-x  1 root  wheel    63296 Jun 12 19:47 epsonfirewire
    lrwxr-xr-x  1 root  wheel       68 Jan  2  2013 fax -> ../../../../System/Library/Printers/Libraries/Fax/Contents/MacOS/Fax
    lrwxr-xr-x  1 root  wheel        3 Jan  2  2013 http -> ipp
    -rwx--x--x  1 root  wheel   106096 Jul 13  2011 ipp
    -rwx--x--x  1 root  wheel    93024 Jul 13  2011 lpd
    lrwxr-xr-x  1 root  wheel        5 Jan  2  2013 mdns -> dnssd
    -rwxr-xr-x  1 root  wheel    73812 May  6  2008 pdf800
    -rwxr-xr-x  1 root  wheel    61008 Oct 26  2010 riousbprint
    -r-x--x--x  1 root  wheel  2796752 Apr 13  2012 smb
    -r-xr-xr-x  1 root  wheel    66576 Jul 13  2011 snmp
    -r-xr-xr-x  1 root  wheel    79328 Jul 13  2011 socket
    -r-xr-xr-x  1 root  wheel    91792 Jul 13  2011 usb
    3. Reset printing system.
    Tested printer: no go.
    In the meantime, the iMac is printing to HP Laserjet 6MP (appletalk connected to iMac's USB).

  • I can't get my Epson Stylus SX438W to work. Has anyone had trouble finding the correct model when installing the driver?

    I am having trouble completing the installation of my new Epson Stylus SX438W Wi-Fi printer. The printer is connected to my network and so is my Mac. I have put the Epson software disc in the Mac and followed the procedure to installing everything that is needed. I am stuck at a point that Epson have not been able to help with, and as advised to ask my router provider whether it does MAC filtering. It does not apparently. Then i have been advised to contact Apple. So that's where i am. The problem is that at the point where i have to add the printer to the printer list the correct model does not show in the provided list, so i hit the "more printers" tab. Not in here either. Epson have guided me through the installation of the latest driver and the prinnter still, does not show up in any lists. We have tried setting it up manually (i believe!, i am far, far from really knowing at all what i am doing). When trying to print a document from Microsoft word all that comes out is jargon on the sheets. Obviously not what i am after. I realise my description may be very unhelpful to you but i am REALLY stuck i don't know what to do now. Any help or guidance will be greatly appreciated.
    P.S. i have attached an image of the screen i have got to if that is of any help and i can get more screen shots etc. if anyone needs them!

    OK, let's try these................ 
    1 - Boot up from your install DVD and run "Repair Disk" from the Utility menu.  When done, restart back to your desktop, repair permissions and restart your computer.  Re-connect your printer. 
    2 - Download & install the Gimp drivers. Make sure the one you install is compatible w/your OS-Gutenprint 5.2.8-pre1.   Repair permissions, restart your computer & re-connect your printer when done.
    The Epson model I have, in order to get it to print wirelessly, I had to install a Gimp driver.
    3 - Check out the following KB Articles:
    Mac OS X 10.4 Help: Connecting to a network printer
    Epson Printer Drivers v2.10 OS X
    Adding a printer to your printer list in Mac OS X
    Mac OS X 10.4 Help: The printer I'm adding says "Driver not installed"
    ======================
    If still unsuccessful after trying all of the above, the problem could be your iBook or human error.  You can either call Epson & ask to speak with a Mac savy supervisor or return the printer & find another that is compatible w/your current OS.

  • Upgraded to Mountain Lion and CS3, I am no longer able to access the correct dialog box for fine printing with Epson Stylus Photo 1400.

    I have recently upgraded my Mac OS to Mountain Lion, and am using Photoshop CS3 together with Lightroom 5. To my absolute horror, in either Adobe program I am no longer able to access the dialog box which allows me to choose paper type, size, and print quality when attempting to print on my Epson Stylus Photo 1400. An excruciating hour on the phone with largely unintelligible folks at Epson seemed to prove the problem lies with Adobe instead of Epson. I'd greatly appreciate whatever advice might be forthcoming from the Community.

    Well, this seemed to work.. can't believe it! After a year of messing with this!
    from Stevejones5
    "I found a way around this problem. GO to HD/Library/Printers/Epson/InkjetPrinter/ICCProfiles and you will find a file labeled Pro38.profiles. This is a package file. Control click on it and reveal contents. Then you can copy all the profiles and paste them into your Colorsync folder either in the HD/Library folder or your own Home folder/Library. Then the profiles will show up in Photoshop and Lightroom."
    Key, is to Control click on the printer to "Open contents". Then open Resource folder. Copy everything in it and then paste it into the "Colorsync" folder in your Library.  (Remember, to get to Library you have to hold the command key down for it to appear in "Go" Menu for Finder.
    Then I reinstalled printer driver from Apple, then rebooted computer, then plugged in printer. And VOILA-- I can now select Epson Premium Photo Paper Luster!

Maybe you are looking for

  • Access MS Access database on remote computer (shared folder)

    Hello, I need some help. I've made a program and it works fine on my computer, but multiple users will be using program simultaneously, each one on his own computer conected over local network to mine computer (database is on my computer in shared fo

  • Replacing keyboard keys

    Am I able to go to an Apple store and have a few keyboard keys replaced? A few of them have become sticky due to a minor liquid spill, (after clean-up) but are still fully functioning.

  • Where is the firewall rules file??

    I had to tweak a bunch of firewall rules following this latest Apple security update (it broke my mail services). In the log (G5 Xserve running 10.4.11), it now says "mail servermgrd_ipfilter:ipfw config:Error:Failure code returned by ipfw command: 6

  • I keep getting The request timed out.(-1001) when I try to update

    I am online, the network is working fine, it does this on every network I connect to, WTH?

  • Cisco 4507R-E secondary SUP card is in disable state

    Hi All, I have one cisco 4507R-E switch with SUP 6-E. When I power UP switch. switch is boot with primary sup. Secondary module shown as "Disabled". How can i enable secondary module?