Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "tcg" (Nov 8th 2009, 9:46am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
sudo -i ### prepare # wenn "keyserver.ubuntu.com" nicht geht: "subkeys.pgp.net" nehmen apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6CF20474 echo "deb http://ppa.launchpad.net/the-vdr-team/vdr-ubuntu-karmic/ubuntu karmic main" >>/etc/apt/sources.list echo "deb-src http://ppa.launchpad.net/the-vdr-team/vdr-ubuntu-karmic/ubuntu karmic main" >>/etc/apt/sources.list apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 299F360A echo "deb http://ppa.launchpad.net/henningpingel/xbmc/ubuntu karmic main" >>/etc/apt/sources.list echo "deb-src http://ppa.launchpad.net/henningpingel/xbmc/ubuntu karmic main" >>/etc/apt/sources.list ### install apt-get update apt-get -y upgrade apt-get -y install w-scan apt-get -y install vdr apt-get -y install vdr-plugin-streamdev-server apt-get -y install vdr-plugin-xineliboutput apt-get -y install xineliboutput-sxfe apt-get -y install vdr-skin-pearlhd apt-get -y install xbmc-live #wenn ich "vdr-plugin-live" oder "vdr-plugin-wirbelscan" installiere startet vdr-sxfe nicht mehr ?!? ### nvidia treiber apt-get -y install build-essential wget ftp://download.nvidia.com/XFree86/Linux-x86/190.42/NVIDIA-Linux-x86-190.42-pkg1.run /etc/init.d/gdm stop sh NVIDIA-Linux-x86-190.42-pkg1.run /etc/init.d/gdm start ### s2 treiber wget http://mercurial.intuxication.org/hg/s2-liplianin/archive/tip.tar.bz2 tar -xjf tip.tar.bz2 pushd s2-liplianin-* make -j4 # temporär: solange der firedtv treiber aus s2-liplianin nicht geht ".config" patchen und nochmal "make" patch v4l/.config <<EOF 218c218 < CONFIG_DVB_FIREDTV=m --- > CONFIG_DVB_FIREDTV=n EOF make -j4 make install popd reboot |
This post has been edited 3 times, last edit by "tcg" (Nov 7th 2009, 11:19pm)
Location: Magdeburg/Wolfsburg
Occupation: Dipl.-Wirtsch.Inf, Spez. Data-Warehousing - Business Intelligence


Homepage
Quoted
Original von Tobias
ich hab aber auch noch ne frag an die anderen: wie kann ich per vdr-sxfe und per keyboard den vdr steuern?? zb. den Kanal wechseln??
Location: Magdeburg/Wolfsburg
Occupation: Dipl.-Wirtsch.Inf, Spez. Data-Warehousing - Business Intelligence
Homepage