Quote:
Originally Posted by frostschutz
The only thing that comes to mind is that the udev rule for some reason won't trigger on a Glo HD, if it uses different usb driver... Unfortunately I don't have a Glo HD to test with.
|
Indeed it doesn't get activated in the Glo HD.
What I see in the standard firmware tar is: \lib\udev\rules.d\kobo.rules
So I don't see a \etc\udev\rules.d
the file kobo.rules contains:
Code:
KERNEL=="mmcblk[1-9]p[1-9]", RUN+="/usr/local/Kobo/udev/sd"
KERNEL=="usb_host", RUN+="/usr/local/Kobo/udev/plug"
KERNEL=="fsl-usb2-udc", ACTION=="offline", RUN+="/usr/local/Kobo/udev/plug"
KERNEL=="usb_plug", RUN+="/usr/local/Kobo/udev/ac"
So perhaps on the Glo HD the file should be on that location to get activated ?