[YUN SHIELD]Usb host can't find any hid device like Mouse, keyboard need help!

Hi guys !!

So i'm new with yun , openWRT and i'm trying to control my mouse on my arduino yun shield at usb host

I followed these topics :

http://forum.arduino.cc/index.php?topic=255618.0

http://forum.arduino.cc/index.php?topic=207069.msg1641669#msg1641669

but with no success

everytime i plug any device and check with "lsusb" on terminal nothing appears :

root@rodrigtti:~# lsusb
Bus 001 Device 001: ID 1d6b:0002

so any help will be nice thanks!!

Try

opkg update
opkg install kmod-hid
opkg install kmod-hid-generic
insmod  hid-generic   #make it load 
echo "hid-generic" >>/etc/modules.d/62-hid-generic  #make it load at next boot

Might need cross compile hid kernel yourself like I did.

http://forum.arduino.cc/index.php?topic=207069.msg1641669#msg1641669