Open main menu

DAVE Developer's Wiki β

Changes

Linux
== Linux ==
The Linux kernel has the driver built-in in the kernel, so the adapter is correctly detected.and <code>ifconfig</code> will show the second ethernet interface
<pre class="board-terminal">
[ 14.642260] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 14.646438] asix 1-1:1.0 eth1: Link is Up - 100Mbps/Full - flow control off
root@desk-mx6:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 12:a2:da:95:87:e1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
 
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::20e:c6ff:fe59:ebaa prefixlen 64 scopeid 0x20<link>
ether 00:0e:c6:59:eb:aa txqueuelen 1000 (Ethernet)
RX packets 140 bytes 11472 (11.2 KiB)
RX errors 0 dropped 7 overruns 0 frame 0
TX packets 21 bytes 3405 (3.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
 
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 92 bytes 7838 (7.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 92 bytes 7838 (7.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
 
root@desk-mx6:~#
</pre>
<code>ifconfig</code> will show the second ethernet interface and once Once the IP address is set, the <code>eth1</code> interface can be used.
<pre class="board-terminal">
8,226
edits