On Fri, Jan 5, 2018 at 5:09 PM, not you <[email protected]> wrote: > After failing to have a driver for my Netgear A6210, I bought this adapter > to have wifi on my BBB: https://www.amazon.com/gp/product/B00H95C0A2/ > My network-manager-gnome sees the adapter, but complains that the firmware > is missing. > > I follow this post for installation instructions: > https://groups.google.com/forum/#!searchin/beagleboard/wireless$20adapter|sort:date/beagleboard/jfGbTMHvdGc/T0w42F7IDAAJ > > I look into the BBB's /usr/src/ folder, and see this folder, > linux-headers-4.9.73=bone-rt-r9. > The site: http://rcn-ee.online/builds/ has multiple .deb files. > > Which one should I use? Or is there another way to install that driver now?
Un-plug the adapter, connect it to the ethernet and run this: sudo /opt/scripts/tools/update_kernel.sh --bone-channel --testing This will install 4.15.0-rc6, "the latest" Next reboot, with your module plugged.. See if it works.. If it still fails, you'll neither to: A: fix the driver B: ping the maintainer of that driver C: pay someone to fix the driver Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhikh0xvJycSE4j8wPhkBFe%3DRKGkWkhV-%3D6TzQfMy%3DPwA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
