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
Next revision Both sides next revision
troubleshooting-elib-box [2018/12/08 06:50]
serbizadmin [Raspberry Pi 3 with Raspbian Stretch]
troubleshooting-elib-box [2018/12/08 09:29]
serbizadmin [Raspberry Pi 3 with Raspbian Stretch]
Line 34: Line 34:
 ifconfig eth0 192.168.1.66 <or some appropriate number on the dhcp network> ifconfig eth0 192.168.1.66 <or some appropriate number on the dhcp network>
 </code> </code>
 +  * adjust dhcp via /etc/dhcpcd.conf 
 +<code> 
 +static domain_name_servers=172.24.1.1 192.168.1.1 
 +</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 =====