Looks like D-Link is getting into the funny "change the chipset but leave the product name the same" game again. DUB-E100 cards up to Revision A4 work perfectly, Revision B1 doesn't work at all. The patch I've attached has the beginnings of a fix; unfortunately this trivialty doesn't fix it fully -- with the patch, the module loads, the MAC address is detected correctly, the LEDs go on, but pings don't get through yet. After loading the module, dmesg says eth1: register 'asix' at usb-0000:00:10.3-5, ASIX AX88772 USB 2.0 Ethernet, 00:80:c8:38:53:a7 usbcore: registered new driver asix PM: Writing back config space on device 0000:00:0c.0 at offset b (was 3ed173b, writing 461025) PM: Writing back config space on device 0000:00:0c.0 at offset 3 (was 0, writing 4010) PM: Writing back config space on device 0000:00:0c.0 at offset 2 (was 2000000, writing 2000003) PM: Writing back config space on device 0000:00:0c.0 at offset 1 (was 2b00000, writing 2b00006) PM: Writing back config space on device 0000:00:0c.0 at offset 0 (was 3ed173b, writing 169c14e4) Chances are it needs some more messing with the .data and/or .flags parameters.