Hiển thị các bài đăng có nhãn HP LaserJet P1108. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn HP LaserJet P1108. Hiển thị tất cả bài đăng

Thứ Ba, 13 tháng 6, 2017

Install HP LaserJet P1108 printer in Debian and Ubuntu

You can find that HP LaserJet P1108 does not work simply adding the printer with Ubuntu 16.04 and Debian 8. Installation of HP driver fails to install plugin file. You will get following error message,

"HP Device Manager - Plug-in Installer(X) file does not match its checksum. File may have been corrupted or altered"




Install HP Printer packages

sudo apt-get install hplip hplip-dbg hplip-gui hplip-cups

Check the version of hplip

dpkg -l hplip

Download and install missing plugins match with the hplip version from the following link (check the version number)

https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/

The following command will install the plugin (give the exact name of the plugin)

sudo sh hplip-3.15.2-plugin.run

Run the following command to configure the printer.

sudo hp-setup -i

User settings,

sudo adduser vimal lp
sudo adduser vimal lpadmin

Replace vimal with your user name.

The user can access further Printer settings in the following link in a browser;
http://localhost:631/

References
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1476011
http://hplipopensource.com/node/306

Thứ Sáu, 8 tháng 11, 2013

Install HP LaserJet P1108 printer in Ubuntu 12.04

Visit the following page to install HP Laserjet P1108 in Ubuntu 16.04 / Debian 8.
http://linuxhalwa.blogspot.in/2017/06/install-hp-laserjet-p1108-printer-in-ubuntu.16.04.html

You can find that HP LaserJet P1108 do not work simply adding printer with Ubuntu 12.04. You have to execute following commands to configure the printer


sudo apt-get install python-qt4
sudo apt-get install hplip-cups
sudo hp-setup -i


User settings,

sudo adduser vimal lp
sudo adduser vimal lpadmin

Replace vimal with your user name.