-
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
not working on a pi? #136
Comments
i changed the udev rule after reading another issue to:
still the same error |
``i was curious what is even going on so i put the following print into the linux_kernel.py:
and it just prints 4? here is the output with the print:
|
also i tried this:
|
What do you mean by the following sentence?
This is correct, as the backend writes to a plain file descriptor, which is identified by a simple integer. |
Still not working. Same as above. When i plug the printer into the usb socket /dev/usb/lp0 is there and i can see it via the ls command. if i unplug the printer the 'not real file' is not there. when i type: it outputs: depreciation warning: brother_ql.device dependent is depreciated and will be removed in a future release What can i do? How can i start printing? i tried using the other backend (pyusb instead of linux-kernel) but i get a resource busy error. i used the following line: brother_ql -m QL-820NWB -p usb://0x04f9:0x209d -b pyusb print -l 29 image.png usb.core.USBError: [Errno 16] Resource busy pls help me i am lost! |
Is the Editor Lite mode disabled on the device? What is the current error when you try printing to |
I wouldn't know how to turn on or off the 'Editor Lite mode'. Is this a Button on the printer? I looked all around and couldn't find one. The error is the same as stated in the posts above. Also tried the network backend. No luck. $python print.py and then nothing. No printing. no LED on the printer blinks. no further commandline output. After mroe tinkering i noticed that the wifi setting of the printer was turned on and i had to turn it off. now it could print via the network backend. |
Raspberry OS 32 bit Bullseye usb.core.USBError: [Errno 16] Resource busy Try remove ipp-usb: My printer rules (QL-810Wc):
and a print command:
|
Hello i cant run this on a pi. i tested it successfully on my laptop.
lsubs output:
Bus 001 Device 013: ID 04f9:209d Brother Industries, Ltd QL-820NWB Label Printer
the udev rule on the pi:
ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="209d", SYMLINK="usb/lp0", OWNER = "pi"
it create the /dev/usb/lp0 file
but when i want to run the brother-ql i get this error:
im using the following python script to run it:
image.png is a normal image:
file image.png
give me this output:
image.png: PNG image data, 306 x 100, 8-bit/color RGB, non-interlaced
what can i do to print?
The text was updated successfully, but these errors were encountered: