From owner-freebsd-net@FreeBSD.ORG Sat Aug 4 16:34:35 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 6012E16A417 for ; Sat, 4 Aug 2007 16:34:35 +0000 (UTC) (envelope-from giles.williams@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 02E6C13C458 for ; Sat, 4 Aug 2007 16:34:34 +0000 (UTC) (envelope-from giles.williams@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so608810uge for ; Sat, 04 Aug 2007 09:34:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=oo0Hlaz2MafLDbT6JaLe978peY70QkVEu9wmTR+47gy0dmTIrNh0L5nIZ3QVKL4thRt7FNZfMWNAsmJf1Fo2yekfmhX0YtrHzt2PMgytVBEU1H5A0KhrAo9LjgDZeSc/NRYGiVUiasgt1QMoF+kpFzsVZ5LWKf8j2Rg+SfOrGrI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=Q+Vo5XJ9Lws4kzyTIIS6+4/u93h6cLUokWc38P4jh91xXnGiGA5t4FhkbNaZFmwUpTbACftzb9rCMIpEA9v19fEfTre/NtrqnhMjdvBN6jn8ptDRsx/Hz33m2HPCpe7UPtgd0TbPHW1LyNh+aB5hrcx4hDyWjKyOS6MPTTuoeyc= Received: by 10.67.121.15 with SMTP id y15mr3801401ugm.1186245273295; Sat, 04 Aug 2007 09:34:33 -0700 (PDT) Received: from ?192.168.1.103? ( [90.242.50.33]) by mx.google.com with ESMTPS id f8sm4206528nfh.2007.08.04.09.34.31 (version=SSLv3 cipher=OTHER); Sat, 04 Aug 2007 09:34:32 -0700 (PDT) In-Reply-To: <20070804161416.A87821@maildrop.int.zabbadoz.net> References: <20070804161416.A87821@maildrop.int.zabbadoz.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7D3714AA-F32F-4F52-BABC-73C1E5EC9171@gmail.com> Content-Transfer-Encoding: 7bit From: Giles Williams Date: Sat, 4 Aug 2007 17:34:25 +0100 To: Bjoern A. Zeeb X-Mailer: Apple Mail (2.752.3) 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:34:35 -0000 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 Thanks, Giles. On 4 Aug 2007, at 17:15, Bjoern A. Zeeb wrote: > 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.