xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 46 forks source link

hid_aureal module for rpi2 #868

Closed knedlyk closed 5 years ago

knedlyk commented 5 years ago

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?

mkreisl commented 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

knedlyk commented 5 years ago

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.

knedlyk commented 5 years ago

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 , not as <*>.

mkreisl commented 5 years ago

usbhid was never built as module

knedlyk commented 5 years ago

Yes, my mistake, sorry, I meant hid-generic, CONFIG_HID_GENERIC=m as module.

knedlyk commented 5 years ago

Thanks, my remote is working!