|
因为采用stage3安装gentoo,内核也是用genkernel. 而genkernel 并没有将打印机编进内核,不知应该怎样用模块添加。我在网上搜索过怎样安装打印机,所介绍的都不适合上面介绍的情况。好不容易找到一篇对症下药的:http://www.gentoo.org/doc/en/printing-howto.xml 刚好连接中的不编译内核添加在整理。我已经作了如下工作:
1 Code Listing 1.1: Editing /etc/make.conf
add cups, foomaticdb, ppds and usb (if you are using a USB printer connection) to your existing USE var list.
USE="cups foomaticdb ppds usb other_var1 other_var2"
2Code Listing 1.2: Emerging necessary packages
# emerge cups
# emerge foomatic
下面的步骤不知该怎样作
3 2. Setting up Kernel Modules
Parallel Port Modules
To enable Parallel port support, go to Parallel port support and enable Parallel port support and PC-style hardware. Depending on your printer you also have to activate Multi-IO cards (parallel and serial), Support for foreign hardware and IEEE 1284 transfer mode. Then go to Character devices and enable Parallel Printer Support. Users of 2.6 kernels will find these options under Device Drivers.
Note: If you are not sure on how to compile the kernel, the specific instructions can be found in the Kernel Howto (currently down for review). Make sure you find out how to compile and install new modules without having to recompile your kernel or restart your computer. It's a real timesaver.
(我的打印机是HP LaserJet 6L 已经下载了 ppd file.)
我被卡在这一步了,请各位大侠指点指点
谢谢先! |
|