Some internal gcc compiler bugs in ubuntu 24.xx. Maybe related to 6.x non-LTS kernel. Try run make on single CPU core (without -j option) P.S. I recomend use Ubuntu 20.04 or 22.04 with stable LTS kernels (5.4, 5.15). This is my ubuntu version: root@tbs2951:~$ uname -a Linux tbs2951 6.8.0-54-generic...
I have to recompile the drivers (ubuntu) Before this time it was well, but now I get an error always in that line: CC [M] /root/tbsdrivers/media_build/v4l/solo6x10-v4l2-enc.o gcc-13: fatal error: Killed signal terminated program cc1 compilation terminated. make[4]: *** [scripts/Makefile.build:243: /...
git clone https://github.com/tbsdtv/media_build.git git clone --depth=1 https://github.com/tbsdtv/linux_media.git -b latest ./media cd media_build nano backports/backports.txt [b](and comment the line #add v6.8-ccs.patch)[/b] make dir DIR=../media make allyesconfig sed -i -r 's/(^CONFIG.*_RC.*=)./\...
Look like forced backport from newer kernels > 6.8 Disable v6.8-ccs.patch in media_build/backports/backports.txt https://github.com/tbsdtv/linux_media/issues/370 I have made this: git clone https://github.com/tbsdtv/media_build.git git clone --depth=1 https://github.com/tbsdtv/linux_media.git -b la...
Hi. I can't install drivers on Ubuntu uname -a Linux ubuntec 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux I always get this error when i run "make -j4": make[2]: Entering directory '/usr/src/linux-headers-6.8.0-51-generic' warni...
The solution was to delay the tvheadend boot Disable auto tvheadend: sudo systemctl disable tvheadend Create a script with the name: /root/startup-tvheadend.sh vi /root/startup-tvheadend.sh With the content: #!/bin/bash sleep 20 && systemctl start tvheadend; Give it execute permissions chmod...
Hi mates! I have reset factory the TBS2951 and I have installed a 22.04 Ubuntu Server on the server The tvheadend detects the TBS6909, TBS6522H, TBS6301 cards but not the TBS6209 card :( https://img.hotimg.com/tvheadend.png The server detects the 4 cards: root@tbs2951:~$ lspci | grep TBS 05:00.0 Mul...