0 Members and 1 Guest are viewing this topic.
lsusb
gs1@gs1-HP-Compaq-Elite-8300-SFF ~ $ lsusbBus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching HubBus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching HubBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 003 Device 002: ID 03f0:052a Hewlett-Packard Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubgs1@gs1-HP-Compaq-Elite-8300-SFF ~ $
sudo apt-get install hplip
hp-check
gs1@gs1-HP-Compaq-Elite-8300-SFF ~ $ hp-setuperror: Unable to locate models.dat fileHP Linux Imaging and Printing System (ver. 0.0.0)Printer/Fax Setup Utility ver. 9.0Copyright (c) 2001-15 HP Development Company, LPThis software comes with ABSOLUTELY NO WARRANTY.This is free software, and you are welcome to distribute itunder certain conditions. See COPYING file for more details.(Note: Defaults for each question are maked with a '*'. Press <enter> to accept the default.)Using connection type: usberror: No device selected/specified or that supports this functionality.gs1@gs1-HP-Compaq-Elite-8300-SFF ~ $
gs1@gs1-HP-Compaq-Elite-8300-SFF ~ $ hp-checkerror: Unable to locate models.dat fileSaving output in log file: /home/gs1/hp-check.logHP Linux Imaging and Printing System (ver. 0.0.0)Dependency/Version Check Utility ver. 15.1Copyright (c) 2001-15 HP Development Company, LPThis software comes with ABSOLUTELY NO WARRANTY.This is free software, and you are welcome to distribute itunder certain conditions. See COPYING file for more details.Note: hp-check can be run in three modes:1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIPsupplied tarball (.tar.gz or .run) to determine if the proper dependencies are installed to successfully compile HPLIP. 2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball has the proper dependencies installed to successfully run. 3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases (both compile- and run-time dependencies). Check types: a. EXTERNALDEP - External Dependencies b. GENERALDEP - General Dependencies (required both at compile and run time) c. COMPILEDEP - Compile time Dependencies d. [All are run-time checks] PYEXT SCANCONF QUEUES PERMISSION Status Types: OK MISSING - Missing Dependency or Permission or Plug-in INCOMPAT - Incompatible dependency-version or Plugin-version-Traceback (most recent call last): File "/usr/bin/hp-check", line 855, in <module> core.init() File "/usr/share/hplip/installer/core_install.py", line 463, in init self.distro_name = self.distros_index[self.distro]KeyError: 0gs1@gs1-HP-Compaq-Elite-8300-SFF ~ $
cat /etc/lsb-release
gs1@gs1-HP-Compaq-Elite-8300-SFF ~ $ cat /etc/lsb-release DISTRIB_ID=Peppermint DISTRIB_RELEASE=8 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Peppermint 8 Eight"# DISTRIB_ID=Ubuntu# DISTRIB_RELEASE=16.04# DISTRIB_CODENAME=xenial# DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"gs1@gs1-HP-Compaq-Elite-8300-SFF ~ $