Unix Technical Forum

Printing From WinXP to Fedora Problem

This is a discussion on Printing From WinXP to Fedora Problem within the Linux Operating System forums, part of the Unix Operating Systems category; --> OK, I have set up my network to make Fedora my server. My wife's laptop is running WinXP Home. ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 06:48 PM
USMC Sniper
 
Posts: n/a
Default Printing From WinXP to Fedora Problem

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?

Thanks!!!

--
-- "Some people spend an entire lifetime wondering if they made a
difference. The Marines don't have that problem." -- President Ronald
Reagan, 1985



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2008, 06:48 PM
biz@ulb.tu-darmstadt.de
 
Posts: n/a
Default Re: Printing From WinXP to Fedora Problem

test000

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2008, 06:48 PM
XXL PapaBear
 
Posts: n/a
Default Re: Printing From WinXP to Fedora Problem

On Fri, 30 Jan 2004 06:37:28 -0500
"USMC Sniper" <md_usmc@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? I don't know anything about cups, so do I need
> to do something with that?
>
> Thanks!!!
>
> --
> -- "Some people spend an entire lifetime wondering if they made a
> difference. The Marines don't have that problem." -- President Ronald
> Reagan, 1985



I don't know anything about cups either, but probably your output is in some queue, waiting for the print-server to be started and empty this queue to the physical printer.

Concentrate your search in the cups docu on starting print-servers would be my first guess...

Let me know how this ends if you'd like, I'm having similar setup here...

\\\\||//
------------oooO---PapaBear----Oooo------------

Jesus is alive! I spoke with Him this morning.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2008, 06:49 PM
Ben Measures
 
Posts: n/a
Default Re: Printing From WinXP to Fedora Problem

USMC Sniper 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? I don't know anything about cups, so do I need
> to do something with that?
>
> Thanks!!!
>


Point your browser to
http://localhost:631
on the Linux box and see if there are any jobs outstanding.

--
Ben M.

----------------
What are Software Patents for?
To protect the small enterprise from bigger companies.

What do Software Patents do?
In its current form, they protect only companies with
big legal departments as they:
a.) Patent everything no matter how general
b.) Sue everybody. Even if the patent can be argued
invalid, small companies can ill-afford the
typical $500k cost of a law-suit (not to mention
years of harassment).

Don't let them take away your right to program
whatever you like. Make a stand on Software Patents
before its too late.

Read about the ongoing battle at http://swpat.ffii.org/
----------------

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 06:49 PM
USMC Sniper
 
Posts: n/a
Default Re: Printing From WinXP to Fedora Problem

test0001


On Fri, 30 Jan 2004 12:55:16 +0100, biz wrote:

> test000



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2008, 06:49 PM
USMC Sniper
 
Posts: n/a
Default Re: Printing From WinXP to Fedora Problem

Hi Ben,
I checked http://localhost:631 and did not see any outstanding jobs. I
think that maybe my smb.conf file may not be correct. Here is what I have
in it:

[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

On Fri, 30 Jan 2004 23:18:06 +0000, Ben Measures wrote:

> USMC Sniper 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? I don't know anything about cups, so do I need
>> to do something with that?
>>
>> Thanks!!!
>>

>
> Point your browser to
> http://localhost:631
> on the Linux box and see if there are any jobs outstanding.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2008, 06:51 PM
Ben Measures
 
Posts: n/a
Default Re: Printing From WinXP to Fedora Problem

USMC Sniper wrote:
> On Fri, 30 Jan 2004 23:18:06 +0000, Ben Measures wrote:
>
>
>>USMC Sniper 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? I don't know anything about cups, so do I need
>>>to do something with that?
>>>
>>>Thanks!!!
>>>

>>
>>Point your browser to
>>http://localhost:631
>>on the Linux box and see if there are any jobs outstanding.

>
>
> Hi Ben,
> I checked http://localhost:631 and did not see any outstanding jobs. I
> think that maybe my smb.conf file may not be correct. Here is what I have
> in it:
>
> [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


That looks fine to me. Have a look at the completed jobs (in
localhost:631). See if the jobs are there but the printouts didn't appear.

I take it you have the correct manufacturer's Windows XP drivers installed?

--
Ben M.

----------------
What are Software Patents for?
To protect the small enterprise from bigger companies.

What do Software Patents do?
In its current form, they protect only companies with
big legal departments as they:
a.) Patent everything no matter how general
b.) Sue everybody. Even if the patent can be argued
invalid, small companies can ill-afford the
typical $500k cost of a law-suit (not to mention
years of harassment).

Don't let them take away your right to program
whatever you like. Make a stand on Software Patents
before its too late.

Read about the ongoing battle at http://swpat.ffii.org/
----------------

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-17-2008, 06:52 PM
Radu Bogdan Mare
 
Posts: n/a
Default Re: Printing From WinXP to Fedora Problem

Hi there!

I am no specialist either but I have the same configuration, Fedora Linux +
printer, shared to an XP client. I also had some problems setting it up, but
it works fine now.

This is my smb.conf output:

# Global parameters
[global]
workgroup = WORKGROUP
server string = Samba Server %v
map to guest = Bad User
log level = 3
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = cups
dns proxy = No
wins support = Yes
printer admin = @adm
hosts allow = 181.196.which.ever
hosts deny = all
printing = cups
[printers]
comment = All Printers
path = /var/spool/samba
guest ok = Yes
printable = Yes
browseable = No

As I see it, you should add
printing = cups
at your global settings.

I also read somewhere that it is best if you drop the print command line.

Hope this helps,
Bogdan

"USMC Sniper" <md_usmc@nospam.yahoo.com> wrote in message
newsan.2004.01.31.16.01.01.973327@nospam.yahoo.c om...
> Hi Ben,
> I checked http://localhost:631 and did not see any outstanding jobs. I
> think that maybe my smb.conf file may not be correct. Here is what I have
> in it:
>
> [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
>
> On Fri, 30 Jan 2004 23:18:06 +0000, Ben Measures wrote:
>
> > USMC Sniper 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? I don't know anything about cups, so do I

need
> >> to do something with that?
> >>
> >> Thanks!!!
> >>

> >
> > Point your browser to
> > http://localhost:631
> > on the Linux box and see if there are any jobs outstanding.

>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:34 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com