View Single Post
Old 10-11-2018, 03:53 PM   #217
dnh
Junior Member
dnh began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2018
Device: Kobo glo
Quote:
Originally Posted by tshering View Post
@baskerville
I just tried your updated usb-enable.sh. I get still the same result as dnh. The problem is

Code:
insmod "$GADGETS"/arcotg_udc.ko $MODULE_PARAMETERS
It should be only
Code:
insmod "$GADGETS"/arcotg_udc.ko
This worked for me, thanks!

I had one other slight annoyance, how difficult would it be to allow the physical light button toggle the light? There are other ways to do it, but it would be a nice to have. Thanks.
dnh is offline   Reply With Quote