From owner-freebsd-bugs Sat Aug 24 14:30: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D7FB37B401 for ; Sat, 24 Aug 2002 14:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0BE43E4A for ; Sat, 24 Aug 2002 14:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OLU4JU099296 for ; Sat, 24 Aug 2002 14:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OLU4Yr099295; Sat, 24 Aug 2002 14:30:04 -0700 (PDT) Date: Sat, 24 Aug 2002 14:30:04 -0700 (PDT) Message-Id: <200208242130.g7OLU4Yr099295@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nate Lawson Subject: Re: kern/41281: USB scanning works only once Reply-To: Nate Lawson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/41281; it has been noted by GNATS. From: Nate Lawson To: Henning Meier-Geinitz Cc: freebsd-bugs@FreeBSD.org, freebsd-gnats-submit@freebsd.org Subject: Re: kern/41281: USB scanning works only once Date: Sat, 24 Aug 2002 14:23:12 -0700 (PDT) On Sat, 24 Aug 2002, Henning Meier-Geinitz wrote: > > ps axlww: > > UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND > 0 92 1 0 2 0 924 580 select Is ?? 0:00.00 /usr/sbin/usbd > 0 113 1 114 2 0 920 524 select Is ?? 0:00.00 moused -p /dev/psm0 -t auto > 0 131 123 0 18 0 1312 948 pause I v0 0:00.02 -csh (csh) > 0 140 131 0 10 0 1028 828 wait I v0 0:00.01 bash > 0 150 140 0 0 0 868 364 uscnrb I+ v0 0:00.00 ./testusb /dev/uscanner0 What is "testusb"? For some reason, you're just not getting any IO back from the scanner (it's blocking in usbd_bulk_transfer() forever). Please compile your kernel with USB_DEBUG, reboot, and try again. I'd like the dmesg output. Be sure to reply-all to keep GNATS in the cc. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message