https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238411
--- Comment #12 from Catwoolfii <yy...@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. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"