2006-04-13 15:41:18羽球

HOW TO CONFIG USB PRINTER UNDER LINUX ?

http://www.vbird.org/linux_basic/0610hardware.php#cups
Linux 系統上面接上您的印表機

http://support.dlink.com/emulators/dpg310/index.htm
http://support.dlink.com/products/view.asp?productid=DP%2DG310


http://www.linux-usb.org/USB-guide/c122.html
If you are using modules, you need to load the following modules:
usbcore.o
usb-uhci.o, uhci.o or usb-ohci.o
and any driver modules, such as scanner.o or printer.o.
Inspect the kernel logs. If there isn’t anything that could be USB related, likely causes are use of the wrong driver (UHCI when you needed OHCI or OHCI when you needed UHCI), not physically installing the hardware, a BIOS configuration that disables USB or stuffing up the configuration or installation of the kernel.



http://www.linux-usb.org/FAQ.html
http://www.linuxforums.org/forum/linux-newbie/934-configuring-usb-printer.html
http://www.linux-usb.org/USB-guide/x342.html
You need to set up a device node entry for the printer. Use the following command: mknod /dev/usb/lp0 c 180 0
http://www.linuxprinting.org/
http://www.linuxprinting.org/kpfeifle/LinuxKongress2002/Tutorial/II.Foomatic-User/II.tutorial-handout-foomatic-user.html
http://www.linux-usb.org/USB-guide/x173.html
To mount the filesystem, you need to be root. Use the mount command: mount -t usbdevfs none /proc/bus/usb. Note that the none keyword is arbitrary - you can use anything, and some people prefer to use usbdevfs, as it makes the mount output look better.