OK. Understand now.amq wrote:Sorry, I am being unclear. I meant:
Drivers for
Linux osmc 4.4.16-4-osmc #1 SMP PREEMPT Fri Aug 26 00:22:10 UTC 2016 armv7l GNU/Linux
When I wrote 4.4.16 drivers. Or would this just be the same as the 4.4.13.v1 ones that I downloaded from you and depmod'ed?
I would be rather surprised if my 4.4.13 driver is working with 4.4.16. It seems that osmc already includes several Realtek drivers including the 8812au driver so you may be using the driver included in the osmc image and not my driver. Depends on how you installed it and the wifi module you are using.
You could try command modinfo 8812au | grep v4 and see what it shows. The driver included with osmc is version v4.2.2_7502.20130517 and my driver is version v4.3.14_13455.20150212_BTCOEX20150128-51.
One thing that can help stop the wifi going down is disabling power management. For the 8812au driver create a file /etc/modprobe.d/8812au.conf and add the line
Code: Select all
options 8812au rtw_power_mgnt=0 rtw_enusbss=0
MrEngman