This question has been flagged
2830 Views

i can't install my usb printer (Epson TM U22 series) on my raspbian since the driver can't be installed on it (architecture thingy).

after some research i have 3 alternatives now:

1. make custom module to send the receipt directly via console

echo (text) >/dev/usb/lp0)

2. make print output as plaintext and reworking the driver (impossible)

3. getting qemu working for the driver

if anyone have any guide for any of those please give me some lead

Avatar
Discard