Page 1 of 1

Finding out what drivers are needed?

PostPosted: Thu Jan 12, 2023 11:00 pm
by AndersG
I buuilt the drivers on a separate machine with the same kernel as my production TV server. If possible, I would like to update/install just the drivers needed for this card. So what files should I copy?

dmesg mentions TBSECP3 driver 0000:30:00.0: DVB: adapter 0
but a lsmod | grep tbsecp gives no hits

dmesg:

[ 15.545718] TBSECP3 driver 0000:30:00.0: DVB: registering adapter 0 frontend 0 (TurboSight TBS 6281SE DVB-T/T2/C )...
[ 15.545783] dvbdev: DVB: registering new adapter (TBSECP3 DVB Adapter)
[ 15.666535] TBSECP3 driver 0000:30:00.0: MAC address 00:22:ab:b2:41:4d
[ 15.676226] i2c i2c-9: Added multiplexed i2c bus 12
[ 15.676228] si2168 9-0064: Silicon Labs Si2168-B40 successfully identified
[ 15.676229] si2168 9-0064: firmware version: B 4.0.2
[ 15.681028] si2157 12-0060: Silicon Labs Si2157 successfully attached

Re: Finding out what drivers are needed?

PostPosted: Fri Jan 13, 2023 10:43 am
by zhangchao
from dmesg log , driver is loaded .
command line "ls /dev/dvb/ " to check wehther loaded .
you can add skype jack_2431.

Re: Finding out what drivers are needed?

PostPosted: Fri Jan 13, 2023 3:59 pm
by AndersG
Yes. I know that, but my question was rather:

What files do I need to copy over if I do not want to run the full media_build thing on my production server. For obvious reasons.