Dario Lesca wrote: > Il giorno mar, 29/10/2013 alle 08.48 -0400, SilverTip257 ha scritto: >> On Tue, Oct 29, 2013 at 7:00 AM, Dario Lesca <d.lesca at solinos.it> wrote: >> >> > Hi, I have plug in this USB network device: >> > <snip> > > Thank SilverTip257 for reply, but I have solved rebuild and install the > asix driver follow this tread: > > http://grinkin.ru/dlink-DUB-E100.html. > > I have take the CD's Linux driver (DUB_E100_Linux_v420.zip), > unzip it and apply this patch: > >> --- asix.c.orig 2011-09-19 14:48:58.000000000 +0200 >> +++ asix.c 2013-10-29 14:15:18.662854310 +0100 >> @@ -3412,6 +3412,10 @@ >> USB_DEVICE (0x2001, 0x1a00), >> .driver_info = (unsigned long) &dlink_dub_e100_info, >> }, { >> + // DLink DUB-E100 >> + USB_DEVICE (0x2001, 0x1a02), >> + .driver_info = (unsigned long) &ax88772b_info, >> +}, { >> // DLink DUB-E100B >> USB_DEVICE (0x2001, 0x3c05), >> .driver_info = (unsigned long) &dlink_dub_e100b_info, > > Now all work fine. > One thing you *must* remember: you'll have to rebuild it every time you do a kernel upgrade. mark