User Manual Orange Pi Zero 3

  Features   |  Use   |    Linux     |  Linux SDK   |  Android   |  Android SRC   |

RU          EN  

Chapt 3. Instructions for use of Debian/Ubuntu Server and Xfce desktop system
Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122  


3.11.3. USB Ethernet card test

  • 1) The usable USB Ethernet cards that have been tested so far are as follows. Among them, the RTL8153 USB Gigabit network card can be used normally when it is inserted into the USB 2.0 Host interface of the development board, but the speed cannot reach Gigabit.

    Please note:

  • model RTL8152B USB 100M network card - serial number 1
  • model RTL8153 USB Gigabit LAN - serial number 2

  • 2) First insert the USB network card into the USB interface of the development board, and then insert the network cable into the USB network card to ensure that the network cable can access the Internet normally. If you can see the following log information through the dmesg command, it means that the USB network card is recognized normally.

    orangepi@orangepi:~$ dmesg | tail
    [ 121.985016] usb 3- 1: USB disconnect, device number 2
    [ 126.873772] sunxi-ehci 5311000.ehci3-controller: ehci_irq:
     highspeed device connect [ 127.094054] usb 3- 1:
     new high-speed USB device number 3 using sunxi-ehci
    [ 127.357472] usb 3- 1: reset high-speed USB device number 3 using sunxi-ehci

    [ 127.557960] r8152 3- 1:1.0 eth 1: v1.08.9 [ 127.602642] r8152 3- 1:1.0 enx00e04c362017: renamed from eth 1 [ 127.731874] IPv6: ADDRCONF(NETDEV_UP): enx00e04c362017: link is not ready [ 127.763031] IPv6: ADDRCONF(NETDEV_UP): enx00e04c362017: link is not ready [ 129.892465] r8152 3- 1:1.0 enx00e04c362017: carrier on [ 129.892583] IPv6: ADDRCONF(NETDEV_CHANGE): enx00e04c362017: link becomes ready

  • 3) Then you can see the device node of the USB network card and the automatically assigned IP address through the ifconfig command

    orangepi@orangepi:~$ sudo ifconfig
    enx00e04c362017: flags=4163 mtu
    inet 192.168.1.177 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::681f:d293:4bc5:e9fd prefixlen 64 scopeid 0x20
    ether 00:e0:4c:36:20:17 txqueuelen 1000 (Ethernet)
    RX packets 1849 bytes 134590 ( 134.5 KB)
    RX errors 0 dropped 125 overruns 0 frame 0
    TX packets 33 bytes 2834 (2.8 KB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 

     <         > 


  • Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122