Differences
This shows you the differences between two versions of the page.
en:errata_3 [2015/04/04 11:04] – created translator1 | en:errata_3 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | 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. |