Maybe some of this will help someone send me in the right direction:
My Make.conf has cups in the USE "cups... If that matters
I think I have the kernel right but don't know how to know for sure.
I set my bios for ECP/EPP
Manual used :
http://www.gentoo.org/doc/en/printing-howto.xml
I did this:
Code: Select all
emerge -C ghostscript
emerge cups foomatic pnm2ppa ghostscript
/etc/init.d/cupsd start
Next I did this got this from a post somehere it was listed as the command for the 712C not sure though:
Code: Select all
foomatic-configure -s cups -p 71232 -c file:/dev/lp0 -n Deskjet -d pnm2ppa
next
Code: Select all
rc-update add cupsd default
/etc/init.d/cupsd start
Used Localhost:631 but had to select 710C (mine is the 712C no selection for that)
No idea what to do with gimp-print
Next I tried a test page and stated "sent to printer and printed but nothing printed:
/var/log/cups error.log for this test print:
Code: Select all
[14/Dec/2003:10:18:15 -0500] Listening to 7f000001:631
I [14/Dec/2003:10:18:15 -0500] Loaded configuration file "/etc/cups/cupsd.conf"
I [14/Dec/2003:10:18:15 -0500] Configured for up to 100 clients.
I [14/Dec/2003:10:18:15 -0500] Allowing up to 100 client connections per host.
I [14/Dec/2003:10:18:15 -0500] Full reload is required.
I [14/Dec/2003:10:18:17 -0500] LoadPPDs: Read "/etc/cups/ppds.dat", 14 PPDs...
I [14/Dec/2003:10:18:17 -0500] LoadPPDs: No new or changed PPDs...
I [14/Dec/2003:10:18:17 -0500] Full reload complete.
E [14/Dec/2003:10:18:17 -0500] StartListening: Unable to find IP address for server name "localhost" - Host name lookup failure
I [14/Dec/2003:10:18:17 -0500] Started filter /usr/lib/cups/filter/pstops (PID 1053) for job 12.
I [14/Dec/2003:10:18:18 -0500] Started filter /usr/lib/cups/filter/pstoraster (PID 1054) for job 12.
I [14/Dec/2003:10:18:18 -0500] Started filter /usr/lib/cups/filter/rastertohp (PID 1056) for job 12.
I [14/Dec/2003:10:18:18 -0500] Started backend /usr/lib/cups/backend/parallel (PID 1057) for job 12.
E [14/Dec/2003:10:36:49 -0500] get_jobs: resource name '/printers/Advanced Faxing Tool (ksendfax)' no good!
E [14/Dec/2003:10:36:50 -0500] get_jobs: resource name '/printers/Advanced Faxing Tool (ksendfax)' no good!
E [14/Dec/2003:10:36:52 -0500] get_jobs: resource name '/printers/Mail PDF file' no good!
I [14/Dec/2003:10:37:01 -0500] Adding start banner page "none" to job 13.
I [14/Dec/2003:10:37:01 -0500] Adding end banner page "none" to job 13.
I [14/Dec/2003:10:37:01 -0500] Job 13 queued on 'ComputerRoom' by 'dad'.
I ran dmesg:
realized I missed this step in the guide:
Code: Select all
modprobe parport
modprobe parport_pc
Modprobe parport :
Code: Select all
modprobe parport
modprobe: Can't locate module parport
I found the file parport.o and parport pc.o in the following directory:
Code: Select all
file:/usr/src/linux-2.4.20-gentoo-r6/drivers/parport
As you can see I have no idea where to look for the problem. Any help appreciated.

not windows free yet
sorry to bump this up with a second post.