|
| View previous topic :: View next topic |
| Author |
Message |
trufflesdad
|
Posted: Mon Aug 23, 2004 6:07 pm Post subject: Printer |
|
|
I have a hpdj610c printer that is found in dmesg |less...However the printer gui is totally
blank when I try to set it up...I try to send a job to the printer with lpr but the system does
not respond and hangs...I do an lpq to seemif the job is there but again the system hangs...
lpr.cups gives the same results....
|
|
|
 |
trufflesdad
|
Posted: Mon Aug 23, 2004 7:53 pm Post subject: Re: Printer |
|
|
| trufflesdad wrote: | I have a hpdj610c printer that is found in dmesg |less...However the printer gui is totally
blank when I try to set it up...I try to send a job to the printer with lpr but the system does
not respond and hangs...I do an lpq to seemif the job is there but again the system hangs...
lpr.cups gives the same results.... |
I have now got the printer running but it is very slow...I send half an a4 to the printer
using lpr and it takes around 2 minutes to print...Any advice welcome....I still cannot
print a test page from the printconf gui....
|
|
|
 |
jebba
|
Posted: Mon Aug 23, 2004 10:12 pm Post subject: |
|
|
Is cups running? It's the preferred print server.
To start it:
| Code: | | /sbin/service cups start |
To restart it:
| Code: | | /sbin/service cups restart |
To stop it:
| Code: | | /sbin/service cups stop |
To have it start on reboot:
| Code: | | /sbin/chkconfig --level 35 cups on |
Of course, if its printing slow, its actually printing...
|
|
|
 |
|
|
|