分页: 1 / 1

[已解决]打印机 联想2401i 的驱动

发表于 : 2008-08-30 16:26
max4min
打印机 联想2401i 的驱动
比较老的喷墨打印机了。插上USB插头后系统显示lexmark型号,估计芯片是利盟的。但是试过利盟里面的所有驱动都无法打印。

发表于 : 2008-09-01 16:18
max4min
估计没希望了 :cry:

发表于 : 2008-09-04 20:47
purewater
是贴牌利盟的,你去查查外形,和利盟那一款最相似

发表于 : 2008-09-04 22:02
magicxu
顶一下,我的利盟Z615也能认出是利盟,可是找不到对应的驱动,试过几个都不行。

发表于 : 2008-09-07 6:42
max4min
改天要一个一个再试试,现在就为了打印个把文档还要进win。

发表于 : 2008-09-11 8:17
max4min
和2401i比较像的几款利盟打印机的型号驱动ubuntu的硬件列表里都没有。
上网找款实用点的其他品牌的打印机,发现也有很多不支持的。

Re: [问题]打印机 联想2401i 的驱动

发表于 : 2009-04-25 14:53
max4min
这个问题终于自己找到了解决方案,联想2401i的驱动是lexmark z35
如何安装整理一下再发上来。

Re: [已解决]打印机 联想2401i 的驱动

发表于 : 2009-05-01 21:45
max4min
I found this for the z35 somewhere else on these forums.

it work no problem for a Z35

OK, this will take some skill on your part, but it can be done.

First, log in as root and download the drivers from

http://downloads.lexmark.com/cgi-per...e=&fileID=1242

Make a directory and put the Lexmark driver in it... Let's assume we named it LEX, and that folder is sitting in /root OK? (in all of the commands, you do not type the # key, this is just to signify the prompt)

OK, so we have moved the driver into the folder now, and we will go into the folder by opening a command prompt and typing:

# cd /root/LEX

We will now extract the archive by typing the following command:

# tar -xzvf CJLZ35LE-CUPS-2.0-1.TAR.GZ

This now leaves us with a shell script rpm installer called lexmarkz35-CUPS-2.0-1.gz.sh... not very useful to a Debian distribution like Xandros, so now comes the fun part...We will make another directory now, and extract the files into it...

# mkdir lextemp

# tail -n +143 lexmarkz35-CUPS-2.0-1.gz.sh | gzip -cd | tar xvf - -C lextemp

Now we will enter the lextemp directory and convert the rpm files, since Xandros should not use rpms unless absolutely necessary.

# cd lextemp

# alien -t *.rpm


Next, we will use the tar command to extract the files to their proper place.

# tar -zxf lexmarkz35-CUPS-2.0.tgz -C /

# tar -zxf z35llpddk-2.0.tgz -C /

Now for some editing... type the following commands in the order shown below..

# cd /usr/local/z35llpddk/utility

# ln -s auckUS.lut bnsi1.lut

# cd /usr/lib

# ln -s liblexz35core.so.0.0.0 liblexz35core.so.0

# ln -s liblexz35printer.so.0.0.0 liblexz35printer.so.0

# ln -s liblexz35printjob.so.0.0.0 liblexz35printjob.so.0

Now to test and see if the driver is working...