cups-autoconfig is supposed to automatically set up printers when you plug them in. With an Epson Inkjet I've got this is the case. However a HP LaserJet 2420 doesn't get automatically set up. Instead cups-autoconfig segfaults.
|
Code:
|
amachine:~ # /usr/lib/cups-autoconfig/cups-autoconfig --add
local printer 'usb://HP/LaserJet%202420' - 'hp LaserJet 2420'
local printer 'hp:/usb/hp_LaserJet_2420?serial=CNFKF06946' - 'HP LaserJet 2420'
HAL Printer properties make='Hewlett-Packard' model='hp LaserJet 2420' serial='(null)'
Printer properties uri='usb://HP/LaserJet%202420' m_and_m='hp LaserJet 2420'
models 'LASERJET 2420' and 'hp LaserJet 2420' didn't match with make 'HP'
Segmentation fault |
Any suggestions? The
cups-autoconfig project page is devoid of any sort of support information like a mailing list or a forum or even documentation.