Manjaro install printer pixma ts307 and Arch linux - playmakermz/warkop-website GitHub Wiki

sumber = https://tutorialforlinux.com/how-to-install-canon-pixma-ts302-ts304-ts305-ts307-on-gnu-linux-distros/

Untuk manjaro

  1. open terminal
  2. install aur package manager
  3. yay -Sy canon-pixma-lt7500-complete (Don’t care if the Package Name do Not corresponds to the Model, it’s only an Identifier given by the Maker. Furthermore, this Software includes both Printer+Scanner Drivers. On Prompt try simply to Hit “Enter” and follow with the Default Choices. In case of any Issue and for further insight see: AUR canon-pixma-lt7500-complete. TS302/TS304/TS305 Driver )
  4. sudo pacman -Sy cups cups-pdf
  5. sudo systemctl start org.cups.cupsd.service
  6. sudo systemctl enable org.cups.cupsd.service
  7. sudo pacman -S print-manager # install GUI application printer
  8. buka aplikasi perinter
  9. http://localhost:631/admin
  10. Install canon TS300 series, di aplikasi printer

Untuk arch linux

  1. sudo pacman -S cups cups-pdf
  2. systemctl list-unit-files | grep 'cups' # optional, enable every cups system
  3. sudo systemctl restart cups; sudo systemctl start cups ;sudo systemctl enable cups
  4. sudo pacman -S print-manager # optional install gutenprint, but in my case, i don't need

Langkah-langkah ku

sudo pacman -Syu cups cups-pdf net-tools
yay -Sy canon-pixma-lt7500-complete
sudo pacman -S system-config-printer
sudo systemctl start cups; sudo systemctl restart cups; sudo systemctl enable cups
Refrensi