Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
5279 Discussions

Can you help me use the I210 driver for OpenAvnu in Ubuntu 22.04?

365days
Beginner
2,449 Views

Hello,

 

I am trying to verify the operation using the I210 driver in openAvnu.

 

I encountered an error while executing igb_avb under the openAVnu source.

~/OpenAvnu/examples/simple_talker$ sudo ./simple_talker -i enp3s0 -t 2

attaching to 0000:03:00.0

attach failed! devpath=0000:03:00.0 (Unknown error -6)

connect failed (Is a directory) - are you running as root?

 

The error occurred in the igb.c file at the following code. I tried modifying it as shown in the second code, but the error remains the same. 

original code : adapter->ldev = open("/dev/igb_avb", O_RDWR);

modified code : adapter->ldev = open("/sys/devices/pci0000:00/0000:00:1d.0/0000:03:00.0", O_RDWR);

 


After mount the driver, I verified that it exists even though I haven't installed sw driver addtionally.

While I was downloading and installing the igb_avb source to use the I210 driver from openAVnu, I encountered an error.

used source link : https://github.com/Avnu/igb_avb 

 

Although the build was successful, I encountered an error while performing insmod as follows.

~/OpenAvnu/lib/igb_avb/kmod$ sudo insmod ./igb_avb.ko

insmod: ERROR: could not insert module ./igb_avb.ko: Key was rejected by service

 

Can you help me resolve this issue?

thanks.

0 Kudos
11 Replies
Sazirah
Employee
2,397 Views

Hi 365days,

 

Thank you for posting in Intel Ethernet Communities.


While we are checking on the resolution that may help your issue, may I know have you tried to do clean driver installation?


Regards,

Sazzy_Intel


0 Kudos
365days
Beginner
2,388 Views

 Hello,  Saziah

 

What does "clean driver installation" mean?

Can you explain the "clean driver installation" in detail?

 

I tried downloading and installing Source as https://github.com/Avnu/igb_avb ".

And I tried igb-5.15.7.tar.gz  as https://www.intel.co.kr/content/www/kr/ko/download/14098/intel-network-adapter-driver-for-82575-6-82580-i350-and-i210-211-based-gigabit-network-connections-for-linux.html.

 

Thanks.

0 Kudos
Sazirah
Employee
2,397 Views

Hi 365days,


Also, may I know the specific model for your Intel i210?

And can you advise if this Intel i210 used in what system.


Regards,

Sazzy_Intel



0 Kudos
365days
Beginner
2,386 Views

Hi Sazirah,

 

Intel Ethernet I210-T1 PCI2 X1 Gb NIC

OS : Utunbtu 22.04

 

I want to use I210 to run openAvnu by installing Ubuntu22.04 on my desktop.

 

Thanks.

0 Kudos
Sazirah
Employee
2,366 Views

Hi 365days,


Thank you for details provided. May I know have you tried to update the driver via Intel website as below:


Intel® Ethernet Adapter Complete Driver Pack

https://www.intel.com/content/www/us/en/download/15084/intel-ethernet-adapter-complete-driver-pack.html


Regards,

Sazzy_Intel


0 Kudos
365days
Beginner
2,353 Views

Hi Sazirah,

 

I followed your guide and proceeded with the installation. However, I still encountered the same problem.

$ sudo find ./ -iname *ixgb*
./6.2.0-39-generic/kernel/drivers/net/ethernet/intel/ixgbevf
./6.2.0-39-generic/kernel/drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko
./6.2.0-39-generic/kernel/drivers/net/ethernet/intel/ixgb
./6.2.0-39-generic/kernel/drivers/net/ethernet/intel/ixgb/ixgb.ko
./6.2.0-39-generic/kernel/drivers/net/ethernet/intel/ixgbe
./6.2.0-39-generic/kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
./6.5.0-14-generic/updates/drivers/net/ethernet/intel/ixgbe
./6.5.0-14-generic/updates/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
./6.5.0-14-generic/kernel/drivers/net/ethernet/intel/ixgbevf
./6.5.0-14-generic/kernel/drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko
./6.5.0-14-generic/kernel/drivers/net/ethernet/intel/ixgbe
./6.5.0-14-generic/kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
mmtp@mmtp-B80GV-AP05D6E:/lib/modules$ cd ~
mmtp@mmtp-B80GV-AP05D6E:~$ cd ixgbe-5.19.9/
mmtp@mmtp-B80GV-AP05D6E:~/ixgbe-5.19.9$ modprobe ixgbe
modprobe: ERROR: could not insert 'ixgbe': Operation not permitted
mmtp@mmtp-B80GV-AP05D6E:~/ixgbe-5.19.9$ sudo modprobe ixgbe
modprobe: ERROR: could not insert 'ixgbe': Key was rejected by service

 

Thanks.

0 Kudos
Sazirah
Employee
2,304 Views

Hi 365days,


Thank you. Let me check from my end regarding this issue and revert back to you.


Regards,

Sazzy_Intel


0 Kudos
365days
Beginner
2,216 Views

Hi Sazirab,

 

I will wait for your response.

 

Regards, 

365days

0 Kudos
Sazirah
Employee
2,196 Views

Hi 365days,


We have discussed regarding this issue, and we advise you to contact our Intel Embedded team. You may post in the Embedded forum regarding this and they will assist you regarding your issue. Please visit below link to contact our Intel Embedded team:

https://community.intel.com/t5/Embedded-Connectivity/bd-p/embedded-networking-connectivity


Regards,

Sazzy_Intel


0 Kudos
Sazirah
Employee
2,138 Views

Hi 365days,

 

Good day,

 

This is related to your enquiries above, I would like to check if the issue has resolved?

If you have any questions or clarifications, please let me know.

 

Regards,

Sazzy_Intel


0 Kudos
Sazirah
Employee
2,086 Views

Hi 365days,


Good day.


This is regarding your enquiry above.


Since we have not seen an update, we will be closing this forum case from our end. If you need any additional information, please submit a new question as this thread will no longer be monitored.


Regards,

Sazzy_Intel


0 Kudos
Reply