Hi. I want to share experience in the field of using linuxtv-dvb-utils. Dvbscan (that is scan.s from source tarball) has following LNB parameters hardcoded: static struct lnb_types_st lnbs[] = { {"UNIVERSAL", univ_desc, 9750, 10600, 11700 }, {"DBS", dbs_desc, 11250, 0, 0 }, {"STANDARD", standard_desc, 10000, 0, 0 }, {"ENHANCED", enhan_desc, 9750, 0, 0 }, {"C-BAND", cband_desc, 5150, 0, 0 } }; I wonder if these parameters are well-known standards and is it ok to hide them from user. I think it is not. We have a situation with our local providers (Moscow, Russia) like TriColor or NTV+. It seems, they assume different frequency values for 'UIVERSAL' LNBs when broadcast network Information. Correct high_val value is 10750, so whole lnb_type entry should be {"UNIVERSAL2", univ_desc, 9750, 10750, 11700 } I am not an expert in other software of this kind and will be happy to know how others solve this problem. Meanwhile I've wrote another utility to tune up my qpsk frontend, its name is tuneqpsk. Whole project is located at github [1] - it is part of our company's board support package. Thanks, Sergey PS. I am not in list, please CC me directly. [1] - https://github.com/ierton/libmdemux -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html