什么时才有HP LaserJet 1020激光打印机驱动呢?(这是新品)今天才买了没装上

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
*linux*
帖子: 76
注册时间: 2005-08-24 17:34

什么时才有HP LaserJet 1020激光打印机驱动呢?(这是新品)今天才买了没装上

#1

帖子 *linux* » 2005-11-21 21:14

现目前只能在xp里才能用 :oops:
韦涛
帖子: 27
注册时间: 2005-06-16 5:29

#2

帖子 韦涛 » 2005-12-22 0:53

安装hp1020打印机

来自: http://ubuntuforums.org/showthread.php?p=483600

1. 安装驱动程序:

代码: 全选

sudo apt-get install foo2zjs
2.下载补丁:

http://support.ideainformatica.com/hplj ... hed.tar.gz

3. 安装补丁:

代码: 全选

tar zxvf foo2zjs-patched.tar.gz
cd foo2zjs
make
sudo make install
4. 修改文件:

代码: 全选

vim 58-foo2zjs.rules
找到含有1020的那一行,找到:

代码: 全选

SYSFS{idProduct}=="2B17"
修改为:

代码: 全选

SYSFS{idProduct}=="2b17"

5. 安装udev文件:

代码: 全选

sudo make install-udev
6. 重启udev

代码: 全选

sudo udevstart
现在可以听到打印机运作的声音

When you power cycle the printer you should hear it whirring as it powers, then whirring again as the new firmware is uploaded.

To check the firmware is in look at /var/log/messages - -there should be some note of successful upload of firmware.

7. 重启 cupsys

代码: 全选

sudo /etc/init.d/cupsys restart
8. I also found it necessary to install "cupsys-bsd" to get the cups versions of "lpr lpq" etc, and also :-

代码: 全选

sudo lpoptions -o cpi-12 -o lpi=7 -o page-left=36 -o page-right=36 -o page-top=36 -o page-bottom=36
*linux*
帖子: 76
注册时间: 2005-08-24 17:34

#3

帖子 *linux* » 2006-01-06 14:41

tar zxvf foo2zjs-patched.tar.gz
cd foo2zjs
make //说找不到make文件
sudo make install //也一样了,错误的。

下载地址,没错呀
http://support.ideainformatica.com/hplj ... hed.tar.gz
韦涛
帖子: 27
注册时间: 2005-06-16 5:29

#4

帖子 韦涛 » 2006-01-08 19:32

再试试这个方法:

Click the link, or cut and paste the whole command line below to download the driver.

代码: 全选

$ wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz
Now unpack it:

Unpack:

代码: 全选

	$ tar zxf foo2zjs.tar.gz
	$ cd foo2zjs
Now compile and install it. The INSTALL file contains more detailed instructions; please read it now.

Compile:

代码: 全选

	$ make
(Optional) Get extra files from the web, such as .ICM profiles for color
correction, and firmware:

代码: 全选

	$ ./getweb 2300	# Get Minolta 2300 DL .ICM files
	$ ./getweb 2200	# Get Minolta 2200 DL .ICM files
	$ ./getweb cpwl	# Get Minolta Color PageWorks/Pro L .ICM files
	$ ./getweb all	# Get all of the above
Install driver, foomatic XML files, and extra files:

代码: 全选

$ sudo make install
(Optional) Configure hotplug (USB; HP LJ 1000/1005/1020)

代码: 全选

# make install-hotplug
Now create printer entries for your spooler. Create at least one queue for monochrome, and another queue for color printing. Create the queues first, then edit them and set the device options as desired. See your operating system documentation for further details on creating a printer queue. Click any hyperlinks below for sample screenshots.

For Ubunto 5.10 users:

代码: 全选

	$ sudo gnome-cups-manager
图片
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#5

帖子 eexpress » 2006-01-08 19:58

呀。有这么熟悉打印设置的哦。 :lol:
● 鸣学
韦涛
帖子: 27
注册时间: 2005-06-16 5:29

#6

帖子 韦涛 » 2006-01-14 4:05

:D 都是在网上搜的,google是好东西阿
回复