From owner-freebsd-net@FreeBSD.ORG Sat Aug 4 16:20:08 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 4359616A468 for ; Sat, 4 Aug 2007 16:20:08 +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 13ACE13C46B for ; Sat, 4 Aug 2007 16:20:08 +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 5F61241C5D6; Sat, 4 Aug 2007 18:20: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 X24a-szFaTnA; Sat, 4 Aug 2007 18:20:06 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 0806941C5D4; Sat, 4 Aug 2007 18:20:06 +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 23603444885; Sat, 4 Aug 2007 16:15:57 +0000 (UTC) Date: Sat, 4 Aug 2007 16:15:57 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Giles Williams In-Reply-To: Message-ID: <20070804161416.A87821@maildrop.int.zabbadoz.net> References: 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:20:08 -0000 On Sat, 4 Aug 2007, Giles Williams wrote: > Hi Everyone. > > I'm kinda new to FreeBSD, and am trying to setup an internet gateway with an > old box of mine... > > I have a Dynamode USB -> Ethernet adaptor - when plugging it in, i get this > logged: > ugen0: DM9601 USB NNC Davicom CO., LTD, rev 1.10/1.01, addr 2 > > I googled for the DM9601 bit, which is apparently supported by udav, but it > didn't seem to show up in ifconfig.... > > Is there anything anyone can suggest to help me set this up? do you have udav loaded? kldstat -v | grep udav if not try loading it: kldload if_udav if that still doesn't help, what does usbdevs -v say? -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.