On Tue, Sep 05, 2006 at 18:25:51 +0100, Martin J. Smith wrote:
> Tino,
> 
> Thanks for the tips so far.. I've rebuilt the kernel with EVDEV included,
> lsinput reports the following:
> 
> /dev/input/event0
>    bustype : BUS_ADB
>    vendor  : 0x1
>    product : 0x1
>    version : 256
>    name    : "Macintosh mouse button emulation"
>    bits ev : EV_SYN EV_KEY EV_REL
> 
> /dev/input/event1
>    bustype : BUS_USB
>    vendor  : 0x5ac
>    product : 0x1000
>    version : 6501
>    name    : "HID 05ac:1000"
>    phys    : "usb-0000:00:1d.3-1/input0"
>    uniq    : ""
>    bits ev : EV_SYN EV_KEY EV_LED EV_REP
> 
> /dev/input/event2
>    bustype : BUS_USB
>    vendor  : 0x5ac
>    product : 0x1000
>    version : 6501
>    name    : "HID 05ac:1000"
>    phys    : "usb-0000:00:1d.3-1/input1"
>    uniq    : ""
>    bits ev : EV_SYN EV_KEY EV_REL
> 
> 
> I've cat each eventX and receive nothing unfortunately when pressing the
> buttons on my IR remote.
> 
> Any thoughts?

There is no Apple remote. Is the kernel patched with ir.patch? Is the
appleir driver loaded? If not, you should patch the kernel and rebuild
with CONFIG_USB_APPLEIR=m in the kernel config and load the module with
modprobe appleir. After this, I get these messages in the kernel log:

input: Apple Mac mini infrared remote control driver as /class/input/input7
usbcore: registered new driver appleir
drivers/usb/input/appleir.c: v1.1:USB Apple MacMini IR Receiver driver

I can see the remote in lsinput:

/dev/input/event2
   bustype : BUS_USB
   vendor  : 0x5ac
   product : 0x8240
   version : 272
   name    : "Apple Mac mini infrared remote c"
   phys    : "/input0"
   bits ev : EV_SYN EV_KEY EV_REP

Regards,
Tino

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to