Driver For HP Laserjet 3150

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
abrogard
Level 3
Level 3
Posts: 140
Joined: Mon Nov 14, 2016 5:44 pm

Driver For HP Laserjet 3150

Post by abrogard »

Couldn't see a forum for printers so I"m putting it here, hope that's alright.

Are there any drivers for an old HP Laserjet 3150? Even one that perhaps has limited functionality?

It is our only printer and we run it off win xp because there's no other drivers for it we can find.

I have searched HP's site and other places, googling, and I can't find anything.

Thought it might be worth asking....

:)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
chazb
Level 5
Level 5
Posts: 713
Joined: Wed Nov 30, 2016 2:56 am
Location: Oklahoma

Re: Driver For HP Laserjet 3150

Post by chazb »

You might try,,,,,,,,,

Code: Select all

https://download.cnet.com/HP-LaserJet-3150/3000-2116_4-135466.html
.

I quit Microsoft when they stopped supporting XP, went to Linux Mint and haven't looked back at all. Ya there is a small learning curve but it is not hard.
Last edited by chazb on Mon May 21, 2018 4:09 am, edited 1 time in total.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Driver For HP Laserjet 3150

Post by smurphos »

Looking at https://developers.hp.com/hp-linux-imag ... ices/index there are three different HP printers with Laserjet & 3150 in their title...all of which should be supported by the standard HPLIP package available from the Mint repos albeit several are listed as end of life so if it's broken it will stay broken.

apt install hplip-gui
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
Webtest
Level 4
Level 4
Posts: 375
Joined: Sun Feb 21, 2010 4:45 pm
Location: Carlisle, Pennsylvania, USA

Re: Driver For HP Laserjet 3150

Post by Webtest »

abrogard:

I went through this recently when I built a LM 18.3 LiveMedia system. I kept having to switch back to LM 15 to use my HP-5000 parallel port printer because it was the last version that would support it natively.

I don't have the details of the Google search I did, but it ended up on the HP support site. The process is a little convoluted and the driver is slow, but it does work just fine. I did an "apt-get download" and saved 4 files. Do a search for "hplip-gui_3.16.3+repack0-1_all.deb" and it should take you right to the website.

Here is the script that loads everything into my LM-18.3 system:

Code: Select all

#!/bin/bash

# ADR hp5000.sh  171207.1436  2017 (c) All Rights Reserved
# Install the HP Printer Installer GUI into LM18.3 Mate 64-bit

echo 'Installing HP Printer Installer GUI'
echo; echo '********    TURN ON THE HP 5000 PRINTER    ********'; echo
sleep 3

cd /media/mint/0_ME_FIRST/app-files/hplip
# cd /media/mint/DISTROS/linux-mint/m18p3-64b/hplip

echo; echo 'Loading HPLIP GUI files:'; echo
sudo dpkg -i python3-dbus.mainloop.qt_4.11.4+dfsg-1build4_amd64.deb
echo; echo 'Loading HPLIP GUI files:'; echo
sudo dpkg -i python3-sip_4.17+dfsg-1build1_amd64.deb
echo; echo 'Loading HPLIP GUI files:'; echo
sudo dpkg -i python3-pyqt4_4.11.4+dfsg-1build4_amd64.deb
echo; echo 'Loading HPLIP GUI files:'; echo
sudo dpkg -i hplip-gui_3.16.3+repack0-1_all.deb
echo

# Run HPLIP Toolbox
nohup /usr/bin/hp-toolbox &

sleep 1
Good Luck!
Blessings in abundance, all the best, & ENJOY!
Art in Carlisle, PA USA
hplip-gui_3.16.3+repack0-1_all.deb
BOAT - a hole in the water that you pour money into
LINUX - a hole in your life that you pour TIME into

HP dx2400 Core 2 Duo 8 GB. Mint 13/15/17.x/18.x Mate <on LOCKED SD cards, and Kanguru USB drives> No Hard Drive / No SSD
Locked

Return to “Beginner Questions”