Replies: 2 comments 1 reply
-
Hi @AR404lab , it would be great if you said how you printer is connected. I've found a manual for your printer from 2011, so it can be possible you can printer driverlessly over network and a slim chance for driverless USB printing. In case it is a network printer and you have enabled IPP port on the printer, try: $ ipptool -tv ipp://<printer_ip>/ipp/print get-printer-attributes.test if this passes, your printer should be able to print without drivers. In case it is connected by USB, check 'lsusb -v' output for 7/1/4 interface:
if it has such interface, install ipp-usb. In case you can use driverless printing and the printer is in local network or it is driverless USB, don't install the printer and use a temporary queue which will appear in any up-to-date print dialogs - you can check whether the temp queue is seen by In case you can use driverless printing and the printer is in different network, install the printer permanently by: $ lpadmin -p -v ipp://<printer_ip>/ipp/print -m everywhere -E In case your printer can't do driverless printing, try some driver or printer application from similar printer model (check https://openprinting.org/printers/manufacturer/Ricoh ), or use a generic one (hopefully it will support pxlmono or postscript...). And the last resort is installing the printer in Windows and share it via Samba to Ubuntu. |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for your message I tried the network printing here is the message I have
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I have problems to install a Ricoh-Aficio-SG-2100-n printer on an Ubuntu 22.04.1 installation
I found some hints on German and Japanese forums but nothing conclusive.
Do you have any clues so that I can install it?
Beta Was this translation helpful? Give feedback.
All reactions