Difference between revisions of "Resolving hp-printer issues in CentOS"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>Printer_or_scanner|Printer or scanner</yambe:breadcrumb> =Resolving HP printer issues in CentOS= To resolve HP printer issues in CentOS try following steps:...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main_Page|Home]] > [[Printer or scanner]] > [[Resolving hp-printer issues in CentOS|Resolving HP printer issues in CentOS]] | |||
To resolve HP printer issues in CentOS try following steps: | To resolve HP printer issues in CentOS try following steps: | ||
Line 9: | Line 8: | ||
#If this also fails again delete all printers and use '<tt>hp-setup -i</tt>' command as root. Try to get latest drivers for printer from hp website. If internet is accessible through proxy then '<tt>export http_proxy=<proxy-url></tt>' before running '<tt>ht-setup -i</tt>'. | #If this also fails again delete all printers and use '<tt>hp-setup -i</tt>' command as root. Try to get latest drivers for printer from hp website. If internet is accessible through proxy then '<tt>export http_proxy=<proxy-url></tt>' before running '<tt>ht-setup -i</tt>'. | ||
#If still no sucess then try to get latest hplip sources from official website and install latest hplip from source. | #If still no sucess then try to get latest hplip sources from official website and install latest hplip from source. | ||
[[Main_Page|Home]] > [[Printer or scanner]] > [[Resolving hp-printer issues in CentOS|Resolving HP printer issues in CentOS]] |
Latest revision as of 13:18, 7 April 2022
Home > Printer or scanner > Resolving HP printer issues in CentOS
To resolve HP printer issues in CentOS try following steps:
- yum -y update hplip cups
- Reboot the machine
- As root user run system-config-printer and delete all old printers for the same device. Add a new printer and try to print test page.
- If system-config-printer fails to add printer then first delete all printers using 'system-config-printer'. Then try to use 'hp-setup' command as root.
- If this also fails again delete all printers and use 'hp-setup -i' command as root. Try to get latest drivers for printer from hp website. If internet is accessible through proxy then 'export http_proxy=<proxy-url>' before running 'ht-setup -i'.
- If still no sucess then try to get latest hplip sources from official website and install latest hplip from source.
Home > Printer or scanner > Resolving HP printer issues in CentOS