Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
EpsonStylus C46 [schon solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
blice
Guru
Guru


Joined: 12 Feb 2005
Posts: 591
Location: D- 26188

PostPosted: Sun Feb 19, 2006 7:58 pm    Post subject: EpsonStylus C46 [schon solved] Reply with quote

Ich hab mir sonen Billig-low-budget Drucker gekauft (30€ ) . Und bastle schon seit stunden daran den unter linux zum rennen zu kriegen.
Vorweg mit TurboPrint ging er, das einzig blöde ist, daß Turboprint immer sein Logo quer durchs Blatt ballert.

Mittlerweile bin ich so verzweifelt, egal was ich anstelle, der Drucker "zuckt" nichtmal, obwohl der sonst Krach ohne Ende macht..

Nach ein bisschen stöbern, googlen und WikiN bin ich nun zu folgendem Weg gegangen.

Ersmal nen EMERGE --UNMERGE foomatic gimp-print cups
und anschliessend ALLE(!) Folder die irgendwo nach diesen sachen aussahen gelöscht..

So und jetzt, das vorgehen STEP by STEP:
Referenzen:
http://www.gentoo.de/doc/de/printing-howto.xml
http://linuxprinting.org/show_printer.cgi?recnum=Epson-Stylus_C46
Quote:

Epson Stylus C46
Color inkjet printer, max. 2880x720 dpi, works Perfectly
Recommended driver: gimp-print (Home page)
Generic instructions for: CUPS, LPD, LPRng, PPR, PDQ, no spooler


Code:

local bodo # dmesg

usb 1-1: new full speed USB device using uhci_hcd and address 3
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x04B8 pid 0x0005

local bodo # lsusb

Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 004: ID 055f:0002 Mustek Systems, Inc. ScanExpress 600 CU
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 04b8:0005 Seiko Epson Corp. Stylus Printer
Bus 001 Device 001: ID 0000:0000

Code:

local bodo # emerge -pv cups

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] net-print/cups-1.1.23-r7  -cjk -gnutls +nls +pam -samba -slp +ssl 0 kB

Code:

local bodo # lsmod

Module                  Size  Used by
usblp                  13312  0
uhci_hcd               32912  0
usbcore               121308  5 ohci_hcd,ehci_hcd,usblp,uhci_hcd


Drucker ohne Strom:
Code:

local bodo # ls -l /dev/usb/
ls: /dev/usb/: No such file or directory

Drucker mit Strom:
Code:

local bodo # ls -l /dev/usb/
total 0
crw-rw----  1 root lp 180, 0 Feb 19 20:04 lp0

(/dev/lp3 --> /dev/usb/lp0 ist auch eingetragen)
Code:

local bodo # /etc/init.d/cupsd start
 * Re-caching dependency info (mtimes differ)...
 * Starting cupsd ...                                                                                               [ ok ]

Bis hierhin ist cups (localhost:631) noch gar kein Epson-treiber bekannt .. also weiter zu schritt zwei:
cupsd stoppen und Gimp Print installieren, der ja laut linuxprinting.org meinen Drucker unterstützen soll.

Code:

local bodo # USE="cups ppds" emerge -pv gimp-print

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] media-gfx/gimp-print-4.2.7  +cups +foomaticdb +gtk +nls +ppds +readline 0 kB

local bodo # /etc/init.d/cupsd restart
 * Starting cupsd ...                      [ ok ]


So jetzt ist dem Admintool (localhost:631) auch die Firma epson bekannt ..

Wähle den Treiber Epson C42ux + GimpPrint (so wie in der referenzierten Seite) - ich verzichte extra auf foomatic, damit habe ich nämlich auch nix hingekriegt..

Drucker verwalten:
EPSON Stylus C42UX - CUPS+Gimp-Print v4.2.7
Beschreibung: Epson Stylus C46
Standort: Büro
Gerätestatus: gelangweilt, Nimmt Aufträge entgegen.
Geräte URI: usb://EPSON/Stylus%20C46

Das sieht ja schon toll aus .. aber bei der Testseite das übliche ..
"epson46
eine Testseite wurde gesendet; Auftrags ID ist epson46-1.
"
-keine reaktion..

Interessanterweise findet sich der Auftrag im "completed Jobs" .
_________________
Gentoo seit 2004.3
Schreibt mir: blice@jabber.sk


Last edited by blice on Sun Feb 19, 2006 8:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
blice
Guru
Guru


Joined: 12 Feb 2005
Posts: 591
Location: D- 26188

PostPosted: Sun Feb 19, 2006 8:19 pm    Post subject: Reply with quote

Ich HABS !!!!!!!!

Code:

local bodo # cat /var/log/cups/error_log
.
.
.
I [19/Feb/2006:20:15:44 +0100] New printer 'epson46' added by 'root'.
I [19/Feb/2006:20:16:40 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=25756)
I [19/Feb/2006:20:16:47 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=25757)
I [19/Feb/2006:20:16:47 +0100] Adding start banner page "none" to job 1.
I [19/Feb/2006:20:16:47 +0100] Adding end banner page "none" to job 1.
I [19/Feb/2006:20:16:47 +0100] Job 1 queued on 'epson46' by 'root'.
E [19/Feb/2006:20:16:47 +0100] Unable to convert file 0 to printable format for job 1!
I [19/Feb/2006:20:16:47 +0100] Hint: Do you have ESP Ghostscript installed?
I [19/Feb/2006:20:16:47 +0100] Hint: Try setting the LogLevel to "debug".
I [19/Feb/2006:20:18:51 +0100] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=25758)
I [19/Feb/2006:20:18:55 +0100] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=25760)

Code:

local bodo # eix ghostscript

* app-text/ghostscript-esp
     Available versions:  7.07.1-r7 7.07.1-r8 ~7.07.1-r10 [M]8.15.1
     Installed:           7.07.1-r10
     Homepage:            http://www.cups.org/ghostscript.php
     Description:         ESP Ghostscript -- an enhanced version of GPL Ghostscript with better printer support


Na gut dann halt mal neukompilieren , schadet ja nicht ..
Code:

local bodo # USE="cups ppds" emerge -pv ghostscript-esp

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     UD] app-text/ghostscript-esp-7.07.1-r8 [7.07.1-r10] +X -cjk +cups -emacs +gtk 2 kB



Jetzt Druckt der ! Ich bin zufrieden !
_________________
Gentoo seit 2004.3
Schreibt mir: blice@jabber.sk
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum