Last active
November 24, 2024 15:43
-
-
Save dcasati/05f0c061d59fcea77bb6f2450f2c7011 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# These steps are known to work on a rpi1,2 and 3. | |
# tested with the Samsung SCX-3400 are needed | |
sudo apt install avahi-daemon cups printer-driver-splix | |
sudo usermod -a -G lpadmin pi | |
sudo cupsctl --remote-any | |
# enable the daemons | |
sudo systemctl enable cups | |
sudo systemctl enable avahi-daemon | |
# start them | |
sudo systemctl start cups | |
sudo systemctl start avahi-daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment