Printing: Difference between revisions
Move "Setting up HP printers with proprietary drivers" to Troubleshooting section. Reword to not imply all proprietary-driver printers will require the special setup step |
m Fix HP printer troubleshooting sections |
||
| Line 338: | Line 338: | ||
=== Setting up HP printers with proprietary drivers === | === Setting up HP printers with proprietary drivers === | ||
'''Problem'''<br /> | |||
Regular CUPS UI may not be able to add HP printers with proprietary drivers. | Regular CUPS UI may not be able to add HP printers with proprietary drivers. | ||
'''Solution'''<br /> | |||
Use <code>NIXPKGS_ALLOW_UNFREE=1 nix-shell -p hplipWithPlugin --run 'sudo -E hp-setup'</code> to add the printer. | Use <code>NIXPKGS_ALLOW_UNFREE=1 nix-shell -p hplipWithPlugin --run 'sudo -E hp-setup'</code> to add the printer. | ||
[[Category:Hardware]] | [[Category:Hardware]] | ||