here's my summary, i hope i didn't forget something:
be sure to compile (either as module or into your kernel) the support of your printer connection. parallel port or usb printer support. load modules if necessary.
add "cups" to your "USE-Variables" if it isn't already there
Code: Select all
nano /etc/make.confCode: Select all
emerge cups
emerge psutils
emerge ghostscriptCode: Select all
Unable to convert file 0 to printable format for job x!optional for gnome
Code: Select all
emerge gnome-printCode: Select all
tar -xvfz pips-sc61_62s-cups-2.6.2.i386.tar.gz
cd pips-sc61_62s-cups-2.6.2
./configure
make all
make installCode: Select all
/etc/init.d/cupsd restartCode: Select all
/etc/init.d/cupsd startCode: Select all
/usr/sbin/lpadmin -p sc61_62s -E -v ekplp:/var/eklpd/ekplp0 -m eksc61_62s.ppdCode: Select all
/usr/local/EPKowa/SC61_62S/setuphttp://localhost:631/
manage printers -> add printer -> name "sc61_62s -> device: "EPSON Inkjet Printer #1 (Photo Image Print System)" -> make: "EPSON" -> model: "EPSON Stylus C61/C62 Series, Photo Image Print System (en)"
add the printing demon and cups to the default runlevels
Code: Select all
rc-update add ekpd default
rc-update add cupsd defaultthats it. you should now be able to print the test page.
sorry for my bad english,
greetz, hulk




