I'm using SAMBA in a small network at home ( two Linux boxes and a Win95
box). The Win95 box can use the shared directory I've set up, but I can't get
printing to work. I can see the printer in Network Neighbourhood, but if I set
it up as an Epson Color (using the disk that came with the printer), it says it
can't connect to the printer. I suspect it's expecting the printer itelf, not a
spooler.
   How should I be setting up the printer in Win95? Can I set up the printer in
the Linux box to be direct (i.e. /dev/lp1) rather than through a spooler (lpd)?
I've included my smb.conf file - it's pretty small.

   Any help would be greatly appreciated, especially by My Lady, who wants to
be able to print from her machine!

=======================================================================
Lloyd Sumpter                        E-MAIL: [EMAIL PROTECTED]
Protection and Control Design            or: [EMAIL PROTECTED]
BC Hydro, Vancouver, CANADA           PHONE: (604) 528-3078
         "It's better to be at the dock, wishing you were at sea, 
               than at sea, wishing you were at the dock."
[global]
        workgroup =     Mystnet
        guest account = samba
        force user =    samba
        auto services = common EpsonColour
        allow hosts =   192.168.44. 127.
        dns proxy =     no
        log file =      /usr/local/samba/samba.log
        max log size =  100
        null passwords = yes
        domain master = yes
        preferred master = yes
        wins support =  yes
        printing = bsd
        printcap name = /etc/printcap
        load printers = yes

[common]
        path =          /usr/local/druid
        public =        yes
        writeable =     yes
        browseable =    yes

[Printers]
        path =          /usr/share/samba
        public =        yes
        browseable =    yes
        writeable =     no
        printable =     yes

Reply via email to