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

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
max4min
帖子: 169
注册时间: 2008-02-01 13:24
来自: 无锡

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

#1

帖子 max4min » 2008-08-30 16:26

打印机 联想2401i 的驱动
比较老的喷墨打印机了。插上USB插头后系统显示lexmark型号,估计芯片是利盟的。但是试过利盟里面的所有驱动都无法打印。
上次由 max4min 在 2009-04-29 22:36,总共编辑 1 次。
头像
max4min
帖子: 169
注册时间: 2008-02-01 13:24
来自: 无锡

#2

帖子 max4min » 2008-09-01 16:18

估计没希望了 :cry:
purewater
帖子: 686
注册时间: 2007-11-30 15:17
来自: 福建

#3

帖子 purewater » 2008-09-04 20:47

是贴牌利盟的,你去查查外形,和利盟那一款最相似
magicxu
帖子: 15
注册时间: 2008-07-19 0:20

#4

帖子 magicxu » 2008-09-04 22:02

顶一下,我的利盟Z615也能认出是利盟,可是找不到对应的驱动,试过几个都不行。
头像
max4min
帖子: 169
注册时间: 2008-02-01 13:24
来自: 无锡

#5

帖子 max4min » 2008-09-07 6:42

改天要一个一个再试试,现在就为了打印个把文档还要进win。
头像
max4min
帖子: 169
注册时间: 2008-02-01 13:24
来自: 无锡

#6

帖子 max4min » 2008-09-11 8:17

和2401i比较像的几款利盟打印机的型号驱动ubuntu的硬件列表里都没有。
上网找款实用点的其他品牌的打印机,发现也有很多不支持的。
头像
max4min
帖子: 169
注册时间: 2008-02-01 13:24
来自: 无锡

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

#7

帖子 max4min » 2009-04-25 14:53

这个问题终于自己找到了解决方案,联想2401i的驱动是lexmark z35
如何安装整理一下再发上来。
头像
max4min
帖子: 169
注册时间: 2008-02-01 13:24
来自: 无锡

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

#8

帖子 max4min » 2009-05-01 21:45

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...
回复