-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Description
Hello,
when I execte timple_talker command, I got the error message.
-
command : $sudo ./simple_talker -i enp3so -t 2
-
error msg
attaching to 0000:03:00.0
attach failed! (Unknown error -6)
connet failed (No such file or directory) - are you running as root?
I checked igb.c code in ./lib/igb_avb/lib folder.
problem code is
"adapter->ldev = open("/dev/igb_avb", O_RDWR);"
In the system I built, /dev/igb_avb does not exist, so I changed it to /sys/class/net/enp3s0. However, the return value of ldev is -1.
If you have encountered the same error message, please share how you resolved it.
thanks.
Metadata
Metadata
Assignees
Labels
No labels