I have TBS6905 DVB-S2 PCIe card and its configured in Ubuntu 14. And I have to find MAC address of all adapters because my application will do Blind Scan for all four adapters at the same time.
And index of these adapters will change after reboot.
So I have to find MAC address and set static start and end frequency to particular adapter device using C language.
What I tried: - I checked dmesg but I did get MAC address(while I have also Prof 7500 DVB-S2, in that dvb card I can find MAC address using dmesg). - And I also checked udevadm command, but no luck yet.
Thank you.