Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:update:troubleshooting:errata_3 [2023/08/28 16:03] – ↷ Page moved from en:dpi:update:errata:errata_3 to en:dpi:update:troubleshooting:errata_3 elena.krasnobryzh | en:dpi:update:troubleshooting:errata_3 [2023/08/28 16:04] (current) – removed elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 3 The network driver can not be loaded after the kernel' | ||
| - | {{indexmenu_n> | ||
| - | 1. In case your network driver can not be loaded after the kernel' | ||
| - | < | ||
| - | ls / | ||
| - | </ | ||
| - | If kernel modules pf_ring.ko and igb.ko (or ixgbe.ko for 10G cards) are not present in this directory, please copy them from the similar directory of the previous kernel version: < | ||
| - | cd path_found | ||
| - | cp pf_ring.ko / | ||
| - | cp igb.ko / | ||
| - | < | ||
| - | depmod -a | ||
| - | modprobe pf_ring | ||
| - | modprobe igb # or modprobe ixgbe | ||
| - | </ | ||
| - | |||
| - | 2. If your network card supports bypass functionality: | ||
| - | |||
| - | To find the driver: | ||
| - | < | ||
| - | find / | ||
| - | </ | ||
| - | |||
| - | Copy it to extra: | ||
| - | < | ||
| - | cp bpctl_mod.ko / | ||
| - | depmod -a | ||
| - | </ | ||
| - | |||
| - | To verify operation: | ||
| - | < | ||
| - | bpctl_start | ||
| - | bpctl_util all get_bypass | ||
| - | </ | ||
| - | |||
| - | Please contact tech support if these steps do not help. | ||