Date: Mon, 24 Oct 2016 22:08:46 -0700 From: David Horwitt <david@aogsquid.ucsd.edu> To: freebsd-net@freebsd.org Subject: Re: Adding RTL8153 support to rue(4) (actually cdce(4)) USB to Ethernet driver [SOLVED] Message-ID: <580EE8DE.2060005@aogsquid.ucsd.edu> In-Reply-To: <30de3b9c-98c4-0bbc-dce2-eddc52e98b10@selasky.org> References: <5807B630.1060806@aogsquid.ucsd.edu> <3622755d-b0cd-60bf-0f81-469d06e65595@selasky.org> <58092C6D.8080105@aogsquid.ucsd.edu> <30de3b9c-98c4-0bbc-dce2-eddc52e98b10@selasky.org>
next in thread | previous in thread | raw e-mail | index | archive | help
... or, at least, worked around. I added a SetEthernetPacketFilter request with wValue PACKET_TYPE_PROMISCUOUS in cdce_init() (right before the cdce_start() call) and joy ensued. Note that (PACKET_TYPE_DIRECTED | PACKET_TYPE_BROADCAST) did _not_ work, but setting the promiscuous bit was the key. HPS: thanks again for your help. Cheers, DH On 10/21/16 00:18, Hans Petter Selasky wrote: > On 10/20/16 22:43, David Horwitt wrote: >> On 10/19/16 11:25, Hans Petter Selasky wrote: >> Do you mean that I need to implement a small driver at VID:PID (0bda:8153 for this device) using cfg 0 to initialize the >> built-in MII (using the Linux RTL8152/8153 driver as a model), and then switch to cfg 1 to use the CDC device for actual >> operation? >> > > No, I think the cfg 1 with CDC has the additional interface. Look at what the Linux driver does or get another ethernet > adapter :-) > > --HPS >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?580EE8DE.2060005>