linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* orinoco USB driver
@ 2003-07-06  0:16 Joshua Kwan
  2003-07-06 22:53 ` Manuel Estrada Sainz
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Kwan @ 2003-07-06  0:16 UTC (permalink / raw)
  To: linux-kernel mailing list, ranty

[-- Attachment #1: Type: text/plain, Size: 1802 bytes --]

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 <ranty@debian.org>)

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!

Regards
Josh

-- 
"Notice that, written there, rather legibly, in the Baroque style common 
to New York subway wall writers, was, uhm... was the old familiar 
suggestion. And rather beautifully illustrated, as well..."

       -- Art Garfunkel on the inspiration for "A Poem On The Underground Wall"

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: orinoco USB driver
  2003-07-06  0:16 orinoco USB driver Joshua Kwan
@ 2003-07-06 22:53 ` Manuel Estrada Sainz
  2003-07-07  5:50   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Manuel Estrada Sainz @ 2003-07-06 22:53 UTC (permalink / raw)
  To: Joshua Kwan; +Cc: linux-kernel mailing list

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 <ranty@debian.org>)
> 
> 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.

	Manuel


-- 
--- Manuel Estrada Sainz <ranty@debian.org>
                         <ranty@bigfoot.com>
			 <ranty@users.sourceforge.net>
------------------------ <manuel.estrada@hispalinux.es> -------------------
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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: orinoco USB driver
  2003-07-06 22:53 ` Manuel Estrada Sainz
@ 2003-07-07  5:50   ` Greg KH
  2003-07-07 18:32     ` Manuel Estrada Sainz
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2003-07-07  5:50 UTC (permalink / raw)
  To: Manuel Estrada Sainz; +Cc: Joshua Kwan, linux-kernel mailing list

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 <ranty@debian.org>)
> > 
> > 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?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: orinoco USB driver
  2003-07-07  5:50   ` Greg KH
@ 2003-07-07 18:32     ` Manuel Estrada Sainz
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Estrada Sainz @ 2003-07-07 18:32 UTC (permalink / raw)
  To: Greg KH; +Cc: Joshua Kwan, linux-kernel mailing list

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 <ranty@debian.org>)
> > > 
> > > 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 <ranty@debian.org>
                         <ranty@bigfoot.com>
			 <ranty@users.sourceforge.net>
------------------------ <manuel.estrada@hispalinux.es> -------------------
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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-07 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-06  0:16 orinoco USB driver Joshua Kwan
2003-07-06 22:53 ` Manuel Estrada Sainz
2003-07-07  5:50   ` Greg KH
2003-07-07 18:32     ` Manuel Estrada Sainz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).