LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Ok I can see the printer that is shared in Linux in XP But... (https://www.linuxquestions.org/questions/linux-networking-3/ok-i-can-see-the-printer-that-is-shared-in-linux-in-xp-but-67618/)

ikw38 06-23-2003 11:39 PM

Ok I can see the printer that is shared in Linux in XP But...
 
Hi Gang,
Ok I have managed to share the printer which is a Epson c60 that is connected to my Linux server.
Problem is that i can not b get it to print from Windows XP.
I have tried Cups settings and BSD.

Here is my SMB.CONF file .

Please tell me what to do to get this working.

# smb.conf is the main samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE
# Date: 2003-03-17
[global]
netbiosname = SAMBA_PDC
preserve case = yes
oplocks = yes
printing = cups
prefered domain = SMIS
workgroup = SMIS
debug level = 2
os level = 65
auto services = printers
update encrypted = yes
;printcap name = /etc/printcap
security = user
getwd cache = yes
short preserve case = yes
max log size = 5000
log file = /var/log.%m
guest account = ikw38
;printer = photo
read raw = yes
load printers = yes
write raw = yes
socket options = TCP_NODELAY
default case = lower
fake oplocks = no
domain master = SMIS
encrypt passwords = yes
public = yes
dead time = 15
password level = 4
case sensitive = no
domain admin users = root
mangle case = no
server string = Linux net
;path = /ect/printcap/
;comment = Epson
valid users = ikw38,at,daemon,lp,@Williams,@root,@ntadmin
domain logons = yes

[[global]
printing = cups
printcap name = /etc/printcap
load printers = yes
log file = /var/log/samba-log.%m
lock directory = /var/lock/samba

[printers]
comment = All Printers
security = server
path = /var/spool/lpd/lp
browseable = no
printable = yes
public = yes
writable = no
create mode = 0700

[EPSON]
security = server
path = /var/spool/lpd/lp
printer name = lp
writable = yes
public = yes
printable = yes
print command = lpr -r -h -P %p %s

[homes]
path = /home/%u
comment = samba users
browseable = yes
writeable = yes


Thanks,
ikw38;)

ikw38 06-24-2003 07:32 AM

Can anyone help me here?????
Thxs

ikw38 06-24-2003 03:34 PM

No one can give me clue as to how this can be done??
Thanks,
ikw38

comtronics 06-26-2003 01:46 AM

hello

by the souns of it i have a similar problem.
But something that you might like to try its to get rid of [[global]
and dump
printing = cups
printcap name = /etc/printcap
load printers = yes
log file = /var/log/samba-log.%m
lock directory = /var/lock/samba

under [global]

good luck. if you get it working tell me.

Ryan


All times are GMT -5. The time now is 04:14 PM.