Re: [Linuxptp-users] Unable to run linuxptp-1.6 in kernel 3.13 in ubuntu 14.04
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2016-01-22 09:37:38
|
On Fri, Jan 22, 2016 at 05:22:00AM +0000, Namit wrote: > I installed ixgbe driver also. But still no results. > Also I tried to install igb driver but it is not compatible with the current > kernel. Those two drivers are for two completely different cards. First off, you need to find out what hardware you have for eth0. What do the following two commands tell you? 1. ethtool -i eth0 2. lspci Thanks, Richard |