-
Notifications
You must be signed in to change notification settings - Fork 294
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
igb io error. #932
Comments
Hello, /dev/igb_avb is provided by igb_avb module see https://github.com/AVnu/igb_avb/ run_igb.sh shows how to load that module properly. Regards, |
execute result is as blow. mmtp@mmtp-B80GV-AP05D6E:~/OpenAvnu$ ./run_igb.sh enp3s0 when I execute command as insmod, I got always error message as "Operation not permitted". |
Try
Familiarity with linux is required to use OpenAvnu. |
It is same. mmtp@mmtp-B80GV-AP05D6E:/sys/class/net$ ls What more can I do? |
Why TC command is used when igb driver exposed with 2 queues in userspace for TSN. how will the TSN effected bt tc when running tx queues from userspace ? |
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.
The text was updated successfully, but these errors were encountered: