-
Notifications
You must be signed in to change notification settings - Fork 96
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
Blindscan Plugin - Needs Additional Supported Chips by blindscan-s2 Added #997
Comments
@Dima73 ? |
Though to be fair no matter what settings I use, I usually end up finding nothing with this method which is odd...but that is less relevant to the issue of any tuner supporting the use of blindscan-s2 should be added to that list. |
|
Yes but it doesn't actually run without being added to the above "supported" list. It worked on the older openatv build the device came with, though, for what it's worth. It is an S2/S2X receiver, in case the reporting is wrong or the kernel driver has changed how it reports the name. I can check on that if you can tell me where the device name is listed, somewhere in /dev I assume? lsdvb also craps out after installing, it sees the tuners but gives me errors and some messages in non-english text. I know that before adding it to that list, that I'd just get "It seems manufacturer does not support blind scan for this tuner." instead of it even running @Dima73 |
|
So it does support it...but yeah without the mods I got the not supported message. |
@Dima73 oe-alliance/oe-alliance-plugins@c5b785e oe-alliance already did this at some point themselves. |
The only issue is that upon running it it looks for really off the wall frequencies like 4260V which isn't valid. |
self.auto_scan = nimmanager.nim_slots[self.feid].supportsBlindScan() or tunername.startswith('Si216') |
Not since without adding it to that list (and installing blindscan-s2) you get the message "It seems manufacturer does not support blind scan for this tuner." I'm starting to think there's either something else up beyond this with the kernel driver for the turner or something because the stock OS on this device was OpenATV, and on it, blindscan was working...I don't really want to use OpenATV, though. |
Open plugin |
I have used both, neither work on any given satellite. I'm currently parked and locked on 99.2W both with C and Ku band and neither tuner (instead of diseqc I have each LNB on a separate tuner for now), nothing is found, and the frequencies that are investigated seem outlandish. It goes over 4200 for the TP freq which makes no sense for C. I've tried both with stable and nightlies. |
What the heck is 4260V? It shouldn't be possible...it doesn't really matter though since nothing is found. I know TP other than those in satellites.xml exist because my crappy handheld GTMedia sat finder can see them and their channels without an issue. I can also find them if I manually scan, but these don't get saved in lamedb because they're not in satellites.xml, I assume. |
I run into this with hardware scan for both the source version of the plugin which I currently run since I modified it to support option 1 as well as we've been discussing, but both the precompiled and the source version of the plugin result in nothing found. I don't know what would be different between OpenATV and openpli here beyond the kernel, something with the blindscan-s2 program, or otherwise. I also noticed that dvbtraffic doesn't work for some reason either... Sorry to dump all this here. I just find that OpenPLi is much superior and lightweight compared to all the others, and would like to avoid running those if at all possible. |
Are the scan results the same in openATV? |
Unfortunately not. I need to get multiboot functioning properly, I think it is still on one of the partitions, but I haven't gotten around to that yet. |
I'll have to try current and v6 since I think it shipped with v6 which is very ancient...I'll flash the current openATV to slot 2 and give it a try, just a moment. |
I guess their plugin script could be somehow different too. |
OpenATV / OpenPLi code dmmBlindScan.py are the same on 99% |
Yes; I think openATV just uses the OE alliance version? I can try a copy of that version if you'd like; but my gut tells me it's a kernel driver or some config thing somewhere. The Linux side of the fence is where I'm super familiar, less on the DVB side. |
I would suggest opening a new topic on the openPli forum. |
In my case, adding Si2169D to the list for my Zgemma...
But the project should already have a good idea in a makefile somewhere that dictates which tuners support blindscan-s2 since it gets built for them, so why not add them to the above?
The text was updated successfully, but these errors were encountered: