updated mplayer tip and added dvb tip 0.3-20
authorMichael Prokop <mika@grml.org>
Sat, 24 Feb 2007 12:19:45 +0000 (13:19 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 24 Feb 2007 12:19:45 +0000 (13:19 +0100)
debian/changelog
grml_tips

index c5abfa8..647ea6e 100644 (file)
@@ -1,3 +1,10 @@
+grml-tips (0.3-20) unstable; urgency=low
+
+  * Updated 'Download binary codecs for mplayer' tip and added
+    "Set up and use DVB".
+
+ -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 13:19:19 +0100
+
 grml-tips (0.3-19) unstable; urgency=low
 
   * New tips (eeprom ram).
index fe031e7..7d95d77 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2264,6 +2264,12 @@ Download binary codecs for mplayer:
 
 # /usr/share/mplayer/scripts/win32codecs.sh
 
+or
+
+# /usr/share/mplayer/scripts/binary_codecs.sh install
+
+(depending on the mplayer version you have).
+
 To play encrypted DVDs and if you are living in a country where using
 libdvdcss code is not illegal can install Debian package libdvdread3
 and use the script /usr/share/doc/libdvdread3/install-css.sh.
@@ -2407,3 +2413,27 @@ EEPROM data decoding for SDRAM DIMM modules:
 # modprobe eeprom
 # /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl
 -- 
+Set up and use DVB:
+
+Make sure your device is supported by Linux and running.
+See http://www.linuxtv.org/ for more details.
+
+If the DVB device works on your system (see 'hwinfo --usb'
+when using a DVB usb device for example), then make sure you
+have the scan util from dvb-utils available:
+
+# aptitude install dvb-utils
+
+Then create a channels.conf configuration file:
+
+% scan /usr/share/doc/dvb-utils/examples/scan/... > ~/.mplayer/channels.conf
+
+You can find some example configuration files on
+your grml system in ~/.channels. Usage example:
+
+% ln -s ~/.mplayer/channels.conf-AT-graz ~/.mplayer/channels.conf
+
+Tip: w_scan (see http://free.pages.at/wirbel4vdr/w_scan/index2.html)
+might be useful if you do not know the initial configuration
+details.
+--