From owner-freebsd-stable@FreeBSD.ORG Sun Sep 21 02:17:22 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C33E16A4B3 for ; Sun, 21 Sep 2003 02:17:22 -0700 (PDT) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2780043FCB for ; Sun, 21 Sep 2003 02:17:20 -0700 (PDT) (envelope-from Holger.Kipp@alogis.com) Received: (from hk@localhost) by alogis.com (8.11.1/8.9.3) id h8L9HCt87420; Sun, 21 Sep 2003 11:17:12 +0200 (CEST) (envelope-from hk) Date: Sun, 21 Sep 2003 11:17:12 +0200 From: Holger Kipp To: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Message-ID: <20030921111712.A85609@intserv.int1.b.intern> References: <87fzisoi53.fsf@strauser.com> <20030919093422.G45539@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: ; from des@des.no on Fri, Sep 19, 2003 at 07:50:15PM +0200 cc: freebsd-stable@freebsd.org Subject: Re: HP Laserjet 1200 on USB X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 09:17:22 -0000 On Fri, Sep 19, 2003 at 07:50:15PM +0200, Dag-Erling Smørgrav wrote: > Doug White writes: > > On Fri, 19 Sep 2003, Kirk Strauser wrote: > > > When I bought my Laserjet 1200SE about a year ago, FreeBSD wasn't capable of > > > using its USB interface. I see no indication that this has changed. Is > > > anybody working on this as a personal project? Is there any general > > > progress on it? > > Something wrong with ulpt? > > Something wrong with USB support in general. My USB mouse works fine, > but nothing else I've tried does. I do have two USB-mice here. One is a cheapo Typhoon 40150 stream optical mouse which works as expected (but afaik only since I last cvsupped). The other is a hama 49154 discovery wheelmouse optical, which gives the following: Sep 21 11:09:39 katrin /kernel: ums1: vendor 0x062a product 0x0000, rev 1.10/2.04, addr 2, iclass 3/1 Sep 21 11:09:44 katrin /kernel: device_probe_and_attach: ums1 attach returned 6 Sep 21 11:09:49 katrin /kernel: ugen0: vendor 0x062a product 0x0000, rev 1.10/2.04, addr 2 Sep 21 11:09:54 katrin /kernel: ugen0: setting configuration index 0 failed Sep 21 11:09:54 katrin /kernel: device_probe_and_attach: ugen0 attach returned 6 The epson perfection scanner 1260 works without problems, but initialisation must be done via Linux or Windows, and it shouldn't be switched off afterwards. Call that strange! My 6-in-1 cardreader makes no problems, at least with MS and SD/MMS-Cards (USB-support works like a charm for about 2 months I guess). It would be good to move this out of the kernel, though, as the floppy-disk-problem(tm) got me there as well (removing the card without thinking, and I had it mounted rw, resulting in a kernel panic). Is there no way to prevent this? Interestingly, if I try to attach the 6-in-1 cardreader to the port where I tried the hama USB mouse, I get: Sep 21 11:25:28 katrin /kernel: uhub2: port error, restarting port 1 Sep 21 11:25:44 katrin /kernel: uhub2: device problem, disabling port 1 Sep 21 11:25:55 katrin /kernel: uhub2: port error, restarting port 1 Sep 21 11:26:11 katrin /kernel: uhub2: device problem, disabling port 1 Sep 21 11:26:35 katrin /kernel: uhub2: device problem, disabling port 2 Sep 21 11:28:49 katrin /kernel: uhub2: port error, restarting port 1 Sep 21 11:29:05 katrin /kernel: uhub2: device problem, disabling port 1 (usually it works on uhub2, both port 1 and 2). Using a different uhub: Sep 21 11:29:18 katrin /kernel: umass0: ICSI IC1100 V2.5B, rev 1.10/2.5b, addr 3 Sep 21 11:29:18 katrin /kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Sep 21 11:29:18 katrin /kernel: da0: Removable Direct Access SCSI-0 device Sep 21 11:29:18 katrin /kernel: da0: 650KB/s transfers Sep 21 11:29:18 katrin /kernel: da0: Attempt to query device size failed: NOT READY, Medium not presen This is all on 4.9-PRERELEASE from Sep. 14 2003. So USB support is getting better (thanx a lot to everyone who contributed!), but it is still some way to go (imho). Regards, Holger