moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
troubleshooting-elib-box [2018/12/08 06:30]
serbizadmin [Raspberry Pi 3 with Raspbian Stretch]
troubleshooting-elib-box [2020/06/13 15:10] (current)
Line 21: Line 21:
 and you'll have something like this and you'll have something like this
 <code> <code>
-Nov 24 18:45:02 raspberrypi systemd[1]: Starting dhcpcd on all interfaces... +systemd[1]: Starting dhcpcd on all interfaces... 
-Nov 24 18:45:02 raspberrypi dhcpcd[330]: Not running dhcpcd because /etc/network/interfaces +dhcpcd[330]: Not running dhcpcd because /etc/network/interfaces 
-Nov 24 18:45:02 raspberrypi dhcpcd[330]: defines some interfaces that will use a +dhcpcd[330]: defines some interfaces that will use a 
-Nov 24 18:45:02 raspberrypi dhcpcd[330]: DHCP client or static address +dhcpcd[330]: DHCP client or static address 
-Nov 24 18:45:02 raspberrypi systemd[1]: dhcpcd.service: Control process exited, code=exited status=6 +systemd[1]: dhcpcd.service: Control process exited, code=exited status=6 
-Nov 24 18:45:02 raspberrypi systemd[1]: Failed to start dhcpcd on all interfaces. +systemd[1]: Failed to start dhcpcd on all interfaces. 
-Nov 24 18:45:02 raspberrypi systemd[1]: dhcpcd.service: Unit entered failed state. +systemd[1]: dhcpcd.service: Unit entered failed state. 
-Nov 24 18:45:02 raspberrypi systemd[1]: dhcpcd.service: Failed with result 'exit-code'.+systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
 </code> </code>
 +  * inject 
 +<code> 
 +ifconfig eth0 192.168.1.66 <or some appropriate number on the dhcp network> 
 +</code> 
 +  * adjust dhcp via /etc/dhcpcd.conf 
 +<code> 
 +static domain_name_servers=172.24.1.1 192.168.1.1 
 +</code> 
 +Or via /etc/dhcp/dhclient.conf with this entry 
 +<code> 
 +option domain-name-servers 172.24.1.1, 192.168.1.1, 8.8.8.8 
 +</code> 
 +Adjust the latter according to the appropriate number for the eth0 network. 
 +  * confirm  
 +<code> 
 +hostname -I 
 +</code> 
 +\\
 ===== Raspberry Pi 3 Model B+ does not boot ===== ===== Raspberry Pi 3 Model B+ does not boot =====
 If these conditions obtain: If these conditions obtain: