On Wed, Jul 03, 2019 at 10:56:09PM +0000, m...@netbsd.org wrote: > On Wed, Jul 03, 2019 at 08:47:22PM +0000, Thomas Klausner wrote: > > Module Name: src > > Committed By: wiz > > Date: Wed Jul 3 20:47:22 UTC 2019 > > > > Modified Files: > > src/sys/external/bsd/drm2/nouveau: nouveau_pci.c > > > > Log Message: > > Improve nouveau pci attachment code so it waits for the availability of / > > before trying to load firmware. > > > > Which firmware is it loading? we should probably ship it...
I've tried to provide the nvidia firmware from Debian's firmware-nonfree_20161130.orig.tar.xz Putting the files into /usr/libdata/firmware/nvidia/gm206/gr or /usr/libdata/firmware/nouveau/gm206/gr isn't enough, it still doesn't find them. Is the full searched path printed somewhere? Thomas