|
From: <li...@ba...> - 2007-04-29 20:04:42
|
Hi!
Christian Tramnitz "chr...@gm..." wrote:
> I'm trying to use a igorplugusb module on my PS3 (ppc64) but it seems
> there is a problem.
[...]
> Apr 28 06:50:08 ps3 lircd-0.8.1[30065]: lircd(igorplugusb) ready
> Apr 28 06:50:08 ps3 lircd-0.8.1[30065]: accepted new client on /dev/lircd
> Apr 28 06:50:08 ps3 lircd-0.8.1[30065]: could not get hardware features
> Apr 28 06:50:08 ps3 kernel: ioctl32(lircd:30065): Unknown cmd fd(7)
> cmd(40046900){00} arg(1002b540) on /dev/lirc
The ioctl request number is bogus. LIRC_GET_FEATURES should be 80046900
but it is 40046900.
You should check your ioctl.h header file, why this happens.
Christoph
|