Re: [Mactel-linux-devel] apple ir on mac mini does not work

2006-09-03 Thread jasser
i have both the evdev and apple ir built in :s so i dont really know On Sun, 2006-09-03 at 01:44 -0400, Erik Osheim wrote: > So, it's difficult to know exactly what about your kernel configuration > doesn't work. I have heard about kernel modules being loaded in the > wrong order. I've also heard

Re: [Mactel-linux-devel] apple ir on mac mini does not work

2006-09-01 Thread Erik Osheim
Hi, You need to make sure that the 'evdev' module is loaded (or built into your kernel) and look at /dev/input/event*. Initially my kernel wasn't set up to use these kinds of devices and like you I only got junk on the hiddev* devices. Now I have appleir and evdev loaded as modules and things work

Re: [Mactel-linux-devel] apple ir on mac mini does not work

2006-08-31 Thread Thomas Glanzmann
Hello, run xev. Than press keys on the IR and watch the keycodes. After that you have to define the keycodes to something that is useful for you like that: xmodmap -e 'keycode 158 = SunPowerSwitch' xmodmap -e 'keycode 153 = Up' xmodmap -e 'keycode 144 = Down' xmodmap -e 'keycode 162 = SunOpen' ...