Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264203AbTGGSSL (ORCPT ); Mon, 7 Jul 2003 14:18:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264219AbTGGSSK (ORCPT ); Mon, 7 Jul 2003 14:18:10 -0400 Received: from cable98.usuarios.retecal.es ([212.22.32.98]:11691 "EHLO hell.lnx.es") by vger.kernel.org with ESMTP id S264203AbTGGSSH (ORCPT ); Mon, 7 Jul 2003 14:18:07 -0400 Date: Mon, 7 Jul 2003 20:32:11 +0200 From: Manuel Estrada Sainz To: Greg KH Cc: Joshua Kwan , linux-kernel mailing list Subject: Re: orinoco USB driver Message-ID: <20030707183211.GA31222@ranty.pantax.net> Reply-To: ranty@debian.org References: <20030706001601.GA8592@triplehelix.org> <20030706225325.GA16186@ranty.pantax.net> <20030707055042.GA25011@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030707055042.GA25011@kroah.com> User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2883 Lines: 60 On Sun, Jul 06, 2003 at 10:50:42PM -0700, Greg KH wrote: > On Mon, Jul 07, 2003 at 12:53:25AM +0200, Manuel Estrada Sainz wrote: > > On Sat, Jul 05, 2003 at 05:16:01PM -0700, Joshua Kwan wrote: > > > I'm currently trying to get my Avaya Wireless 'Silver' USB device to > > > work with the orinoco_usb driver v0.2.1. > > > > > > Firstly, it is not 'supported.' So I had to use force_unsupported=1. > > > But the firmware you download is from Avaya's site, so it seems to me > > > like it should work! > > > > > > Here's what i get: > > > > > > firesong:/usr/src/orinoco-usb-0.2.1# modprobe orinoco_usb debug=1 force_unsupported=1 > > > /usr/src/orinoco-usb-0.2.1/driver/orinoco_usb.c: Device is not supported (you may want to set force_unsupported=1) > > > /usr/src/orinoco-usb-0.2.1/driver/orinoco_usb.c: Trying to handle device anyway as requested > > > /usr/src/orinoco-usb-0.2.1/driver/orinoco_usb.c:bridge_probe: ENTER > > > /usr/src/orinoco-usb-0.2.1/driver/orinoco_usb.c: No firmware to download > > > /usr/src/orinoco-usb-0.2.1/driver/orinoco_usb.c:bridge_remove_in_urb: no urb to remove > > > /usr/src/orinoco-usb-0.2.1/driver/orinoco_usb.c:bridge_delete: ENTER > > > unregister_netdevice: device wlan%d/cf4f3000 never was registered > > > /usr/src/orinoco-usb-0.2.1/driver/orinoco_usb.c:bridge_delete: EXIT > > > /usr/src/orinoco-usb-0.2.1/driver/orinoco_usb.c:bridge_probe: EXIT > > > drivers/usb/core/usb.c: registered new driver Orinoco USB > > > orinoco_usb.c v0.2.1 (Manuel Estrada Sainz ) > > > > > > The light does not come on and I don't get any device. I notice that the > > > firmware is loaded from a .SYS file and installed into the hotplug > > > /usr/lib directory. When is this loaded? > > > > > > Do you have any pointers? It would be really nice to get the card to > > > work! > > > > You need a working hotplug package for the new driver to work. > > What do you mean? Does the base linux-hotplug scripts need to be > changed for this device somehow? Adding /etc/hotplug/firmware.agent is enough for request_firmware() to work. I currently include the 2.4 backport of request_firmware() with it. Once a more recent hotplug gets into Debian sid (currently it is 0.0.20030117-7) I'll change it and use hotplug.d. Have a nice day Manuel -- --- Manuel Estrada Sainz ------------------------ ------------------- Let us have the serenity to accept the things we cannot change, courage to change the things we can, and wisdom to know the difference. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/