"Unable to load a valid driver"

Kurt Pfeifle kde-print@mail.kde.org
Sat, 26 Oct 2002 21:53:20 +0200


Chris Howells wrote:


> Hi,
> 
> On Saturday 26 October 2002 7:12 pm, Kurt Pfeifle wrote:
> 
>>To determine if it is a CUPS or KDEPrint problem, try this:
>>
>>   lpoptions -p <printername> -l
>>
>>Do you get output or complaints?
>>
> 
> The expected output....
> 
> chris@gandalf:~$ lpoptions -p hpdj3820 -l
> Resolution/Resolution, Quality, Ink Type, Media Type: 300BestColorCMYK 
> 300ColorCMYK 300DraftColorCMYK 300DraftGrayscaleCMYK 300GrayscaleCMYK 
> 300PhotoCMYK 600BestColorCMYK 600GrayscaleCMYK 600PhotoCMYK *1200PhotoCMYK
> Duplex/Double-Sided Printing: DuplexNoTumble *None DuplexTumble
> PageSize/Page Size: *A4 A5 A6 FLSA B5JIS Executive Hagaki Legal Letter Oufuku 
> Photo
> PageRegion/PageRegion: A4 A5 A6 FLSA B5JIS Executive Hagaki Legal Letter 
> Oufuku Photo
> 
> 
>>What is the "LogLevel" in cupsd.conf? It should be "debug"... (You may be
>>able to change it with the KDEPrint interface in kcontrol or via
>>"kaddprinterwizard --serverconfig", click "Log" on left, select "Debug
>>information" at "Log level:"
>>
> 
> Well, I hope this makes more sense to you than it does to me :)
> 
> E [26/Oct/2002:19:42:15 +0100] Unknown directive "$Id: on line 1.

Can you make available the output of

   grep -v "^#" /etc/cups/cupsd.conf |grep -v "^$"

and of

   ls -l /etc/cups/ppd/

Can you do "Configure printer" thru the web interface? (Go to
http://localhost:631/printers/hpdj3820)

What is written to the error_log if do "Print Test Page" thru
the web interface? (just the lines starting "print_job:
auto-typing file..."   until the line starting "CancelJob: id =")

Also, which version of CUPS and which distro are you using?
Is CUPS as shipped by the distro or is it self-compiled?

Cheers,
Kurt