| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
|
|
|
|
Reviews
|
Views
|
Date of last review
|
|
9
|
23295
|
05-07-2008
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
89% of reviewers
|
$70.00
|
4.4
|
|
|
|
|
|
|
|
Description:
|
MultiFunctional Printer:
Scanner/printer/copy
|
|
Keywords:
|
X1110 X1130
|
|
Connection Type:
|
USB
|
|
|
|
12-23-2004, 07:22 PM
|
#1
|
Registered: Dec 2004
Distribution: gentoo 2.6
Posts: 28
Rep:
|
Would you recommend the product? yes | Price you paid? (in USD): $70.00 | Rating: 2
|
Kernel (uname -r):
|
2.6.9-1.667
|
|
Distribution:
|
Fedora Core 3
|
The only thing that works is the print function! If anyone what's help, of how to make the PRINTER print... just ask!
|
|
|
|
05-27-2005, 08:33 PM
|
#2
|
Registered: Nov 2004
Distribution: Puppy Linux/ Mint
Posts: 210
Rep: 
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 4
|
Kernel (uname -r):
|
2.6.11-1.27_FC3 (it works in other kernels)
|
|
Distribution:
|
Fedora Core 3 (but I have done the same in other distributions)
|
Lexmark does not provide Linux drivers.
There is a workaround to have this printer working very well except for the scanner.
I got the instructions from a HOWTO in linuxprinting.org. The only step where I differ is when installing the packages, I install the rpm packages directly. (when you read it you'll know what i mean)
http://www.linuxprinting.org/pipermail/lexmark-list/2004q3/002658.html
The instructions are easy to follow. Here they are in a nutshell (replace the printer driver version with whatever version you download:
You must have CUPS installed
1.- Download the drivers for the z600 printer from the lexmark web site.
http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:389:0:0&emeaframe=&fileID=1151
Do the following in a console as root: (full instructions in the link above)
tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz
export _POSIX2_VERSION=199209
tail -n +143 z600cups-1.0-1.gz.sh > z600.tar.gz
tar -xvzf z600.tar.gz
rpm -ivh z600llpddk-2.0-1.i386.rpm
rpm -ivh z600cups-1.0-1.i386.rpm
cd /usr/lib
ln -s liblexprinter.so.0.0.0 liblexprinter.so.0
ln -s liblexprintjob.so.0.0.0 liblexprintjob.so.0
ln -s liblexz600core.so.0.0.0 liblexz600core.so.0
cd /usr/lib/cups/backend
./z600
Now open a brower an browse to http://localhost:631/
Click on Printers
Click on Add Printer
Write a name, location and description for the printer (only name is meaningfull)
Click on Continue
Select the device "Lexmark Printer (Lexmark Lexmark X1100 Series)
Click on Continue
Select the Make Lexmark
Click on Continue
Select the driver Lexmark Z600 v1.0.1 (en)
Click on Continue
Click on the printer's link
Select Print test page
The test page must print OK!
|
|
|
|
10-10-2005, 10:44 PM
|
#3
|
Registered: Sep 2004
Distribution: RH FC3 kernel-2.6.10-1.741_FC3
Posts: 12
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 0
|
Kernel (uname -r):
|
|
|
Distribution:
|
|
I've added a SANE backend for X1100 scanners.
You can download it here:
http://ca.geocities.com/freshshelf@rogers.com/scanner_driver/download.html
It's been tested on X1180, and X1185 scanners, but needs more testing.
|
|
|
|
10-15-2005, 09:56 AM
|
#4
|
Registered: Dec 2004
Distribution: gentoo 2.6
Posts: 28
|
Would you recommend the product? yes | Price you paid? (in USD): $70.00 | Rating: 7
|
Kernel (uname -r):
|
2.6.11-gentoo-r9
|
|
Distribution:
|
Gentoo
|
The printer is fine, but the quality of scanner is not so good!
I've tested the scanner in X1130, and like i said, the quality of the scanning is not very good.
if you can't scan as non-root try this:
$ sane-find-scanner
found USB scanner (vendor=0x043d, product=0x007c) at libusb:002:004
you get usb -> 002
device -> 004
$ chown root:scanner /proc/bus/usb/002/004
$ chmod g+w /proc/bus/usb/002/004
$ gpasswd -a username scanner
:)
|
|
|
|
02-22-2007, 08:09 AM
|
#5
|
Registered: Feb 2007
Distribution: Fedora 6
Posts: 1
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 0
|
Kernel (uname -r):
|
|
|
Distribution:
|
Fedora 6
|
Hi there
I'm trying to install my X1190 just so I can print (don't care about the scan functions as yet) and I've been following Rarsa's instructions, only problem is I get as far as the first instruction and get this error:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
I'm still new to Fedora (and Linux in general) so if anyone could help me out it'd be greatly appreciated!
|
|
|
|
02-22-2007, 08:22 AM
|
#6
|
Registered: Feb 2007
Distribution: Fedora 6
Posts: 1
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 0
|
Kernel (uname -r):
|
2.6.19-1.2911.fc6
|
|
Distribution:
|
Fedora 6
|
Oops, complete newbie mistake. Was trying to tar the contents of the download, not the download itself ha ha!
Managed to get as far as rpm-ing the files, but got this error now:
rpm -ivh z600llpddk-2.0-1.i386.rpm
error: can't create transaction lock on /var/lib/rpm/__db.000
Any ideas?
|
|
|
|
01-01-2008, 12:04 PM
|
#7
|
Registered: Oct 2004
Posts: 6
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 0
|
Kernel (uname -r):
|
2.6.22.8
|
|
Distribution:
|
Lexmark X1190 tested driver
|
Have a look at http://www.slackway.org
This site provides a slackware packages that installs
the X1190 printer drivers.
This packages can also be extracted as follow:
mkdir /tmp/x1190
tar -zxvf lexmark-x1190-2.0-1-cg.tgz -C /tmp/x1190
You only need to copy the content of the directory /tmp/x1190 (except install) to your system to get you Lexmark x1190 printer working. Good luck.
|
|
|
|
01-21-2008, 08:17 PM
|
#8
|
Registered: Dec 2004
Distribution: gentoo 2.6
Posts: 28
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 6
|
Kernel (uname -r):
|
|
|
Distribution:
|
|
There is a simple way to get lexmark x1100 series working....
go to: http://localhost:631 (if it says unable to reach the host.. make sure u have cups installed)
add a new printer, on the step where you have to choose the driver, browse your files and install this file:
http://rapidshare.com/files/85585382/Lexmark-Z600-lxz600cj-cups.ppd.gz.html
now print all you can
|
|
|
|
05-07-2008, 02:04 PM
|
#9
|
Registered: Apr 2008
Distribution: PCLinuxOS, Bodhi
Posts: 13
|
Would you recommend the product? no | Price you paid? (in USD): None indicated | Rating: 3
|
Kernel (uname -r):
|
2.6.22.15
|
|
Distribution:
|
PCLinuxOS MiniMe
|
Actually I have a Lexmark X1170, but there's no point in opening a new page since the X1100 series is similar.
I strongly advice Linux users against the Lexmark X1100 series. Of course these machines are cheap compared to their functions, however you'll change your mind after you see the ink prices and their short lifespan. In addition my printer works very poor under Linux: Only the print function is supported, and setting it up was a nightmare. It took me several hours to succeed, because after setting it up as an X1100, every attempt to print caused it only to make some noise, as if it was unsuccessfully trying to print. It was only after I though to set it up as a Z600 (like the driver), instead of X1100 that it actually printed.
|
|
|
|
All times are GMT -5. The time now is 07:59 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|