On Sun, Aug 14, 2016 at 12:40:33AM +0000, Prabhu Gurumurthy wrote: > I think I might be missing firmware, which might need to be loaded, but > linux-firmare.git has so many firmware, I am lost trying to find the > correct one in that repo and I am lost in firmware.openbsd.org as well.
Our rtwn(4) driver is missing code to support your device. It seems the Linux driver code for your device is in rtlwifi/rtl8188ee/. Is this correct? Boot Linux and make sure you understand which driver is loaded there, and find the source code for that driver. What you need to do next is compare each step of the hardware init sequence with the Linux driver, and add special cases for your chip to rtwn(4) until it works. New firmware is just a small part of the picture. Welcome to driver hacking!
