I have a Jetway Mini-top with Ubuntu 11.04 running XBMC.
I've been using hid_mapper for a while and it worked great. I told Ubuntu to ignore the remote so mappings only went through hid_mapper. I also had hid_mapper load on startup with a script.
I recently upgraded Ubuntu from 10.10 to 11.04 and after redoing my settings to get the sound and everything working again for xbmc, I noticed the remote no longer is working. Running the normal command returns an error:
Code:
sudo /root/hid_mapper/hid_mapper --lookup-id --manufacturer '0755' --product '2626' --map /root/hid_mapper/remote.map
Loaded map file /root/hid_mapper/remote.map
Unable to find specified HID device
The ids are correct.
Code:
sudo /root/hid_mapper/hid_mapper --list-devices --lookup-id
Found HID device at /dev/hidraw0
Manufacturer : 0755
Product name : 2626
Found HID device at /dev/hidraw1
Manufacturer : 0755
Product name : 2626
This is the same output 10.10 gave me. Running --learn tells me the same thing. I may be missing something obvious, but is it possible there is something different between 10.10 and 11.04 that doesn't allow hid_mapper to find HIDs?