I'm using Samsung XPress 2070FW over WiFi and I cannot get the printer to scan using the on-the-printer scan to pc function. The error message is "Scan to PC not available". However, scanning using the PC (sane) works fine. The driver is the unified one for the model, but there's no interface like the one of windows so I cannot tweak scanning on Ubuntu.
Anyone encountered a similar problem?
Your best bet is to ask HP to release an application similar to Windows for Linux. This is a good place to start:
In this Ask Ubuntu question it is asked:
The answer there is to use:
However the full answer is more complicated than just the simple command
If you can't get help direct from HP you can try using
wine
to run the Windows application inside Linux:If yo're using the Bchemnet repository and the sane library. You can follow my steps.
Open terminal and run
Edit the file some_samsung.rules ,you can find in /etc/udev/rules.d folder, and then include Samsung Model Numbers using
ATTRS(idProduct)=="2070", ENV(libsane_matched)="yes"
Finally restart your system.