Tulostus


Kokeile ensin sisältyykö paketti jakeluun: sudo apt-get install printer-driver-foo2zjs

psutils hannah-foo2zjs tcl-tclreadline mesa-utils xfonts-cyrillic


Ellei toimi niin sorsa asennus.. linkit ei enää toimi mutta githubista löytyy.

EPSON ACULASER CX-16 - Toimii Konica Minolta magicolor 1600W ajurilla.

Ohjeet ajurin asennukseen: http://foo2lava.rkkda.com/

$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz

Unpack: $ tar zxf foo2zjs.tar.gz $ cd foo2zjs

Compile: $ make

Get extra files from the web, such as .ICM profiles for color correction, and firmware. Select the model number for your printer: $ ./getweb 1600w # Get Konica Minolta magicolor 1600W .ICM files

Install driver, foomatic XML files, and extra files: $ su OR $ sudo make install # make install (Optional) If you use CUPS, restart the spooler: # make cups OR $ sudo make cups

$ firefox http://localhost:631


CUPS Raspiin

sudo su

apt-get update

apt-get upgrade

apt-get install avahi-daemon cups cups-pdf python-cups

nano /etc/cups/cupsd.conf

Edit cupsd.conf following sections as follows:

"

LogLevel warn

PageLogFormat

MaxLogSize 0

# Allow remote access

Port 631

Listen /var/run/cups/cups.sock

Browsing On

BrowseLocalProtocols dnssd

DefaultAuthType Basic

WebInterface Yes

<Location />

# Allow remote access...

Order allow,deny

Allow all

</Location>

<Location /admin>

Order allow,deny

Allow @local

</Location>

<Location /admin/conf>

AuthType Default

Require user @SYSTEM

</Location>

<Location /admin/log>

AuthType Default

Require user @SYSTEM

Order allow,deny

</Location>

"

service cups restart

adduser pi lpadmin

http://www.libregeek.org/2013/12/01/how-to-using-your-raspberry-pi-as-a-cups-print-server/

Add Google Cloud Print Rasbian / debian

(https://pypi.org/project/cloudprint/ & https://github.com/armooo/cloudprint)

apt-get install cloudprint cloudprint-service

run cloudprint as superuser:

sudo su

(give pwd)

cloudprint

(copy link to broser to activate app to google print)

Add autostart in restart to crontab as super user

crontab -e

add line (-d = run as daemon and & = run as backprocess)

@reboot /usr/bin/cloudprint -d &

and save + exit