From owner-freebsd-current@FreeBSD.ORG Fri Apr 17 13:50:22 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FB23106567A for ; Fri, 17 Apr 2009 13:50:22 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id AA2098FC32 for ; Fri, 17 Apr 2009 13:50:15 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=jPOeBrYq1qMA:10 a=_Uh9GKgQ2PHkIrQf38kA:9 a=q597cPXhv6zUdNvDGikTXgUpbOsA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO [10.36.2.183]) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1230312065; Fri, 17 Apr 2009 15:50:14 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org, Matthias Apitz Date: Fri, 17 Apr 2009 15:52:47 +0200 User-Agent: KMail/1.9.7 References: <20090417112318.GA8258@rebelion.Sisis.de> In-Reply-To: <20090417112318.GA8258@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904171552.47772.hselasky@c2i.net> Cc: Subject: Re: CURRENT && USB network device, cdce 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, 17 Apr 2009 13:50:22 -0000 On Friday 17 April 2009, Matthias Apitz wrote: > Hello, > > In my installed CURRENT my USB network device does not bring up the > interface cdce0 anymore; the cdce is in kernel and all u*.ko modules are > loaded but it only says on device attach: > > Apr 17 13:16:44 tiny kernel: ugen1.2: at usbus1 > Apr 17 13:16:44 tiny root: Unknown USB device: vendor 0x1457 product 0x5122 > bus uhub1 > You have to run: usbconfig -u 1 -a 2 set_config 1 Because the FreeBSD kernel does not have a device driver for RNDIS! Numbers after "-u" and "-a" must match the ones on dmesg for your device. --HPS