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.
|
|
Source code |
1 |
sudo apt-get install mercurial |
This post has been edited 1 times, last edit by "Senfkorn" (Mar 12th 2011, 12:14am)
|
|
Source code |
1 2 3 4 5 6 7 |
wget http://www.digitaldevices.de/download/ngene_15.fw sudo cp ngene_15.fw /lib/firmware/ hg clone http://linuxtv.org/hg/v4l-dvb/ cd v4l-dvb sudo make menuconfig *** make sudo make install |
This post has been edited 1 times, last edit by "Senfkorn" (Mar 12th 2011, 1:16am)
This post has been edited 1 times, last edit by "CKone" (Mar 12th 2011, 7:47am)
This post has been edited 1 times, last edit by "CKone" (Mar 12th 2011, 7:49am)
|
|
Source code |
1 2 3 4 5 6 |
sudo su apt-get install mercurial libncurses5-dev cd /usr/src hg clone http://linuxtv.org/hg/~endriss/octopus-test/ octopus-test cd /usr/src/octopus-test make menuconfig |
|
|
Source code |
1 2 3 4 |
make cp -R /usr/src/octopus-test/v4l/*.ko /lib/modules/2.6.32-28-generic/updates/dkms/ depmod -a reboot |
|
|
Source code |
1 |
Abbruch: Anforderung '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' nicht unterstützt! |
This post has been edited 1 times, last edit by "CKone" (Apr 1st 2011, 9:06pm)
Hi CKone,jaja, die Welt ist schnelllebig...
versuch bitte http://linuxtv.org/hg/~endriss/octopus-test/v4l-dvb
Hi Christian,im Octopus sind aber afaik in den letzten Wochen keine relevanten Änderungen für den reinen Cine Betrieb eingeflossen, oder habich was übersehen?
Christian

|
|
Source code |
1 2 3 4 5 6 |
sudo su apt-get install mercurial libncurses5-dev cd /usr/src hg clone http://linuxtv.org/hg/~endriss/v4l-dvb v4l-dvb cd /usr/src/v4l-dvb make menuconfig |
|
|
Source code |
1 2 3 4 |
make cp -R /usr/src/v4l-dvb/v4l/*.ko /lib/modules/2.6.32-30-generic/updates/dkms/ depmod -a reboot |
wieder!
|
|
Source code |
1 2 3 |
cd /usr/local/src && hg clone http://linuxtv.org/hg/~endriss/v4l-dvb/ && cd v4l-dvb && make && make install #Firmware 18 (only 18 works with 4 frontends!!!) cd /lib/firmware/ && wget http://l4m-daten.de/downloads/firmware/dvb-s2/linux/all/ngene_18.fw |