Problem with interface em0 - fresh install FreeBSD 12
Hans Ottevanger
hans at beastielabs.net
Thu Mar 28 13:41:17 UTC 2019
On 3/27/19 7:23 PM, Zbigniew Komarnicki wrote:
> On Sat, 23 Mar 2019 15:29:16 -0400
> Robert Huff <roberthuff at rcn.com> wrote:
>> For comparison:
>>
>> em0: <Intel(R) PRO/1000 Network Connection> port 0xe800-0xe83f mem 0xfebe0000-0xfebfffff irq 21 at device 6.0 on pci3
>> em0: Using 1024 tx descriptors and 1024 rx descriptors
>> em0: Ethernet address: 00:04:23:e5:50:6c
>> em0: netmap queues/slots: TX 1/1024, RX 1/1024
>>
>> Is iflib loaded? Other than that I have no idea.
>>
>>
>> Respectfully,
>>
>>
>> Robert Huff
>
> Thanks, but I do not know if iflib is loaded. I simply burn the iso from
> https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-amd64-dvd1.iso
> on DVD and install this OS with default settings (I use auto ZFS on whole disk). Thats all.
> I'm still novice user in BSD world. I can add that this computer simply work on Debian 9
> or Windows 7 without any problem with this network card. So the question is why this network card
> do not works on fresh install on FreeBSD 12.0?
>
> Thanks in advance.
>
> Zbigniew
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
This suspiciously looks like bug report 235246. See:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235246
The issue seems to be resolved in 12-STABLE. In your case maybe you
could work around the issue by disabling msix, as suggested in the
comments to the bug report. I.e. put
hw.pci.enable_msix=0
in /boot/loader.conf and reboot the system.
Hope this helps.
Kind regards,
Hans Ottevanger
More information about the freebsd-questions
mailing list