View previous topic :: View next topic |
Author |
Message |
ventricle Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1970514853f32042591a35.gif)
Joined: 04 Apr 2003 Posts: 305 Location: UK/Australia
|
Posted: Tue May 06, 2003 8:20 am Post subject: Printing Epson Style C20UX |
|
|
I've worked through the printer setup guide, and I have this when I do dmesg: (I use metalog and can find this in any log files, but since it is dmesg, I assume it is ok)
Quote: |
hub.c: USB new device connect on bus2/2, assigned device number 2
printer.c: usblp0: USB bidirectional printer dev 2 if 0 alt 1 proto 2 vid 0x03F0 pid 0x1104
| or similar.
So, the next thing I do is this:
Quote: | touch test.txt
# echo "Hello World" > test.txt
# cat test.txt > /dev/usb/lp0
Alternatively, for parallel port printers:
# cat test.txt > /dev/usb/lp0 |
However, nothing comes out of the printer. Is there something I might need to do extra that isn't in the guide, or how do I know something was even sent to the printer?
Thanks. _________________ [LRU] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
heijs Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/2480377733fd124a404541.jpg)
Joined: 12 Jun 2002 Posts: 174 Location: Groningen
|
Posted: Wed May 07, 2003 9:46 am Post subject: |
|
|
Try printing with CUPS |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ventricle Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1970514853f32042591a35.gif)
Joined: 04 Apr 2003 Posts: 305 Location: UK/Australia
|
Posted: Wed May 07, 2003 12:38 pm Post subject: |
|
|
I will give it a go. That is the next stage in the printer documentation, but I figured there may be no point continuing with that until this worked, but I will give it a go. I'll keep you informed!
ta. _________________ [LRU] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ventricle Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1970514853f32042591a35.gif)
Joined: 04 Apr 2003 Posts: 305 Location: UK/Australia
|
Posted: Wed May 07, 2003 8:18 pm Post subject: |
|
|
Code: | foomatic-configure -s cups -p Epson-Stylus_C20UX -c file:/dev/usb/lp0 -n Espon -d gimp-print
Cannot read file /usr/share/foomatic/db/source/driver/gimp-print.xml!Could not run "foomatic-combo-xml"/"foomatic-perl-data"! at /usr/lib/perl5/site_perl/5.8.0/Foomatic/DB.pm line 545.
|
This is what I get, which is obviously wrong. However, I don't know what to put, because when I grep, I don't get a printer ID, so I don't know what driver is required.
I'm not sure where to go from here. _________________ [LRU] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|