I'm trying to get my new HP LaserJet 1000 (USB) to work with my Gentoo
box, and I'm not having much success.  I'm following the Gentoo Printing guide
pretty closely. The setup seems to work properly, but the printer never shows
any signs of activity.  I  have tried using both of these commands:

foomatic-configure -s cups -p HP-LaserJet_1000 -c file:/dev/usb/lp0 -n lj1000 -d 
foo2zjs
foomatic-configure -s cups -p HP-LaserJet_1000 -c file:/dev/usb/lp0 -n lj1000 -d 
pbmtozjs

The cups web interface says:

HP LaserJet 1000, Foomatic + pbmtozjs   
Description: HP LaserJet 1000
Location:
Printer State: processing, accepting jobs.
"Printer not connected; will retry in 30 seconds..."
Device URI: usb:/dev/usb/lp0

Here is the output from a few commands:

# lsmod
Module                  Size  Used by    Tainted: P  
printer                 7712   0  (unused)
usbcore                41440   0  [printer]
nvidia               1631392  11 

# ls -l /dev/usb/
total 0

# tail /var/log/kernel/current 
Oct 11 14:19:46 [kernel] eth0: Setting 100mbps full-duplex based on auto-negotiated 
partner ability 45e1.
Oct 11 14:20:15 [kernel] usb.c: registered new driver usblp
Oct 11 14:26:30 [kernel] usb.c: deregistering driver usblp
Oct 11 14:27:20 [kernel] usb.c: registered new driver hub
Oct 11 14:27:27 [kernel] usb.c: registered new driver usblp
Oct 11 14:55:19 [kernel] usb.c: deregistering driver usblp
Oct 11 14:56:45 [kernel] usb.c: registered new driver hub
Oct 11 14:57:45 [kernel] usb.c: registered new driver usblp
Oct 11 15:23:03 [kernel] Linux version 2.4.22-ck1 ([EMAIL PROTECTED]) (gcc version 
3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)) #6 Sat Oct 11 15:13:08 CDT 2003
Oct 11 15:23:06 [kernel] eth0: Setting 100mbps full-duplex based on auto-negotiated 
partner ability 45e1.

This is the USB section of my kernel config:

#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_BANDWIDTH is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_UHCI=m
CONFIG_USB_UHCI_ALT=m
CONFIG_USB_OHCI=m
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m
# CONFIG_USB_HID is not set
# CONFIG_USB_HIDINPUT is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_AX8817X is not set
# CONFIG_USB_CDCETHER is not set
CONFIG_USB_USBNET=m
# CONFIG_USB_USS720 is not set


How do I get printing to work?


                        -Brian

--
[EMAIL PROTECTED] mailing list

Reply via email to