OneGhost wrote: ↑Sat Aug 31, 2019 5:29 pmHi. I would like to use my Samsung M2020 printer on the Raspberry Pi 2. Unfortunately Samsung only released drivers for armel (Soft float) architecture (as far as I know). I have tried various things, like using generic drivers, forcing this driver to install, etc, but nothing worked for me. Is there anything I could do to make this printer work? Maybe somehow emulate armel on Raspbian (armhf)? I would really prefer to stick with newer architecture, as armel is quite old, and not really supported anymore.
Code: Select all
sudo apt update
sudo apt install splix cups system-config-printeralio74 wrote: ↑Tue Apr 07, 2020 4:19 pm3- if you have error in ld not finding libjpig85 you should compile it (Go to step 5)
5- git clone https://github.com/nu774/jbigkit.git
6- cd jbigkit then make then sudo make install
Hello, I have try to fix samsung m2020 for severous days, finally I saw your reply, but there are also some questions:alio74 wrote: ↑Tue Apr 07, 2020 4:19 pmHello,
Here is the several steps applied on my raspberry pi2 to be able to print on my Samsung 2020 printer.
1- sudo apt-get install build-essential lib2cups-dev
2- git clone https://gitlab.com/ScumCoder/splix/tree/patches/splix
3- cd splix/splix then make ; then sudo make install
3- if you have error in ld not finding libjpig85 you should compile it (Go to step 5)
5- git clone https://github.com/nu774/jbigkit.git
6- cd jbigkit then make then sudo make install
7- Go to cups add add the printer and choose ppd file from splix/splix/ppd/m2020.ppd
That's all hope this will fix your issues.
Good Luck