Till Kamppeter wrote: > Suffield, David wrote: >> Hi Till, >> >>> the printers >>> >>> HP OfficeJet Pro K550 >>> HP OfficeJet Pro K850 >>> >>> are not listed in the file >>> >>> /usr/share/hplip/data/xml/models.xml >> You have to look at all data/xml/*.xml files for valid models. For >> example the K550 is in the HPLIP-0.9.6.xml file. >> >>> but they are correctly working with HPLIP and HPIJS (up to >>> now I tested only the K850 but the K550 is also missing). >>> "hp-setup" and "lpinfo -v" show the printer. >>> >>> Is /usr/share/hplip/data/xml/models.xml not used any more to >>> determine whether a printer is supported by HPLIP or not? How >>> do the "hp" CUPS backend and "hp-setup" find out whether a >>> detected printer is supported by HPLIP? >> Yes, the models.xml file is still used. See above. > > In which order I have to search the files? > > Till > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
hpssd loads all the .xml files in a somewhat random order looking for the target model. I just use grep to locate what I am looking for: src/data/xml$ grep -R K550 * ... snip ... HPLIP-0.9.6.xml:<model name="Officejet_Pro_K550"> ... snip ... -Don ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ HPLIP-Devel mailing list HPLIP-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hplip-devel