Archiv > General
Ff-sd Iso Bleibt Hängen
MarMic:
hmm wenn der patch verkantet ist auch klar wieso keine ff sd karte mehr geht :-P
aber tt6400 sollte es nicht betreffen
P3f:
Hi Marmic,
da hast Du Recht, aber im weiteren Verlauf kompiliert das DVB-Addon immer noch nicht. Scheinbar haben die bei v4l einiges umgestellt... :§$%
Hier scheint es nun zwar auch nicht die TT6400 zu treffen, aber so weit kompiliert er ja nun garnicht...
--- Code: ---/root/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:769:12: warning: 'i2c_read' defined but not used [-Wunused-function]
/root/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1226:12: warning: 'Stop' defined but not used [-Wunused-function]
/root/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1346:12: warning: 'DVBC_GetQuality' defined but not used [-Wunused-function]
/root/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1420:12: warning: 'GetQuality' defined but not used [-Wunused-function]
/root/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1547:12: warning: 'c_track' defined but not used [-Wunused-function]
/root/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1692:12: warning: 'c_get_frontend' defined but not used [-Wunused-function]
/root/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2000:24: warning: 'algo' defined but not used [-Wunused-function]
make[5]: *** [/root/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.o] Fehler 1
make[4]: *** [_module_/root/build/MLD/dvb/src/dvb-2012.01.02/v4l] Error 2
make[3]: *** [default] Fehler 2
make[2]: *** [all] Fehler 2
make[1]: *** [lib] Fehler 2
make: *** [_all] Fehler 2
--- End code ---
lt. Changelog von denen haben die aber ~9 Monate nichts geändert :wand
Gruß,
Pit
MarMic:
du schaust im falschen! ich habe damals mit claus auf media-tree umgestellt bzw später dann auch media_build_experimental um eben die tt6400 mit zu untertstützen
hier findest du changes
greetz MarMic
P3f:
Ok, danke ... Das erklärt zumindest das doch
MarMic:
also habs mir mal angeschaut und meine vermutung:
--- Code: ---/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:62:33: error: field 'param' has incomplete type
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: In function 'OFDM_Start':
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1156:7: error: 'BANDWIDTH_AUTO' undeclared (first use in this function)
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1156:7: note: each undeclared identifier is reported only once for each function it appears in
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1157:7: error: 'BANDWIDTH_8_MHZ' undeclared (first use in this function)
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1166:7: error: 'BANDWIDTH_7_MHZ' undeclared (first use in this function)
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1175:7: error: 'BANDWIDTH_6_MHZ' undeclared (first use in this function)
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: In function 'GetQuality':
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1423:2: warning: enumeration value 'Off' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1423:2: warning: enumeration value 'QAMSet' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1423:2: warning: enumeration value 'OFDMSet' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: In function 'set_parameters':
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1671:3: error: too many arguments to function 'fe->ops.tuner_ops.set_params'
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1672:15: error: dereferencing pointer to incomplete type
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1667:6: warning: unused variable 'F' [-Wunused-variable]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: In function 'read_status':
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1854:6: warning: unused variable 'stat' [-Wunused-variable]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: In function 'read_signal_strength':
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1910:20: warning: unused variable 'state' [-Wunused-variable]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: In function 'read_snr':
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1928:3: warning: passing argument 2 of 'OFDM_GetSignalToNoise' from incompatible pointer type [enabled by default]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1328:12: note: expected 's32 *' but argument is of type 'u16 **'
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1924:2: warning: enumeration value 'Off' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1924:2: warning: enumeration value 'QAMSet' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1924:2: warning: enumeration value 'OFDMSet' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: In function 'read_ucblocks':
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1941:2: warning: enumeration value 'Off' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1941:2: warning: enumeration value 'QAMSet' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1941:2: warning: enumeration value 'OFDMSet' not handled in switch [-Wswitch]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1937:6: warning: unused variable 'errs' [-Wunused-variable]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: At top level:
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2031:2: warning: initialization from incompatible pointer type [enabled by default]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2031:2: warning: (near initialization for 'c_ops.set_frontend') [enabled by default]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2061:2: warning: initialization from incompatible pointer type [enabled by default]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2061:2: warning: (near initialization for 't_ops.set_frontend') [enabled by default]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2062:2: warning: initialization from incompatible pointer type [enabled by default]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2062:2: warning: (near initialization for 't_ops.get_frontend') [enabled by default]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: In function 'init_state':
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2077:6: warning: unused variable 'ulTSCFG' [-Wunused-variable]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2076:6: warning: unused variable 'ulExtClock' [-Wunused-variable]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2074:6: warning: unused variable 'ulSerialTSOut' [-Wunused-variable]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c: At top level:
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:769:12: warning: 'i2c_read' defined but not used [-Wunused-function]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1226:12: warning: 'Stop' defined but not used [-Wunused-function]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1346:12: warning: 'DVBC_GetQuality' defined but not used [-Wunused-function]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1420:12: warning: 'GetQuality' defined but not used [-Wunused-function]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1547:12: warning: 'c_track' defined but not used [-Wunused-function]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:1692:12: warning: 'c_get_frontend' defined but not used [-Wunused-function]
/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.c:2000:24: warning: 'algo' defined but not used [-Wunused-function]
make[5]: *** [/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l/stv0367dd.o] Fehler 1
make[4]: *** [_module_/home/marmic/build/MLD/dvb/src/dvb-2012.01.02/v4l] Error 2
make[3]: *** [default] Fehler 2
make[2]: *** [all] Fehler 2
make[1]: *** [lib] Fehler 2
make: *** [_all] Fehler 2
marmic@marmic-VirtualBox:~/build/MLD/dvb$
--- End code ---
das ist ufos treiber für die ddbridge (glaube ich zumindest) und wenn ich mir das anschauen wurde vor 2tagen im media tree stv0367 geändert und wenn das die def oder so auch bei dd genommen wird -> passt das halt nicht mehr! aber ansich habe ich keine ahnung von dem code und rate absolut!
--- Code: ---[media] stv0367: convert set_fontend to use DVBv5 parameters
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 26 Dec 2011 16:03:00 +0000 (13:03 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 11:33:42 +0000 (09:33 -0200)
commit285d55ad5f2cc0b8a316c3574e2faa0a5b45bd0f
tree0a4c0c260c2c7231c0b43de0e060d224e8c35841tree
parent5ebffc39929d553f26599976b7393e425a07bd36commit | diff
[media] stv0367: convert set_fontend to use DVBv5 parameters
Instead of using dvb_frontend_parameters struct, that were
designed for a subset of the supported standards, use the DVBv5
cache information.
Also, fill the supported delivery systems at dvb_frontend_ops
struct.
--- End code ---
ich poste mal im vdr-portal vllt kriege ich ja hilfe oder werde gesteinigt eins von beiden wird sicher zu treffen :-)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version