Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Raspberry Pi Zero W almost useless



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


Home | Main Index | Thread Index | Old Index