Martin J. Smith wrote: > I'm still experiencing issues with my IR controller, I think I may have been > the poster Jan was referring to. > > 'dmesg | grep -B 1 appleir' reports: > > hub 1-1.1:1.0: 4 ports detected > usbcore: registered new driver appleir > drivers/usb/input/appleir.c: v1.1:USB Apple MacMini IR Receiver driver > > (missing that important line Tino speaks of) > > lsusb shows the correct device, however I've still got no input device.. > lsmod shows the applier drive loaded.. > > Hi Martin!
I suspect that the usbhid driver claimed your IR controller. To check that, execute cat /proc/bus/usb/devices and look for the section containing a line like 'S: Product=IR Receiver'. Check the next line starting with 'I:' for the driver keyword. I expect it to say 'Driver: usbhid'. If so, become root and do the following (in one statement to make sure your usb keyboard gets reconnected again if you have one): # rmmod appleir ; rmmod usbhid ; modprobe appleir ; modprobe usbhid Then check the dmesg output for the appleir driver log messages. It should now contain a line similar to input: Apple Mac mini infrared remote control driver as /class /input/input2 Hope this helps, - Jan. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mactel-linux-users mailing list Mactel-linux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mactel-linux-users