From 27a049c568326ae0a949e0e690068229b96d46d4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 24 Feb 2007 13:19:45 +0100 Subject: [PATCH] updated mplayer tip and added dvb tip --- debian/changelog | 7 +++++++ grml_tips | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/debian/changelog b/debian/changelog index c5abfa8..647ea6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 24 Feb 2007 13:19:19 +0100 + grml-tips (0.3-19) unstable; urgency=low * New tips (eeprom ram). diff --git a/grml_tips b/grml_tips index fe031e7..7d95d77 100644 --- 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. +-- -- 2.1.4