Re: [Linuxptp-users] Installation of Linuxptp on Ubuntu PC
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2015-08-29 08:17:40
|
On Fri, Aug 28, 2015 at 10:59:37PM +0100, Guo Hao wrote: > hao@Hao-Ubuntu:~$ uname -a > Linux Hao-Ubuntu 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 > 17:43:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Ok, so your kernel is new enough, and I guess that the ubuntu kernel does include PTP support. Now, check your network interfaces for time stamping support: ethtool -T eth0 ethtool -T eth1 ... Post the output of these commands. Thanks, Richard |