Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-21-2004, 09:52 PM
|
#1
|
LQ Newbie
Registered: Nov 2004
Posts: 19
Rep:
|
samba printing
Having a little samba printing problem. I am able to connect to my file shares, but unable to print from Win98. I have run smbclinet //server/printshare and it prints fine. Here's a copy of my smb.conf file:
# Global parameters
[global]
workgroup = PENGUIN1
netbios name = DMSMB1
server string = Samba Server
encrypt passwords = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = No
domain master = No
dns proxy = No
printing = cups
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
printer name = deskjet_940C
browseable = No
[data]
path = /home/samba/data
read only = No
[music]
path = /var/ftp/pub/music
read only = No
[deskjet_940C]
path = /var/spool/samba
read only = No
printable = Yes
printer name = deskjet_940C
oplocks = Yes
When I do a test print from Win98, it pops op the Printer test page Completed! message.
Any thoughts, ideas, direction on this would be greatly appreciated.
Thanks,
|
|
|
11-22-2004, 12:01 PM
|
#2
|
Member
Registered: Feb 2004
Location: Mooresville NC
Distribution: CentOS 4,Free BSD,
Posts: 358
Rep:
|
When setting up a printer on a windows system set it up as an apple post script 600. Cups takes the postscript and turns it into something that you printer can understand. From the linux server you can print right?
|
|
|
11-22-2004, 01:39 PM
|
#3
|
LQ Newbie
Registered: Nov 2004
Posts: 19
Original Poster
Rep:
|
Correct. . .yes.
|
|
|
11-22-2004, 02:10 PM
|
#4
|
Member
Registered: Feb 2004
Location: Mooresville NC
Distribution: CentOS 4,Free BSD,
Posts: 358
Rep:
|
Did you try to setup an apple postscript 600 on //servername/lpo
# 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 = cups
# This option tells cups that the data has already been rasterized
cups options = raw
# 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
printable = yes
|
|
|
All times are GMT -5. The time now is 06:33 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|