03-21-2018, 12:28 PM
(03-19-2018, 02:14 AM)Raybuntu Wrote: That driver is probably not enabled in RK. We have that for Odroid C2 enabled.
Im not sure if you understand my problem, the driver is TOTALLY enabled on your librelec build, the problem is that the exact device ID of my usb dongle is not part of the device ids registered to that driver (probably because my device is a bit newer than the driver used on this build)
So basically the problem is that the driver is there but is not recognizing my device as one he should manage, im not a linux expert but apparently:
Code:
modprobe 8812au
echo 2357 010f > /sys/bus/usb/drivers/8812au/new_id
echo -n 4-1.4 > /sys/bus/usb/drivers/usb/unbind
echo -n 4-1.4 > /sys/bus/usb/drivers/8812au/bind