Closed GoogleCodeExporter closed 9 years ago
It is not a build problem: the ixgbe module depends on other modules, which you
can find with 'modinfo ixgbe/ixgbe.ko | grep ^depends:'. Since we are using
insmod, we need to load the dependencies by ourselves:
modprobe mdio
modprobe ptp
modprobe dca
insmod ./netmap.ko
insmod ./ixgbe/ixgbe.ko
Original comment by giuseppe.lettieri73
on 2 Mar 2015 at 4:58
Thanks!!! Netmap works fine now!
Original comment by pavel.odintsov
on 2 Mar 2015 at 7:53
Original comment by giuseppe.lettieri73
on 2 Mar 2015 at 10:37
Original issue reported on code.google.com by
pavel.odintsov
on 2 Mar 2015 at 3:37