On 2013/04/29 19:11, Jonathan Gray wrote:
> You need to figure out what chip it has.
> FreeBSD don't seem to have a man page for 'ue' or a driver in
> their sys/dev/usb/net/ dir so I have no idea what it is
> attaching as.

Looks like they attach all USB ethernet devices to ue;
http://svnweb.freebsd.org/base/head/sys/dev/usb/net/usb_ethernet.c?view=log

Stefanus, check your dmesg, the code has this:

if_printf(ifp, "<USB Ethernet> on %s\n", device_get_nameunit(ue->ue_dev));

which should print the actual driver it's using.

Reply via email to