Advertisement
xdunlapx

hpchecklog

May 18th, 2012
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.80 KB | None | 0 0
  1.  
  2. HP Linux Imaging and Printing System (ver. 3.12.4)
  3. Dependency/Version Check Utility ver. 14.3
  4.  
  5. Copyright (c) 2001-14 Hewlett-Packard Development Company, LP
  6. This software comes with ABSOLUTELY NO WARRANTY.
  7. This is free software, and you are welcome to distribute it
  8. under certain conditions. See COPYING file for more details.
  9.  
  10. Note: hp-check can be run in three modes:
  11. 1. Compile-time check mode (-c or --compile): Use this mode before compiling the
  12. HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies
  13. are installed to successfully compile HPLIP.
  14. 2. Run-time check mode (-r or --run): Use this mode to determine if a distro
  15. supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball
  16. has the proper dependencies installed to successfully run.
  17. 3. Both compile- and run-time check mode (-b or --both) (Default): This mode
  18. will check both of the above cases (both compile- and run-time dependencies).
  19.  
  20. Saving output in log file: hp-check.log
  21.  
  22. Initializing. Please wait...
  23.  
  24. ---------------
  25. | SYSTEM INFO |
  26. ---------------
  27.  
  28. Basic system information:
  29. Linux fedora16 3.1.0-7.fc16.x86_64 #1 SMP Tue Nov 1 21:10:48 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
  30.  
  31. Distribution:
  32. fedora 16
  33.  
  34. Checking Python version...
  35. OK, version 2.7.3 installed
  36.  
  37. Checking PyQt 4.x version...
  38. OK, version 4.8.6 installed.
  39.  
  40. Checking for CUPS...
  41. Status: scheduler is running
  42. Version: 1.5.2
  43. error_log is set to level: debug
  44.  
  45. Checking for dbus/python-dbus...
  46. dbus daemon is running.
  47. python-dbus version: 0.83.0
  48.  
  49.  
  50. ------------------------------------
  51. | COMPILE AND RUNTIME DEPENDENCIES |
  52. ------------------------------------
  53.  
  54.  
  55. Checking for dependency: CUPS - Common Unix Printing System...
  56. OK, found.
  57.  
  58. Checking for dependency: CUPS devel- Common Unix Printing System development files...
  59. OK, found.
  60.  
  61. Checking for dependency: CUPS image - CUPS image development files...
  62. OK, found.
  63.  
  64. Checking for dependency: DBus - Message bus system...
  65. OK, found.
  66.  
  67. Checking for dependency: gcc - GNU Project C and C++ Compiler...
  68. OK, found.
  69.  
  70. Checking for dependency: GhostScript - PostScript and PDF language interpreter and previewer...
  71. OK, found.
  72.  
  73. Checking for dependency: libcrypto - OpenSSL cryptographic library...
  74. OK, found.
  75.  
  76. Checking for dependency: libjpeg - JPEG library...
  77. OK, found.
  78.  
  79. Checking for dependency: libnetsnmp-devel - SNMP networking library development files...
  80. OK, found.
  81.  
  82. Checking for dependency: libpthread - POSIX threads library...
  83. OK, found.
  84.  
  85. Checking for dependency: libtool - Library building support services...
  86. OK, found.
  87.  
  88. Checking for dependency: libusb - USB library...
  89. OK, found.
  90.  
  91. Checking for dependency: make - GNU make utility to maintain groups of programs...
  92. OK, found.
  93.  
  94. Checking for dependency: PIL - Python Imaging Library (required for commandline scanning with hp-scan)...
  95. OK, found.
  96.  
  97. Checking for dependency: PolicyKit - Administrative policy framework...
  98. OK, found.
  99.  
  100. Checking for dependency: PyQt 4 DBus - DBus Support for PyQt4...
  101. OK, found.
  102.  
  103. Checking for dependency: Python DBus - Python bindings for DBus...
  104. OK, found.
  105.  
  106. Checking for dependency: Python devel - Python development files...
  107. OK, found.
  108.  
  109. Checking for dependency: Python libnotify - Python bindings for the libnotify Desktop notifications...
  110. OK, found.
  111.  
  112. Checking for dependency: Python XML libraries...
  113. OK, found.
  114.  
  115. Checking for dependency: Python 2.3 or greater - Required for fax functionality...
  116. OK, found.
  117.  
  118. Checking for dependency: Python 2.2 or greater - Python programming language...
  119. OK, found.
  120.  
  121. Checking for dependency: Reportlab - PDF library for Python...
  122. OK, found.
  123.  
  124. Checking for dependency: SANE - Scanning library...
  125. OK, found.
  126.  
  127. Checking for dependency: SANE - Scanning library development files...
  128. OK, found.
  129.  
  130. Checking for dependency: scanimage - Shell scanning program...
  131. OK, found.
  132.  
  133. Checking for dependency: xsane - Graphical scanner frontend for SANE...
  134. OK, found.
  135.  
  136.  
  137. ----------------------
  138. | HPLIP INSTALLATION |
  139. ----------------------
  140.  
  141.  
  142. Currently installed HPLIP version...
  143. HPLIP 3.12.4 currently installed in '/usr/share/hplip'.
  144.  
  145. Current contents of '/etc/hp/hplip.conf' file:
  146. # hplip.conf. Generated from hplip.conf.in by configure.
  147.  
  148. [hplip]
  149. version=3.12.4
  150.  
  151. [dirs]
  152. home=/usr/share/hplip
  153. run=/var/run
  154. ppd=/usr/share/cups/model/HP
  155. ppdbase=/usr/share/cups/model
  156. doc=/usr/share/doc/hplip-3.12.4
  157. icon=/usr/share/applications
  158. cupsbackend=/usr/lib/cups/backend
  159. cupsfilter=/usr/lib/cups/filter
  160. drv=/usr/share/cups/drv/hp
  161.  
  162. # Following values are determined at configure time and cannot be changed.
  163. [configure]
  164. network-build=yes
  165. pp-build=no
  166. gui-build=yes
  167. scanner-build=yes
  168. fax-build=yes
  169. dbus-build=yes
  170. cups11-build=no
  171. doc-build=yes
  172. shadow-build=no
  173. hpijs-install=no
  174. foomatic-drv-install=no
  175. foomatic-ppd-install=no
  176. foomatic-rip-hplip-install=no
  177. hpcups-install=yes
  178. cups-drv-install=yes
  179. cups-ppd-install=no
  180. internal-tag=3.12.4
  181. restricted-build=no
  182. ui-toolkit=qt4
  183. qt3=no
  184. qt4=yes
  185. policy-kit=no
  186. hpijs-only-build=no
  187. lite-build=no
  188. udev-acl-rules=no
  189. hpcups-only-build=no
  190. hpijs-only-build=no
  191.  
  192.  
  193. Current contents of '/var/lib/hp/hplip.state' file:
  194. [plugin]
  195. installed = 1
  196. eula = 1
  197. version = 3.12.4
  198.  
  199.  
  200.  
  201. Current contents of '~/.hplip/hplip.conf' file:
  202.  
  203. --------------------------
  204. | DISCOVERED USB DEVICES |
  205. --------------------------
  206.  
  207. No devices found.
  208.  
  209. ---------------------------------
  210. | INSTALLED CUPS PRINTER QUEUES |
  211. ---------------------------------
  212.  
  213.  
  214. Hewlett-Packard-HP-LaserJet-Professional-P1102w
  215. -----------------------------------------------
  216. Type: Unknown
  217. Device URI: dnssd://HP%20LaserJet%20Professional%20P1102w._printer._tcp.local/
  218. PPD: /etc/cups/ppd/Hewlett-Packard-HP-LaserJet-Professional-P1102w.ppd
  219. PPD Description: HP LaserJet Professional p1102w, hpcups 3.12.2, requires proprietary plugin
  220. Printer status: printer Hewlett-Packard-HP-LaserJet-Professional-P1102w is idle. enabled since Fri 18 May 2012 07:02:23 PM EDT
  221. The printer is not responding.
  222.  
  223.  
  224. ----------------------
  225. | SANE CONFIGURATION |
  226. ----------------------
  227.  
  228. 'hpaio' in '/etc/sane.d/dll.conf'...
  229. OK, found. SANE backend 'hpaio' is properly set up.
  230.  
  231. Checking output of 'scanimage -L'...
  232. device `v4l:/dev/video0' is a Noname Integrated_Webcam_1.3M virtual device
  233.  
  234.  
  235. ---------------------
  236. | PYTHON EXTENSIONS |
  237. ---------------------
  238.  
  239. Checking 'cupsext' CUPS extension...
  240. OK, found.
  241.  
  242. Checking 'pcardext' Photocard extension...
  243. OK, found.
  244.  
  245. Checking 'hpmudext' I/O extension...
  246. OK, found.
  247.  
  248. Checking 'scanext' SANE scanning extension...
  249. OK, found.
  250.  
  251.  
  252.  
  253. ---------------
  254. | USER GROUPS |
  255. ---------------
  256.  
  257. root
  258.  
  259.  
  260. -----------
  261. | SUMMARY |
  262. -----------
  263.  
  264.  
  265. Please refer to the installation instructions at:
  266. http://hplip.sourceforge.net/install/index.html
  267.  
  268.  
  269. Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement