Difference between revisions of "Talk:Create SD Image Version 0.8"

From HiveTool
Jump to: navigation, search
Line 13: Line 13:
 
  dtoverlay=pi3-disable-wifi
 
  dtoverlay=pi3-disable-wifi
 
https://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3
 
https://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3
 +
 +
==Make sure ntpd is working==
 +
 +
Add:
 +
/sbin/iptables -t mangle -I POSTROUTING 1 -o wlan0 -p udp --dport 123 -j TOS --set-tos 0x00
 +
 +
to the file
 +
/etc/rc.local

Revision as of 19:00, 18 June 2017

Set Time Zone

Install perl DateTime module

apt-get install libdatetime-perl


Disable the onboard WiFi

To completely disable the onboard WiFi from the firmware on the Pi3, in /boot/config.txt add

dtoverlay=pi3-disable-wifi

https://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3

Make sure ntpd is working

Add: /sbin/iptables -t mangle -I POSTROUTING 1 -o wlan0 -p udp --dport 123 -j TOS --set-tos 0x00

to the file /etc/rc.local