How can I install a Pantum 2502W laser printer on Ubuntu

Attempting to add with the printer application doesn't list the manufacturer.

lsusb output before plugging in is:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 10d5:5a08 Uni Class Technology Co., Ltd
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

lsusb output after plugging in is:

Bus 001 Device 003: ID 232b:2820
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 10d5:5a08 Uni Class Technology Co., Ltd
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

I searched the web for 232b:2820 to see if it was a re-brand or compatible with a better supported brand but to no avail.

3

2 Answers

I found the driver "Pantum P2200-P2500 Series Linux Driver ZIP 2014-5-20 1.10" on the manufacturers page here

Downloaded and extracted the contents to my desktop with Archive manager (aka file-roller)

While the archive includes an installation script it fails even after adjusting permissions to make it executable so we navigate to the Resources folder, select the appropriate deb file (in my case i386)

driver

and install it with Software Center acknowledging the warning and continuing to install.

SoftCent

Now open the printers application and choose Add. You should see an option like this: addingpantum

Choose Forward, edit details if necessary, then click print test page

finishing

Congratulations! You've just installed the P2502W laser printer under Ubuntu 14.04

2

A slight addition in 16.04 if you try to install the driver though software manager nothing happens, I opened a terminal and entered

sudo dpkg -i Pantum-P2500-Series-2.6.x86_64.deb 

that fixed it :)

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like