Tag: Ubuntu

  • Ubuntu 10.04 & Java: Setup Sun JDK

    Since Ubuntu 10.04 the OpenJDK is the recommended default JDK and the Sun JDK has been removed from the multiverse repository. From the release notes: Sun Java moved to the Partner repository For Ubuntu 10.04 LTS, the sun-java6 packages have been dropped from the Multiverse section of the Ubuntu archive. It is recommended that you […]

  • Ubuntu 10.04 & PHP 5.3: Setup PDFlib 6 with PECL

    If you want to use the (old) PDFlib 6 (because you have paid for a license), you will get the following error when you try to install the latest pecl pdflib package (version 2.1.8) for PHP 5.3: […] running: make /bin/bash /var/tmp/pear-build-root/pdflib-2.1.8/libtool –mode=compile cc -I. -I/tmp/pear/temp/pdflib -DPHP_ATOM_INC -I/var/tmp/pear-build-root/pdflib-2.1.8/include -I/var/tmp/pear-build-root/pdflib-2.1.8/main -I/tmp/pear/temp/pdflib -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext […]

  • Ubuntu 10.04 & VDR: Setup femon plugin

    The VDR plugin femon adds a DVB status monitor to the OSD that displays signal information and some other parameters of the current selected channel. This plugin is very useful to, e.g. analyze the quality of the DVB signal. The installation is very easy, just use: # sudo apt-get install vdr-plugin-femon # sudo /etc/init.d/vdr restart […]

  • Ubuntu 9.10 & VDR: Setup EPGSearch plugin

    The EPGSearch plugin adds some useful features to your VDR system. Certainly, the most commonly used feature is, that this plugin enables the VDR system to automatically search for programs to record (based on times, channels and/or days). To install the plugin just use: # sudo apt-get install vdr-plugin-epgsearch # sudo /etc/init.d/vdr restart If you […]

  • Linux & Hauppauge Nexus-S: Firmware update

    As I wrote in my article Ubuntu 9.10 & VDR: Setup with Hauppauge Nexus-S and Hauppauge Nova-S you a firmware file in order to use the full-featured Hauppauge Nexus-S DVB card under Linux. Using dmesg, you can identify the version of firmware you are currently using: # sudo dmesg | grep firm […] [    9.008521] […]

  • Ubuntu 9.10 & Via Epia-M1000B: Setup NVRAM-WakeUp to wake up VDR

    In this howto I will give a step by step instruction how I configured NVRAM WakeUp to enabled my VDR system to wake up automatically. Since the configuration is mainboard specific (Via Epia-M1000B) you may have to adapt the configurations to your needs. Nevertheless this howto will give you an overview of the basic steps. […]