Penguin

Differences between version 2 and predecessor to the previous major change of TvTunerCards.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Saturday, July 17, 2004 8:06:50 pm by JohnMcPherson Revert
Older page: version 1 Last edited on Monday, May 24, 2004 2:19:52 pm by CraigBox Revert
@@ -59,9 +59,11 @@
  B: KEY=c0304 100000 0 0 0 0 1 10000 2 1e0001 7bb80 0 0 
  
 Use the "xev" program to see if X can see remote button presses. If you use the "Multimedia Keys" settings in [GNOME] (and presumably something similar in [KDE]), you can assign arbitrary keys (including those buttons on the remote) to various desktop functions such as volume/mute control. (Use of xev(1) shows that not all the buttons on the remote are supported - while most generate events, the buttons labelled "CATV", "Video", "Audio", "Full Screen", and channel up and down don't appear to be visible for some reason). 
  
-This however isn't sufficient to program "change channel" functions and so forth. For this, perhaps you could investigate using the "lirc" userland daemons with the generic "event interface" (EVDEV support needed in the kernel) for this IR support, have a look at http://linux .bytesex.org/v4l2/faq.html#ir, and update this page :)  
+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 
 /usr/src/linux/drivers/media/video/saa7134/saa7134-input.c 
 and comment out or remove the two lines: 
@@ -71,9 +73,9 @@
  
 !!!Applications 
 !Xawtv 
  
-See the xawtv(1) manpage
+See the XawTv page
  
 !Tvtime 
 Probably the Linux tv-viewing app with the most user-friendly [GUI] frontend.