Re: Printing Compressed in Linux.

2003-10-23 Thread dlangschied
El Miércoles, 22 de Octubre de 2003 16:37, dlangschied escribió: Hi all! I have two questions regarding printing. I need to be able to compress soem output in order to get 132 characters per line. I do not see how this is possible using lp. Is there another way

Re: Printing Compressed in Linux.

2003-10-23 Thread Alfredo Cole
Manual says: *** Text Options The following options apply when printing text files. Setting the Number of Characters Per Inch The -o cpi=value option sets the number of characters per inch: lp -o cpi=10 filename ENTER lp -o cpi=12 filename ENTER lpr -o cpi=17 filename ENTER The default characters

Re: Printing Compressed in Linux.

2003-10-23 Thread dlangschied
. The CUPS Manual says: *** Text Options The following options apply when printing text files. Setting the Number of Characters Per Inch The -o cpi=value option sets the number of characters per inch: This is what I have been looking for! I was trying to use width=132, this, of course

Re: rh-l] Re: Printing Compressed in Linux.

2003-10-23 Thread R P Herrold
On Thu, 23 Oct 2003, dlangschied wrote: I am using a HP LaserJet 4si. In my app I am trying to send the info out at 132 characters per line, which is what I need. What I am getting is the first 80 characters in each line. So what I need to do is to compress the characters so the 132

Printing Compressed in Linux.

2003-10-22 Thread dlangschied
Hi all! I have two questions regarding printing. I need to be able to compress soem output in order to get 132 characters per line. I do not see how this is possible using lp. Is there another way? I tried to install cups, but I am getting an error that says the cups lib does not exist. When

Re: Printing Compressed in Linux.

2003-10-22 Thread Alfredo Cole
El Miércoles, 22 de Octubre de 2003 16:37, dlangschied escribió: Hi all! I have two questions regarding printing. I need to be able to compress soem output in order to get 132 characters per line. I do not see how this is possible using lp. Is there another way? (...) Sincerely, David

Pretty Printing

2003-10-14 Thread Syed Ali
Does anyone know of a perl pretty printing utility on RH 8.0? I used to use enscript, mprint or trueprint for my C programs. Thank you, -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Pretty Printing

2003-10-14 Thread Ed Greshko
On Wed, 2003-10-15 at 00:08, Syed Ali wrote: Does anyone know of a perl pretty printing utility on RH 8.0? I used to use enscript, mprint or trueprint for my C programs. enscript is included in RH 8 distribution... -- An opinion is like an asshole - everybody has one. - Clint Eastwood

RE: Pretty Printing

2003-10-14 Thread Syed Ali
Yes I know, but enscript is not 'perl' aware. I am hoping to find a 'perl' aware pretty printing utility... -Original Message- From: Ed Greshko [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 12:33 PM To: [EMAIL PROTECTED] Subject: Re: Pretty Printing On Wed, 2003-10-15

RE: Pretty Printing

2003-10-14 Thread Jason Dixon
On Tue, 2003-10-14 at 12:48, Syed Ali wrote: Yes I know, but enscript is not 'perl' aware. I am hoping to find a 'perl' aware pretty printing utility... Hi Syed. Could you be more detailed in your requirements? I see no reason why you couldn't just open a filehandle to an enscript process

RE: Pretty Printing

2003-10-14 Thread Syed Ali
Oh, I apologize for the confusion. I am asking about printing my perl code itself, and not about printing from within Perl. For example, I am have 1000 line Perl program which I want to print on my HP printer. I can use enscript as in: $enscript -2 -dprinter myperlprogram.pl Or I can use lpr

Re: Pretty Printing

2003-10-14 Thread Wayne Betts
I am asking about printing my perl code itself, and not about printing from within Perl. For example, I am have 1000 line Perl program which I want to print on my HP printer. I can use enscript as in: $enscript -2 -dprinter myperlprogram.pl Or I can use lpr or trueprint or mprint. But none

RE: Pretty Printing

2003-10-14 Thread Bret Hughes
On Tue, 2003-10-14 at 12:17, Syed Ali wrote: Oh, I apologize for the confusion. I am asking about printing my perl code itself, and not about printing from within Perl. For example, I am have 1000 line Perl program which I want to print on my HP printer. I can use enscript

RE: Pretty Printing

2003-10-14 Thread Jason Dixon
On Tue, 2003-10-14 at 13:17, Syed Ali wrote: Oh, I apologize for the confusion. No problem. I am asking about printing my perl code itself, and not about printing from within Perl. For example, I am have 1000 line Perl program which I want to print on my HP printer. I can use enscript

RE: Pretty Printing

2003-10-14 Thread Ed Greshko
On Wed, 2003-10-15 at 01:17, Syed Ali wrote: Oh, I apologize for the confusion. Oh, OK Try this link http://theoryx5.uwinnipeg.ca/CPAN/perl/pod/perlfaq3.html The question is asked and answered there Regards, Ed I am asking about printing my perl code itself, and not about

RE: Pretty Printing

2003-10-14 Thread Jason Dixon
On Tue, 2003-10-14 at 13:56, Jason Dixon wrote: I envision piping your code through a combination of perltidy - webcpp - html2ps - lp. Correction, I like Wayne's suggestion better. I just tried the perl sheet for a2ps, works great. example: a2ps --pretty-print Test.pm -o test.ps -- Jason

RE: Pretty Printing

2003-10-14 Thread Syed Ali
A2ps has done an amazing job for printing, thank you. -Original Message- From: Wayne Betts [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: Re: Pretty Printing I am asking about printing my perl code itself, and not about printing

Re: Pretty Printing

2003-10-14 Thread Matthew Saltzman
On Tue, 14 Oct 2003, Syed Ali wrote: Does anyone know of a perl pretty printing utility on RH 8.0? I used to use enscript, mprint or trueprint for my C programs. I know you found a2ps works well for you, but it should be noted that trueprint claims to process Perl as well. IIRC (I don't have

Re: Problems printing from Windows 2000 PCs

2003-10-06 Thread Alan Hodgson
On Sun, Oct 05, 2003 at 10:31:54PM -0700, Des Dougan wrote: I have a problem printing from 2 Windows 2000 PCs to a Lexmark 3200 inkjet printer attached to my RH 9 PC. The RH 9 box is using KDE, and is a fairly default configuration otherwise. I can successfully print from Win9x and from

Problems printing from Windows 2000 PCs

2003-10-05 Thread Des Dougan
I have a problem printing from 2 Windows 2000 PCs to a Lexmark 3200 inkjet printer attached to my RH 9 PC. The RH 9 box is using KDE, and is a fairly default configuration otherwise. I can successfully print from Win9x and from another Linux PC, but the 2 W2K boxes won't print, although

Printing from console

2003-10-02 Thread Simon
Hi one little question, how can I print on an networkprinter using the terminal? when its possible i want to print text file also as pdf etc. thanks for help -- --- be blessed Simon -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: Printing from console

2003-10-02 Thread fred smith
On Thu, Oct 02, 2003 at 08:45:36AM +0200, Simon wrote: Hi one little question, how can I print on an networkprinter using the terminal? when its possible i want to print text file also as pdf etc. Assuming you've alredy got the printing system configured: lpr -Pprintername filename

Re: Printing from console

2003-10-02 Thread Reuben D. Budiardja
On Thursday 02 October 2003 02:45 am, Simon wrote: Hi one little question, how can I print on an networkprinter using the terminal? when its possible i want to print text file also as pdf etc. thanks for help Easiest: $ lpr filename will print to your default printer. See also: Man lpr

Re: Printing from console

2003-10-02 Thread Anthony E. Greene
On 02-Oct-2003/08:45 +0200, Simon [EMAIL PROTECTED] wrote: one little question, how can I print on an networkprinter using the terminal? when its possible i want to print text file also as pdf etc. Use this to print either text or PostScript: lpr -P printername filename To convert a text

Printing from AIX 4.2 to RH7.3

2003-09-15 Thread Gary Stainburn
Hi folks I've got a RH7.3+errata system set up using LPRNG with a print queue 'cp1900' which works fine. I now wish to print to the queue from an IBM RS6000 running AIX 4.2. However, although what I've done seems fine, it won't print. In smitty I've gone Print Spooling - Add a Print Queue

Printing Issues

2003-08-22 Thread Eugene Poole
My environment consists of: a. 2-machines running MS Windows 98SE b. 2-machines running Red Hat Linux 7.3 and 8.0 c. 1-machine running eComStation 1.0 (OS/2 Warp V4.5) d. 1-LinkSys 3-Port 10/100 Ethernet print server c. 1-8-Port 10/100 Ethernet switch d. 3-printers:

Printing Everywhere!

2003-08-20 Thread Gene Poole
I've the following situation: 1. A HP DeskJet 990Cse (2-sided color inkjet) hanging off of a Windows 98SE box. a. HP DeskJet is shared as HPDJ990C using standard HP CD install. b. HP DeskJet is shared as HP990C-PS using ghostscript, gsprint, and RedMon. 2.

Question about automating printing of Email attachments

2003-08-17 Thread Kevin Fjelsted
I need to automate a process where by My RedHat Linux 9 system checks a particular Email address periodically and prints all the Email attachments that are .TIFF files.. Can this be done with a script and existing utilities, or is programming involved? -Kevin Kevin Fjelsted,

Re: Question about automating printing of Email attachments

2003-08-17 Thread Ed Wilts
On Sun, Aug 17, 2003 at 01:03:31AM -0500, Kevin Fjelsted wrote: I need to automate a process where by My RedHat Linux 9 system checks a particular Email address periodically and prints all the Email attachments that are .TIFF files.. I would tackle this with a procmail rule. Do a Google search

Re: galeon printing

2003-08-15 Thread Patrick Nelson
On Wed, 2003-08-13 at 21:52, Patrick Nelson wrote: RH9 galeon-1.2.7-3 When I try and print a web page galeon defaults to lpd not cups. I'm not sure how to set this up so it defaults to my cups printers. Anyone know how to do this? So I did a rpm -ql cups and looked through the listing

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Phil Campaigne
Jason Dixon wrote: On Sat, 2003-08-09 at 14:07, Phil Campaigne wrote: ICMP is only one of many networking protocols. Do you have iptables running on 192.168.1.4? Perhaps the firewall is blocking TCP/UDP traffic to your lpd port. Hi Jason, I'd like to check out your suggestion, but I don't know

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Phil Campaigne
Jason Dixon wrote: On Sat, 2003-08-09 at 11:04, Phil Campaigne wrote: Ken, Thanks for your reply. I checked and found that your recommended entry was already in the lpd.perms file on the print serving machiner but not on the remote machine submitting the print request. I added the following

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Ken Plumley
Phil, Edit the file /etc/lpd.perms on each machine used for network printing. Near the bottom of the file comment out the REJECT SERVICE statment like this: # REJECT SERVICE=X NOT SERVER Ken --- Phil Campaigne [EMAIL PROTECTED] wrote: Hi All, I can't printover the network. When I submit

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Phil Campaigne
Sean Estabrooks wrote: I'm assuming it does because I can start and stop lpd on the printer server. and I can run lpq to see an empty print quque and I can print locally. This has me stumped! Phil Phil, There are many things that could be getting in your way. Here's something simple to check.

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Phil Campaigne
Phil Campaigne wrote: Sean Estabrooks wrote: I'm assuming it does because I can start and stop lpd on the printer server. and I can run lpq to see an empty print quque and I can print locally. This has me stumped! Phil Phil, There are many things that could be getting in your way. Here's

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Phil Campaigne
Jason Dixon wrote: On Sat, 2003-08-09 at 11:46, Phil Campaigne wrote: Jason Dixon wrote: On Sat, 2003-08-09 at 11:04, Phil Campaigne wrote: Ken, Thanks for your reply. I checked and found that your recommended entry was already in the lpd.perms file on the print serving machiner but not on

Re: Printing to an XP printer

2003-08-14 Thread Gene Poole
Sean, I too print from a Red Hat Linux box to a Windows box (Red Hat is 8.0 and Windows is 98SE, but shouldn't matter). One thing, if the alias for the machine in /etc/hosts of the Linux box and the netbios name of the Windows machine are the same, it makes life easier. Be sure that you

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Jason Dixon
). Verify that printing still works. P.S. If you ever need to edit your firewall rules again, please note that the lokkit utility is a write-only application. In other words, it doesn't have the ability to read your existing ruleset. If you make a new ruleset with lokkit, you'll lose the changes we

Printing to an XP printer

2003-08-14 Thread Bob
help either. Is there something else that needs to be configured on either the XP or Linux box to allow printing ? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Printing to an XP printer

2003-08-14 Thread Sean Estabrooks
. Is there something else that needs to be configured on either the XP or Linux box to allow printing ? Should pretty much just work but post again if you're still having troubles. Cheers, Sean -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Phil Campaigne
Ken Plumley wrote: Phil, Edit the file /etc/lpd.perms on each machine used for network printing. Near the bottom of the file comment out the REJECT SERVICE statment like this: # REJECT SERVICE=X NOT SERVER Ken --- Phil Campaigne [EMAIL PROTECTED] wrote: Hi All, I can't printover the network

RE: Printing to an XP printer

2003-08-14 Thread Bob
:[EMAIL PROTECTED] Behalf Of Sean Estabrooks Sent: Sunday, August 10, 2003 10:22 PM To: [EMAIL PROTECTED] Subject: Re: Printing to an XP printer On Sun, 10 Aug 2003 20:20:13 -0500 Bob [EMAIL PROTECTED] wrote: Sean, I don't think this is a firewall issue because I was able to get a response when

Re: Printing to an XP printer

2003-08-14 Thread Sean Estabrooks
: Printing to an XP printer On Sun, 10 Aug 2003 13:04:31 -0500 Bob [EMAIL PROTECTED] wrote: Thanks Sean. Sorry for not being clear enough the first time. Yes, I have included guest when creating the printer on the RH machine and also enabling guest on the XP machine but I still

Re: Printing to an XP printer

2003-08-14 Thread Sean Estabrooks
On Sun, 10 Aug 2003 13:04:31 -0500 Bob [EMAIL PROTECTED] wrote: Thanks Sean. Sorry for not being clear enough the first time. Yes, I have included guest when creating the printer on the RH machine and also enabling guest on the XP machine but I still cannot connect to the printer when

RE: Printing to an XP printer

2003-08-14 Thread Bob
download a kernel up2date download :) Bob / wa2mno -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gene Poole Sent: Monday, August 11, 2003 10:20 AM To: [EMAIL PROTECTED] Subject: Re: Printing to an XP printer Sean, I too print from a Red Hat Linux box

Re: galeon printing

2003-08-14 Thread Patrick Nelson
On Wed, 2003-08-13 at 21:52, Patrick Nelson wrote: RH9 galeon-1.2.7-3 When I try and print a web page galeon defaults to lpd not cups. I'm not sure how to set this up so it defaults to my cups printers. Anyone know how to do this? OK how about this... What is the daemon to connect to

galeon printing

2003-08-14 Thread Patrick Nelson
RH9 galeon-1.2.7-3 When I try and print a web page galeon defaults to lpd not cups. I'm not sure how to set this up so it defaults to my cups printers. Anyone know how to do this? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Slow Network Printing

2003-08-14 Thread Jake Colman
I have a HP Laserjet Series II connected to a RH 7.2 server. I used samba to make the printer available to PCs running MS Windoze. Any job submitted by the PCs take forever to print. I see the printer's green light flashing so I know that data is being transmitted but it takes forever for each

RE: Printing to an XP printer

2003-08-14 Thread Gene Poole
Bob, BTW, I found a full technical discussion and instructions at: http://pnm2ppa.sourceforge.net/PPA_networking/PPA_networking.html Thanks, Gene Poole [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: Problem with network printing on RH 8.0

2003-08-14 Thread Phil Campaigne
Jason Dixon wrote: On Sat, 2003-08-09 at 14:57, Phil Campaigne wrote: Jason Dixon wrote: As root, run /sbin/service iptables stop. Try your printer again. Hi Jason, That was it! Thank you , thankyou thankyou! Does the iptables duplicate the function of the NAT in my hardware router? If so

Problem with network printing on RH 8.0

2003-08-14 Thread Phil Campaigne
Hi All, I can't printover the network. When I submit a print job I get the following error [EMAIL PROTECTED] root]# lpr [EMAIL PROTECTED] -- /home/phil/3465317ExtremePerformanceTuning.pdf Status Information: sending job '[EMAIL PROTECTED]' to [EMAIL PROTECTED] connecting to '192.168.1.4',

Re: Printing to an XP printer

2003-08-11 Thread Sean Estabrooks
On Sun, 10 Aug 2003 20:20:13 -0500 Bob [EMAIL PROTECTED] wrote: Sean, I don't think this is a firewall issue because I was able to get a response when issuing: smbclient //XP_computer_IPaddress/print The response from the XP machine was: Domain=[LAN] os=[Windows 5.1] Server=[Windows

RE: Printing to an XP printer

2003-08-11 Thread Bob
This sounds like an XP issue, doesn't it? Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sean Estabrooks Sent: Sunday, August 10, 2003 1:10 PM To: [EMAIL PROTECTED] Subject: Re: Printing to an XP printer On Sun, 10 Aug 2003 13:04:31 -0500 Bob [EMAIL PROTECTED

RE: Printing to an XP printer

2003-08-10 Thread Bob
. Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sean Estabrooks Sent: Sunday, August 10, 2003 4:27 AM To: [EMAIL PROTECTED] Subject: Re: Printing to an XP printer On Sun, 10 Aug 2003 00:57:01 -0500 Bob [EMAIL PROTECTED] wrote: Hi Bob, My RH9 box can

Re: Problem with network printing on RH 8.0

2003-08-10 Thread Jason Dixon
On Sat, 2003-08-09 at 11:46, Phil Campaigne wrote: Jason Dixon wrote: On Sat, 2003-08-09 at 11:04, Phil Campaigne wrote: Ken, Thanks for your reply. I checked and found that your recommended entry was already in the lpd.perms file on the print serving machiner but not on the remote

Re: Problem with network printing on RH 8.0

2003-08-09 Thread Jason Dixon
On Sat, 2003-08-09 at 11:04, Phil Campaigne wrote: Ken, Thanks for your reply. I checked and found that your recommended entry was already in the lpd.perms file on the print serving machiner but not on the remote machine submitting the print request. I added the following entry into

Re: Problem with network printing on RH 8.0

2003-08-09 Thread Sean Estabrooks
I'm assuming it does because I can start and stop lpd on the printer server. and I can run lpq to see an empty print quque and I can print locally. This has me stumped! Phil Phil, There are many things that could be getting in your way. Here's something simple to check. run:

Re: Problem with network printing on RH 8.0

2003-08-09 Thread Jason Dixon
On Sat, 2003-08-09 at 14:07, Phil Campaigne wrote: ICMP is only one of many networking protocols. Do you have iptables running on 192.168.1.4? Perhaps the firewall is blocking TCP/UDP traffic to your lpd port. Hi Jason, I'd like to check out your suggestion, but I don't know how to

Re: Problem with network printing on RH 8.0

2003-08-09 Thread Jason Dixon
On Sat, 2003-08-09 at 14:57, Phil Campaigne wrote: Jason Dixon wrote: As root, run /sbin/service iptables stop. Try your printer again. Hi Jason, That was it! Thank you , thankyou thankyou! Does the iptables duplicate the function of the NAT in my hardware router? If so do I loose

Printing to a print server via CUPS?

2003-08-04 Thread Bill Diamond
I've just set up a print server using a Trendware print server. It supports printing via LPR. I've been able to get both of my windows boxen to print successful to it, but I'm a bit stumped on configuring Red Hat. Can someone guide me? The printer I'm using is the (in)famous Kodak Personal

Win-XP, Samba, and printing-PDF creator

2003-07-24 Thread Gary Stainburn
Hi folks, I set up a while back, a Samba printer on one of my Linux (RH7.3+errata) that converts the postscript file generated (using a Apple Laserwrite driver) on a Win9x box into a PDF file and then transfers that PDF file to a shared folder on the originating PC - see below. However, I

Re: Win-XP, Samba, and printing-PDF creator

2003-07-24 Thread Jonathan Bartlett
My guess is that it doesn't like the reconnection back to the host. My PDF printer works just fine with Win XP, but it stores the files locally. You might also try changing the printer driver. I have mine set to an HP. I don't know if it makes a difference, but there may be a bug in that

USB module printing to console

2003-07-15 Thread David D
Hello, My printer, mouse, keyboard and pin drive are all usb. When I'm working outside of X the usb module (I believe) is printing the following information on my console: usb-uhci.c: interrupt, status 3, frame# 396 usb-uhci.c: interrupt, status 3, frame# 484 usb-uhci.c: interrupt

Printing problems RH 7.3

2003-07-10 Thread Mark Neidorff
Hi All, Well, when printing works, its easy. When it doesn't... I'm running a Redhat 7.3 system and got a new HP LaserJet 1300. I tried setting it up with cups, but in order to get the newest drivers to work, I'd have to upgrade so much that I would have to upgrade to RH 8 or 9

printing issue

2003-07-09 Thread John Salamone
Hi, I run windows 98 on a Compaq Presario and RH8 on my HP Vectra vl). Iconnect to the internet via verizon dsl, through a Netgear router. Boththe win98 machine and the RH8 machine get IP addresses through that router.I recently had my win98 machine rebuilt due to errors with it and

Re: printing issue

2003-07-09 Thread John Salamone
Can someone please help me out with the below issue? I would appreciate it much!! Thanks!! - Original Message - From: John Salamone To: [EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 10:42 AM Subject: printing issue Hi, I run windows 98 on a Compaq

Re: printing issue

2003-07-09 Thread Richard Crawford
John Salamone said: Can someone please help me out with the below issue? I would appreciate it much!! John, I can't think of anyone who enjoys the whole Unix printing thing. But a really good place to start is http://www.linuxprinting.org/ I've found solutions to almost all of my

2nd Attempt - Network printing with DHCP / Netgear router

2003-07-08 Thread Bill Johnson
router. Both the laptop and the server get IP addresses through that router. Printing has worked perfectly up until recently, and I'm wondering if it has to do with the dynamic assignment of IP and hostname, which occurs periodically when the DHCP lease renews. I configured printing as follows

Network printing with DHCP / Netgear router

2003-07-06 Thread Bill Johnson
router. Both the laptop and the server get IP addresses through that router. Printing has worked perfectly up until recently, and I'm wondering if it has to do with the dynamic assignment of IP and hostname, which occurs periodically when the DHCP lease renews. I configured printing as follows

Printing in Openoffice and general

2003-07-03 Thread Stephan Matthiesen
that I find the printing setup in Linux really quite confusing, although I'm fairly computer literate (but no expert). I don't know if I can describe my setup in enough details for you to help me: I set up the network printer using the redhat-config-printer tool, and it basically found the network

Re: Printing in Openoffice and general

2003-07-03 Thread Anthony E. Greene
On 03-Jul-2003/17:09 +0100, Stephan Matthiesen [EMAIL PROTECTED] wrote: Is it possible (and how) to set openoffice (1.0.2) to print to kprinter, i.e. can you give it the print command somewhere? Thanks for any hint. Run spadmin. -- Anthony E. Greene mailto:[EMAIL PROTECTED] OpenPGP Key:

Usb module printing to console.

2003-07-01 Thread David D
Hello, My printer, mouse, keyboard and pin drive are all usb. When I'm working outside of X the usb module (I believe) is printing the following information on my console: usb-uhci.c: interrupt, status 3, frame# 396 usb-uhci.c: interrupt, status 3, frame# 484 usb-uhci.c: interrupt

Re: printing just stop working!

2003-06-21 Thread felipe leon
Let me suggest that you not start posts with whining. It makes people not want to help you. It's understandable that you are frustrated but please try to contain it when posting questions. You are right! Im sorry, Im ill as hell -kind of flu or smthing- and last night my head was killing me,

Re: printing just stop working!

2003-06-21 Thread Mark Neidorff
On Sat, 21 Jun 2003, felipe leon wrote: My system is up to date using RHN but I did the last one far before the symptoms appeared. In any case, try deleting the printer and recreating it. I had the same thing happen on RH9 and that seemed to fix it. I'll try that, thanks! It is

printing just stop working!

2003-06-20 Thread felipe leon
This is one of the typical things of linux: things break without an apparent reason. Lately I decide to migrate my struggle to redhat 9. I bought a new printer (hp deskjet 3820) and it was detected right and configured right with the appropriate driver and so on. I was happily printing

Re: printing just stop working!

2003-06-20 Thread Cliff Wells
On Fri, 2003-06-20 at 13:42, felipe leon wrote: This is one of the typical things of linux: things break without an apparent reason. Let me suggest that you not start posts with whining. It makes people not want to help you. It's understandable that you are frustrated but please try to

Re: printing just stop working!

2003-06-20 Thread ABrady
right with the appropriate driver and so on. I was happily printing for several days but then suddenly the printer starts to abandon printing jobs halfway telling it has no paper until finaly the jobs don't go through at all and stay eternally on the printing queue. What can be possibly

Slow Printing

2003-06-17 Thread Jake Colman
HP LaserJet Series II connected directly to a RedHat 7.2 server. There is a significant delay for each page to print. I must have misconfigured something but what? TIA! -- Jake Colman Principia Partners LLC Phone: (201) 209-2467 Harborside Financial

Re: Printing

2003-06-04 Thread Edward Dekkers
A. S. Budden wrote: Hi there, In order to print from my computer I have to connect to a samba share. If I do this at the command prompt, using something along the lines of: smbclient //this.is.my.server/sharename -A /home/al/.ieg.creds Not much of an answer, I know, but why haven't you tried

Re: Printing

2003-06-04 Thread A. S. Budden
Thus spake Edward Dekkers: A. S. Budden wrote: Hi there, In order to print from my computer I have to connect to a samba share. If I do this at the command prompt, using something along the lines of: smbclient //this.is.my.server/sharename -A /home/al/.ieg.creds Not much of an

Printing

2003-06-03 Thread A. S. Budden
Hi there, In order to print from my computer I have to connect to a samba share. If I do this at the command prompt, using something along the lines of: smbclient //this.is.my.server/sharename -A /home/al/.ieg.creds where .ieg.creds contains: username = UN password = PASSWORD domain =

Re: Printing

2003-06-03 Thread A. S. Budden
Sorry, forgot to mention also that when I connect with smbclient, I get a message like this: session request to THIS.IS.MY failed (Called name not present) where THIS.IS.MY is the first 15 characters (including dots) of the server address. It doesn't seem to have any effect on the connection --

printing problems (932c)

2003-04-02 Thread Michael S. Dunsavage
I have a HP 932c printer and I used to be able to print to it from windows just fine using samba. But now for some reason I prints the header only and then kicks out the paper. OS: RH 7.2 Kernel: 2.4.20 samba: 2.2.1a-4 I used all the drivers under 932c in printtool and nothing seems to fix

Need help with printing on Konica printer connected to Windows server

2003-03-19 Thread Srini Amble
I have a RedHat 7.3 work station. We have a printer which is on the LAN. The printer is hosted by a windows server. I have configured the printer using the printtool. For the filter I have chosen a generic postscript printer filter. When test print a file and use lpq to check the status it

Problems with sound and printing

2003-03-17 Thread Don Anderson
-- Don Anderson [EMAIL PROTECTED] I just Installed RH 8.0 and i have a few problems. When the computer boots i have an error Cannot bind lpd port 515 what does that mean? when i try to print a test page it errors out. Next problem is sound I have an Avance logic chipset ALS4000. When i click on

Re: Problems with sound and printing

2003-03-17 Thread Kris Reilly
it sounds like your hostname is set incorrectly for the lpd daemon. try hostname localhost.localdomain then restart lpd /etc/init.d/lpd restart The sound is something else entirely. I don't do a whole lot of GUI stuff. I'd need more information to try and diagnose it. What desktop are

Re: Printing problems

2003-03-16 Thread Alexander Fomin
Thanks, Mikkel, I have it, but it didn't work Alex Mikkel L. Ellertson wrote: On Sat, 15 Mar 2003, Alexander Fomin wrote: Hi All , I have RedHat 6.2 and having printing problems on PostScript Printer HP 4 ML. How can I remove last page from EVERY print job, where it says my username

Re: Printing problems

2003-03-16 Thread Alexander Fomin
have RedHat 6.2 and having printing problems on PostScript Printer HP 4 ML. How can I remove last page from EVERY print job, where it says my username and date. It's like ID page, but I don't need it. Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https

Printing problems

2003-03-15 Thread Alexander Fomin
Hi All , I have RedHat 6.2 and having printing problems on PostScript Printer HP 4 ML. How can I remove last page from EVERY print job, where it says my username and date. It's like ID page, but I don't need it. Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https

Re: Printing problems

2003-03-15 Thread hanfamily
2003, Alexander Fomin wrote: Hi All , I have RedHat 6.2 and having printing problems on PostScript Printer HP 4 ML. How can I remove last page from EVERY print job, where it says my username and date. It's like ID page, but I don't need it. Thanks -- redhat-list mailing list

Re: Printing problems

2003-03-15 Thread Mikkel L. Ellertson
On Sat, 15 Mar 2003, Alexander Fomin wrote: Hi All , I have RedHat 6.2 and having printing problems on PostScript Printer HP 4 ML. How can I remove last page from EVERY print job, where it says my username and date. It's like ID page, but I don't need it. Thanks Try adding a line

Win98, Linux, Samba, and Printing

2003-03-15 Thread Richard S. Crawford
completely, as if the data stream from the Linux computer to the printer is truncated. Does anyone have any suggestions as to how I can go about fixing this problem? Samba seems to be working just fine, the printer prints just fine from Windows, and I have no troubles printing to a printer which

RE: WinXP, Linux, Samba, and Printing

2003-03-15 Thread Hossein S. Zadeh
what I try, I cannot print anything from the Linux machine to the printer. I have tried setting up CUPS (both IPP and TCP/IP) and printing to the CUPS queue, and using remote samba printer; but none works. Any similar experiences? Any suggestions/ideas? thanks, Hossein -- redhat-list mailing list

Printing problems with GhostView and XPDF

2003-03-13 Thread Peter N. Spotts
Folks, I'd been having universal problems printing after installing RH8.0 on a Toshiba satellite 1905-303s (parallel port). I used the RH printer configuration software to set up a Canon BJC-2010 as lp0, but nothing would print, not even a test page. I installed CUPS, printed a test page

Re: Printing problems with GhostView and XPDF

2003-03-13 Thread MKlinke
problems printing after installing RH8.0 on a Toshiba satellite 1905-303s (parallel port). I used the RH printer configuration software to set up a Canon BJC-2010 as lp0, but nothing would print, not even a test page. I installed CUPS, printed a test page, and found that XEMACS could now find

Re:Re: LPR/LPRng printing blank page

2003-03-12 Thread alan . snyder
I figured out the problem myself last night during some late hours of frustration… I started tinkering with the printer itself and I realized that my printer, the Lexmark Z22, has two slots for ink cartridges – one for color, one for black. The color cartridge was filled with ink, but the slot

LPR/LPRng printing blank page

2003-03-11 Thread alan . snyder
Hi! I've just installed RH 8.0 on my pc at home and I love it!! I do have a small problem however printing to my Lexmark Z22 color printer connected to a USB port. Basically, whenever I try to print a page, it always comes out blank. The heads will move back/forth as if it's doing something

Re: LPR/LPRng printing blank page

2003-03-11 Thread Muhd Ramley
and presto. Rds..Ramley On Wed, 2003-03-12 at 06:04, [EMAIL PROTECTED] wrote: Hi! I've just installed RH 8.0 on my pc at home and I love it!! I do have a small problem however printing to my Lexmark Z22 color printer connected to a USB port. Basically, whenever I try to print a page, it always

Network printing problem

2003-03-08 Thread Bill Johnson
Greetings, I have a Redhat 7.3 server, and a Redhat 8.0 laptop networked through a Netgear router. I have file sharing working ok, but I can't get print sharing to work. On the server, I have a queue named hp841c defined as a local printer attached to /dev/usb/lp0. Printing locally from

RH8.0 Samba Printing - Access Denied

2003-03-03 Thread Jay Thompson
When I attempt to set up RH8.0 box as print server for network (jet direct) printers, I can't configure a Windoz box for the printer unless I first complete a valid samba authentication (e.g. map a network a network drive). I want anyone to be able to print to the printer without

  1   2   3   4   5   6   7   >