-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Enable S2 and T2 DVB for Mecool KI Pro #1001
Comments
armbian-update -k 5.10.166 Only 5.4/5.10 in the kernel repo supports The 5.10/6.1 kernel in releases supports dvb, you manually download and update. Or update the 5.4/5.10 kernel online. https://github.com/ophub/amlogic-s9xxx-armbian/releases/tag/kernel_5.15.91_6.1.9 The 5.15/6.1 in the https://github.com/ophub/kernel repo is the kernel compiled by unifreq that I dumped, and dvb support is not enabled in its configuration. In the compilation template, https://github.com/ophub/amlogic-s9xxx-armbian/tree/main/compile-kernel/tools/config has enabled dvb support, and you can also compile and install it yourself. |
Thank you very much for the information. I have tried version 5.10.166 but the dvb still does not appear. When I had the dvb running on a SO CoreElec I had these modules:
I understand that until I manage to load the avl6862 and r848a module it will not work for me. Right now if I try to load them it tells me that it can't find them:
I've been looking for information on the internet and it seems that these drivers may be in a package called "media_build", so I'm going to try to compile and install it. |
I've been reading everything and testing, but I haven't been able to get it to work. I put what I have tried so you can tell me if I have done something wrong. I started from image "Armbian_23.02.0_amlogic_s905d-ki_bullseye_5.15.91_server_2023.02.05.img". This has the kernel version 5.15.91-flippy-81+o and from what I understand it shouldn't work and it doesn't work (Which is correct) I have updated to version 5.10.166 (this has the kernel 5.10.166-ophub) which is supposed to work:
But there is no dvb:
Then I tried with it 5.4.230 (this has the kernel 5.4.230-ophub)
Same result without dvb Putting your compiled kernel 6.1.9:
Same result without dvb Putting your compiled kernel 5.15.91
Same result without dvb I understand that these last two kernels are compiled with the ".config" file in which the dvbs were added, so if my card doesn't work, it may be because it isn't among what was added. Then I would have to add something to that file indicating my card and compile the kernel. But I don't know what I should add, or if that would be supported. Another option is that if the kernel doesn't integrate the drivers for my card, I compile the driver and install it. I have also been trying to do that without success. The driver is supposed to be in "media_build", but it seems that this is very outdated and trying in various ways (For example from https://github.com/tbsdtv/media_build) I have not been able to compile them, the same for newer versions of gcc or for things I don't know (I control a lot about compiling kernels and tools) I'm right? Can you think of any other way I can try? Many thanks for everything |
My tv box has an R848 Rev 1.3 board that I think has these two:
|
The update method of the kernel is correct. It is already supported at the kernel level. I have never been in touch with the driver and usage, you can ask how other users in those few questions use it. These kernels are all compiled using clang, and they used to support them with this kernel. If your device prompts that it needs a gcc environment when compiling the driver, you can compile a gcc version of the armbian kernel by yourself. See the instructions in the warehouse for the method: https://github.com/ophub/amlogic-s9xxx-armbian/tree/main/compile-kernel |
I am trying compile media_build with this commands:
But I have see this warning:
I installed headers with armbian-config, but I think thath they don't well installed. It is corrects this way? |
/usr/src/linux-headers-$(uname -r) |
Standard chat template, no routine, no chat.
标准聊天模板,无套路不聊天。
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述
I have download your image "Armbian_23.02.0_amlogic_s905d-ki_jammy_5.15.91_server_2023.02.02" for a tv box Mecool Ki Pro. The system boot ok but the tunners are not detected (/dev/dvb does not exist).
It would be possible to add support to the tuners of the device s2 and t2 dvb?
Thank you
详细描述问题,并在必要时附上屏幕截图。
The text was updated successfully, but these errors were encountered: