Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 17:14:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 238411] igb(4): Wake on Lan not working with Intel I210
Message-ID:  <bug-238411-7501-Y2zBZlY6Di@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238411-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238411-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238411

--- Comment #12 from Catwoolfii <yyv83@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

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238411-7501-Y2zBZlY6Di>