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
- open terminal
- install aur package manager
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 )
sudo pacman -Sy cups cups-pdf
sudo systemctl start org.cups.cupsd.service
sudo systemctl enable org.cups.cupsd.service
sudo pacman -S print-manager # install GUI application printer
- buka aplikasi perinter
- http://localhost:631/admin
- Install canon TS300 series, di aplikasi printer
Untuk arch linux
sudo pacman -S cups cups-pdf
systemctl list-unit-files | grep 'cups' # optional, enable every cups system
sudo systemctl restart cups; sudo systemctl start cups ;sudo systemctl enable cups
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