re: close to giving up on YDL 2 [printer setup]


Subject: re: close to giving up on YDL 2 [printer setup]
mayro@earlham.edu
Date: Wed Aug 08 2001 - 23:09:30 MDT


Make sure you have USB printer support in your kernel. If its a
module make sure its loaded. It sounds like you could use a new kernel.

OK this is pretty much the same message I sent to this list a
month ago with a couple small changes and comments.

Prevuoisly on YDL-General (July 4-6, 2001):

Alrighty, This is how I setup my Epson photo stylus 700 with a
USB/Parallel adapter. This should work for most people, especially
those with epson printers.
First you need the software. I use CUPS from cups.org. Download
the new source code its 1.1.8 [the newest is currently 1.1.9, but I
haven't used it]. There's an rpm somewhere for the 1.1.6 version but try the
newest first, if it doesn't compile then look for cups at
tuxfinder.com . I also recommend getting the gimp-print drivers from
http://www.sourceforge.net/projects/gimp-print
I'm using the 4.1.10 release, I didn't pay atention to see if it was
stable or not. It works just fine for me.
A lot of the setting up is really simple now with the new version of
CUPS.

unzip and compile the CUPS drivers. I just did your basic:

./configure
make
make install
everything went just fine for me.

start the drivers:
/etc/init.d/cups start

Open your web browser and load up:
localhost:631
[I had to activate network services to be able to load this page.]
click on:
manage printers

add printer (it will ask for your root password)

fill in the form
Name: any name for your printer, no spaces
location;I use: local
Description: Any thing you want to say about your printer.

click on continue
select the device. LPD/LPR Host or printer
somewhere it'll ask for the device URI, this is: usb:/dev/usb/lp0

click on continue
select your printer brand

click on continue
select your printer driver ( right now there should only be generic
drivers)

continue
you should get a message saying your printer was added succesfully
then click on printers at the top of the page and then click on print test
page. It should whirl out a page with a color wheel and some other good
stuff. For me the colors didn't match what
they should have. To solve this I installed the gimp-print drivers
which were a slighty pain to install. There were some gtk problems. I
solved this by coping the /usr/include/gtk-1.2/gtk folder to the folder I
unziped the source code into.

to compile it I did:
./configure --with-cups
make
make install

then you want to restart the cups drivers:
/etc/init.d/cups restart

go back to your web browser, reload the localhost:631, then click on
modify printer.
this will go to a few steps form the end.

select the device (it should already be set)

select the printer brand

then there should be a bunch of new drivers with specific models in
their names. select your printer and do a test page. the color wheel
should be correct now.

other setting like printer resolution and stuff like that can be set by
clicking on configure printer.
if there aren't any new drivers listed then look in
/usr/local/share/cups/model and move all those files to
/usr/share/cups/model

-robert



This archive was generated by hypermail 2a24 : Wed Aug 08 2001 - 22:18:28 MDT