From owner-freebsd-usb@FreeBSD.ORG Sat Jun 3 11:29:28 2006 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 216E416A420 for ; Sat, 3 Jun 2006 11:29:28 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from mail46.e.nsc.no (mail46.e.nsc.no [193.213.115.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E22D43D46 for ; Sat, 3 Jun 2006 11:29:27 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from Unknown-00-c0-9f-49-78-d8.lan (ti131310a080-10195.bb.online.no [85.165.231.211]) by mail46.nsc.no (8.13.6/8.13.5) with ESMTP id k53BTPmh028311; Sat, 3 Jun 2006 13:29:26 +0200 (CEST) From: Hans Petter Selasky To: SebastienB Date: Sat, 3 Jun 2006 13:29:28 +0200 User-Agent: KMail/1.7 References: <200606022153.30197.sebastien.bourdeauducq@gmail.com> <3a947d1d0606030159s201c7e90sd7d53e28265d875d@mail.gmail.com> <200606031132.42613.sebastien.bourdeauducq@gmail.com> In-Reply-To: <200606031132.42613.sebastien.bourdeauducq@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606031329.29145.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: eagleflash problem on 6.x X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 11:29:28 -0000 On Saturday 03 June 2006 11:32, SebastienB wrote: > > I have started the kernel backup with the bootloader, it now exhibits > > exactly the same bug, which does not disappear after a power-cycle of > > the machine. Your driver seems to have altered my hardware in some way > > Sorry for the wrong analysis. I missed out the bootloader error message > saying the ACPI module was not found, and the lack of ACPI was the cause of > the failure. Ok. > > Moreover, your driver fixed the problem with eagleflash. Great work :) Ok, good. > > The only problem I have now is this message when I bring up a Ralink USB > 802.11 card : > ural_newstate: cannot call usb_rem_task here, because it can sleep! (fixme) > But the interface works anyway. > I also have a Ralink USB 802.11g external USB adapter, and it sometimes stops. This can be fixed by doing a: ifconfig ural0 down ifconfig ural0 up I will try to fix this problem during the summer. By the way, if any USB developers are interested in helping out, porting all the old USB device drivers to my new and Giant-free USB API, then please drop me an e-mail. The current status of the work progress can be obtained by browsing to: http://perforce.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/usb/src/sys/dev/usb&HIDEDEL=NO --HPS