|
From: Jarod W. <ja...@wi...> - 2009-02-05 18:27:59
|
On Thu, 2009-02-05 at 07:14 -0800, Kyle Bader wrote:
> > You don't have your device plugged in or no kernel module is loaded or
> > your hardware isn't supported (no kernel modules loaded).
>
> It's definitly plugged in and recieving power, the led is lit.
>
> > Use "lsmod | grep lirc" and check for lirc_dev, etc. Without these
> > modules you won't see a hardware /dev file.
>
> Knew I forgot to include something :X
>
> cobalt ~ # lsmod
> Module Size Used by
> lirc_i2c 7876 0
> lirc_dev 11208 1 lirc_i2c
> cx2341x 12100 0
> v4l2_compat_ioctl32 9664 0
> cobalt linux # ps aux|grep lirc
> root 17783 0.0 0.0 3784 496 ? Ss Feb03 0:02
> /usr/sbin/lircd -P /var/run/lircd.pid -d /dev/lirc0
> root 17834 0.0 0.0 3696 252 ? Ss Feb03 0:00
> /usr/sbin/lircmd
> root 30613 0.0 0.0 3820 572 pts/4 S+ 07:11 0:00 grep
> --colour=auto lirc
> cobalt linux # ls /dev/lir*
> /dev/lircd /dev/lircm
>
> Any other ideas?
Enable debugging in lirc_i2c ('modprobe lirc_i2c debug=1'), see what it
thinks it sees. Not sure if lirc_i2c knows how to talk to that card,
this might actually be one of the zilog IR chips for which lirc_pvr150
and/or lirc_zilog was written for (based on lirc_i2c, but different).
--jarod
|