LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   install usb printer in debian (https://www.linuxquestions.org/questions/linux-hardware-18/install-usb-printer-in-debian-212901/)

hellpos 08-03-2004 08:40 AM

install usb printer in debian
 
Hi friends, I have a problem installing my printer Hp Laserjet 1010 on my debian system.

I look at a lot of sources, including www linuxprinting com, and I did all that they say, but i can not print into my printer.

The usb module is working, I can see my printer in /proc/bus/usb/devices, for this I think that the usb port is ok.

After i do the command 'chnod c 180 0 /dev/usb/lp0', and worked ok.

And finally i have installed the lprng printing system, configured and working.

But when I send a job in the queue, it doesn't work, and if I exec 'ls / > /dev/usb/lp0', it doesn't give any error message, and I don't know what i need more....

I have executed all my config's commands to show you what I'm saying:

server:/dev# lsmod
Module Size Used by Not tainted
printer 5632 0
usb-uhci 20708 0 (unused)
usbcore 48032 1 [printer usb-uhci]
keybdev 1664 0 (unused)
input 3072 0 [keybdev]

server:/dev# lsusb
Bus 001 Device 001: ID 0000:0000 Virtual Hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.00
bDeviceClass 9 Hub
......

Bus 001 Device 002: ID 03f0:0c17 Hewlett-Packard
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 Interface
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x03f0 Hewlett-Packard
idProduct 0x0c17
bcdDevice 1.00
iManufacturer 1 Hewlett-Packard
iProduct 2 hp LaserJet 1010
........

server:/dev# ls -l /dev/usb/lp0
crw-rw---- 1 root lp 180, 0 Jan 5 1999 /dev/usb/lp0
server:/dev# ls / > /dev/usb/lp0
server:/dev# ls / > /dev/usb/lp1
bash: /dev/usb/lp1: No such device


All times are GMT -5. The time now is 01:48 PM.