Hi,
Forgive me if this is not strictly a tvheadend post, but i'm tearing what little hair i have out trying to get the pi4 to recognise the dvb-s2 461e card (so am not able to get to the tvheadend bit of configuration). I can see from this post https://tvheadend.org/d/6697-how-to-set-up-tvh-with-a-satellite-dvb-s-decoder-freesat that @Martin Underwood seem to have posted with a very similar configuration to me and would love to find out how he (or anyone else) gets the firmware to be recognised.
I have a virgin install of raspberry pi os (debian bookworm 32 bit version) on pi 3b patched up to date. I clone the OpenELEC/dvb-firmware git repo from github and copied dvb-demod-m88ds3103.fw into /lib/firmware on the pi, turned the pi off, inserted the 461e card and the 12v power supply, and then powered on the pi.
root@hn:/lib/firmware# uname -a
Linux arthur 6.6.28+rpt-rpi-v7 #1 SMP Raspbian 1:6.6.28-1+rpt1 (2024-04-22) armv7l GNU/Linux
root@hn:/lib/firmware# ls -l dvb-demod-m88ds3103.fw
-rw-r--r-- 1 root root 8192 May 8 17:30 dvb-demod-m88ds3103.fw
lsusb sees the card:
$ lsusb
Bus 001 Device 004: ID 2013:0462 PCTV Systems PCTV 461
Bus 001 Device 003: ID 0424:ec00 Microchip Technology, Inc. (formerly SMSC) SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Microchip Technology, Inc. (formerly SMSC) SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
usb-devices sees the card but shows no driver associated with it:
T: Bus=01 Lev=02 Prnt=03 Port=03 Cnt=01 Dev#= 4 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=2013 ProdID=0462 Rev=01.00
S: Manufacturer=PCTV
S: Product=PCTV 461
S: SerialNumber=0014227142
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E: Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
Any advice you might be able to offer on how i get this working would be much appreciated. I'm pretty agnostic to whatever distro / software this sits on as the pi is dedicated to this purpose.
Thanks once again and my apologies for being slightly off-topic
chris