How To Connect Printer
Configure For Debian & Ubuntu
apt-cache search build-essential
wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz
tar -zxvf foo2zjs.tar.gz
cd foo2zjs
make
edit this file like this
###Common For UBUNTU & DEBIAN###
vim foo2zjs/getweb
http://foo2zjs.rkkda.com/firmware sihp1020.tar.gz \
save&exit
./getweb 1020
make install install-hotplug
Configure For Debian :
---------------------
DEBIAN NOTES
------------
Follow the steps to install printer on debian etch:-
Install build-essential, foomatic-filters, cupsys FIRST:
$ su
# apt-get install build-essential
# apt-get install foomatic-filters
# apt-get install cupsys
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
$ make
$ ./getweb 1020
OR other printer
$ su
# make install install-hotplug cups
After complting the steps edit the following files :
vim /etc/cups/clients.conf
Servername localhost
Set the (client.conf) if its not there in the client machine.
For client machines give IP of the printer connected machine insted of (localhost)
No comments:
Post a Comment