From owner-freebsd-questions@freebsd.org Thu Mar 28 13:41:17 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4725E155D647 for ; Thu, 28 Mar 2019 13:41:17 +0000 (UTC) (envelope-from hans@beastielabs.net) Received: from atlas.fritz.box (unknown [IPv6:2001:985:87e:1:20d:b9ff:fe42:685c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "atlas", Issuer "atlas" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A60471B42 for ; Thu, 28 Mar 2019 13:41:16 +0000 (UTC) (envelope-from hans@beastielabs.net) Received: from beastie.fritz.box (beastie.fritz.box [192.168.66.176]) by atlas.fritz.box (8.15.2/8.15.2) with ESMTP id x2SDfA4w019432; Thu, 28 Mar 2019 14:41:11 +0100 (CET) (envelope-from hans@beastielabs.net) Subject: Re: Problem with interface em0 - fresh install FreeBSD 12 To: Zbigniew Komarnicki Cc: freebsd-questions@freebsd.org, Robert Huff References: <5c96799f.1c69fb81.74cc2.dac1@mx.google.com> <23702.35084.819136.353611@jerusalem.litteratus.org> <5c9bbfbf.1c69fb81.b1d8d.b066@mx.google.com> From: Hans Ottevanger Message-ID: Date: Thu, 28 Mar 2019 14:41:10 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.0 MIME-Version: 1.0 In-Reply-To: <5c9bbfbf.1c69fb81.b1d8d.b066@mx.google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2019 13:41:17 -0000 On 3/27/19 7:23 PM, Zbigniew Komarnicki wrote: > On Sat, 23 Mar 2019 15:29:16 -0400 > Robert Huff wrote: >> For comparison: >> >> em0: 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@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@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