Public bug reported: I live in Argentina. Sorry, but I don't write very well in english. I have a HP LaserJet 1018 in Ubuntu 9.04. I can't install very well my printer with HPLIP. But I can starter my printer with this scrip (that I was copy on internet):
clear echo echo Instalador HP-1000 HP-1005 HP-1018 HP-1020 echo sudo apt-get install build-essential echo Descargando datos............ echo wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz tar zxf foo2zjs.tar.gz cd foo2zjs make clear echo Introduce una opcion: echo 1--HP-1000 echo 2--HP-1005 echo 3--HP-1018 echo 4--HP-1020 read var if [ $var -eq 1 ] then ./getweb 1000 fi if [ $var -eq 2 ] then ./getweb 1005 fi if [ $var -eq 3 ] then ./getweb 1018 fi if [ $var -eq 4 ] then ./getweb 1020 fi if [ $var -eq 0 ] then exit fi echo Descargando datos............ sudo make install sudo make install-hotplug sudo make cups sudo /etc/init.d/cupsys restart clear Now, in spanish: Quiero decirles que me encanta Ubuntu 9.04. Es un hermoso sistema operativo. Les agradezco sinceramente toda la labor que realizan. Les envío mis más sinceras felicitaciones por todo el trabajo que realizan a diario. Tengo 47 años de edad, y desde hace unos meses estoy disfrutando de este precioso programa. ¡Saludos para todos ustedes! ** Affects: ubuntu Importance: Undecided Status: New -- HP LasarJet 1018 https://bugs.launchpad.net/bugs/368741 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
