On other Linux systems, my printer driver was automatically installed. On OpenSUSE 13.1 I receive the message “No Printer Driver for HP Photosmart Printer C3100 Series.” What should I do in order that I can use the printer to print and scan? Thank you for your time.
I’d try setting it up via cups
HP printers/scanners are usually very well supported in Linux. You may need to install the ‘hplip’ package first.
Do that with
zypper in hplip
or
http://software.opensuse.org/package/hplip
Then begin configuring with
xdg-su -c hp-setup
More info here:
http://hplipopensource.com/hplip-web/models/photosmart/photosmart_c3100_series.html
That definitely did it! Thank you.
Glad to have been of help!