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

DCP-1510 PPD not working on CUPS #4

Open
inobrevi opened this issue Sep 12, 2023 · 4 comments
Open

DCP-1510 PPD not working on CUPS #4

inobrevi opened this issue Sep 12, 2023 · 4 comments

Comments

@inobrevi
Copy link

inobrevi commented Sep 12, 2023

Hi,

I trying to add DCP-1510 on Raspberry Pi with CUPS.

I can add it fine, but test print doesn't go through.

I get:

Idle - "File "/usr/lib/cups/filter/brother_lpdwrapper_DCP1510" not available: No such file or directory"

Any idea how to fix it?

@illwieckz
Copy link
Owner

Hi! It's very likely that /usr/lib/cups/filter/brother_lpdwrapper_DCP1510 is an x86 binary, so it wont work on arm out of the box.

Maybe you can try to modify the script line to run the binary on an x86 emulator… Or configure the system to run x86 binaries on qemu automatically…

@inobrevi
Copy link
Author

I agree I learned about it meanwhile and few other stuff.

For now I will try just rewrite driver from scratch or find distro that tackles this problem already.

@illwieckz
Copy link
Owner

You may try this if you're running Debian or Ubuntu:

https://askubuntu.com/a/1483543

But adapted to 32-bit i386:

sudo apt update
sudo apt install -y qemu-user-static binfmt-support
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386

@inobrevi
Copy link
Author

Thank you for your help but I found a solution:

https://medium.com/@alexanderbelov/how-to-use-your-brother-printer-with-cups-on-raspberry-pi-5b712cc2b4e6
https://github.com/pdewacht/brlaser

Different drivers and it works.

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