<div dir="auto">Sorry was trying to do it on my mobile cos my virgin been cut off as they transfering me too cheaper package.. seems too be common issue cos of Brexit b staff shortages.etc<div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 26 Jul 2021, 13:22 Adam Sweet via Wolves, <<a href="mailto:wolves@mailman.lug.org.uk">wolves@mailman.lug.org.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 26/07/2021 11:13, Mark Croft Redditch Linux Mint via Wolves wrote:<br>
> Still having problems getting my TBS dvb card working.. details below..<br>
<br>
<snip><br>
<br>
> <a href="https://controlc.com/7026a620" rel="noreferrer noreferrer" target="_blank">https://controlc.com/7026a620</a> <<a href="https://controlc.com/7026a620" rel="noreferrer noreferrer" target="_blank">https://controlc.com/7026a620</a>> pwd MONKEY<br>
<br>
I'm not clear on the order you've provided the information in here, it <br>
seems a bit mixed up. Also, you don't say what OS this is on but what <br>
follows assumes it's something Ubuntu based.<br>
<br>
 From the information you provided it looks like the device is detected <br>
and a driver is loaded for it, then you get an error about the firmware, <br>
you say you think the firmware is installed, then you delete all kernel <br>
media device drivers, then you run a script to build a driver for the <br>
device...<br>
<br>
Firstly, running the following command seems a really bad idea.<br>
<br>
(Hint that should be obvious, do not try the following command at home)<br>
<br>
# sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/<br>
<br>
It will have forcibly removed all media device drivers (there are a lot <br>
under there) and you would presumably have needed some of the core and <br>
common ones that you removed. I'd be surprised if you aren't having <br>
weird AV related things fail now, or at least after rebooting.<br>
<br>
You'll probably have to reinstall your kernel to put them back, <br>
something like:<br>
<br>
# sudo apt-get install --reinstall linux-image-generic linux-image<br>
<br>
Moving on, maybe the order that you provided the information in is wrong <br>
but as I said it seems you had a working driver already and were getting <br>
a firmware loading error. You're going to need to be sure that firmware <br>
is there. What do you see when you run the following:<br>
<br>
ls -lh /lib/firmware/dvb-fe-cx24117.fw<br>
<br>
If it's not there then it's not there. It looks like you can get it from <br>
the following link if it's not in your driver bundle:<br>
<br>
<a href="https://github.com/OpenELEC/dvb-firmware/blob/master/firmware/dvb-fe-cx24117.fw" rel="noreferrer noreferrer" target="_blank">https://github.com/OpenELEC/dvb-firmware/blob/master/firmware/dvb-fe-cx24117.fw</a><br>
<br>
Or follow the instructions here:<br>
<br>
<a href="https://github-wiki-see.page/m/ljalves/linux_media/wiki/CX24117-firmware" rel="noreferrer noreferrer" target="_blank">https://github-wiki-see.page/m/ljalves/linux_media/wiki/CX24117-firmware</a><br>
<br>
And copy it to /lib/firmware/dvb-fe-cx24117.fw (with sudo).<br>
<br>
To check that the driver is working, look at dmesg as you did (dmesg | <br>
grep dvb) and fire up whatever front end viewer you're using. It's a <br>
long time since I played with this stuff but I recall there are a few <br>
hoops to jump through to scan for channels, store them and then view <br>
them. I believe the KDE media player Kaffeine made this somewhat easier <br>
but this email from March has some links to help you with some tools for <br>
the job:<br>
<br>
<a href="https://mailman.lug.org.uk/pipermail/wolves/2021-March/033781.html" rel="noreferrer noreferrer" target="_blank">https://mailman.lug.org.uk/pipermail/wolves/2021-March/033781.html</a><br>
<br>
HTH. If you get it working let us know.<br>
<br>
Ad<br>
<br>
-- <br>
Wolves LUG mailing list<br>
Homepage: <a href="http://www.wolveslug.org.uk/" rel="noreferrer noreferrer" target="_blank">http://www.wolveslug.org.uk/</a><br>
Mailing list: <a href="mailto:Wolves@mailman.lug.org.uk" target="_blank" rel="noreferrer">Wolves@mailman.lug.org.uk</a><br>
Mailing list home: <a href="https://mailman.lug.org.uk/mailman/listinfo/wolves" rel="noreferrer noreferrer" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/wolves</a></blockquote></div>