formatting README.md
parent
6ad93d774f
commit
08e9de0497
|
@ -53,21 +53,25 @@ Check if master machine is running ntp daemon:
|
||||||
ps waux | grep ntpd
|
ps waux | grep ntpd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If master is running ntp daemon (regardless if connection to internet is present), run PTPd in master mode:
|
If master is running ntp daemon (regardless if connection to internet is present), run PTPd in master mode:
|
||||||
|
|
||||||
sudo ptpd -C -G
|
sudo ptpd -C -G
|
||||||
|
|
||||||
|
|
||||||
If master has not ntp daemon, run
|
|
||||||
|
If master has no ntp daemon running, run
|
||||||
|
|
||||||
sudo ptpd -C -W
|
sudo ptpd -C -W
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
All other computers should run PTPd in slave mode:
|
All other computers should run PTPd in slave mode:
|
||||||
|
|
||||||
sudo ptpd -C -g
|
sudo ptpd -C -g
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Now all clocks of all laptops should be in tight sync and the SC patch can be evaluated. It is recommended that it is evaluated just before the performance.
|
Now all clocks of all laptops should be in tight sync and the SC patch can be evaluated. It is recommended that it is evaluated just before the performance.
|
||||||
|
|
||||||
To test the sync, all laptops should play "~white2", which is a short click at frequency 1Hz.
|
To test the sync, all laptops should play "~white2", which is a short click at frequency 1Hz.
|
||||||
|
|
Loading…
Reference in New Issue