![]() HP Linux Imaging and Printing (HPLIP) |
Home > How-Tos > Red Hat 8/9 |
Red Hat 8/9 How-ToNote: This process has been tested with Red Hat 8 and Red Hat 9. May work with other version of Red Hat (Enterprise, etc)
*Gnome Menu *System Settings *Packages
automake14 automake15 cvs diffstat dmalloc doxygen gcc-g77 gcc-gnat gcc-java indent ltrace memprof patchutils rcs splint
*Gnome Menu *System Settings *Packages
Cups
su /etc/init.d/cups start
cd /mnt/cdrom/RedHat/RPMS Note: cd-rom may mount in a different directory. Should be something similiar however. rpm -ivh cups-devel-1.1.15-10.i386.rpm
cd /mnt/cdrom/RedHat/RPMS rpm -ivh sane-backends-devel-1.0.8-5.i386.rpm
wget http://hplip.sf.net/libusb-0.1.8.tar.gz tar xzvf libusb-0.1.8.tar.gz cd libusb-0.1.8 ./configure --prefix=/usr make su make install rm /usr/lib/libusb.so ln -s /usr/lib/libusb-0.1.4.4.0 /usr/lib/libusb.so exit
wget http://hplip.sf.net/xsane-0.96.tar.gz tar xzvf xsane-0.96.tar.gz cd xsane-0.96 ./configure --prefix=/usr make su make install exit
tar xvfz hplip-1.6.6a.0.tar.gz cd hplip-1.6.6a.0 ./configure --prefix=/usr --disable-network-build --disable-fax-build make su Note: do not exit root until after step 11. make install
/etc/init.d/hplip start
Run from terminal: su gedit /etc/modules.conf Add to the bottom of the file: "alias printer off" Save, Exit
Run from terminal: su gedit /etc/hotplug/blacklist Add to the bottom of the file: "printer" Save, Exit
su /sbin/rmmod printer
/etc/init.d/cups restart exit
Last update: Tue Jun 27 16:22:44 2006 |
Legal Notices | Copyright © 2003-2006, Hewlett-Packard Development Company, L.P. | Contact Site Maintainer |
![]() |