eschwelgin
eschwelgin
This is what I'm working on, but I can't get the router to launch in a usable state automatically on boot using any of the three methods that follow It...
@garywill I cleaned up my op to make some of the outputs a bit clearer, and to fix a mistake. sorry for the confusion. > Is that all log? Didn't...
Similar issue on raspi running ubuntu 20.10 server, ARCH=arm64 throwing a different error ubuntu@ubuntu:/lib/modules/5.8.0-1016-raspi/kernel/drivers/RTL88x2BU-Linux-Driver$ sudo make ARCH=arm64 make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/5.8.0-1016-raspi/build M=/usr/lib/modules/5.8.0-1016-raspi/kernel/drivers/RTL88x2BU-Linux-Driver modules make[1]: Entering directory '/usr/src/linux-headers-5.8.0-1016-raspi' CC [M]...
> @eschwelgin try `make ARCH=aarch64` or `make ARCH=arm`? > I'm not sure about your kernel configuration, and I don't have rpi to try it, but some people report it works....