From a190400ec2096a0de85999b4e9f2d2a1483fd523 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Wed, 3 Jul 2024 08:21:43 -0500 Subject: [PATCH] Light editing `hp-all-in-one.md` * move to folder without spaces * remove passive voice phrasing * add buttons --- .../hp-all-in-one.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) rename docs/desktop/{printer support => printing}/hp-all-in-one.md (62%) diff --git a/docs/desktop/printer support/hp-all-in-one.md b/docs/desktop/printing/hp-all-in-one.md similarity index 62% rename from docs/desktop/printer support/hp-all-in-one.md rename to docs/desktop/printing/hp-all-in-one.md index 4e2bf6211e..c8053228d8 100644 --- a/docs/desktop/printer support/hp-all-in-one.md +++ b/docs/desktop/printing/hp-all-in-one.md @@ -1,6 +1,7 @@ --- title: HP All-in-One Printer Installation and Setup author: Joseph Brinkman +contributors: Steven Spencer tested with: 9.4 tags: - desktop @@ -9,11 +10,11 @@ tags: ## Introduction -Printing and scanning with an all-in-one HP printer is possible on linux thanks to [HPLIP](https://developers.hp.com/hp-linux-imaging-and-printing/about){target="_blank"}. +Printing and scanning with an all-in-one HP printer is possible on linux thanks to [HPLIP](https://developers.hp.com/hp-linux-imaging-and-printing/about){target="_blank"}. -This guide was tested with an HP Deskjet 2700 series. +This guide was tested with an HP Deskjet 2700 series. -See [All Supported Printers](https://developers.hp.com/hp-linux-imaging-and-printing/supported_devices/index){target="_blank"} to see if the HPLIP package supports your printer. +See [All Supported Printers](https://developers.hp.com/hp-linux-imaging-and-printing/supported_devices/index){target="_blank"} to see if the HPLIP package supports your printer. ## Download and Install HPLIP @@ -23,15 +24,13 @@ HPLIP is third-party software by HP that contains necessary printer drivers. Ins sudo dnf install hplip-common.x86_64 hplip-libs.x86_64 hplip-gui ``` -## Printer Setup +## Printer Setup -Once your printer drivers are installed, you should be able to add your hp all-in-one printer to your Rocky Workstation. The printer will need to be connected to the same network either through wifi or a direct connection. +When done with printer driver installation, you should be able to add your hp all-in-one printer to your Rocky Workstation. Ensure the printer is physically connected to the same network, either through wifi or a direct connection. Go to Settings -Go to Settings +In the left menu click ++"Printers"++ -In the left menu click Printers - -Click Add a Printer +Click ++"Add a Printer"++ Select your HP all-in-one printer. @@ -42,10 +41,11 @@ While you can scan using cli commands with the HPLIP package, they do not supply ```bash sudo dnf install sane-backends sane-frontends xsane ``` -The xsane gui looks a little intimidating but doing a simple scan is straightfoward. When you launch xsane there is a window with a button where you can 'Acquire a preview'. This will take a preview image of a scan. Once read to scan click the button 'Start' in the main menu. + +The xsane gui looks a little intimidating but doing a simple scan is straight-foward. When you launch xsane a window with a button exists where you can ++"Acquire a preview"++. This will take a preview image of a scan. Once read to scan click the button 'Start' in the main menu. For a more comprehensive xsane guide read this [article by the University of Cambridge Faculty of Mathematics](https://www.maths.cam.ac.uk/computing/printing/xsane){target="_blank"} ## Conclusion -After installing HPLIP and xsane you should now be able to print and scan on your all-in-one HP printer. \ No newline at end of file +After installing HPLIP and xsane you should now be able to print and scan on your all-in-one HP printer.