
2 Oct
2013
2 Oct
'13
10:56 p.m.
On Thu, Oct 3, 2013 at 12:09 AM, Allen Belletti wrote:
By adding this file to /config/files, I've been able to make it appear in /etc/modprobe.d at boot time. This has no effect. It appears to take place after the ixgbe driver has already been started. If I "rmmod ixgbe" and "modprobe ixgbe" manually, it works fine.
If I remember correctly the file /etc/rc.d/rc.local is persisted/persistable, so if it's still true in the mean time you can put as a workaround in it modprobe -r ixgbe modprobe ixgbe HIH, Gianluca