|
From: Pavel K. <pk...@pi...> - 2006-01-22 20:35:30
|
Hi All I have a Pentium 4 3Ghz machine with HT on (thus SMP compiled in) and running linux kernel 2.6.14. To the ttyS0, the only COM-port, attached is an IRDA dongle, Tekram IRMate-210B. The latest lirc (0.8.0) compiles ok, the lirc_dev module loads without problems. However, when I try to insmod lirc-serial, I obtain the following messages in the syslog: BUG: using smp_processor_id() in preemptible [00000001] code: modprobe/30463 caller is init_port+0xbb/0x2d1 [lirc_serial] [<c02552df>] debug_smp_processor_id+0xa3/0xb4 [<f9001a8e>] init_port+0xbb/0x2d1 [lirc_serial] [<f9001a8e>] init_port+0xbb/0x2d1 [lirc_serial] [<c0116ab9>] wake_up_process+0x1e/0x20 [<f90023df>] init_module+0x21/0xae [lirc_serial] [<c0139401>] sys_init_module+0x17d/0x24e [<c0102f75>] syscall_call+0x7/0xb lirc_serial: auto-detected active high receiver lirc_dev: lirc_register_plugin: sample_rate: 0 The module still shows as loaded in the lsmod output, although I fail to get any signals with irrecord or mode2. How is it possible to overcome this bug? Thanks |