From owner-freebsd-usb@FreeBSD.ORG Mon Aug 8 21:23:00 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8F616A41F for ; Mon, 8 Aug 2005 21:23:00 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4F043D45 for ; Mon, 8 Aug 2005 21:23:00 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== Received: from mp-216-36-160.daxnet.no ([193.216.36.160] verified) by mailfe04.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 440786377; Mon, 08 Aug 2005 23:22:58 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 8 Aug 2005 23:23:49 +0200 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508082323.51881.hselasky@c2i.net> Cc: Maksim Yevmenkin Subject: Re: weird usb problem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 21:23:01 -0000 Hi, > it seems that usb does even detect that device is plugged > or something broken in discovery. > See my PR on this issue. This should have been fixed a long time ago, but I have not commit rights :-( http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/79656 If you want, try out the following and see if the problem dissappears: Download the three files below into a new directory and type "make install" (to uninstall type "make deinstall") http://home.c2i.net/hselasky/isdn4bsd/privat/usb/Makefile http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.diff.bz2 http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.tar.bz2 --HPS