Skip to content

Instantly share code, notes, and snippets.

@joshlk
Last active March 24, 2023 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshlk/748bf40b0b33a62c930b26721daa7de0 to your computer and use it in GitHub Desktop.
Save joshlk/748bf40b0b33a62c930b26721daa7de0 to your computer and use it in GitHub Desktop.
How to add Cannon MP490 printer to RaspberryPi CUPS server
  1. Install Cannon printer drivers sudo apt update; sudo apt install software-properties-common cups-backend-bjnp
  2. Make sure user has password (add password using sudo passwd $user)
  3. Follow instructions to install server https://pimylifeup.com/raspberry-pi-print-server/
  4. Chrome doesn't work to add a printer - worked on Safari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment