Avnu / OpenAvnu

OpenAvnu - an Avnu sponsored repository for Time Sensitive Network (TSN and AVB) technology
462 stars 289 forks source link

Attaching to IGB fails since Repository Update #843

Closed chris-kuhr closed 1 year ago

chris-kuhr commented 5 years ago

Hi *,

I updated my OpenAvnu stack yesterday to the master branch.

Now I cannot get a handle of the IGB device with pci_connect. It fails with a busy resource error message (yes, I am root). This happens for my application as well as for the simple_talker example.

The gPTP, MAAP and MRP daemons work fine however.

Any idea whats wrong? It is working fine with my older OpenAvnu stack.

BR, Ck

chris-kuhr commented 5 years ago

Problem solved. Stupid me, I loaded the old kernel module. But should the kernel module version not have changed? Since they dramatically differ in size?

300K -rw-r--r-- 1 soundjack soundjack 300K Jan 4 2017 igb_avb.ko 6,8M -rw-r--r-- 1 soundjack soundjack 6,8M Oct 23 16:47 igb_avb.ko

modinfo says version 5.3.2_AVB for both.