Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2004 13:40:01 +0200
From:      Bernd Walter <ticso@cicely12.cicely.de>
To:        lists@battleface.com
Cc:        FreeBSD - questions <freebsd-questions@freebsd.org>
Subject:   Re: Enabling USB ports for...stuff/printing...
Message-ID:  <20040329114000.GG26269@cicely12.cicely.de>
In-Reply-To: <63702CFC-7CCE-11D8-B501-000A95775140@battleface.com>
References:  <63702CFC-7CCE-11D8-B501-000A95775140@battleface.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 23, 2004 at 08:31:28AM -0500, lists@battleface.com wrote:
> Running 4.9-STABLE, CUPS 1.1.19 and I'm trying to get an Epson Photo 
> Stylus 1270 (usb) working with the system and CUPS. So far, no luck. 
> I've walked through the setup for CUPS via http://127.0.0.1:631/. I'm 
> at a loss to figure this out. What am I missing? Here's what I have.
> 
> % ls /dev/ulpt*
> 
> crw-------  1 root  wheel  113,   0 Mar 23 08:16 /dev/ulpt0
> crw-------  1 root  wheel  113,   1 Mar 23 08:16 /dev/ulpt1
> crw-------  1 root  wheel  113,   2 Mar 23 08:16 /dev/ulpt2
> crw-------  1 root  wheel  113,   3 Mar 23 08:16 /dev/ulpt3
> crw-------  1 root  wheel  113,   4 Mar 23 08:16 /dev/ulpt4
> 
> 
> % usbdevs -v
> 
> Controller /dev/usb0:
> addr 1: self powered, config 1, OHCI root hub(0x0000), AMD(0x0000), rev 
> 1.00
>  port 1 disabled
>  port 2 disabled
>  port 3 disabled
>  port 4 disabled

No printer attached => you can't use it.
Check cabeling and please send your dmesg output if you think cabeling
should be OK.

> My kernel configuration contains the following for usb:
> 
> # USB support
> device          uhci          # UHCI PCI->USB interface
> device          ohci          # OHCI PCI->USB interface
> device          usb           # USB Bus (required)
> device          ugen          # Generic
> device          uhid          # "Human Interface Devices"
> device          ulpt          # Printer
> device          umass         # Disks/Mass storage - Requires scbus and 
> da (done)
> device          ums           # Mouse
> device          uscanner      # Scanners

This should be more then enough for the kernel to get any ulpt
compliant printer running.
However your kernel doesn't know about *any* attached USB device.

-- 
B.Walter                   BWCT                http://www.bwct.de
ticso@bwct.de                                  info@bwct.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040329114000.GG26269>