|
From: <li...@ba...> - 2007-06-17 13:35:17
|
Hi! R B "for...@ya..." wrote: [...] > I created a new entry: > mknod /dev/lirc c 61 2 Where did you get this from? Unless you have three lirc devices, this will point to a non-existing device. Use "mknod /dev/lirc c 61 0" if the correct device is not created automatically upon loading the kernel module. Christoph |