Comment 23 for bug 1095498

Revision history for this message
Pascal De Vuyst (pascal-devuyst) wrote :

jimav,

Can you confirm that your printer is set up automatically with the hpcups driver and is working using the preferreddrivers.xml file from comment #19:

<!-- Use hpcups instead of PostScript with HP LaserJet 302x/303x
  as they do not come with enough memory for
  PostScript (Ubuntu bug #1095498). -->
<printer>
  <make-and-model match="(Hewlett-Packard|HP) LaserJet 30[23]\d.*"/>
  <drivers>
    <drivertype>hpcups</drivertype>
  </drivers>
  <avoid>
    <drivertype>*-postscript</drivertype>
    <drivertype>manufacturer*</drivertype>
  </avoid>
</printer>

If so we can include this fix so your printer gets set up with the hpcups driver in future Ubuntu releases.

Thanks,
Pascal