[Linuxptp-users] can't get linux PTP to run
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: <Tim...@de...> - 2013-03-15 13:58:51
|
Hi, I'm having trouble to get started with LinuxPPT. I'm using a custom x86 3.2.37 Kernel with Real Time support. I'm using an "e1000e Intel 82574" with should be supported. I activated : <M> PPS support [*] PPS debugging messages [*] PPS kernel consumer support *** PPS clients support *** <M> Kernel timer client (Testing client, use for debug) <M> PPS line discipline <M> Parallel port PPS client <M> PPS client using GPIO *** PPS generators support *** and <M> PTP clock support *** Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional After installing I've tried to get started with creating a Master using "$ ptp4l -S -i eth2 -m -q" but I get the errors: ptp4l[14927.233]: port 1: get_ts_info not supported ptp4l[14927.235]: port 1: INITIALIZING to LISTENING on INITIALIZE ptp4l[14927.235]: port 0: INITIALIZING to LISTENING on INITIALIZE ptp4l[14933.235]: port 1: LISTENING to MASTER on ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES ptp4l[14934.242]: recvmsg tx timestamp failed: Resource temporarily unavailable ptp4l[14934.242]: port 1: send sync failed ptp4l[14934.242]: port 1: MASTER to FAULTY on FAULT_DETECTED ptp4l[14950.245]: port 1: FAULTY to LISTENING on FAULT_CLEARED ptp4l[14956.245]: port 1: LISTENING to MASTER on ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES ptp4l[14957.252]: recvmsg tx timestamp failed: Resource temporarily unavailable ptp4l[14957.252]: port 1: send sync failed ptp4l[14957.252]: port 1: MASTER to FAULTY on FAULT_DETECTED ptp4l[14973.254]: port 1: FAULTY to LISTENING on FAULT_CLEARED ptp4l[14979.254]: port 1: LISTENING to MASTER on ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES ... or : $ ptp4l -i eth2 -L -m ptp4l[314.690]: port 1: get_ts_info not supported ptp4l[314.692]: driver rejected most general HWTSTAMP filter ptp4l[314.692]: ioctl SIOCSHWTSTAMP failed: Operation not supported ptp4l[314.693]: port 1: INITIALIZING to FAULTY on INITIALIZE ptp4l[314.693]: port 0: INITIALIZING to LISTENING on INITIALIZE And on the slave "ptp4l -S -i eth2 -s -m -q" ptp4l[14964.111]: port 1: get_ts_info not supported ptp4l[14964.113]: port 1: INITIALIZING to LISTENING on INITIALIZE ptp4l[14964.113]: port 0: INITIALIZING to LISTENING on INITIALIZE what am I doing wrong? In /dev/ there is no ptp device. Would be nice if someone can give me a hint. Cheers B.Rapp |