ljalves / linux_media

TBS linux open source drivers
https://github.com/ljalves/linux_media/wiki
Other
89 stars 150 forks source link

No support for TBS6281SE? #144

Open kevinwells22 opened 7 years ago

kevinwells22 commented 7 years ago

Hi, I have been using the drivers for about 1 year with a TBS6984 DVB-S2 card with great success,. I just also got a TBS6281SE DVB-T/C card and am using that alongside the TBS6984, cleaned out all drivers and done a fresh install, but the TBS6281SE is not being picked up, only the TBS6984. If I use the official drivers then both cards drivers install correctly, but would like to use these open source ones. Is there anything I need to do to get both cards working alongside each other?

Kind regards.

lukastribus commented 7 years ago

Looks like its there since commit 989e2fe3c894330ede73c44f98e431c68a0f2824 ?

kevinwells22 commented 7 years ago

That's good news, thanks. But how do you specify if you want the card to function in DVB-T or DVB-C ?

lukastribus commented 7 years ago

That's the applications job, not the drivers, The driver will provide access to both technologies, it is the dvb-application that picks adapter and technology.

kevinwells22 commented 7 years ago

Hmmm, that is not how the official drivers work, as the official drivers are installed with a specific command, and will either run in DVB-T or DVB-C. Changing from DVB-T to DVB-C or visa-versa requires a driver reinstall.

lukastribus commented 7 years ago

Yeah well, this isn't the official driver, is it?

ObviusOwl commented 7 years ago

Does the driver work for you? I'm loading the driver with modprobe tbsecp3 but the driver doesn't seem to pick up the card. There are no nodes in /dev/dvb created. My kernel is 4.4.0-75-lowlatency on ubuntu 14.04 (mint 17).

lukastribus commented 7 years ago

No, I got the TBS6281 non-SE.

You do need at least a 4.6 kernel, and the proper firmware files (check dmesg).

crazycat69 commented 7 years ago

You can reduce Cxd2820r requipment to 4.4 (this really work). See v4l/version.txt in media_build.For <4.4 kernels possible remove cxd2820r from saa7160 adapter driver depends. See my media_build and and lijux_media fork.

Same story with si2168 requipment in latest media_build (4.7+). This wrong and si2168 compiled with backport patches since 3.7 (?) kernel. Fixed in my media_build.