|
From: Kristian L. <kri...@ho...> - 2009-01-12 23:16:29
|
Hi
I'm trying to get LIRC to work with a remote control that talks to a Future Tech. Devices FT232 USB-Serial (UART) IC with some custom drivers onboard.
The IR reciever is attached to /dev/ttyUSB0.
Configuration of the serial port in C looks like (and it works on Ubuntu 8.10!!!!!!!!):
newtio.c_cflag = B57600 | CS8 | CLOCAL | CREAD; newtio.c_iflag = IGNPAR | ICRNL; /* raw input */ newtio.c_oflag = 0; /* raw output */ newtio.c_lflag = ICANON; newtio.c_cc[VMIN] = 1; newtio.c_cc[VTIME] = 0;
The "raw input" is interpreted elsewhere in my C code.
Is it possible to only change some configuration files, like
/etc/lirc/hardware.conf
/etc/lirc/lircd.conf
/etc/lirc/lircmd.conf
, and then make it work? Or must I create a new lirc-driver?
I started with a "custom IR input" during install of LIRC
I have tried to change hardware.conf and then trying to reload the lircd-daemon using "/etc/init.d/lirc start -v"
I always get the message:
"Unable to load LIRC kernal modules. Verify your selected kernal modules in /etc/lirc/hardware.conf"
I might not just have the right combination???
Please help!!!
Best Regards,
hotlips
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us |