I-O DATA ETX3-US2

所要で、ASIXのコントローラーを使ったUSB NICが必要になった。
以前は、国内ではなかなか売っていなくて、テストに必要で、台湾から取り寄せたこともあった。
国内で楽に買えるのは幸せなことです。
BやPのを買えばデザインも細いのだけど、そこは大人の事情で、やむなくやぼったいのにする。


挿して見る。
普通に認識する。ASIXだと確認。

[  989.889841] usb 1-5: new high speed USB device using ehci_hcd and address 2
[  990.932067] asix 1-5:1.0: eth1: register 'asix' at usb-0000:00:1a.7-5, ASIX AX88772 USB 2.0 Ethernet, 34:76:c5:0a:56:8e
[  990.932176] usbcore: registered new interface driver asix
[  991.000340] eth1: link down
[  991.002699] ADDRCONF(NETDEV_UP): eth1: link is not ready

一応、lsusbの結果も貼っておく。

kinneko@BuildSV:~$ lsusb
Bus 001 Device 002: ID 0b95:7720 ASIX Electronics Corp. AX88772
kinneko@BuildSV:~$ lsusb -v
Bus 001 Device 002: ID 0b95:7720 ASIX Electronics Corp. AX88772
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0b95 ASIX Electronics Corp.
  idProduct          0x7720 AX88772
  bcdDevice            0.01
  iManufacturer           1
  iProduct                2
  iSerial                 3
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              250mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol      0
      iInterface              7
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              11
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
can't get device qualifier: Operation not permitted
can't get debug descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)


Rockchip搭載の、iMito MX1に挿して、動作することを確認した。