Bugzilla – Bug 118038
dvbd cannot cope with dvb-t channels.conf file produced by dvbscan
Last modified: 2007-06-05 11:20:32 UTC
If i scan in Nürnberg with dvbscan /usr/share/dvb/scan/dvb-t/de-Nuernberg > channels.conf and later try to use this channels.conf, dvbd does not start. /var/log/dvbd/dvbd.log says: Fatal Error: no translation for "FEC_AUTO" in dvbtuneparamscommon.cpp:47 channels.conf contains arte:184500000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE:33:34:2
Created attachment 50440 [details] allow to parse all tune parameters uttered by dvbscan This is my proposed fix. It is a bit broader and just covers all possibilities that dvbscan can generate. I did this by reading include/linux/dvb/frontend.h and dump-zap.c from dvb-utils :-) Torsten, Ludwig, could you give it an eye if there are obvious errors? It compiled fine ;-)
I have no clue about that stuff so it doesn't look wrong to me.
thanks. I tested it at home and it did not crash immediately => submitted to STABLE :-)