Closed knedlyk closed 5 years ago
Please add hid_aureal module for rpi2 kernel package. It exists for rpi, but but not for rpi2.
Will be done tomorrow
I didn't find in repositories xbian kernel headers packages for rpi2, why these packages are missed?
Packages linux-headers-bcm2836
and linux-libc-dev
are available as usual
Ach, ok, different name of the package. Thanks for the tip, now I can compile module by myself. But it would be good to have it in the official package.
hid-aureal should be load before usbhid, but it is impossible because usbhid module is built in kernel. It should to be compiled as a module
usbhid was never built as module
Yes, my mistake, sorry, I meant hid-generic, CONFIG_HID_GENERIC=m as module.
Thanks, my remote is working!
Please add hid_aureal module for rpi2 kernel package. It exists for rpi, but but not for rpi2. I didn't find in repositories xbian kernel headers packages for rpi2, why these packages are missed?