-
Notifications
You must be signed in to change notification settings - Fork 168
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
Brother QL-810W Printer Not Printing on Raspberry Pi #162
Comments
(aside: I work with @SissiFeng) it sounds like https://stackoverflow.com/a/61771673/13697228 wouldn't work either, correct? |
Yes, we tried this method as part of our extensive troubleshooting efforts, but unfortunately, it still did not resolve the issue. The printer remains idle despite sending print jobs, suggesting an underlying communication or driver-related problem. |
Please note that for the
Use the |
Thank you very much for the detailed information. Just to clarify, I mentioned CUPS and PPD to convey that we have tried all possible methods outside of the Among the checks you suggested:
Trying the Thanks again for your helpful input! |
I had this same issue, and switched my Pi to Ubuntu, and it now prints. I think the main trouble is lack of package support for the PI. there is just more support for Ubuntu. |
We are experiencing issues with our Brother QL-810W printer connected to a Raspberry Pi. Print jobs are sent and queued, but the printer remains idle, with no visible errors on the printer itself. Below is a summary of our setup and the troubleshooting steps we have taken so far.
Setup Overview:
Printer Model: Brother QL-810W
Connection: USB connection, confirmed via lsusb.
Raspberry Pi: Running 32-bit OS to avoid compatibility issues with Brother’s i386 drivers.
CUPS Configuration: Installed and running, printer added via CUPS web interface.
PPD file: brother_ql810w_printer_en.ppd (manually extracted and installed).
Filter file: /usr/lib/cups/filter/brother_lpdwrapper_ql810w confirmed present and executable.
Perl Installed: To ensure the Brother filter script runs properly.
Current Issue:
Jobs Queued but Not Printing:
Print jobs are successfully sent to the printer, appear in the queue, but the printer stays idle.
lp -d QL810W test.txt
request id is QL810W-11 (1 file(s))
No response any more.
Any guidance on how to resolve the issue or further steps we could take would be appreciated!
The text was updated successfully, but these errors were encountered: