my mouse and keyboard and wireless xbox360 work great without the install of xboxdrv retroarch 1.3.2 I think it is
Ok... thanks for your message... I found the problem.
I followed this steps:
sudo apt-get install xboxdrv
From Pingus website I follow this:
Using a single controller
Plug in your Xbox360 gamepad and then unload the xpad driver via:
$ rmmod xpad
If you want to permanently unload it add the following line to /etc/modprobe.d/blacklist.conf:
blacklist xpad
Next you have to load the uinput kernel module which allows userspace programms to create virtual input devices and the joydev module handles the /dev/input/jsX devices:
$ modprobe uinput
$ modprobe joydev
You also have to make sure that you have access rights to /dev/input/uinput, either add yourself to the appropriate group, adjust the permissions or run xboxdrv as root.
Once ensured that xpad is out of the way and everything is in place start the userspace driver with:
sudo xboxdrv
Then... I changed my /etc/rc.local
xboxdrv --trigger-as-button --dbus disabled --wid 0 --led 2 --silent &
sleep 1
xboxdrv --trigger-as-button --dbus disabled --wid 1 --led 3 --silent &
sleep 1
sudo reboot
And now xbox360 wireless it's working perfectly.
Now I need to find why appear rgui Retroarch when I exit from mame2010