» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

alex (change)
Swik Users (change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase printer? The contents of printer page and all pages directly attached to printer will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
printer

printer

Tags Applied to printer

No one has tagged this page.

printer Wiki Pages

Save up to 65% on ink from HP, Epson, Lexmark, Canon & other major printer ink brands from ConcordSupplies.com

johnson456 printer ink printer ink

sorted by: recent | see : popular
Content Tagged printer

Fileserver with Samba and Printserver with CUPS Howto - Linux Forums

This howto shows one how to setup a basic file server for a home network using Samba, and a print server using CUPS.

Samba: del.icio.us tag/samba

PDFCreator | pdfforge.org

PDFCreator is a free tool to create PDF files from nearly any Windows application. Key Features: * Create PDFs from any program that is able to print * Security: Encrypt PDFs and protect them from being opened, printed etc. * Send gene

opensource: del.icio.us tag/opensource

Howto Setup Lexmark Z611 printer in Ubuntu Hardy Heron

If you want to install Lexmark Z611 printer in Ubuntu Hardy Heron follow these steps

Step 1: Install Supporting Packages

sudo apt-get install alien libstdc++5

Yes, you want to install that specific version of libstdc, even if you have a newer version.

Step 2: Activate the USB Filesystem

It was necessary to add the following line to /etc/fstab in order to get this working.

usbfs /proc/bus/usb usbfs devgid=14 0 0

Then you'll want to mount the USB Filesystem

sudo mount usbfs

Step 3: Download Driver from Lexmark

You will want to grab the Red Hat Linux driver for the Z611, which should be named CJLZ600LE-CUPS-1.0-1.TAR.gz. I would recommend creating a folder somewhere and download this file into that folder.

Step 4: Extract and Install the Driver

Execute the following commands exactly as listed, no modifications or tweaks should be necessary for the average user. (You don't need to execute the comment lines however)

## Extracting the driver
tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz

## The shell script doesn't work out of the box
tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz

## Extracting the contents from the above command
tar -xvzf install.tar.gz

## Convert RPM to TGZ (alien may complain about --scripts not being used, you can ignore that warning)
sudo alien -t z600cups-1.0-1.i386.rpm

## Convert RPM to TGZ (alien may complain about --scripts not being used, you can ignore that warning)
sudo alien -t z600llpddk-2.0-1.i386.rpm

## Extracting the contents of the TGZ into the appropriate locations
sudo tar xvzf z600llpddk-2.0.tgz -C /

## Extracting the contents of the TGZ into the appropriate locations
sudo tar xvzf z600cups-1.0.tgz -C /

## Tell Ubuntu to refresh to see the new libraries
sudo ldconfig

## Move to location of PPDs
cd /usr/share/cups/model

## gunzip the PPD
sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz

## The driver installation is now complete, restart cupsys
sudo /etc/init.d/cupsys restart

Step 5: Activate Printer and Driver

Execute the following command

/usr/lib/cups/backend/z600

If all is well you should see something similar to the following:

user@hostname:/usr/share/cups/model$ /usr/lib/cups/backend/z600
direct z600:/dev/usb/lp0 "Lexmark Lexmark Z600 Series" "Lexmark Printer"

If that doesn't work, check to see if usbfs is listed in 'cat /proc/mounts'.

Step 6: Setup Printer

If you are using GNOME:

1. Click on System -> Administration -> Printing
2. Click 'New Printer'
3. Select 'Lexmark Printer' from the list, which should have something like 'z600:/dev/usb/lp0' for Device URI. Click Forward.
4. Select 'Lexmark' from the manufacturer list and click Forward.
5. Click on 'Z600' in the model list. Driver should show as 'Lexmark Z600 v1.0-1'
6. Setup your preferred Printer Name, Description and Location and click Apply

At this point you should have a working printer

Ubuntu: OnlyUbuntu Tutorials

Howto Setup Lexmark Z611 printer in Ubuntu Hardy Heron

If you want to install Lexmark Z611 printer in Ubuntu Hardy Heron follow these steps

Step 1: Install Supporting Packages

sudo apt-get install alien libstdc++5

Yes, you want to install that specific version of libstdc, even if you have a newer version.

Step 2: Activate the USB Filesystem

It was necessary to add the following line to /etc/fstab in order to get this working.

usbfs /proc/bus/usb usbfs devgid=14 0 0

Then you'll want to mount the USB Filesystem

sudo mount usbfs

Step 3: Download Driver from Lexmark

You will want to grab the Red Hat Linux driver for the Z611, which should be named CJLZ600LE-CUPS-1.0-1.TAR.gz. I would recommend creating a folder somewhere and download this file into that folder.

Step 4: Extract and Install the Driver

Execute the following commands exactly as listed, no modifications or tweaks should be necessary for the average user. (You don't need to execute the comment lines however)

## Extracting the driver
tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz

## The shell script doesn't work out of the box
tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz

## Extracting the contents from the above command
tar -xvzf install.tar.gz

## Convert RPM to TGZ (alien may complain about --scripts not being used, you can ignore that warning)
sudo alien -t z600cups-1.0-1.i386.rpm

## Convert RPM to TGZ (alien may complain about --scripts not being used, you can ignore that warning)
sudo alien -t z600llpddk-2.0-1.i386.rpm

## Extracting the contents of the TGZ into the appropriate locations
sudo tar xvzf z600llpddk-2.0.tgz -C /

## Extracting the contents of the TGZ into the appropriate locations
sudo tar xvzf z600cups-1.0.tgz -C /

## Tell Ubuntu to refresh to see the new libraries
sudo ldconfig

## Move to location of PPDs
cd /usr/share/cups/model

## gunzip the PPD
sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz

## The driver installation is now complete, restart cupsys
sudo /etc/init.d/cupsys restart

Step 5: Activate Printer and Driver

Execute the following command

/usr/lib/cups/backend/z600

If all is well you should see something similar to the following:

user@hostname:/usr/share/cups/model$ /usr/lib/cups/backend/z600
direct z600:/dev/usb/lp0 "Lexmark Lexmark Z600 Series" "Lexmark Printer"

If that doesn't work, check to see if usbfs is listed in 'cat /proc/mounts'.

Step 6: Setup Printer

If you are using GNOME:

1. Click on System -> Administration -> Printing
2. Click 'New Printer'
3. Select 'Lexmark Printer' from the list, which should have something like 'z600:/dev/usb/lp0' for Device URI. Click Forward.
4. Select 'Lexmark' from the manufacturer list and click Forward.
5. Click on 'Z600' in the model list. Driver should show as 'Lexmark Z600 v1.0-1'
6. Setup your preferred Printer Name, Description and Location and click Apply

At this point you should have a working printer

Ubuntu: Only Ubuntu

Linux open printing - site sobre impresoras en linux

Sitio con ifnormacion completa y todos los drivers para todas las impresoras en linux.

opensource: del.icio.us tag/opensource

Page 1 | Next >>
Username:
Password:
(or Cancel)