Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:time [2023/06/21 08:17] – [Linux] darrontools:time [2024/07/10 12:12] (current) – [Resources] darron
Line 117: Line 117:
 When running a kernel with the above options, the following When running a kernel with the above options, the following
 is observed is observed
- 
-NB ntpq and ntptime are part of the ntp package. 
  
 <code> <code>
Line 153: Line 151:
 </code> </code>
    
 +NB ntpq and ntptime are part of [[tools:time#ntp|ntp]].
 +
 +
 ===PPS=== ===PPS===
  
Line 450: Line 451:
 <code> <code>
 apt install ntp ntpdate apt install ntp ntpdate
 +</code>
 +
 +<code>
 /etc/init.d/ntp stop /etc/init.d/ntp stop
 update-rc.d ntp disable update-rc.d ntp disable
 +</code>
 +
 +__Bookworm__
 +
 +<code>
 +/etc/init.d/ntpsec stop
 +update-rc.d ntpsec disable
 +</code>
 +
 +<code>
 +systemctl stop ntpd
 +systemctl disable ntpd
 +systemctl mask ntpd
 </code> </code>
  
Line 693: Line 710:
 ===Resources=== ===Resources===
  
-[[https://wiki.kewl.org/downloads/QUECTEL/L80-brochure.pdf|L80 GPS overview]]+{{downloads:QUECTEL:L80-brochure.pdf|L80 GPS overview}}
  
-[[https://wiki.kewl.org/downloads/QUECTEL/L80-hardware.pdf|L80 GPS hardware]]+{{downloads:QUECTEL:L80-hardware.pdf|L80 GPS hardware}}
  
-[[https://wiki.kewl.org/downloads/QUECTEL/L80-protocol.pdf|L80 GPS protocol]]+{{downloads:QUECTEL:L80-protocol.pdf|L80 GPS protocol}}
  
 [[https://sourceforge.net/projects/ptpd/|PTPD version 2 on SourceForge]] [[https://sourceforge.net/projects/ptpd/|PTPD version 2 on SourceForge]]
  
 [[http://linuxptp.sourceforge.net/|Linux PTP]] [[http://linuxptp.sourceforge.net/|Linux PTP]]