# Some PCI devices have the same lspci -mn fingerprint, yet users are identifying them as having different functions. The example below is reported as an ATSC(DVB-T) card by one user and as a DVB-S card by two other users. lspci -vvxxx provides more fingerprint data, and I'm trying to see if there's a definitive way to tell the cards apart from it. [ "BBTI Air2PC v2", [".*0280.*13d0.*2103.*r02.*13d0.*2103.*"], # ??? dupe 1; mihanson ["DVB", ["ATSC"]]], # mihanson lspci -vvxxx info: #00: d0 13 03 21 07 01 00 04 02 00 80 02 00 40 00 00 #10: 00 00 64 ed 81 70 00 00 00 00 00 00 00 00 00 00 #20: 00 00 00 00 00 00 00 00 00 00 00 00 d0 13 03 21 #30: 00 00 00 00 00 00 00 00 00 00 00 00 0c 01 00 00 #00: d0 13 03 21 07 01 00 04 02 00 80 02 00 40 00 00 #10: 00 00 65 ed a1 70 00 00 00 00 00 00 00 00 00 00 #20: 00 00 00 00 00 00 00 00 00 00 00 00 d0 13 03 21 #30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 01 00 00 #00: d0 13 03 21 07 01 00 04 02 00 80 02 00 40 00 00 #10: 00 00 66 ed c1 70 00 00 00 00 00 00 00 00 00 00 #20: 00 00 00 00 00 00 00 00 00 00 00 00 d0 13 03 21 #30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 01 00 00 #00: d0 13 03 21 07 01 00 04 02 00 80 02 00 40 00 00 #10: 00 00 67 ed e1 70 00 00 00 00 00 00 00 00 00 00 #20: 00 00 00 00 00 00 00 00 00 00 00 00 d0 13 03 21 #30: 00 00 00 00 00 00 00 00 00 00 00 00 0c 01 00 00 # Among the above, there are only three sections that # differ, shown by XX: #10: -- -- XX -- XX -- -- -- -- -- -- -- -- -- -- -- #30: -- -- -- -- -- -- -- -- -- -- -- -- XX -- -- -- [ "Technisat Skystar2", [".*0280.*13d0.*2103.*r01.*13d0.*2103.*"], # ??? dupe 1; nbdwt73, neutron68 ["DVB", ["DVB-S"]]], # Neutron68 lspci -vvxxx info: #00: d0 13 03 21 07 01 00 04 01 00 80 02 00 40 00 00 #10: 00 00 ae fa 81 c8 00 00 00 00 00 00 00 00 00 00 #20: 00 00 00 00 00 00 00 00 00 00 00 00 d0 13 03 21 #30: 00 00 00 00 00 00 00 00 00 00 00 00 05 01 00 00 # when compared with mihanson's blocks, these entries differ: #00: -- -- -- -- -- -- -- -- -- -- -- XX -- -- -- -- #10: -- -- XX XX XX XX XX -- -- -- -- -- -- -- -- -- #20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- #30: -- -- -- -- -- -- -- -- -- -- -- -- XX -- -- -- # eliminating the entries that even differ among mihanson's devices, we get: #00: -- -- -- -- -- -- -- -- -- -- -- XX -- -- -- -- #10: -- -- -- XX -- XX XX -- -- -- -- -- -- -- -- -- #20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- #30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # Without more feedback, it's not clear whether or not this pattern is representative # of the differences between the DVB-S and ATSC versions of this device.