Moderator Control Panel ]

Loading compiled TBS drivers, Breaks Video driver.

Loading compiled TBS drivers, Breaks Video driver.

Postby diyhouse » Fri Aug 08, 2025 2:44 am

I have just installed ubuntu 24.04.2 to an Intel_ DH67GD MoBo... ( yes and old Mobo, but more than capable of running 4 video streams and more ) I can do all the updates/upgrade and bring everything up to current release.
And everything is good,.. and the display resolution is set to 1268 x 1024 or so,.. perfectly fine for running a displaying as my media player.
However, if I go through the process of compiling and loading the TBS drivers ( as per docs) for my TBS 6904 card,... I get the /dev/dvb/adaptor1,2,3,4 showing card drivers have all loaded fine, but the primary display is now only working in default mode,.. ie something around 800 x 600,.. to the point that a cmd window fills the screen.
If I try to reset the screen resolution, there are no alternative setting available,.. even though xrandr shows many setting potentially available.
I have tried several times,.. but each time the TBS drivers are loaded,.. the screen resolution 'breaks'.
I believe I may have a compiling issue with the new kernel, and associated video drivers,.. but this goes beyond my pay grade (and knowledge),.. is anyone able to spread some light,. and knowledge on my lack of...
Many tx
diyhouse
 
Posts: 21
Joined: Mon Jan 20, 2014 8:37 pm

Re: Loading compiled TBS drivers, Breaks Video driver.

Postby crazycat » Fri Aug 08, 2025 3:14 am

need disable some RC/IR support in media modules before compiling, use media_build/install.sh script
crazycat
 
Posts: 590
Joined: Mon Jan 31, 2011 2:46 am
Location: Ukraine, Kharkiv

Re: Loading compiled TBS drivers, Breaks Video driver.

Postby diyhouse » Sat Aug 09, 2025 1:09 am

Many, many Tx for your pointers 'Crazycat',...
removed the RC/IR control stuff.. and now I can compile and load drivers... phew,..
my final compile recipe commands is as follows:- ( for anyone else chasing this problem.. )
cd ~/Build
cd TBSdrivers/
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/
make dir DIR=../media
make stagingconfig
# echo "Disable RC/IR support"
sed -i -r 's/(^CONFIG.*_RC.*=)./\1n/g' v4l/.config
sed -i -r 's/(^CONFIG.*_IR.*=)./\1n/g' v4l/.config
make -j4
# echo "V4L drivers installing..."
sudo rm -r -f /lib/modules/$(uname -r)/updates/extra
sudo make install

wget http://www.tbsdtv.com/download/document ... .0.tar.bz2
sudo tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C /lib/firmware/
diyhouse
 
Posts: 21
Joined: Mon Jan 20, 2014 8:37 pm


Return to DVB-S2 Quad Tuner PCIe Card TBS6904

Who is online

Users browsing this forum: No registered users and 1 guest