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 2 |
* Checking for suitable kernel configuration options... * CONFIG_VIDEO_DEV: is not set when it should be. |
This post has been edited 2 times, last edit by "Nitek" (Aug 29th 2008, 9:25pm)
|
|
Source code |
1 2 |
cd /usr/src/linux make menuconfig |
|
|
Source code |
1 2 3 4 |
make && make_modules make install lilo reboot |

This post has been edited 1 times, last edit by "C-3PO" (Aug 30th 2008, 9:41am)
Quoted
Multiproto Treiber installieren....
![]()
Source code
1 2 3 4 5 6 cd /usr/local/src hg clone http://jusst.de/hg/multiproto_plus ln -s multiproto_plus/ DVB cd /usr/local/src/DVB/linux/include/linux ln -s /usr/src/linux/include/linux/compiler.h compiler.h echo "options cx88xx card=58" >> /etc/modprobe.d/dvb
Das Makefile anpassen (um die Fehlermeldung in dmesg beheben (stb0899_search: Unsupported delivery system)
![]()
Source code
1 mcedit /usr/local/src/multiproto_plus/linux/drivers/media/dvb/frontends/stb0899_drv.c
In Zeile 34 den Wert
static unsigned int verbose = 1;
ändern in
static unsigned int verbose = 0;
dann speichern, schliesen und weiter mit:
![]()
Source code
1 2 cd /usr/local/src/DVB make && make install
Treiber erkennen und laden...
![]()
Source code
1 2 /_config/bin/dvbmod check /_config/bin/dvbmod load

This post has been edited 1 times, last edit by "C-3PO" (Aug 30th 2008, 9:48am)
Quoted
Original von Nitek
Hat schon besser funktioniert, aber leider auch noch nicht ganz
Scheinbar gehts aber wenn man die DVB Treiber mit
"SRCDIR=/usr/src/linux-source-<version> sudo make kernel-links"
einbindet und dann ganz normal mit dem kernel kompiliert.
Muß ich jetzt dann mal testen, dauert auf der Activy ja immer ein bißchen ;-)

|
|
Source code |
1 |
DVBDIR = /usr/local/src/DVB/linux |

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
gspca: disagrees about version of symbol video_devdata gspca: Unknown symbol video_devdata gspca: disagrees about version of symbol video_unregister_device gspca: Unknown symbol video_unregister_device gspca: disagrees about version of symbol video_device_alloc gspca: Unknown symbol video_device_alloc gspca: disagrees about version of symbol video_register_device gspca: Unknown symbol video_register_device gspca: disagrees about version of symbol video_device_release gspca: Unknown symbol video_device_release gspca: disagrees about version of symbol video_devdata gspca: Unknown symbol video_devdata gspca: disagrees about version of symbol video_unregister_device gspca: Unknown symbol video_unregister_device gspca: disagrees about version of symbol video_device_alloc gspca: Unknown symbol video_device_alloc gspca: disagrees about version of symbol video_register_device gspca: Unknown symbol video_register_device gspca: disagrees about version of symbol video_device_release gspca: Unknown symbol video_device_release |