Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 15:52:47 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org, Matthias Apitz <guru@unixarea.de>
Subject:   Re: CURRENT && USB network device, cdce
Message-ID:  <200904171552.47772.hselasky@c2i.net>
In-Reply-To: <20090417112318.GA8258@rebelion.Sisis.de>
References:  <20090417112318.GA8258@rebelion.Sisis.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <Linux 2.6.24/s3c2410_udc> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904171552.47772.hselasky>