LinuxQuestions.org
Register a domain and help support LQ
Go Back   LinuxQuestions.org > HCL > Printers > Lexmark
User Name
Password

Notices

Search · Register · Submit New Product ·
 

Lexmark X1110 X1130
Reviews Views Date of last review
9 8896 05-07-2008
spacer
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


Author
Post A Reply 
Old 12-23-2004, 08:22 PM   #1
bodymind
 
Registered: Dec 2004
Distribution: gentoo 2.6
Posts: 28
Would you recommend the product? yes | Price you paid?: $70.00 | Rating: 2

Kernel (uname -r): 2.6.9-1.667
Distribution: Fedora Core 3



[Log in to get rid of this advertisement]
The only thing that works is the print function! If anyone what's help, of how to make the PRINTER print... just ask!
 is offline    
Old 05-27-2005, 09:33 PM   #2
rarsa
 
Registered: Nov 2004
Distribution: Puppy Linux/ FC5
Posts: 190
Would you recommend the product? yes | Price you paid?: 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!
 is offline    
Old 10-10-2005, 11:44 PM   #3
freshshelf
 
Registered: Sep 2004
Distribution: RH FC3 kernel-2.6.10-1.741_FC3
Posts: 12
Would you recommend the product? yes | Price you paid?: 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.
 is offline    
Old 10-15-2005, 10:56 AM   #4
bodymind
 
Registered: Dec 2004
Distribution: gentoo 2.6
Posts: 28
Would you recommend the product? yes | Price you paid?: $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

:)
 is offline    
Old 02-22-2007, 09:09 AM   #5
Paz80
 
Registered: Feb 2007
Distribution: Fedora 6
Posts: 1
Would you recommend the product? yes | Price you paid?: 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!
 is offline    
Old 02-22-2007, 09:22 AM   #6
Paz80
 
Registered: Feb 2007
Distribution: Fedora 6
Posts: 1
Would you recommend the product? yes | Price you paid?: 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?
 is offline    
Old 01-01-2008, 01:04 PM   #7
cgoetz
 
Registered: Oct 2004
Posts: 6
Would you recommend the product? yes | Price you paid?: 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.
 is offline    
Old 01-21-2008, 09:17 PM   #8
bodymind
 
Registered: Dec 2004
Distribution: gentoo 2.6
Posts: 28
Would you recommend the product? yes | Price you paid?: 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
 is offline    
Old 05-07-2008, 03:04 PM   #9
Gagarin Gambit
 
Registered: Apr 2008
Distribution: PCLinuxOS MiniMe
Posts: 9
Would you recommend the product? no | Price you paid?: 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.
 is offline    





All times are GMT -5. The time now is 10:55 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Open Source Consulting | Domain Registration