• 1
    this is not an complete instruction, it's only for me to remember the steps. But maybe it's interreisting for you!?

    first of all, beginn with an new raspberry pi image

  • 2
    bring it up-to-date
    sudo apt-get -y update && sudo apt-get -y upgrade
  • 3
    install printer driver
    sudo apt-get install cups

     i followd this instruction: https://www.elektronik-kompendium.de/sites/raspberry-pi/2007081.htm

    sudo nano /etc/cups/cupsd.conf
    Listen localhost:631  --> Port 631
    add: BrowseAddress @LOCAL
    add: Allow @LOCAL
    sudo usermod -aG lpadmin pi