The good news is that I can print from a Windows machine to my Brother 1240 connected via USB by using CUPS.


The bad news is that whenever you look at the printer on the Windows machine, it says "Access denied, unable to connect" in the "Status"

Therefore it does not show jobs waiting to be printed, nor does it allow for their control (delete / pause jobs especially).

I've looked through the CUPS config stuff and don't see anything missing, but I'm far from an expert.

Here's the relevant config info (NOTE: the Windows machine is on 192.168.1.x)

$ fgrep -v '#' /usr/local/etc/cups/cupsd.conf|grep "."
LogLevel info
Port 631
Browsing On
BrowseProtocols cups
BrowseAllow address
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow from 192.168.
</Location>
AuthType None
<Location /admin>
AuthType None
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow from 192.168.1
</Location>

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to