robychan
Posts: 1
Joined: Sun Nov 10, 2019 7:00 am

Wep th400 thermal printe

Thu Nov 14, 2019 9:04 am

I have a Wep th400 thermal printer that is in good condition, it works in Windows and Ubuntu 19 in 32 + 64 bit,

but not with my fresh installation of Ubuntu 19.10 32 bit Raspberry Version (https://ubuntu.com/download/iot/raspberry-pi).

The printer is recognized and configured, but not printing, saying about any job: Stopped - Filter failed .

Solution# for this in Ubuntu 19 in 32 + 64 bit
sudo apt-get install libcupsimage2:i386
sudo apt-get install libcups2:i386
But I am not able to run this command in raspberry Ubuntu Version,

Also I noticed that while Installing Raspberry Ubuntu 64bit 19.10 server, It has issues with USB, can't login on first boot as keyboard/mouse won't work.
Please suggest me

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Wep th400 thermal printe

Thu Nov 14, 2019 10:35 am

robychan wrote:
Thu Nov 14, 2019 9:04 am
I have a Wep th400 thermal printer that is in good condition, it works in Windows and Ubuntu 19 in 32 + 64 bit,

but not with my fresh installation of Ubuntu 19.10 32 bit Raspberry Version (https://ubuntu.com/download/iot/raspberry-pi).

The printer is recognized and configured, but not printing, saying about any job: Stopped - Filter failed .

Solution# for this in Ubuntu 19 in 32 + 64 bit
sudo apt-get install libcupsimage2:i386
sudo apt-get install libcups2:i386
But I am not able to run this command in raspberry Ubuntu Version,

Also I noticed that while Installing Raspberry Ubuntu 64bit 19.10 server, It has issues with USB, can't login on first boot as keyboard/mouse won't work.
Please suggest me

Try the following:

Code: Select all

sudo apt update 
sudo apt install libcupsimage2 libcups2 cups-common

Though by aware x86 CPU Architecture software will not run on the RPis ARM CPU Architecture.



If you have issues with Debian based Ubuntu, then try the Debian based Raspbian Buster which is fully supported by the Raspberry Pi Foundation.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Ubuntu”