On Wednesday 16 October 2002 19:41, Maxim Heijndijk wrote:
> I have a problem with LIRC on 9.0. For some reason it can never find a
> device file, devfs or no devfs. I have upgraded to 0.6.5-3mdk from Cooker.
>
> /etc/sysconfig/lircd:
> DRIVER=default
> HWMOD=lirc_serial
> COM_PORT=/dev/ttyS1
> DRIVER_OPTS="irq=3 io=0x2f8"
>
> /etc/modules:
> alias char-major-61 lirc_serial
>
> With DEVICE=/dev/lirc/0 in /etc/sysconfig/lircd:
> Oct 16 18:53:03 warpcore lircd-0.6.5[4641]: could not open /dev/lirc/0
> Oct 16 18:53:03 warpcore lircd-0.6.5[4641]: default_init(): No such file or
> directory Oct 16 18:53:03 warpcore lircd-0.6.5[4641]: caught signal
>
> With DEVICE=/dev/lirc in /etc/sysconfig/lircd:
> Oct 16 19:37:38 warpcore lircd-0.6.5[2527]: could not open /dev/lirc
> Oct 16 19:37:38 warpcore lircd-0.6.5[2527]: default_init(): No such file or
> directory Oct 16 19:37:38 warpcore lircd-0.6.5[2527]: caught signal
Do you have the lirc_serial module? I needed to manually compile it. Does it 
get loaded?

-Malte
-- 
#!/usr/bin/perl
$t='char|short|int|long|void';%m=qw(U "unsigned\040$3" W "w$3_t");while(<>)
{/#define UNICODE/and$m{T}=$m{W};s/\b(LP)?([UWT])?($t)\b/lc(eval$m{$2}||$3)
.($1?'*':'')/gei;print;}print"/* Cleaned by Malte's WinAPI sanitizer */\n";


Reply via email to