Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jun 2006 10:08:23 -0700
From:      Julian Elischer <julian@elischer.org>
To:        Luigi Rizzo <rizzo@icir.org>
Cc:        current@freebsd.org
Subject:   Re: missing symbols in ndisulator (USB related) ?
Message-ID:  <44807087.6030501@elischer.org>
In-Reply-To: <20060602065153.A77713@xorpc.icir.org>
References:  <20060602065153.A77713@xorpc.icir.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Luigi Rizzo wrote:

>Hi,
>i need a clarification about what i can expect from the ndis emulator.
>I have a couple of USB dongles that i tried on FreeBSD using ndisgen,
>and both report problems at load time with the following message:
>
>1. a device reported as
>	kernel: ugen1: vendor 0x0cde product 0x0017, rev 2.00/1.84, addr 2
>	drivers: WlanUTG.INF WLANUTG.SYS Fwusb1b.bin
>   and marked as '802.11g Wireless 125Mbps' (sold by Roper)
>   the error message when loading WLANUTG_SYS.ko is
>	Jun  2 17:23:38 x1 kernel: no match for USBD_CreateConfigurationRequest
>
>2. a no-name 802.11g device based on a ZyDAS chipset:
>	kernel: ugen2: ZyDAS USB2.0 WLAN, rev 2.00/43.30, addr 3
>    the error message when loading ZD11UXP_sys.ko is
>	Jun  2 17:49:05 x1 kernel: no match for KeDelayExecutionThread
>	Jun  2 17:49:05 x1 kernel: no match for KeQueryInterruptTime
>	Jun  2 17:49:05 x1 kernel: no match for USBD_ParseConfigurationDescriptor
>	Jun  2 17:49:05 x1 kernel: no match for USBD_CreateConfigurationRequest
>
>Now, any idea on how to deal with this ? I am not even sure that USB stuff
>is supported under the ndis emulation, though there is a commented
>out hook for a variant of USBD_CreateConfigurationRequest in
>/usr/src/sys/compat/ndis/subr_usbd.c
>  
>

hooking into USB is one of Bill's "might do some time" items as far as I 
remember.
I don't recall seeing him adding support for USB NICs.

>	thanks
>	luigi
>_______________________________________________
>freebsd-current@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-current
>To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
>  
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44807087.6030501>