Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add my printer drivers? #16

Open
KristjanVall opened this issue Aug 9, 2023 · 1 comment
Open

How to add my printer drivers? #16

KristjanVall opened this issue Aug 9, 2023 · 1 comment

Comments

@KristjanVall
Copy link

How to add my printer drivers?

@peterlang-p
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants