[Bug 238411] igb(4): Wake on Lan not working with Intel I210
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 25 17:14:25 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238411
--- Comment #12 from Catwoolfii <yyv83 at mail.ru> ---
Still using "em" driver.
I would suggest building the module from opnsense sources:
1. Download and unpack the source code:
wget https://github.com/opnsense/src/archive/refs/heads/stable/21.1.tar.gz
tar zxvf 21.1.tar.gz --strip 1 -C /usr/src
2. In these sources, you also need to comment out in file
/usr/src/sys/dev/e1000/if_em.c
Look like
https://github.com/opnsense/src/blob/stable/21.1/sys/dev/e1000/if_em.c#L3661
3. Now you can build new module:
cd /usr/src/modules/em
make
make install
New kernel module should appear in /boot/modules
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-net
mailing list