Hi, thank you for answering.
GNUtritious wrote:Sorry to ask the obvious, but have you restarted cups since uncommenting octet-stream entries in mime.convs and mime.types?
Oh, no problem. It happens often enough that one forgets the obvious. But in this case not. Due to a kernel upgrade the computer was even restarted.
GNUtritious wrote:This should at least resolve the unsupported format errors, though your deskjet will likely print the postscript itself (unless it is a postscript printer).
It isn't. It is a HP DeskJet 995c connected via USB. As driver I emerged hpijs and, of course, choose that one during the configuration.
GNUtritious wrote:Have you defined any raw queues that could be producing this error? Please post your printers.conf and check to make sure that /etc/cups/ppd contains the correct ppd for your printer.
The only thing I did (or at least the only thing I can remember

) was adding this new printer using the HTTP interface and the KControl interface. But I'm happy to provide you with the wanted informations:
Code: Select all
# /etc/printcap
Silberfisch|HP DeskJet 995c / Duplex Farbtintenstrahldrucker / einfach bei Marcel anfragen:rm=peggy:rp=Silberfisch:
Code: Select all
# /etc/cups/printers.conf
<DefaultPrinter Silberfisch>
Info HP DeskJet 995c / Duplex Farbtintenstrahldrucker / einfach bei Marcel anfragen
Location GLH / Zimmer 349
DeviceURI usb://HP/deskjet%20995c?serial=MY1C62C2PY0L
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
Code: Select all
*% /etc/cups/ppd/Silberfisch.ppd - shortened!
...
*PCFileName: "HPIJS.PPD"
*Manufacturer: "HP"
*Product: "(DeskJet 995C)"
*cupsVersion: 1.0
*cupsManualCopies: True
*cupsModelNumber: 2
*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
*%pprRIP: foomatic-rip other
*ModelName: "HP DeskJet 995C"
*ShortNickName: "HP DeskJet 995C hpijs"
*NickName: "HP DeskJet 995C Foomatic/hpijs (recommended)"
*PSVersion: "(3010.000) 550"
*PSVersion: "(3010.000) 651"
*PSVersion: "(3010.000) 652"
*PSVersion: "(3010.000) 653"
*PSVersion: "(3010.000) 704"
*PSVersion: "(3010.000) 705"
*PSVersion: "(3010.000) 800"
*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: RGB
*FileSystem: False
*Throughput: "1"
*LandscapeOrientation: Plus90
*TTRasterizer: Type42
*DefaultResolution: 1200dpi
...
Code: Select all
meyerm@peggy ~ $ equery list cups
[ Searching for package 'cups' in all categories among: ]
* installed packages
[I--] [ ] net-print/cups-1.1.23-r1 (0)
meyerm@peggy ~ $ equery list hpijs
[ Searching for package 'hpijs' in all categories among: ]
* installed packages
[I--] [ ] net-print/hpijs-1.7.1 (0)
meyerm@peggy ~ $ equery list ghostscript
[ Searching for package 'ghostscript' in all categories among: ]
* installed packages
[I--] [ ] app-text/ghostscript-7.07.1-r8 (0)
Hm, so far so bad...