hi
lets start again :
1)turn off the printer
2)Remove the printer in printing
3)open up Synaptic package manger :
remove- foo2sjs you've done
remove- HPLIP
remove-hpmud0
remove-hpijs
remove-foo2zjs
4) go to this website
http://hplipopensource.com/hplip-web/install_wizard/index.html.
Step 1: Select Distribution Linux mint
Step 2: Select Version: 8 will do !
Step 3: Select Printer Type: LaserJet
Step 4: Select Printer Model: P1005
5) click download then next ,then next .
now you will need to Manual Install.
choose Linux mint again .
6) open up the Terminal run the following :
- Code: Select all
sudo apt-get update
- Code: Select all
sudo aptitude install --assume-yes libcups2 cups libcups2-dev cups-bsd cups-client libcupsimage2-dev libdbus-1-dev build-essential ghostscript openssl libjpeg62-dev libsnmp-dev libtool libusb-dev python-imaging policykit-1 policykit-1-gnome python-qt4 python-qt4-dbus python-dbus python-gobject python-dev python-notify python python-reportlab libsane libsane-dev sane-utils xsane
these are what's needed to make the file , you can remove them after .
7) go
http://sourceforge.net/projects/hplip/files/hplip/3.10.5/hplip-3.10.5.tar.gz/download download & save to your desktop .

back in you Teminal change to the desktop
- Code: Select all
cd ~/Desktop
Uncompress it :
- Code: Select all
tar xvfz hplip-3.10.5.tar.gz
change to it :
- Code: Select all
cd hplip-3.10.5
now Configure:
- Code: Select all
./configure --with-hpppddir=/usr/share/ppd/HP --prefix=/usr --enable-udev-acl-rules --enable-qt4 --enable-doc-build --disable-cups-ppd-install --disable-foomatic-drv-install --disable-foomatic-ppd-install --disable-hpijs-install --disable-policykit --enable-cups-drv-install --enable-hpcups-install --enable-network-build --enable-dbus-build --enable-scan-build --enable-fax-build
that's for 32bit
- Code: Select all
./configure --with-hpppddir=/usr/share/ppd/HP --libdir=/usr/lib64 --prefix=/usr --enable-udev-acl-rules --enable-qt4 --enable-doc-build --disable-cups-ppd-install --disable-foomatic-drv-install --disable-foomatic-ppd-install --disable-hpijs-install --disable-policykit --enable-cups-drv-install --enable-hpcups-install --enable-network-build --enable-dbus-build --enable-scan-build --enable-fax-build
that's for 64bit
now Make :
- Code: Select all
make
then
- Code: Select all
sudo python ./installer/fix_symlink.py
9)
install by
- Code: Select all
sudo make install
now change the username bit to your user name then run it -
- Code: Select all
su -c "usermod -a -G lp username"
reboot by
- Code: Select all
sudo reboot
.
10) Finnish by adding your printer back @
http://hplipopensource.com/hplip-web/in ... setup.htmlhope it helps !