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.
(devfsd läuft)|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
dvb_ttpci 79052 0 saa7146_vv 46656 1 dvb_ttpci video_buf 16964 1 saa7146_vv videodev 7744 1 saa7146_vv firmware_class 7808 1 dvb_ttpci ttpci_eeprom 2368 1 dvb_ttpci i2c_dev 8768 0 i2c_core 19140 1 i2c_dev stv0299 11780 0 dvb_core 57492 2 dvb_ttpci,stv0299 saa7146 15524 2 dvb_ttpci,saa7146_vv ir_common 3588 0 usbcore 93084 1 v4l1_compat 13444 1 saa7146_vv v4l2_common 4928 1 saa7146_vv ntfs 87116 1 nvidia 1701132 10 st 38556 0 scsi_mod 62716 1 st |
Quoted
Original von mye
stv0299?
Quoted
Original von mye
kernel 2.6.5 - ich nutze die treiber hiervon

This post has been edited 2 times, last edit by "AnK" (May 17th 2004, 4:42pm)
|
|
Source code |
1 |
REGISTER ^dvb/adapter[0-9]+/[^/]+$ PERMISSIONS root.video 0660 |
This post has been edited 3 times, last edit by "holymoly" (May 17th 2004, 4:52pm)
|
|
Source code |
1 2 3 4 5 6 |
i2c /dev entries driver Linux video capture interface: v1.00 saa7146: register extension 'dvb'. PCI: Enabling device 0000:00:0b.0 (0004 -> 0006) saa7146: found saa7146 @ mem d193a000 (revision 1, irq 11) (0x13c2,0x0003). dvb-ttpci: cannot request firmware! |
Quoted
REGISTER ^dvb/adapter[0-9]+/[^/]+$ PERMISSIONS root.video 0660
![:]](wcf/images/smilies/pleased.gif)
Quoted
lass doch erstmal alle laden und schau dann noch welches er wirklich benutzt.
Quoted
Original von Austrian Coder
holymoly verwendest du meinem Patch? Ansonsten sollte das /dev/dvb/adapter0/... slebständig erstellt werdem.
Falls du meinen Patch verwenden solltest poste doch bitte mal die Ausgabe von:
dmesg | grep DVB
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
Overhaul frontend i2c subsystem because of the recent discussion about the usage of the syscall interface to load binary firmware used by some frontend drivers. - add dvb_register_frontend_new() and dvb_unregister_frontend_new() which register a frontend driver using the kernel i2c interface instead of the dvb i2c interface. - register kernel i2c interface in av7110/budget driver properly - port stv0299 and ves1x93 to kernel i2c api Other DVB drivers and frontend drivers still can use the old DVB i2c interface. |
Quoted
Original von mye
ich hab ja schonmal von wegen firmware in den treiber kompilieren gelesen aber bei 2.6.5 gibts keinen solchen schalter. (oder?)
Quoted
Original von Austrian Coder
Also am stv0299 kann es nicht liegen, da dieser schon zum neuen i2c geportet wurde - verwende das gleiche Frontend.
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
drivers/media/dvb/ttpci/av7110.c: In Funktion >>av7110_attach<<: drivers/media/dvb/ttpci/av7110.c:1380: error: `I2C_ADAP_CLASS_TV_DIGITAL' undeclared (first use in this function) drivers/media/dvb/ttpci/av7110.c:1380: error: (Each undeclared identifier is reported only once drivers/media/dvb/ttpci/av7110.c:1380: error: for each function it appears in.) make[4]: *** [drivers/media/dvb/ttpci/av7110.o] Fehler 1 make[3]: *** [drivers/media/dvb/ttpci] Fehler 2 make[2]: *** [drivers/media/dvb] Fehler 2 make[1]: *** [drivers/media] Fehler 2 make: *** [drivers] Fehler 2 |
Quoted
Code maturity level options -->
--> Prompt for development and incomplete code / driver fest einkompilieren
Select only drivers expected to compile cleanly fest einkompilieren
Select only drivers that don't need compile-time external firmware DEaktivieren


|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
The av7110 driver needs a firmware to work properly. If you want to compile it into the driver as it used to be in the past, you can download firmware files from [URL]http://www.linuxtv.org/download/dvb/[/URL] The most recent version is dvb-ttpci-01.fw. You need to select "Compile av7110 firmware into the driver" and specify the filename path (usually /usr/lib/hotplug/firmware/dvb-ttpci-01.fw) within the DVB subsystem configuration of the kernel. Alternatively, you can use the hotplug facilities of 2.6 to let the driver load it's firmware upon driver insertion. Have a look at linux/documentation/firmware.txt for further details. *Pitfall*: If you compile the driver statically into the kernel, you must make sure that you compile the firmware into the driver. There is currently no way to prevent in-kernel compilation without the firmware being compiled in. If you do it anyway, there will be no way that you can load the firmware. |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
> Whats wrong? You didn't tell us what you were exactly doing when you got this message. Seriously, there are a few ways to get a DVB driver nowadays: in-kernel, in-kernel + "patches-2.6", "makelinks", "build-2.6" ... Most likely a #include <linux/i2c.h> is missing. > Thanks, Christian CU Michael. |
Quoted
Original von holymoly
Hi,
2.6.6-love4 per emerge installiert ,
danach im dvb-kernel
./makelinks /usr/src/linux-2.6.6-love4
ausgefuehrt.
in /usr/src/linux-2.6.6-love4
make oldconfig
make all && make modules_install
der error kommt beim
make all
mfg
|
|
Source code |
1 2 3 4 5 6 7 |
sys-kernel/mm-sources
Latest version available: 2.6.6-r2
Latest version installed: 2.6.6-r2
Size of downloaded files: 35,861 kB
Homepage: [URL]http://www.kernel.org/[/URL] [URL]http://www.gentoo.org/[/URL]
Description: Andrew Morton's kernel, mostly fixes for 2.6 vanilla, some vm stuff too
License: GPL-2
|
