红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

fedora 8 添加局域网打印机

fedora 8 添加局域网打印机

先去http://foo2zjs.rkkda.com/下载hp lj1000的驱动

http://foo2zjs.rkkda.com/foo2zjs.tar.gz

安装

Compile:
    $ make

Get extra files from the web, such as .ICM profiles for color correction,
and firmware.  Select the model number for your printer:
    $ ./getweb 2430 # Get Minolta 2430 DL .ICM files
    $ ./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 1020       # Get HP LaserJet 1020 firmware file
    $ ./getweb 1018     # Get HP LaserJet 1018 firmware file
    $ ./getweb 1005     # Get HP LaserJet 1005 firmware file
    $ ./getweb 1000     # Get HP LaserJet 1000 firmware file

Install driver, foomatic XML files, and extra files:
    $ su                    OR      $ sudo make install
    # make install

(Optional) Configure hotplug (USB; HP LJ 1000/1005/1018/1020):
    # make install-hotplug   OR      $ sudo make install-hotplug

(Optional) If you use CUPS, restart the spooler:
    # make cups                  OR      $ sudo make cups

然后在添加打印机smb://的地方填写workgroup(工作组)/ip:端口(631)/打印机名

打印机明要用smbclient -L ip/public -U administrator%password查看

然后下一步。

TOP

发新话题