martes, diciembre 26, 2006

FreeBSD + CUPS + Openoffice.org

IMPRESION en FreeBSD

Probado en FreeBSD 6.1 y 6.2

Ultima actualizacion (dd mm aaaa) 26-12-2006

Instalar el port cups

# whereis cups
cups: /usr/ports/print/cups
# cd /usr/ports/print/cups
# make install clean

Para que inicie cups al iniciar el equipo colocar esta linea en el /etc/rc.conf
# Activamos el CUPS
cupsd_enable="YES"

Arrancar el servicio

# /usr/local/etc/rc.d/cupsd start

Ingresar con el navegador a esta direccion

http://localhost:631/admin

Login: root
Password:(el password del root)

New Printers Found:
* Add This Printer Kyocera Mita 1920
* Add This Printer Dell Laser Printer 5100cn

Click en
Add This Printer Kyocera Mita 1920

Usando los archivos PPD del fabricante de la impresora
Or Provide a PPD File

Click en Browser...

Bucar el archivo .ppd
Click en Open
Click en Add Printer

FreeBSD + CUPS + Openoffice.org 2.1
http://porting.openoffice.org/freebsd/

Para que el Openoffice.org 2.1 funcione con cups, hay que compilarlo con esta opcion
-DWITH_CUPS seria algo asi:
# whereis openoffice.org-2
openoffice.org-2: /usr/ports/editors/openoffice.org-2
# cd /usr/ports/editors/openoffice.org-2
# make -DWITH_KDE -DWITH_CUPS -DWITHOUT_MOZILLA LOCALIZED_LANG=all install clean

Otras opciones:

Knobs
* Building without Mozilla connectivity

# cd /usr/ports/editors/openoffice.org-2
# make -DWITHOUT_MOZILLA

* Building with CUPS support (2.0 or later)

# cd /usr/ports/editors/openoffice.org-2
# make -DWITH_CUPS

* Building with KDE support (2.0 or later)

# cd /usr/ports/editors/openoffice.org-2
# make -DWITH_KDE

No hay comentarios.: