quadportnick / docker-cups-airprint

Docker image for CUPS intended as an AirPrint relay on Synology DSM
GNU General Public License v3.0
65 stars 136 forks source link

How to add my printer drivers? #16

Open KristjanVall opened 1 year ago

KristjanVall commented 1 year ago

How to add my printer drivers?

peterlang-p commented 1 month ago

I resolved the missing driver issue by installing the driver directly within the Docker container. Here's how I did it:

  1. Start a shell in the Docker container:

    docker compose exec -T airprint sh
  2. Install the printer driver as recommended by the manufacturer (Brother, in my case), following the same steps as you would on a regular Ubuntu instance.

  3. After installation, the driver appeared in the selection when adding a new printer in CUPS.

This approach worked seamlessly for me and should help resolve the missing driver issue.