Hi All,
https://tvheadend.org/issues/2711
I looked at this fixed bug, but my TVH still doesn't recognize the adapter as DVB-C.
Panasonic MN88473 (DVB-T)
RealTek RTL2832 (DVB-T)
I'm running a RPI
Linux pi-tvserver 4.1.6+ #810 PREEMPT Tue Aug 18 15:19:58 BST 2015 armv6l GNU/Linux
with TVH version HTS Tvheadend 4.1-415~geab75c2
Below the kernel output:
[ 13.665335] udevd[159]: starting version 175
[ 16.344285] usb 1-1.3: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
[ 16.638246] usb 1-1.3: dvb_usb_v2: will pass the complete MPEG2 transport str eam to the software demuxer
[ 16.798917] DVB: registering new adapter (Astrometa DVB-T2)
[ 16.820996] cfg80211: Calling CRDA to update world regulatory domain
[ 16.974394] i2c i2c-3: Added multiplexed i2c bus 4
[ 17.042382] rtl2832 3-0010: Realtek RTL2832 successfully attached
[ 17.218567] mn88473: module is from the staging directory, the quality is unk nown, you have been warned.
[ 17.251799] mn88473 3-0018: Panasonic MN88473 successfully attached
[ 17.310408] usb 1-1.3: DVB: registering adapter 0 frontend 0 (Realtek RTL2832 (DVB-T))...
[ 17.397323] usb 1-1.3: DVB: registering adapter 0 frontend 1 (Panasonic MN884 73)...
I'm building TVH with following commands:
git pull
make clean && ./configure --enable-libffmpeg_static && make
sudo make install
Thanks for any help!