On Thu, Feb 08, 2024 at 12:06:51PM +0100, Ramiro Aceves wrote: > Hello, > > > I started playing tweaking usbdevs file in the Intel Nuc 8i7BEH > NetBSD-10_RC3 amd64- I added the line: > > product REALTEK RTL8188FTV 0xf179 RTL8188FTV
You need to regnerate a few files after changes in sys/dev/usbdevs.
Try something like:
cd src/sys/dev/usb
make -f Makefile.usbdevs USETOOLS=never
or use nbmake-$arch from $TOOLDIR instead and remove the USETOOLS=... part.
Martin
