From owner-freebsd-current@freebsd.org Sat Apr 18 04:27:50 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 579EF2BA3F1 for ; Sat, 18 Apr 2020 04:27:50 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4940LZ0V4Mz4RZ8 for ; Sat, 18 Apr 2020 04:27:49 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 03I4STA8095570 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 17 Apr 2020 21:28:36 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 Cc: freebsd-current In-Reply-To: <015c7aa8-9385-4219-1bf1-0137f65ed80d@quip.cz> From: Chris Reply-To: bsd-lists@BSDforge.com To: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: PCIe NVME drives not detected on Dell R6515 Date: Fri, 17 Apr 2020 21:28:35 -0700 Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4940LZ0V4Mz4RZ8 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.92 / 15.00]; NEURAL_HAM_MEDIUM(-0.93)[-0.935,0]; NEURAL_HAM_LONG(-0.99)[-0.989,0]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2020 04:27:50 -0000 On Fri, 17 Apr 2020 23:07:38 +0200 Miroslav Lachman 000=2Efbsd@quip=2Ecz said > Scott Long wrote on 04/17/2020 23:04: > >=20 > >=20 > >> On Apr 17, 2020, at 2:45 PM, Miroslav Lachman <000=2Efbsd@quip=2Ecz> wrote= : > >> > >> Scott Long wrote on 04/17/2020 22:17: > >>>> On Apr 17, 2020, at 1:47 PM, Miroslav Lachman <000=2Efbsd@quip=2Ecz> wro= te: > >>>> > >>>> Kurt Jaeger wrote on 04/17/2020 21:44: > >>>>> Hi! > >>>>>>> pciconf -lBc pcib12 > >>>>>>> pciconf -lBc pcib13 > >>>>>> > >>>>>> Printscreen attached=2E > >>>>> Attachments are stripped from the list -- can you put them somewher= e > >>>>> online ? > >>>> > >>>> Here it is https://ibb=2Eco/c1dZrTf > >>>> > >>>> Miroslav Lachman > >>>> > >>> Ok, the bridges know about their downstream bus numbers, but I see no= thing > > that suggests that they=E2=80=99re being probed=2E The next step would b= e bootverbose, > > but that=E2=80=99s going to be a lot of output to collect in screen cap= tures=2E > >> > >> Over 3000 lines long but I finally managed to make SOL work so I have = it as > > text! > >> > >> https://pastebin=2Epl/view/90fdaafb > >> > >=20 > > This helped a lot, thanks=2E It looks like these PCIe buses are marked a= s > > being hotplug, and for some reason we=E2=80=99re not probing them=2E At = this point, > > I=E2=80=99d need to feed you some kernel patches that will dump out mor= e info, but > > you=E2=80=99d have to compile them and get them onto your boot media=2E = Is that a > > possibility? >=20 > Currently I have all machines on 11=2E3 (where I can rebuild kernel=20 > without problem) > If CURRENT is required I would need to setup some CURRENT VM in VirtualBo= x=2E >=20 > Can you send me some link to documentation who should I create new ISO=20 > after rebuild? Here's what I do After building world && kernel: # cd /usr/src/ # make installworld DESTDIR=3D/to/path/with-2Gig-space # make distribution DESTDIR=3D/to/path/with-2Gig-space (you need a slice with ~2G space available) Then: # mkisofs -b boot/cdboot -no-emul-boot -r -J -V "FreeBSD__Install"= -publisher "" -o /path/to/put/NEW_INSTALL=2Eiso /to/path/with-2Gi= g-space Hope it makes sense to you=2E :) --Chris >=20 > Miroslav Lachman > _______________________________________________ > freebsd-current@freebsd=2Eorg mailing list > https://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd=2Eorg= "