Google Groups Home
Help | Sign in
Help printing from WinXP to Linux via Samba...PLEASE :)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
USMC Sniper  
View profile
 More options Jan 31 2004, 12:59 pm
Newsgroups: comp.os.linux.setup, comp.os.linux, comp.os.linux.network, comp.os.linux.networking, comp.os.linux.questions, comp.os.linux.redhat
From: USMC Sniper <md_u...@nospam.yahoo.com>
Date: Sat, 31 Jan 2004 12:59:11 -0500
Local: Sat, Jan 31 2004 12:59 pm
Subject: Help printing from WinXP to Linux via Samba...PLEASE :)
OK, I have set up my network to make Fedora my server.  My wife's laptop is
running WinXP Home.  I am able to see each computer from the other  computer
and can share files.  I also am able to install the two printers that are
physically connected to the Linux box onto the WinXP box.  I am not able,
however, to get it to print from WinXP.  I try to print a test page from
WinXP and it says that the test page has been printed, but nothing happens
at the printer.  It's like it just disappears after leaving the WinXP box.
Can anyone help with this?  I don't know anything about cups, so do I need
to do something with that?  Also, maybe my smb.conf is not correct.  Here
is my smb.conf:

[global]
   workgroup = WORKGROUP
   netbios name = Linux-Desktop
   server string = linux running samba 3.0.1
   hosts allow = 192.168.2. 127.
   load printers = yes
   socket options = TCP_NODELAY
   max log size = 1024
   lock directory = /var/samba
   smb passwd file = /etc/samba/smbpasswd
   password server = None
   security = SHARE
   encrypt passwords = no
   dns proxy = no

[printers]
   comment = "All Printers"
   path = /var/spool/samba
   browseable = no
   public = yes
   writable = no
   printable = yes
   print command = /usr/bin/lpr -r  %s
   use client driver = yes

Thanks!
Tom


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jmh  
View profile
 More options Jan 31 2004, 7:18 pm
Newsgroups: comp.os.linux.setup, comp.os.linux, comp.os.linux.network, comp.os.linux.networking, comp.os.linux.questions, comp.os.linux.redhat
From: jmh <j_...@cox.net>
Date: Sat, 31 Jan 2004 19:19:14 -0500
Local: Sat, Jan 31 2004 7:19 pm
Subject: Re: Help printing from WinXP to Linux via Samba...PLEASE :)

You migh want to check one of the Samba web sites. Also,
have you tried setting the printer to browseable = yes and
then see if you can install the networked printer on the
XP machine, in the Run text input box \\Linux-Desktop\?--
what's the printer name? Maybe that's the problem.

Haven't played with Samba for about 3 years but was
printing to a RH 6.2 system from NT.

You might also look to see if the printer spool has any
jobs--on both the XP machine and the linux one (lpq I
think.)

jmh


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Thompson  
View profile
 More options Jan 31 2004, 9:07 pm
Newsgroups: comp.os.linux.setup, comp.os.linux, comp.os.linux.network, comp.os.linux.networking, comp.os.linux.questions, comp.os.linux.redhat
Followup-To: comp.os.linux.networking
From: John Thompson <j...@starfleet.os2.dhs.org>
Date: Sun, 01 Feb 2004 02:09:17 GMT
Local: Sat, Jan 31 2004 9:09 pm
Subject: Re: Help printing from WinXP to Linux via Samba...PLEASE :)
["Followup-To:" header set to comp.os.linux.networking.]

On 2004-01-31, USMC Sniper <md_u...@nospam.yahoo.com> wrote:

> OK, I have set up my network to make Fedora my server.  My wife's laptop is
> running WinXP Home.  I am able to see each computer from the other  computer
> and can share files.  I also am able to install the two printers that are
> physically connected to the Linux box onto the WinXP box.  I am not able,
> however, to get it to print from WinXP.  I try to print a test page from
> WinXP and it says that the test page has been printed, but nothing happens
> at the printer.  It's like it just disappears after leaving the WinXP box.
> Can anyone help with this?  

Is there a compelling reason to use samba for printing?  Install XP's
tcp/ip printer service and you can print from Windows to linux without
bothering with all that smb nonsense.

--

-John (JohnThomp...@new.rr.com)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
USMC Sniper  
View profile
 More options Feb 1 2004, 2:30 am
Newsgroups: comp.os.linux, comp.os.linux.network, comp.os.linux.questions, comp.os.linux.redhat, comp.os.linux.setup
From: USMC Sniper <md_u...@nospam.yahoo.com>
Date: Sun, 01 Feb 2004 02:30:19 -0500
Local: Sun, Feb 1 2004 2:30 am
Subject: Re: Help printing from WinXP to Linux via Samba...PLEASE :)

I have installed the tcp/ip printer service on WinXP, thanks.  As I said,
I'm a novice at linux, so how do I configure the linux side now in order
to use the printer via tcp/ip?

Thanks,
Tom


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Axe  
View profile
 More options Feb 1 2004, 7:41 pm
Newsgroups: comp.os.linux, comp.os.linux.network, comp.os.linux.questions, comp.os.linux.redhat, comp.os.linux.setup
From: Ross Axe <ross....@blueyonder.co.uk>
Date: Mon, 02 Feb 2004 00:41:44 +0000
Local: Sun, Feb 1 2004 7:41 pm
Subject: Re: Help printing from WinXP to Linux via Samba...PLEASE :)

If CUPS is already set up to use the printer, then that should be just
about all you need. You may need to add the machine or subnet to
cupsd.conf. Here's an extract from mine...

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.
AuthType Basic
AuthClass User
</Location>

Basically, that lot just means allow access only from 127.0.0.1 and
192.168.0.* (change that to match your subnet).
The AuthType and AuthClass lines mean that a username+password will be
required, which is probably a good idea but not neccessary.

HTH,
Ross


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kirk C Aune  
View profile
 More options Feb 4 2004, 8:04 am
Newsgroups: comp.os.linux, comp.os.linux.network, comp.os.linux.questions, comp.os.linux.redhat, comp.os.linux.setup
From: Kirk C Aune <ka...@sbcglobal.net>
Date: Wed, 04 Feb 2004 13:02:01 GMT
Local: Wed, Feb 4 2004 8:02 am
Subject: Re: Help printing from WinXP to Linux via Samba...PLEASE :)

Cups printing:

Go to /etc/cups and uncomment octet-** in mime.types and mime.convs.
Also uncomment msword in mime.types (or is it mime.convs).


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charles Tryon  
View profile
 More options Feb 7 2004, 6:55 pm
Newsgroups: comp.os.linux, comp.os.linux.network, comp.os.linux.questions, comp.os.linux.redhat, comp.os.linux.setup
From: Charles Tryon <bagg...@rochester.rr.com>
Date: Sat, 07 Feb 2004 23:55:12 GMT
Local: Sat, Feb 7 2004 6:55 pm
Subject: Re: Help printing from WinXP to Linux via Samba...PLEASE :)
Kirk C Aune wrote:

   ...

> Cups printing:

> Go to /etc/cups and uncomment octet-** in mime.types and mime.convs.
> Also uncomment msword in mime.types (or is it mime.convs).

Oh jeeze!  Like that's really obvious.  :-(  Guess I should know better
than trying to configure this thing through the GUI.

Is there any documentation of this trick, or way you might know to turn
that option on through "normal" configuration options?

(Sorry about the tone.  I have NEVER been able to get CUPS to work well, or
at least not without a huge amount of hair loss and cursing.  It tries to
present a neat Web based GUI face, but I have never seen a SINGLE useful
option that I could set through that interface.  The only way to get it to
work is to get down and vi the text config files.)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google