summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin/twk_tuners_notes.txt
blob: 1f2e283c7809b07b4a4146f0546b74d1e4feb0ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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.