Skip to content

igb io error. #932

@namdala

Description

@namdala

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions