Can't see printers in cups 1.5

Hi,
I have cups 1.5.4 installed and Samsung ML2510 printer which is running (I could print test page), but I can't see my printer in my network.
What can I do for detecting the causes of this problem?
Thanks in advance,
Xan.
PS: Please don't say that I have to upgrade to cups 1.6, because I have to have CUPS protocol, and not avahi protocol.

thanks, jasonwryan, but I but clients.conf pointing to my server, I get the same result: I can't see printers.
The configuration is in the client:
$ cat /etc/cups/client.conf
# see 'man client.conf'
#ServerName /var/run/cups/cups.sock # alternative: ServerName hostname-or-ip-address[:port] of a remote server
ServerName 172.26.0.2
ServerName 172.26.0.3
#ServerName 10.216.147.26
In the server:
# cat /etc/cups/cupsd.conf
# Show troubleshooting information in error_log.
LogLevel debug
SystemGroup lpadmin
# Allow remote access
Port 631
#Listen localhost:631
#Listen 172.26.0.2
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
#BrowseAllow all
BrowseAddress @LOCAL
BrowseLocalProtocols cups
BrowseRemoteProtocols cups
DefaultAuthType Basic
<Location />
# Allow shared printing...
Order allow,deny
Allow @LOCAL
# Allow 172.26.0.*
# No tenia aquesta darrera línia
</Location>
<Location /admin>
# Restrict access to the admin pages...
Order allow,deny
Allow @LOCAL
</Location>
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
# Restrict access to the configuration files...
Order allow,deny
Allow @LOCAL
# Allow 172.26.0.*
</Location>
<Policy default>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
With the same server configuration, I have debian with another cups server (1.4.4 version) and I see printers in this sever, but in the archlinux, not.
I don't know what it fails. The error_log has not any errors:
I [07/Dec/2012:20:09:06 +0100] Remote access is enabled.
D [07/Dec/2012:20:09:06 +0100] Added auto ServerAlias negre
I [07/Dec/2012:20:09:06 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
D [07/Dec/2012:20:09:06 +0100] Repairing ownership of "/var/run/cups"
D [07/Dec/2012:20:09:06 +0100] Creating missing directory "/var/run/cups/certs"
D [07/Dec/2012:20:09:06 +0100] Repairing ownership of "/var/run/cups/certs"
D [07/Dec/2012:20:09:06 +0100] Repairing access permissions of "/var/run/cups/certs"
I [07/Dec/2012:20:09:06 +0100] Using default TempDir of /var/spool/cups/tmp...
I [07/Dec/2012:20:09:06 +0100] Configured for up to 100 clients.
I [07/Dec/2012:20:09:06 +0100] Allowing up to 100 client connections per host.
I [07/Dec/2012:20:09:06 +0100] Using policy "default" as the default.
I [07/Dec/2012:20:09:06 +0100] Full reload is required.
I [07/Dec/2012:20:09:07 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 39 types, 52 filters...
D [07/Dec/2012:20:09:07 +0100] Loading printer Impressora_PDF...
D [07/Dec/2012:20:09:07 +0100] load_ppd: Loading /var/cache/cups/Impressora_PDF.data...
D [07/Dec/2012:20:09:07 +0100] cupsdRegisterPrinter(p=0xb92feb20(Impressora_PDF))
D [07/Dec/2012:20:09:08 +0100] Loading printer Samsung_ML-2510...
D [07/Dec/2012:20:09:08 +0100] load_ppd: Loading /var/cache/cups/Samsung_ML-2510.data...
D [07/Dec/2012:20:09:08 +0100] cupsdRegisterPrinter(p=0xb93014c8(Samsung_ML-2510))
I [07/Dec/2012:20:09:08 +0100] Loading job cache file "/var/cache/cups/job.cache"...
D [07/Dec/2012:20:09:08 +0100] [Job 9] Loading from cache...
I [07/Dec/2012:20:09:08 +0100] Full reload complete.
D [07/Dec/2012:20:09:08 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
I [07/Dec/2012:20:09:08 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
D [07/Dec/2012:20:09:08 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
I [07/Dec/2012:20:09:08 +0100] Cleaning out old files in "/var/cache/cups"...
D [07/Dec/2012:20:09:08 +0100] systemd_checkin: Matched existing listener /var/run/cups/cups.sock with fd 3...
D [07/Dec/2012:20:09:08 +0100] systemd_checkin: Matched existing listener [v1.::] with fd 4...
D [07/Dec/2012:20:09:08 +0100] systemd_checkin: Matched browse (port 631) with fd 5:0.0.0.0...
I [07/Dec/2012:20:09:08 +0100] Listening to 0.0.0.0:631 on fd 11...
I [07/Dec/2012:20:09:08 +0100] Listening to [v1.::]:631 on fd 4...
I [07/Dec/2012:20:09:08 +0100] Listening to /var/run/cups/cups.sock:631 on fd 3...
I [07/Dec/2012:20:09:08 +0100] Resuming new connection processing...
D [07/Dec/2012:20:09:08 +0100] cupsdRegisterPrinter(p=0xb92feb20(Impressora_PDF))
D [07/Dec/2012:20:09:08 +0100] cupsdRegisterPrinter(p=0xb93014c8(Samsung_ML-2510))
D [07/Dec/2012:20:09:08 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [07/Dec/2012:20:09:08 +0100] Discarding unused server-started event...
D [07/Dec/2012:20:09:09 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:09:09 +0100] cupsdNetIFUpdate: "eth0" = 172.26.0.3:631
D [07/Dec/2012:20:09:09 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:09:09 +0100] cupsdNetIFUpdate: "eth0" = [v1.fe80::92e6:baff:fe1a:e247+eth0]:631
D [07/Dec/2012:20:09:09 +0100] Report: clients=0
D [07/Dec/2012:20:09:09 +0100] Report: jobs=1
D [07/Dec/2012:20:09:09 +0100] Report: jobs-active=0
D [07/Dec/2012:20:09:09 +0100] Report: printers=2
D [07/Dec/2012:20:09:09 +0100] Report: printers-implicit=0
D [07/Dec/2012:20:09:09 +0100] Report: stringpool-string-count=15250
D [07/Dec/2012:20:09:09 +0100] Report: stringpool-alloc-bytes=9504
D [07/Dec/2012:20:09:09 +0100] Report: stringpool-total-bytes=271568
D [07/Dec/2012:20:09:14 +0100] process_browse_data: [email protected] not found...
D [07/Dec/2012:20:09:14 +0100] Added remote printer "[email protected]"...
D [07/Dec/2012:20:09:14 +0100] Discarding unused printer-added event...
D [07/Dec/2012:20:09:14 +0100] cupsdMarkDirty(---p--)
D [07/Dec/2012:20:09:14 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Not busy"
D [07/Dec/2012:20:09:14 +0100] cupsdMarkDirty(--R---)
D [07/Dec/2012:20:09:14 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [07/Dec/2012:20:09:14 +0100] cupsdMarkDirty(--Rp--)
D [07/Dec/2012:20:09:14 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [07/Dec/2012:20:09:14 +0100] cupsdRegisterPrinter(p=0xb93d9880([email protected]))
D [07/Dec/2012:20:09:40 +0100] Avahi client started
D [07/Dec/2012:20:09:45 +0100] Saving remote.cache...
I [07/Dec/2012:20:09:46 +0100] Generating printcap /etc/printcap...
D [07/Dec/2012:20:09:46 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
D [07/Dec/2012:20:10:11 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:10:11 +0100] cupsdNetIFUpdate: "eth0" = 172.26.0.3:631
D [07/Dec/2012:20:10:11 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:10:11 +0100] cupsdNetIFUpdate: "eth0" = [v1.fe80::92e6:baff:fe1a:e247+eth0]:631
D [07/Dec/2012:20:10:11 +0100] Report: clients=0
D [07/Dec/2012:20:10:11 +0100] Report: jobs=1
D [07/Dec/2012:20:10:11 +0100] Report: jobs-active=0
D [07/Dec/2012:20:10:11 +0100] Report: printers=3
D [07/Dec/2012:20:10:11 +0100] Report: printers-implicit=0
D [07/Dec/2012:20:10:11 +0100] Report: stringpool-string-count=15305
D [07/Dec/2012:20:10:11 +0100] Report: stringpool-alloc-bytes=9992
D [07/Dec/2012:20:10:11 +0100] Report: stringpool-total-bytes=272960
D [07/Dec/2012:20:11:13 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:11:13 +0100] cupsdNetIFUpdate: "eth0" = 172.26.0.3:631
D [07/Dec/2012:20:11:13 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:11:13 +0100] cupsdNetIFUpdate: "eth0" = [v1.fe80::92e6:baff:fe1a:e247+eth0]:631
D [07/Dec/2012:20:11:13 +0100] Report: clients=0
D [07/Dec/2012:20:11:13 +0100] Report: jobs=1
D [07/Dec/2012:20:11:13 +0100] Report: jobs-active=0
D [07/Dec/2012:20:11:13 +0100] Report: printers=3
D [07/Dec/2012:20:11:13 +0100] Report: printers-implicit=0
D [07/Dec/2012:20:11:13 +0100] Report: stringpool-string-count=15305
D [07/Dec/2012:20:11:13 +0100] Report: stringpool-alloc-bytes=9992
D [07/Dec/2012:20:11:13 +0100] Report: stringpool-total-bytes=272960
D [07/Dec/2012:20:12:15 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:12:15 +0100] cupsdNetIFUpdate: "eth0" = 172.26.0.3:631
D [07/Dec/2012:20:12:15 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:12:15 +0100] cupsdNetIFUpdate: "eth0" = [v1.fe80::92e6:baff:fe1a:e247+eth0]:631
D [07/Dec/2012:20:12:15 +0100] Report: clients=0
D [07/Dec/2012:20:12:15 +0100] Report: jobs=1
D [07/Dec/2012:20:12:15 +0100] Report: jobs-active=0
D [07/Dec/2012:20:12:15 +0100] Report: printers=3
D [07/Dec/2012:20:12:15 +0100] Report: printers-implicit=0
D [07/Dec/2012:20:12:15 +0100] Report: stringpool-string-count=15305
D [07/Dec/2012:20:12:15 +0100] Report: stringpool-alloc-bytes=9992
D [07/Dec/2012:20:12:15 +0100] Report: stringpool-total-bytes=272960
D [07/Dec/2012:20:13:17 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:13:17 +0100] cupsdNetIFUpdate: "eth0" = 172.26.0.3:631
D [07/Dec/2012:20:13:17 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:13:17 +0100] cupsdNetIFUpdate: "eth0" = [v1.fe80::92e6:baff:fe1a:e247+eth0]:631
D [07/Dec/2012:20:13:17 +0100] Report: clients=0
D [07/Dec/2012:20:13:17 +0100] Report: jobs=1
D [07/Dec/2012:20:13:17 +0100] Report: jobs-active=0
D [07/Dec/2012:20:13:17 +0100] Report: printers=3
D [07/Dec/2012:20:13:17 +0100] Report: printers-implicit=0
D [07/Dec/2012:20:13:17 +0100] Report: stringpool-string-count=15305
D [07/Dec/2012:20:13:17 +0100] Report: stringpool-alloc-bytes=9992
D [07/Dec/2012:20:13:17 +0100] Report: stringpool-total-bytes=272960
D [07/Dec/2012:20:14:19 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:14:19 +0100] cupsdNetIFUpdate: "eth0" = 172.26.0.3:631
D [07/Dec/2012:20:14:19 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:14:19 +0100] cupsdNetIFUpdate: "eth0" = [v1.fe80::92e6:baff:fe1a:e247+eth0]:631
D [07/Dec/2012:20:14:19 +0100] Report: clients=0
D [07/Dec/2012:20:14:19 +0100] Report: jobs=1
D [07/Dec/2012:20:14:19 +0100] Report: jobs-active=0
D [07/Dec/2012:20:14:19 +0100] Report: printers=3
D [07/Dec/2012:20:14:19 +0100] Report: printers-implicit=0
D [07/Dec/2012:20:14:19 +0100] Report: stringpool-string-count=15305
D [07/Dec/2012:20:14:19 +0100] Report: stringpool-alloc-bytes=9992
D [07/Dec/2012:20:14:19 +0100] Report: stringpool-total-bytes=272960
D [07/Dec/2012:20:15:21 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:15:21 +0100] cupsdNetIFUpdate: "eth0" = 172.26.0.3:631
D [07/Dec/2012:20:15:21 +0100] cupsdNetIFUpdate: "lo" = localhost:631
D [07/Dec/2012:20:15:21 +0100] cupsdNetIFUpdate: "eth0" = [v1.fe80::92e6:baff:fe1a:e247+eth0]:631
D [07/Dec/2012:20:15:21 +0100] Report: clients=0
D [07/Dec/2012:20:15:21 +0100] Report: jobs=1
D [07/Dec/2012:20:15:21 +0100] Report: jobs-active=0
D [07/Dec/2012:20:15:21 +0100] Report: printers=3
D [07/Dec/2012:20:15:21 +0100] Report: printers-implicit=0
D [07/Dec/2012:20:15:21 +0100] Report: stringpool-string-count=15305
D [07/Dec/2012:20:15:21 +0100] Report: stringpool-alloc-bytes=9992
D [07/Dec/2012:20:15:21 +0100] Report: stringpool-total-bytes=272960
What can I do? Thanks in advance,
Xan.

Similar Messages

  • Have AirPort Utility ver 6.1. Can't see printers or external hard drives. I could in earlier version. What gives?

    With Airport Utility ver 6.1 can't see printers or hard drives. Dont' even see where to go for those screens. Was much easier in earlier versions. Question: How do I setup ext hard drives and printers in ver 6.1?

    You don't need to "see" the printer for it to operate correctly using AirPort Utilty 6.1. If the printer was previously installed, it should continue to operate correctly. If you have a new printer, just install the device according to the manufacturers's instructions.
    As far as being able to "see" a disk in AirPort Utility 6.1. Try the following:
    Open AirPort Utility, click on the AirPort device, then click Edit in the next box that appears.
    Click the Disks tab at the top of the setup window.

  • Can't see printers on TC

    I have a TC connected by ethernet cable to my main wireless Linksys router. The first iMac is attached to it via ethernet cable. The second iMac ws just added and is attached to the Linksys router via ethernet cable. There is an HP Laserjet 5M attached to a LAN port on the TC. There is also a USB color printer attached to the USB port on the TC. The new iMac can not see the HP Laserjet 5M at all. It can see the USB printer just fine. Thinking two routers may cause some unusuall things to happen on the network, I decided to set the TC as a bridge. When I set it in this manner I get the following error:
    "Advertising a service globally using Bonjour requires a global hostname."
    In order to get Time Machine running again and network operations back to some degree of capability, I have rolled the 7.6.3 firmware back to 7.6.1.
    It appears I can't share an ethernet capable printer on the network with the TC as a router or as a bridge. Do I need to throw it out and get some real network equipment? I hope to stay the course but am losing patience with Apple. Is there anyway to get access to my printer using a TC?
    Thanks in advance for any help you can provide.
    Cy

    Your assumption is correct, it is not possible to have everything connected to the Linksys. I think there may be a misunderstanding. The original and current setup in play is that the TC is set to join the current (Linksys) wireless network.
    This is your problem.. I thought you had ethernet connection..
    You have used join a wireless network.. TC does not change to router.. it changes to nothing much of anything client mode.. In other words, the TC is now a dumb client of the Linksys.. ethernet is turned off.
    HP        169.254.111.121
    Mac1     169.254.215.89
    Hence these are self generated IP addresses. Not allocated by Linksys or TC.
    You simply cannot mix apple and non-apple routers in this way.. apple wireless bridge is only for other apple apple routers.
    You must connect the two devices by ethernet or ethernet equivalent.. like Homeplug (EOP adapters).
    Or you must buy another apple router to introduce it as a WAP plugged by ethernet into the linksys to make the wireless bridge to the TC.

  • XP clients can't see printers made available via Print Services on 10.4.10

    Hi
    Having problems attaching XP clients to an HP4730mfp via Print Services on OS X Server 10.4.10.
    I've enabled SMB and LPR for the required queue but when browsing for the printer on an XP machine, while the print server is listed, no printers are available.
    I have tried enabling Bonjour and running Bonjour for Windows and, while it claimed to have set up correctly, a print job completes successfully on the XPP machine but never arrives at the print server, let alone the printer.
    Any suggestions?

    I do not have guest access on, because I want to monitor who is printing, but also have no file shares either - I want to keep separation between file and print servers.
    Finally found an (the?) answer.
    1. Set up a standard TCP/IP port pointing to the IP address.
    2. When the "Additional port info required" message turns up, choose 'Custom'.
    3. Set to LPR (and tick 'LPR Byte Counting Enabled" - optional?)
    4. Continue...
    Strangely, this didn't appear to work will SMB was enabled in the print queue but it did when the queue was LPR only (maybe I just imagined that).
    Not the best solution but it works for my situation.

  • CUPS: Can't see any jobs

    Hello,
    I'm running 10.5.7 with all actual updates. The problem occures on my
    client and on the Xserve.
    Printing works at all, but I can't see any jobs via
    http(s)://localhost:631/jobs/
    http(s)://localhost:631/jobs?which_jobs=completed
    http(s)://localhost:631/jobs?which_jobs=all
    The error_log shows:
    D [17/Jul/2009:13:40:05 +0200] cupsdAcceptClient: 35 from localhost:631 (IPv6)
    D [17/Jul/2009:13:40:05 +0200] cupsdReadClient: 35 POST /jobs/ HTTP/1.1
    D [17/Jul/2009:13:40:05 +0200] cupsdAuthorize: No authentication data provided.
    D [17/Jul/2009:13:40:05 +0200] Get-Jobs ipp://localhost/jobs/
    D [17/Jul/2009:13:40:05 +0200] Get-Jobs client-error-bad-request: No printer-uri in request!
    D [17/Jul/2009:13:40:05 +0200] cupsdProcessIPPRequest: 35 status_code=400 (client-error-bad-request)
    I can see the jobs via
    http(s)://localhost:631/printers/printer.....
    It seems to be a bug, or?
    Regards.
    P.

    Try to delelte all printers from cups at
    http://localhost:631// 
    restart cups
    sometimes it works for me. I also have Samsung printer and some problems appeared about three month ago with CUPS upgrade.

  • I can't see shared printers from a Mac with Leopard

    Hi there we got a new MacPro that came with Leopard but when I want to add the printers shared by two old Macs it can't see them, it only find and HP Color LaserJet 2600n that was shared on a Mac Book. The other Macs has OSX 10.3.9 (a G5) and 10.3 (a G4), one share a HP LaserJet 1200 and the other an Epson Inkjet Printer. We also have a MacPro (a core 2 duo) with OSX 10.4 that can find all the printers.
    I was wondering if the version of the old Macs has something to do with my problem, maybe the Leopard can't reach them or something like that.
    Thanks
    PERCY

    Have a look at this article from Apple
    http://docs.info.apple.com/article.html?artnum=306984
    It covers the issues with Leopard seeing printers shared by 10.3.

  • Printing From iBook To Printer on a Vista, Can't see Vista shared printers

    Printing From iBook To Printer on Windows Vista Desktop, Can't see shared printer on a Vista machine from a Mac, although Windows notebooks find it immediately. When same machine is booted into XP the priners share perfectly with both of my iBooks, but when the same machine is booted into Vista with the printer shared etc, the iBooks don't see the printer. Other Windows machines on the newtork do see the shared printers in Vista.
    I have previously always had success sharing printers on Windows XP machines with my iBooks. . However upon installing Vista on my desktop I find I can no longer find the printer in the Mac's printer setup utility. When I dual boot back to XP everything works fine, but on the same machine when I boot into Vista I am unble to see the printers. The Mac printer setup utility finds the Vista machine on the network, but the printers are never visible. Is their some secret or channge in Vista that prevents Mac's running , in my case,Tiger 10.4.8 from seeing a shared printer on a computer running Vista
    On the Vista machine, if I boot into XP The printer is shared and Windows notebooks can print to it, but neither of my iBooks can see the Printers when Vista is running.
    ibook G4 1.33ghz 12, 1.42ghz 14 Mac OS X (10.4.8) 1gig ram,

    Some good resources:
    http://articles.techrepublic.com.com/5100-10877_11-6174109.html
    http://discussions.apple.com/thread.jspa?messageID=4305954&#4305954
    http://www.microsoft.com/technet/network/evaluate/vista_fp.mspx
    After none of these hints worked for me I plugged my Xerox Phaser 6120 into an airport express base station via USB. Even though Apple does not say that the Bonjour for Windows printer wizard works for Vista, it does. Download it from http://www.apple.com/support/downloads/bonjourforwindows.html and install it on your PC.
    PowerBook G4s   Mac OS X (10.4.9)   Windows XP & Windows Vista Boxes

  • Printing From iBook To Printer on Vista Desktop, Can't see shared printers

    Printing From iBook To Printer on Windows Vista Desktop, Can't see shared printer on a Vista machine from a Mac, although Windows notebooks find it immediately.
    I have previously always had success sharing printers on Windows XP machines with my iBooks. . However upon installing Vista RC1 on my desktop I find I can no longer find the printer in the Mac's printer setup utility. When I dual boot back to XP everything works fine, but on the same machine when I boot into Vista I am unble to see the printers. The Mac printer setup utility finds the Vista machine on the network, but the printers are never visible. Is their some secret or channge in Vista that prevents Mac's running , in my case,Tiger 10.4.8 from seeing a shared printer on a computer running Vista
    On the Vista machine, if I boot into XP The printer is shared and Windows notebooks can print to it, but neither of my iBooks can see the Printers when Vista is running.

    That might have been the situation for the beta's and first RC's, but I have a final build. Plus the fact that other Windoze notebooks see the printer on the Vista box just fine leads one to believe it is a mac/Vista specific issue.
    If anyone actually has experience with a MAC and Vista , I would appreciate hearing from you.
    thanks,

  • Can't see my printers ... jst installed Snow Leopard

    can't see my printers ... jst installed Snow Leopard

    Sig
    My HP 2100TN worked with system 10.5 ... Now with 10.6 there is no way to add another printer
    Also I have an HP Photosmart C6280 scanner / inkjet that only shows off line ... It prints directly with the USB connection but not through the wireless network.
    Also I bought a Mac pro laptop for my son last year and never did get the Laserjet 2100TN to work ... now with updated syytem software neither of us can see the printer
    Apple's support and instruction on this using Bonjour is very very poor

  • Suddenly can't see any printers!!!

    Help!!! I suddenly can't see either of my printers... a very old LaserWriter 5800, and also a Canon color printer. I'm posting this via my Airport network connection, so that obviously works. I'm also seeing one of two other computers on the network under Shared in the Finder window. The other two devices I'm seeing are the Canon printer's Fiery processor and the Airport base station. I upgraded to Leopard almost immediately, and this only happened today. Any ideas? Thanks very much in advance!!!
    Message was edited by: Steve Mouzon

    Updating the situation (still need help!!!)... I restarted everything network-related (cable modem, firewall, switch, and Airport) and now I can see both printers in the Default and AppleTalk windows of the Print & Fax system preference, but ONLY when I'm hardwired into the network. When accessing through Airport instead of ethernet cable, I can only see Bonjour shared printers on a colleague's machine? Any ideas?? Thanks very much in advance!

  • Can't see any bonjour network printers

    I have a MBP 17" running 10.6.8 and I've lost the functionality to see or add any network printers.
    It was running 10.5 and I lost the ability to see or add new printers.  I reset the printing system and then lost the ability to see any network printers at all.  It still recognizes our HP printers when plugged in via USB, but not over the network.  So I upgraded to 10.6.8 today to see if that would solve the issue.  It didn't.
    I go into system preferences and try to add a printer but it shows that there are no available printers.  Even though on my MBP 15" I can see both of our HP printers over the network just fine. 
    I can add the printer via the IP address and choosing the correct driver but I'm still unable to print.  I CAN print a test page from the HP Print Utility...so it can see and talk to the printer (HP Photosmart Premium c140), but I still can't see it under the Print and Fax preference pane.
    I'm at a loss here.
    Does anyone know why I would loose the ability to see any Bonjour devices over the network?  Any thoughts on solutions?

    I have an HP c309a All-In-One printer and am having a similar problem.  After upgrading to 10.6.8, I can no longer scan wirelessly but I can still print. Bonjour seems to have disappeared and is no longer a means to connect to my printer. It will only connect via Bluetooth. My mother has the same printer and OS and she too said she's having problems scanning.
    I've tried to scan using HP scan software, Preview and Image Capture to no avail. Of course, the Apple Tech said I should talk to HP which I did. The HP guy said, I should be able to use Bonjour and that there is probably a conflict between Bonjour and Bluetooth. If he gave me anymore advice, it would cost me $20 because the 2 year old printer is out of warranty. Ridiculous.

  • Mac can not see any printers.

    Mac can not see any printers.
    I have 2 other computers (1 windows / 1 Mac Book) using the printers just fine but once device can not even find a printer. Any ideas?
    Printer is Ricoh Aficio MP C3501
    The computer could not find the printers so I cleared them from system preferences. Updated everything, including downloading the most up to date driver, restarted and still can not see any printers.
    Thank you for your help,
    Darren D

    Hello ddelin,
    Welcome to the Apple Support Communities!
    I realize that two out of your three computers can see your printer, but one MacBook Pro will not. You have also done some great troubleshooting by deleting the printer, installing drivers, and trying to re-add the printer. If the issue continues, I would suggest resetting the printing system. Please use the attached article for more information.
    Troubleshooting printer issues in OS X - Apple Support
    If the issue persists, try these additional steps:
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again.  Download and install your printer's drivers. Then, add the printer again.
    Contact the printer vendor or visit their website for further assistance.
    Best regards,
    Joe

  • [SOLVED] CUPS: Can't see printer driver from AUR

    I have installed the package brother-hl2130 frm the aur: https://aur.archlinux.org/packages/brother-hl2130
    When checking using "pacman -Ql", I get the following list of files:
    brother-hl2130 /usr/
    brother-hl2130 /usr/lib/
    brother-hl2130 /usr/lib/cups/
    brother-hl2130 /usr/lib/cups/filter/
    brother-hl2130 /usr/lib/cups/filter/brlpdwrapperHL2130
    brother-hl2130 /usr/share/
    brother-hl2130 /usr/share/brother/
    brother-hl2130 /usr/share/brother/printer/
    brother-hl2130 /usr/share/brother/printer/HL2130/
    brother-hl2130 /usr/share/brother/printer/HL2130/cupswrapper/
    brother-hl2130 /usr/share/brother/printer/HL2130/cupswrapper/brcupsconfig4
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/brHL2130func
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/brHL2130rc
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/braddprinter
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/brprintconflsr3
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/paperinf
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/setupPrintcap2
    brother-hl2130 /usr/share/brother/printer/HL2130/lpd/
    brother-hl2130 /usr/share/brother/printer/HL2130/lpd/filterHL2130
    brother-hl2130 /usr/share/brother/printer/HL2130/lpd/psconvert2
    brother-hl2130 /usr/share/brother/printer/HL2130/lpd/rawtobr3
    brother-hl2130 /usr/share/cups/
    brother-hl2130 /usr/share/cups/model/
    brother-hl2130 /usr/share/cups/model/HL2130.ppd
    brother-hl2130 /usr/share/ppd/
    However, when setting up my printer in the CUPS web interface, there is no option for a Brother HL-2130. Any clues as to why this is?
    EDIT: Stupid question, bad research, apologies. The driver was in the list offered by CUPS, it was just not listed in order because of a missing hyphen. My bad.
    Last edited by reannual (2013-05-21 21:34:12)

    Try to delelte all printers from cups at
    http://localhost:631// 
    restart cups
    sometimes it works for me. I also have Samsung printer and some problems appeared about three month ago with CUPS upgrade.

  • On Mac OS 10.5, can't print to Linux CUPS printing server

    We attached a USB printer to a Linux server, which is CUPS1.3.8 installed.
    The printer is Epson Stylus CX5900.
    Printing from another Linux with CPUS is OK.
    But I can NOT print from my MacOSX10.5 system.
    I tried IPP, SMB, no success.
    Visit the http://127.0.0.1:631 on Mac, the CUPS on Mac even can not discovery the printer shared by Linux server.
    If I add added the printer as samba on MacOS, it will report
    /Library/Printers/EPSON/InkjetPrinter/Filter/rastertoescp.app/Contents/MacOS/ras tertoescp failed
    I see many users report printing issues on MacOSX10.5 on the Internet.
    What's the matter?
    As I know, MacOSX10.4 can print to printer on Linux CUPS server.

    Slow down a bit and think this through.
    CUPS on linux is nearly identical to CUPS on OS X - but there is no Mac-to-Mac Apple proprietary print sharing. Rather, on linux you are sharing the printer using standard printing protocols. Just like on the Mac (when using the standard protocols like Windows/SMB or IP printing), linux print queues expect postscript input. Try using a generic postscript driver from the mac.
    And when you add the printer via Windows Printing or IP > LPD or IPP, you will need to know the queue name for that printer from the linux box. (one computer with one IP address can have multiple printers - so what's the additional address info to print to your desired printer? - queue name.)
    HTH

  • Bonjour services disappear - can't see speakers in iTunes

    Hi,
    I guess this might not be the correct forum but I can't seem to find anywhere else it may sit. I am having issues with certain bonjour services not running on my iMac, this is mainly affecting speakers being shown in iTunes. I don't have a problem with my mac book on the same network, I wonder if anyone can advise what I can do.
    Thanks

    I run a studio where there are 3 Macs, each one running a different version of Mac OS X (Tiger, Leopard, Snow Leopard) and only my Mac (Snow Leopard) can see printers, iTunes servers or speakers connected over Bonjour (both the printer and speakers are connected with an Airport Express)...

Maybe you are looking for

  • How to add push button in report.

    Hi, how to add a push button in the standard list report and on clicking which the line-size of the screen should reduce from 300 to 100. how to proceed. Can anyone help me. Regards Guhapriyan

  • Changing the Date format in iCal

    Is there any way to change the date format from American (MM/DD/YY) to European (DD/MM/YY) in iCal? Thanks in advance.

  • Forgot to put ZPNT (Penalty condition type) in sales order

    Dear Expert, We have created sales order and billing document has been sent to customer,after that we came to know tht we forgot to put ZPNT Condition type in sales order. Now i want to create another sales document with reference to billing document

  • ADOBE ACROBAT READR 9.3 / 10 : OVERWRITES FILE ASSOCIATION ".EXE"

    Good afternooon, Please note that I have some Problems when i install Reader: As soon i have installed this program, I CANNOT OPEN ANY EXCECUTABLE (.exe) FILE ANYMORE SO I CAN'T LAUNCH ANY PROGRAMS!!! It seams that Reader becomes the default program

  • Whilst transfering to new computer lost libary

    Help. Whilst following instructions for transfer to new comp, I have mangaed to wipe all information of I pod. Ihave dragged file to desktop and still have music files in when I connect and find i pod in My Computer. I am very un IT and in a panic. A