-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing with avdecccmdline, I210 board not visible #185
Comments
I also tried passing my I210 name as an argument to avdecccmdline with: -i eth0 but get a segfault. here's the gdb output: Starting program: /home/rama/avdecc-lib/controller/app/cmdline/avdecccmdline -i eth0 Program received signal SIGSEGV, Segmentation fault. |
Are you building the staging branch? |
yes, I tried staging branch and master... any idea why the i210 board wouldn't show up on the list? |
I also have same problem. I have i210 nic card and I am using ubuntu 14.02. |
I had the same problem, I assigned an IPv4 address to use telnet and when I tried again sometime later avdecccmdline worked fine. Seems like it needs the IP address to enumerate it. |
Sounds like this is related to network interface lookup code.... |
Hello!
Testing the avdecccmdline tool on a ubuntu system, with an I210 board installed -- I am not seeing the I210 port listed in the available interfaces. can someone advise how to fix this? I tried both the master branch and the staging branch.
The board is already working for Open-AVB talking and listening.
Thanks for any suggestions!
best,
Rama
The text was updated successfully, but these errors were encountered: