[Linux] USB Printer werkt niet :'(

Pagina: 1
Acties:

  • Blubber
  • Registratie: Mei 2000
  • Niet online
Ik heb een Epson Stylus Color 880 via USB aan me computer hangen. Ik heb de usb en usb printer modules ge-modprobed. En als ik de printer in plug komt er ook een vermelding in /var/logl/messages te staan. Maar toch werkt hij niet. Als ik bijvoorbeeld cat blaat.txt > /dev/usb/lp0 doe, dan gebeurt er niets. Iemand enig id waar dit aan ligt?

PS Ik gebruik gentoo 1.4_rc1 met linux 2.4.20

  • Tomaat
  • Registratie: November 2001
  • Laatst online: 13-04 13:11
wat komt er precies in '/var/log/messages' te staan? ;)

  • Blubber
  • Registratie: Mei 2000
  • Niet online
Dit is een keer de USB plug eruit en erin:
code:
1
2
3
4
Dec 22 21:59:19 montu kernel: usb.c: USB disconnect on device 00:04.2-2 address 4
Dec 22 21:59:19 montu kernel: printer.c: usblp0: removed
Dec 22 21:59:30 montu kernel: hub.c: new USB device 00:04.2-2, assigned address 5
Dec 22 21:59:30 montu kernel: printer.c: usblp0: USB Bidirectional printer dev 5 if 0 alt 0 proto 2 vid 0x04B8 pid 0x0005

  • _nethack
  • Registratie: September 2000
  • Laatst online: 06-05 13:55

_nethack

We're all MAD here

Als ik dit lees zul je de printer eerst met behulp van een niet nader bekend commando moeten vertellen dat ie printdata via de usb poort moet accepteren.

Kun je de printer niet gewoon beter via de parallelle poort aansluiten, dat werkt tenminste gewoon altijd in tegenstelling tot dat brakke usb :)

Sometimes you just have to sit back, relax, and let the train wreck itself


  • Bertrik
  • Registratie: Mei 2000
  • Laatst online: 22-06-2023
Zo te zien kloppen die messages in je /var/log/messages wel (modproben van de usb printer driver gaat waarschijnlijk automatisch door hotplug scripts). Volgens mij heb je iets als CUPS nodig om te printen. Bij mijn printer (canon s520) gebeurt er ook niets als ik iets cat naar /dev/usb/lp0 (lampje op printer knippert even), maar hij print wel prima via CUPS.

  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
Je moet cups gebruiken, ook al werkt dat bij mij in sommige gevallen wel, maaar in sommige gevallen ook niet :?

je kan dan gewoon lp /etc/lilo.conf doen om het uit te printen :). Cups moet je wl eerst configureren natuurlijk :)

[ Voor 35% gewijzigd door LollieStick op 22-12-2002 22:25 ]


  • Blubber
  • Registratie: Mei 2000
  • Niet online
Dat werkt ook niet

  • T.T.
  • Registratie: April 2000
  • Laatst online: 22-01 14:13

T.T.

Sowieso

Ik gebruik dit topic maar voor mijn USB-printer-probleem-in-Gentoo :)

Ik heb net Gentoo en in de kernel alles meegecompileerd dat nodig is om te printen.
Vervolgens heb ik geprobeerd de printing-howto van gentoo te volgen en daar ben ik vrij ver mee gekomen.
emerge cups
emerge foomatic

als ik tail /var/log/everything/current doe, dan zie ik volgens mij de juiste dingen:
Jun 14 17:55:42 [default.hotplug] invoke /etc/hotplug/usb.agent ()
Jun 14 17:55:43 [kernel] Manufacturer: Samsung Electronics Co., Ltd.
Jun 14 17:55:43 [kernel] Product: Samsung Laser Printer ML-1200 Series
Jun 14 17:55:43 [kernel] printer.c: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04E8 pid 0x300C
Jun 14 17:55:43 [default.hotplug] arguments (usb) env (DEVFS=/proc/bus/usb OLDPWD=/ PATH=/bin:/sbin:/usr/sbin:/usr/bin ACTION=add PWD=/etc/hotplug HOME=/ SHLVL=2 DEVICE=/proc/bus/usb/002/004 INTERFACE=7/1/2 PRODUCT=4e8/300c/100 TYPE=0/0/0 DEBUG=kernel _=/usr/bin/env)
Jun 14 17:55:43 [default.hotplug] invoke /etc/hotplug/usb.agent ()
Jun 14 17:55:46 [usb.agent] ... no modules for USB product 4e8/300c/100
Vervolgens werkte
cat test.txt > /dev/usb/lp0
niet, maar dat kwam vaker voor dacht ik gelezen te hebben.

Vervolgens moest er iets gebeuren met een PPD File (die heb ik gedownload van linux-printing, maar ik weet niet wat ik daar vervolgens mee aanmoet.)

Ik heb dus braaf de stappen gevolgd:
/etc/init.d/cupsd start
en daarna:
foomatic-configure -s cups -p Samsung-ML-1210 -c file:/dev/usb/lp0 -n Samsung -d gdi

dan CUPS maar ff herstarten:
rc-update add cupsd default
/etc/init.d/cupsd start

Ik denk dat het allemaal wel goed is gegaan tot CUPS installatie, maar dan moet je het volgende doen:
The CUPS daemon should now be running, so open up your favorite browser and point it to here.

Hopefully, you will be greeted with the CUPS configuration mainscreen. Click on the administration tab at the top of the page, and either enter your root password, or the name of someone that is in the lp group. Once authenticated, click on the Add Printer tab under the printers section. Enter the necessary name, description, and location of your printer. You must make your printer name exactly the same name of your printer queue that you specified for foomatic. You now need to select the device that you printer is connected to. Select the make of the printer, and continue on. On the next page choose your printer from the list.
Ik krijg dus inderdaad dat CUPS config scherm en dan ga ik toevoegen:
"Add Printer" Name: Samsung (zelfde als queue-naam), Location: /dev/usb/lp0, Description: <leeg>
Dan een device kiezen: USB Printer #1

en dan komt de fout denk ik, dan moet je een " Make" kiezen, maar ik kan alleen Raw, DYMO, EPSON, HP, OKIDATA kiezen.
Als ik dan een HP Laserjet kies, dan gebeurt er niets als ik testpagina afdruk. Als ik RAW kies en ik druk een testpagina af, dan gaat de laserprinter wel warm draaien (dat is goed), maar het lampje data gaat niet branden volgens mij en er komt zeker geen testpagina uitrollen :/

Wat nu? :)

  • NiPeng
  • Registratie: Juli 2000
  • Niet online

NiPeng

I am the slime

Vreemd, eerst:
un 14 17:55:43 [kernel] printer.c: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04E8 pid 0x300C
En dan later:
Jun 14 17:55:46 [usb.agent] ... no modules for USB product 4e8/300c/100
Ik gebruik geen usb printing maar bovenstaande meldingen lijken mij tegenstrijdig.


Some people like cupcakes better, I for one care less for them.


  • T.T.
  • Registratie: April 2000
  • Laatst online: 22-01 14:13

T.T.

Sowieso

dat gaat er denk ik alleen maar om dat de kernel wel "iets" herkent, maar dat er geen "drivers" voor zijn

  • XTerm
  • Registratie: Juli 2001
  • Laatst online: 10-06-2025
T.T. schreef op 14 juni 2003 @ 18:48:
dat gaat er denk ik alleen maar om dat de kernel wel "iets" herkent, maar dat er geen "drivers" voor zijn
Yadda yadda schat, de kernel bemoeit zich niet met printen, das gewoon een gateway waar je de output van de printerdriver aan geeft en die door de draait stompt naar je printer.

Gewoon kwestie van CUPS goed te configgen dus, ik heb ff gekeken en je printer wordt perfect ondersteunt, dus point that browser to linuxprinting.org en volg daar de guidelines.

Nou moet ik toegeven dat printen onder GNU/Linux met CUPS een *BITCH* is, soms werkt het altijd perfect, maar soms heb je een (perfect ondersteunde HP 1200 Laser) waar je godverdomme weken aan moet zitten vloeken voor ie werkt :) (joj was dat ff een frustratie afwerking op mijn hp ? naaaaah :P )

  • T.T.
  • Registratie: April 2000
  • Laatst online: 22-01 14:13

T.T.

Sowieso

Yadda yadda schat, de kernel bemoeit zich niet met printen, das gewoon een gateway waar je de output van de printerdriver aan geeft en die door de draait stompt naar je printer.
Als je ondersteuning voor USB en USB-printing in de kernel mee-compileert, dan kan je volgens mij moeilijk zeggen dat de kernel zich niet met printen bemoeit :P

Maarja, het probleem is dus dat ik CUPS niet goed geconfigureerd krijg, weet iemand daar een oplossing voor :?


* T.T. gaat iig proberen aanwijzingen van linuxprinting op te volgen

[ Voor 8% gewijzigd door T.T. op 14-06-2003 20:21 ]


  • T.T.
  • Registratie: April 2000
  • Laatst online: 22-01 14:13

T.T.

Sowieso

het lukt niet, zou dit het probleem kunnen zijn?
http://hypermail.idiosynk...ved/2003/week02/0310.html

Ik krijg als ik een testpagina wil afdrukken de volgende output in mn logs:
D [15/Jun/2003:13:01:20 +0000] AcceptClient() 3 from localhost:631.
D [15/Jun/2003:13:01:20 +0000] ReadClient() 3 POST / HTTP/1.1
D [15/Jun/2003:13:01:20 +0000] ProcessIPPRequest: 3 status_code=0
D [15/Jun/2003:13:01:20 +0000] CloseClient() 3
D [15/Jun/2003:13:01:20 +0000] AcceptClient() 3 from localhost:631.
D [15/Jun/2003:13:01:20 +0000] ReadClient() 3 POST / HTTP/1.1
D [15/Jun/2003:13:01:20 +0000] ProcessIPPRequest: 3 status_code=0
D [15/Jun/2003:13:01:20 +0000] CloseClient() 3
D [15/Jun/2003:13:01:20 +0000] AcceptClient() 3 from localhost:631.
D [15/Jun/2003:13:01:20 +0000] ReadClient() 3 POST / HTTP/1.1
D [15/Jun/2003:13:01:20 +0000] ProcessIPPRequest: 3 status_code=0
D [15/Jun/2003:13:01:20 +0000] ReadClient() 3 POST /printers/Samsung HTTP/1.1
D [15/Jun/2003:13:01:20 +0000] print_job: auto-typing file...
D [15/Jun/2003:13:01:20 +0000] print_job: request file type is application/postscript.
D [15/Jun/2003:13:01:20 +0000] check_quotas: requesting-user-name = 'root'
D [15/Jun/2003:13:01:20 +0000] print_job: requesting-user-name = 'root'
I [15/Jun/2003:13:01:20 +0000] Job 2 queued on 'Samsung' by 'root'.
D [15/Jun/2003:13:01:20 +0000] Job 2 hold_until = 0
D [15/Jun/2003:13:01:20 +0000] StartJob(2, 0x80a0bd0)
D [15/Jun/2003:13:01:20 +0000] StartJob() id = 2, file = 0/1
D [15/Jun/2003:13:01:20 +0000] job-sheets=none,none
D [15/Jun/2003:13:01:20 +0000] banner_page = 0
D [15/Jun/2003:13:01:20 +0000] StartJob: argv = "Samsung","2","root","(stdin)","1","","/var/spool/cups/d00002-001"
D [15/Jun/2003:13:01:20 +0000] StartJob: envp = "PATH=/usr/lib/cups/filter:/bin:/usr/bin","SOFTWARE=CUPS/1.1","USER=root",
"CHARSET=iso-8859-1","LANG=en","","PPD=/etc/cups/ppd/Samsung.ppd",
"CUPS_SERVERROOT=/etc/cups","RIP_MAX_CACHE=8m",
"TMPDIR=/var/spool/cups/tmp","CONTENT_TYPE=application/postscript",
"DEVICE_URI=usb://Unknown?serial=e081e000","PRINTER=Samsung",
"CUPS_DATADIR=/usr/share/cups","CUPS_FONTPATH=/usr/share/cups/fonts","","",""
D [15/Jun/2003:13:01:20 +0000] StartJob: statusfds = 5, 6
D [15/Jun/2003:13:01:20 +0000] StartJob: filterfds[1] = 7, -1
D [15/Jun/2003:13:01:20 +0000] StartJob: filter = "/usr/lib/cups/filter/pstops"
D [15/Jun/2003:13:01:20 +0000] StartJob: filterfds[0] = 8, 9
D [15/Jun/2003:13:01:20 +0000] start_process("/usr/lib/cups/filter/pstops", 0xbfff1350, 0xbfff0800, 7, 9, 6)
I [15/Jun/2003:13:01:20 +0000] Started filter /usr/lib/cups/filter/pstops (PID 19782) for job 2.
D [15/Jun/2003:13:01:20 +0000] StartJob: filter = "/usr/lib/cups/filter/foomatic-rip"
D [15/Jun/2003:13:01:20 +0000] StartJob: filterfds[1] = 7, 10
D [15/Jun/2003:13:01:20 +0000] start_process("/usr/lib/cups/filter/foomatic-rip", 0xbfff1350, 0xbfff0800, 8, 10, 6)
I [15/Jun/2003:13:01:20 +0000] Started filter /usr/lib/cups/filter/foomatic-rip (PID 19783) for job 2.
D [15/Jun/2003:13:01:20 +0000] StartJob: backend = "/usr/lib/cups/backend/usb"
D [15/Jun/2003:13:01:20 +0000] StartJob: filterfds[0] = -1, 8
D [15/Jun/2003:13:01:20 +0000] start_process("/usr/lib/cups/backend/usb", 0xbfff1350, 0xbfff0800, 7, 8, 6)
I [15/Jun/2003:13:01:20 +0000] Started backend /usr/lib/cups/backend/usb (PID 19784) for job 2.
D [15/Jun/2003:13:01:20 +0000] ProcessIPPRequest: 3 status_code=0
D [15/Jun/2003:13:01:20 +0000] [Job 2] Page = 612x792; 0,0 to 612,792
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%BoundingBox: 0 0 595 842
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%Creator: Printer Administration
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%For: root
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%CreationDate: Sun Jun 15 13:01:19 2003
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%Title: StarOffice Test
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%LanguageLevel: 3
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%DocumentData: Clean7Bit
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%Pages: (atend)
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%PageOrder: Ascend
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%EndComments
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%BeginProlog
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%EndProlog
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%Page: 0 0
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%Page: 0 0
D [15/Jun/2003:13:01:20 +0000] [Job 2] pw = 612.0, pl = 792.0
D [15/Jun/2003:13:01:20 +0000] [Job 2] PageLeft = 0.0, PageRight = 612.0
D [15/Jun/2003:13:01:20 +0000] [Job 2] PageTop = 792.0, PageBottom = 0.0
D [15/Jun/2003:13:01:20 +0000] [Job 2] PageWidth = 612.0, PageLength = 792.0
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%PageBoundingBox: 0 0 595 842
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%BeginSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%BeginFeature: *PageSize A4
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%EndFeature
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%EndSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%BeginPageSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%EndPageSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2] perl: warning: Setting locale failed.
D [15/Jun/2003:13:01:20 +0000] [Job 2] perl: warning: Please check that your locale settings:
D [15/Jun/2003:13:01:20 +0000] [Job 2] LANGUAGE = (unset),
D [15/Jun/2003:13:01:20 +0000] [Job 2] LC_ALL = (unset),
D [15/Jun/2003:13:01:20 +0000] [Job 2] LANG = "en"
D [15/Jun/2003:13:01:20 +0000] [Job 2] are supported and installed on your system.
D [15/Jun/2003:13:01:20 +0000] [Job 2] perl: warning: Falling back to the standard locale ("C").
D [15/Jun/2003:13:01:20 +0000] CloseClient() 3
D [15/Jun/2003:13:01:20 +0000] [Job 2] foomatic-rip version $Revision: 3.30 $ running...
D [15/Jun/2003:13:01:20 +0000] [Job 2] Parsing PPD file ...
D [15/Jun/2003:13:01:20 +0000] [Job 2] Added option ColorSpace
D [15/Jun/2003:13:01:20 +0000] [Job 2] Added option PageSize
D [15/Jun/2003:13:01:20 +0000] [Job 2] Added option PageRegion
D [15/Jun/2003:13:01:20 +0000] [Job 2] Added option ImageableArea
D [15/Jun/2003:13:01:20 +0000] [Job 2] Added option PaperDimension
D [15/Jun/2003:13:01:20 +0000] [Job 2] Added option Resolution
D [15/Jun/2003:13:01:20 +0000] [Job 2] Added option Font
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] Parameter Summary
D [15/Jun/2003:13:01:20 +0000] [Job 2] -----------------
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] Spooler: cups
D [15/Jun/2003:13:01:20 +0000] [Job 2] Printer: Samsung
D [15/Jun/2003:13:01:20 +0000] [Job 2] PPD file: /etc/cups/ppd/Samsung.ppd
D [15/Jun/2003:13:01:20 +0000] [Job 2] Printer model: Samsung ML-1210, Foomatic + gdi (recommended)
D [15/Jun/2003:13:01:20 +0000] [Job 2] Job title: (stdin)
D [15/Jun/2003:13:01:20 +0000] [Job 2] File(s) to be printed:
D [15/Jun/2003:13:01:20 +0000] [Job 2] <STDIN>
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] ================================================
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] File: <STDIN>
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] ================================================
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] Reading PostScript input ...
D [15/Jun/2003:13:01:20 +0000] [Job 2] --> This document is DSC-conforming!
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] -----------
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%BeginProlog
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%EndProlog
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] -----------
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%BeginSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2] Inserting PostScript code for CUPS' page accounting
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%BeginFeature: *PageSize Letter
D [15/Jun/2003:13:01:20 +0000] [Job 2] Option: PageSize=Letter --> Option will be set by PostScript interpreter
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%BeginFeature: *Resolution 600x600dpi
D [15/Jun/2003:13:01:20 +0000] [Job 2] Option: Resolution=600x600dpi --> Option will be set by PostScript interpreter
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%EndSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] -----------
D [15/Jun/2003:13:01:20 +0000] [Job 2] New page: 1 1
D [15/Jun/2003:13:01:20 +0000] [Job 2] Inserting option code into "PageSetup" section.
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] -----------
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%BeginSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%BeginFeature: *PageSize A4
D [15/Jun/2003:13:01:20 +0000] [Job 2] Option: PageSize=A4 --> Option will be set by PostScript interpreter
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%EndSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%BeginPageSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found: %%EndPageSetup
D [15/Jun/2003:13:01:20 +0000] [Job 2] End of page header
D [15/Jun/2003:13:01:20 +0000] [Job 2] LPGETSTATUS returned a port status of 18...
W [15/Jun/2003:13:01:20 +0000] [Job 2] Media tray empty!
D [15/Jun/2003:13:01:20 +0000] [Job 2] Stopping search for page header options
D [15/Jun/2003:13:01:20 +0000] [Job 2] Found:
D [15/Jun/2003:13:01:20 +0000] [Job 2] KgM2(SkULCLkITp\a8WdQ,CT8=pTe13ZCK(+UO>)HbNgTp\WYH"b"*&9d]JS']*#:^"ES*nK`!<YS)g=
D [15/Jun/2003:13:01:20 +0000] [Job 2] --> Output goes directly to the renderer now.
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] Starting renderer
D [15/Jun/2003:13:01:20 +0000] [Job 2] renderer PID pid4=19787
D [15/Jun/2003:13:01:20 +0000] [Job 2] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=gdi -sOutputFile=- -
D [15/Jun/2003:13:01:20 +0000] [Job 2] JCL: <job data>
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] perl: warning: Setting locale failed.
D [15/Jun/2003:13:01:20 +0000] [Job 2] perl: warning: Please check that your locale settings:
D [15/Jun/2003:13:01:20 +0000] [Job 2] LANGUAGE = (unset),
D [15/Jun/2003:13:01:20 +0000] [Job 2] LC_ALL = (unset),
D [15/Jun/2003:13:01:20 +0000] [Job 2] LANG = "en"
D [15/Jun/2003:13:01:20 +0000] [Job 2] are supported and installed on your system.
D [15/Jun/2003:13:01:20 +0000] [Job 2] perl: warning: Falling back to the standard locale ("C").
D [15/Jun/2003:13:01:20 +0000] [Job 2] foomatic-gswrapper: gs '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=gdi' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
D [15/Jun/2003:13:01:20 +0000] [Job 2] Error: /invalidfont in findfont
D [15/Jun/2003:13:01:20 +0000] [Job 2] Operand stack:
D [15/Jun/2003:13:01:20 +0000] [Job 2] Courier-iso1252 --nostringval-- Courier Courier Font Courier 405126 Courier --nostringval-- Courier NimbusMonL-Regu (NimbusMonL-Regu) NimbusMonL-Regu (NimbusMonL-Regu) NimbusMonL-Regu
D [15/Jun/2003:13:01:20 +0000] [Job 2] Execution stack:
D [15/Jun/2003:13:01:20 +0000] [Job 2] %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- 4 3 %oparray_pop 5 3 %oparray_pop --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 8 4 %oparray_pop --nostringval-- --nostringval-- --nostringval-- 5 -1 1 --nostringval-- %for_neg_int_continue --nostringval-- --nostringval--
D [15/Jun/2003:13:01:20 +0000] [Job 2] Dictionary stack:
D [15/Jun/2003:13:01:20 +0000] [Job 2] --dict:1059/1123(ro)(G)-- --dict:0/20(G)-- --dict:85/200(L)-- --dict:17/17(ro)(G)-- --dict:1059/1123(ro)(G)--
D [15/Jun/2003:13:01:20 +0000] [Job 2] Current allocation mode is local
D [15/Jun/2003:13:01:20 +0000] [Job 2] Last OS error: 2
D [15/Jun/2003:13:01:20 +0000] [Job 2] GNU Ghostscript 7.07: Unrecoverable error, exit code 1
D [15/Jun/2003:13:01:20 +0000] [Job 2] renderer return value: 1
D [15/Jun/2003:13:01:20 +0000] [Job 2] renderer received signal: 1
D [15/Jun/2003:13:01:20 +0000] [Job 2] Process dieing with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
D [15/Jun/2003:13:01:20 +0000] [Job 2] Possible error on renderer command line or PostScript error. Check options.
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%PageTrailer
D [15/Jun/2003:13:01:20 +0000] [Job 2] 0 %%Trailer
D [15/Jun/2003:13:01:20 +0000] [Job 2] Saw Trailer!
D [15/Jun/2003:13:01:20 +0000] [Job 2] Saw EOF!
D [15/Jun/2003:13:01:20 +0000] [Job 2] Flushing FIFO.
D [15/Jun/2003:13:01:20 +0000] [Job 2]
D [15/Jun/2003:13:01:20 +0000] [Job 2] Closing renderer
D [15/Jun/2003:13:01:20 +0000] [Job 2] KID3 exited with status 3
D [15/Jun/2003:13:01:20 +0000] [Job 2] Renderer exit stat: 3
D [15/Jun/2003:13:01:20 +0000] [Job 2] Renderer process finished
D [15/Jun/2003:13:01:20 +0000] [Job 2] Process dieing with "Error closing renderer", exit stat: 3
D [15/Jun/2003:13:01:20 +0000] [Job 2] Error closing renderer
E [15/Jun/2003:13:01:20 +0000] PID 19783 stopped with status 3!
D [15/Jun/2003:13:01:20 +0000] [Job 2] tail process done writing data to STDOUT
D [15/Jun/2003:13:01:20 +0000] [Job 2] KID4 finished
D [15/Jun/2003:13:01:20 +0000] UpdateJob: job 2, file 0 is complete.
D [15/Jun/2003:13:01:20 +0000] CancelJob: id = 2
D [15/Jun/2003:13:01:20 +0000] StopJob: id = 2, force = 0
D [15/Jun/2003:13:01:20 +0000] StopJob: printer state is 3
Dan met name:
LPGETSTATUS returned a port status of 18...
[Job 2] Media tray empty!
Terwijl er echt wel papier in de printer zit.... lijkt me dus een bug :?
Pagina: 1