From owner-freebsd-net@FreeBSD.ORG Sat Aug 4 16:35:07 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47C2316A41A for ; Sat, 4 Aug 2007 16:35:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1608613C45D for ; Sat, 4 Aug 2007 16:35:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 4276E41C662; Sat, 4 Aug 2007 18:35:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id DuaJxDquBcTO; Sat, 4 Aug 2007 18:35:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id E55C541C65E; Sat, 4 Aug 2007 18:35:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 95730444885; Sat, 4 Aug 2007 16:30:33 +0000 (UTC) Date: Sat, 4 Aug 2007 16:30:33 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Giles Williams In-Reply-To: Message-ID: <20070804162704.T87821@maildrop.int.zabbadoz.net> References: <20070804161416.A87821@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-net@freebsd.org Subject: Re: Dynamode USB NIC X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 16:35:07 -0000 On Sat, 4 Aug 2007, Giles Williams wrote: Hi, Cc:ing net@ again > Thanks for getting back to me! > > I've looked, and udav is loaded, I already tried that a while back. Execing > usbdevs -v gives: > > bsdbox# usbdevs -v > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > port 1 addr 2: full speed, power 144 mA, config 1, Davicom CO., LTD(0x9601), > DM9601 USB NNC(0x0a46), rev 1.01 > port 2 powered For FreeBSD HEAD sources it looks like this: ... } udav_devs [] = { /* Corega USB-TXC */ {{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXC }, 0}, /* ShanTou ST268 USB NIC */ {{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ST268 }, 0}, #if 0 /* DAVICOM DM9601 Generic? */ /* XXX: The following ids was obtained from the data sheet. */ {{ 0x0a46, 0x9601 }, 0}, #endif }; ... As you can see, you ID is disabled with the #if 0. It seems it was that way since the very first version. I cannot say what it's the way it is. You could try to change it to #if 1 and recompile and see if it panics or works... -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.