Avnu / OpenAvnu

OpenAvnu - an Avnu sponsored repository for Time Sensitive Network (TSN and AVB) technology
468 stars 289 forks source link

gPTP issue: asCapable is not enabling #839

Open SUBBU3881 opened 5 years ago

SUBBU3881 commented 5 years ago

Hello:

I am working on AVB project. As a part of my task, I have to test interoperability between my gPTP and OpenAVNU's gPTP. The following are my PC details.

PC : Dell Intel PC OS: Ubuntu 14.04 64-bit

I followed following steps to build OpenAVNU gPTP as per Readme docs in git.

make igb make gptp

and I ran gPTP application using following instruction

./daemon_cl eth0 -S -T

and the result is follows..

ERROR at 636 in ../src/linux_hal_common.cpp: Group ptp not found, will try root (0) instead Using clock device: /dev/ptp0 Switching to Master

please, respond with better suggestions.

Thanks and Regards, Siva Prakash Reddy

mams2836 commented 5 years ago

Hi Siva Prakash Reddy,

Step1 ) sudo groupadd ptp

Step2 ) sudo ./daemon_cl eth0 -S -T

Please try this, because from your ERROR at 636 in ../src/linux_hal_common.cpp: Group ptp not found, will try root (0) instead, Group ptp access was not possible please grant permission by Step1

Regards, Vimal Babu