Sto cercando di installare la stampante HP1020.
In rete ho trovato le seguenti indicazioni , che ho seguito passo a passo, ma non riesco a vedere la mia stampante.
1. Download and extract foo2zjs package
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
(Optional) Compile Uninstaller:
$ su OR $ sudo make uninstall
# make uninstall
2. Compile:
$ make
3. Get extra files from the web, such as .ICM profiles and firmware.
$ ./getweb 1020 # Get HP LaserJet 1020 firmware file
4. Install the additional Foomatic scripts (needed for compiling dependency)
# cd /usr/bin
# wget http://www.linuxprinting.org/foomatic-rip
# cd /root/foo2zjs # Go back to the foo2zjs install directory
5. Install driver, foomatic XML files, PPD files, and extra files:
$ su OR $ sudo make install
# make install
(Optional) Install hotplug support:
$ su OR $ sudo make install-hotplug
# make install-hotplug
6. If you use CUPS to manage your printers, you must restart cupsd:
# make cups OR $ sudo make cups
7. Proceed with the normal creation of printers
# printconf-gui OR # redhat-config-printers-gui
8. Select the Laserjet 1020 from the printer list under HP brand.
al punto 7 il comando non viene trovato
Che posso fare per installare la mia stampante HP ?
Grazie