Difference between revisions of "Ethernet Test(ROM-5880)"

From ESS-WIKI
Jump to: navigation, search
(Created page with " '''STEP 1 : ''' Right-click network icon, then left-click "Edit Connections..." RTENOTITLE '''STEP 2 : ''' Double-cl...")
 
 
Line 1: Line 1:
  
'''STEP 1 : '''
+
'''STEP 1 : '''Entry Start-> Preferences-> Network Connections.
  
Right-click network icon, then left-click "Edit Connections..."
+
[[File:RK ALL Static IP 002.png|600px|RK ALL Static IP 002.png]]
 
 
[[File:RK ALL Static IP 001.png|RTENOTITLE]]
 
 
 
'''STEP 2 : '''
 
  
Double-click "Wired connection 1"
+
'''STEP 2 :''' Double-click “Wired Connection 1” to configure it.
  
[[File:RK ALL Static IP 002.png|600px|RK ALL Static IP 002.png]]
+
[[File:ROM-5880 Ethernet2.png|600x300px]]
  
 
+
Or set it in the terminal using ifconfig, such as setting its IP address to 192.168.1.1
 +
<pre>root@linaro-alip:~# ifconfig eth0 192.168.1.1
 +
root@linaro-alip:~# ifconfig eth0
 +
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
 +
inet 192.168.1.1 netmask 255.255.255.0 broadcast
 +
192.168.1.255
 +
ether c6:df:8b:79:17:3f 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
 +
device interrupt 35</pre>

Latest revision as of 08:08, 9 January 2024

STEP 1 : Entry Start-> Preferences-> Network Connections.

RK ALL Static IP 002.png

STEP 2 : Double-click “Wired Connection 1” to configure it.

ROM-5880 Ethernet2.png

Or set it in the terminal using ifconfig, such as setting its IP address to 192.168.1.1

root@linaro-alip:~# ifconfig eth0 192.168.1.1
root@linaro-alip:~# ifconfig eth0
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.1.1 netmask 255.255.255.0 broadcast
192.168.1.255
ether c6:df:8b:79:17:3f 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
device interrupt 35