-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T2 scanning - missing bouqet #59
Comments
Which version and what arguments did you use? |
w_scan2 -vvv -a 0 -cDE -ft2 -X -R0 -E0 -O0 -F -t3 > channels_t.conf 2> scan.log |
Next problem: |
Do you need some more informations ? |
I can't figure out what the scanning problem is, because I don't see any clue in the logs. As for the tzap problem, it's known since at least 2018: "Since the newer dvb-t2 channels would need 32K then tzap won't work - too old as it only appears to support 2K or 8K." - https://www.linuxquestions.org/questions/linux-software-2/scan-tune-to-dvb-t2-tv-at-the-command-line-4175644365/#post5940330 You can probably replace "TRANSMISSION_MODE_32K" with "TRANSMISSION_MODE_AUTO", to let tzap parse it, but a better solution is to move to dvbv5-zap. |
Yes this was I have done. |
```cpp
// Seek for DVB-T2 transponders
|
So the missing stuff will be found from the 2. loop - without offset. |
This is the transponder tuning function: Line 2543 in 212f116
|
Ok and from where do you get the frequencies ? |
Line 2886 in 212f116
|
In my logfile I found the following 578000 is the frequency ! later:
578000: skipped (already known transponder)
|
That's the part where it gets new transponder frequencies from old ones. Plenty of duplicates there. What we need is the part where it tunes to that specific frequency and fails to get a lock, after the timeout:
|
Lines 2577 to 2579 in 212f116
So "SC" means we have a signal and carrier, but no lock. |
By the way: Which format must be chossen to use dvbv5-zap instead of tzap ? |
Both use the same format. |
Don't think so |
You need to add "-I ZAP" to its command line. |
Hello,
I think that w_scan2 does not find all channels when scanning T2 (Germany).
I have compared it to Kaffeine (automatic search)
The text was updated successfully, but these errors were encountered: