Differences between version 8 and revision by previous author of TvTunerCards.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 8 | Last edited on Sunday, September 5, 2004 3:52:59 pm | by JohnMcPherson | Revert |
Older page: | version 7 | Last edited on Saturday, August 7, 2004 11:01:49 am | by CraigBox | Revert |
@@ -75,10 +75,10 @@
This however isn't sufficient to program "change channel" functions and so forth. For this, you need to use "lirc" userland daemons with the generic "event interface" (CONFIG_INPUT_EVDEV support needed in the kernel) for this IR support. Merely having the "evdev" module loaded and the "liblircclient0" package installed on Debian meant that the numbers on the remote are seen just like the numbers on
the keypad.
-
-If
you don't want the driver to print debugging messages to syslog every time you press a button, edit the file
+In kernel 2.6.8 and later, debug messages are turned off by default, and enabled with the "ir_debug" module parameter. In earlier kernels,
+if
you don't want the driver to print debugging messages to syslog every time you press a button, edit the file
/usr/src/linux/drivers/media/video/saa7134/saa7134-input.c
and comment out or remove the two lines:
printk("%s: build_key gpio=0x%x mask=0x%x data=%d\n",
dev->name, gpio, ir->mask_keycode, data);