From owner-freebsd-current@FreeBSD.ORG Fri Jun 2 13:51:54 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB31916A453 for ; Fri, 2 Jun 2006 13:51:54 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7413F43D49 for ; Fri, 2 Jun 2006 13:51:54 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id k52DprwL078088; Fri, 2 Jun 2006 06:51:53 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id k52DprgC078087; Fri, 2 Jun 2006 06:51:53 -0700 (PDT) (envelope-from rizzo) Date: Fri, 2 Jun 2006 06:51:53 -0700 From: Luigi Rizzo To: current@freebsd.org Message-ID: <20060602065153.A77713@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: Subject: missing symbols in ndisulator (USB related) ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 13:51:55 -0000 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 thanks luigi