AT&T....here's the pertinent lines from my /etc/smb.conf
[global]
# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
printcap name = /etc/printcap
load printers = yes
# It should not be necessary to spell out the print system
type unless
# yours is non-standard. Currently supported print systems
include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
printing = bsd
# NOTE: If you have a BSD-style print system there is no need
to
# specifically define each individual printer
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
Alan
AT&T wrote:
>
> I have internet connection sharing and file-sharing enabled, but I can't get
> the printer to work. When I browse for it in Network Neighborhood it is
> there, but it is transparent like it is off-line. If you try to print to it
> you get a message about the printer requiring user intervention. If someone
> has it working, the printer section of your samba.conf would be very
> helpful.