Hi I purchased a rasberry pi (raspbian stretch) to host a tvheadend installation and I've paired my Haupauge dual TV tuner. I've successfully (I think) installed tvheadend and I can login. I can see that the tuner being picked up and it is showing as DVBC and DVBT (Silicon Labs Si2168 #0 : DVB-T #0) under Tv Adapters.
I've then setup networks (which I've tried pre-defined and manual). When I tried the pre-defined muxes for the generic australian I'm seeing a whole heap of Muxes under the Muxes tab, however, all the muxes are in a status of PEND.
I've tried forcescan and it doesn't appear to be doing anything.
I've used the firmware which was missing using
sudo wget http://palosaari.fi/linux/v4l-dvb/firmware/Si2168/dvb-demod-si2168-02.fw -O /lib/firmware/dvb-demod-si2168-02.fw
and my dmesg is showing :
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.34-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1110 SMP Mon Apr 16 15:18:51 BST 2018
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] On node 0 totalpages: 242688
[ 0.000000] free_area_init_node: node 0, pgdat 80c84e40, node_mem_map ba3a1000
[ 0.000000] Normal zone: 2133 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 242688 pages, LIFO batch:31
[ 0.000000] random: fast init done
[ 0.000000] percpu: Embedded 17 pages/cpu @ba34a000 s38720 r8192 d22720 u69632
[ 0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 940236K/970752K available (7168K kernel code, 575K rwdata, 2072K rodata, 1024K init, 706K bss, 22324K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x80800000 (8160 kB)
.init : 0x80b00000 - 0x80c00000 (1024 kB)
.data : 0x80c00000 - 0x80c8fd4c ( 576 kB)
.bss : 0x80c96f4c - 0x80d478b4 ( 707 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 25231 entries in 74 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000023] Switching to timer-based delay loop, resolution 52ns
[ 0.000277] Console: colour dummy device 80x30
[ 0.000822] console [tty1] enabled
[ 0.000859] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000899] pid_max: default: 32768 minimum: 301
[ 0.001226] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001259] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002211] Disabling memory control group subsystem
[ 0.002309] CPU: Testing write buffer coherency: ok
[ 0.002717] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003109] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003244] Hierarchical SRCU implementation.
[ 0.003892] smp: Bringing up secondary CPUs ...
[ 0.004595] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005344] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006073] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006177] smp: Brought up 1 node, 4 CPUs
[ 0.006248] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006269] CPU: All CPU(s) started in HYP mode.
[ 0.006287] CPU: Virtualization extensions available.
[ 0.007155] devtmpfs: initialized
[ 0.017581] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.017832] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.017877] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.018454] pinctrl core: initialized pinctrl subsystem
[ 0.019215] NET: Registered protocol family 16
[ 0.021817] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.026512] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.026544] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.026775] Serial: AMBA PL011 UART driver
[ 0.028410] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.028886] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.059739] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.061269] SCSI subsystem initialized
[ 0.061509] usbcore: registered new interface driver usbfs
[ 0.061578] usbcore: registered new interface driver hub
[ 0.061678] usbcore: registered new device driver usb
[ 0.070079] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-04-16 18:16
[ 0.071375] clocksource: Switched to clocksource arch_sys_counter
[ 0.148790] VFS: Disk quotas dquot_6.6.0
[ 0.148902] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.149106] FS-Cache: Loaded
[ 0.149315] CacheFiles: Loaded
[ 0.158136] NET: Registered protocol family 2
[ 0.158875] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.159005] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159207] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159353] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159414] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159659] NET: Registered protocol family 1
[ 0.160117] RPC: Registered named UNIX socket transport module.
[ 0.160141] RPC: Registered udp transport module.
[ 0.160161] RPC: Registered tcp transport module.
[ 0.160179] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161647] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164401] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.172332] FS-Cache: Netfs 'nfs' registered for caching
[ 0.172942] NFS: Registering the id_resolver key type
[ 0.172991] Key type id_resolver registered
[ 0.173011] Key type id_legacy registered
[ 0.173040] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.174907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175054] io scheduler noop registered
[ 0.175076] io scheduler deadline registered (default)
[ 0.175368] io scheduler cfq registered
[ 0.175390] io scheduler mq-deadline registered
[ 0.175410] io scheduler kyber registered
[ 0.177669] BCM2708FB: allocated DMA memory fad00000
[ 0.177713] BCM2708FB: allocated DMA channel 0
bb813000
[ 0.227587] Console: switching to colour frame buffer device 228x61
[ 0.258045] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.258322] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.259014] vc-sm: Videocore shared memory driver
[ 0.259416] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.269218] brd: module loaded
[ 0.278235] loop: module loaded
[ 0.278370] Loading iSCSI transport class v2.0-870.
[ 0.279172] libphy: Fixed MDIO Bus: probed
[ 0.279384] usbcore: registered new interface driver lan78xx
[ 0.279602] usbcore: registered new interface driver smsc95xx
[ 0.279781] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.508074] Core Release: 2.80a
[ 0.508182] Setting default values for core params
[ 0.508347] Finished setting default values for core params
[ 0.708749] Using Buffer DMA mode
[ 0.708853] Periodic Transfer Interrupt Enhancement - disabled
[ 0.709015] Multiprocessor Interrupt Enhancement - disabled
[ 0.709171] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.709300] Dedicated Tx FIFOs mode
[ 0.709738] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad14000 dma = 0xfad14000 len=9024
[ 0.710022] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.710611] dwc_otg: Microframe scheduler enabled
[ 0.710670] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e6a40
[ 0.717656] WARN::hcd_init_fiq:460: FIQ ASM at 0x805e6da8 length 36
[ 0.724594] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbb87e000
[ 0.731454] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.738317] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.745174] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.752040] Init: Port Power? op_state=1
[ 0.758761] Init: Power Port (0)
[ 0.765610] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.772445] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.779217] usb usb1: Product: DWC OTG Controller
[ 0.786132] usb usb1: Manufacturer: Linux 4.14.34-v7+ dwc_otg_hcd
[ 0.793037] usb usb1: SerialNumber: 3f980000.usb
[ 0.800507] hub 1-0:1.0: USB hub found
[ 0.807319] hub 1-0:1.0: 1 port detected
[ 0.814480] dwc_otg: FIQ enabled
[ 0.814485] dwc_otg: NAK holdoff enabled
[ 0.814490] dwc_otg: FIQ split-transaction FSM enabled
[ 0.814501] Module dwc_common_port init
[ 0.814760] usbcore: registered new interface driver usb-storage
[ 0.821656] mousedev: PS/2 mouse device common for all mice
[ 0.828380] IR NEC protocol handler initialized
[ 0.835107] IR RC5(x/sz) protocol handler initialized
[ 0.841871] IR RC6 protocol handler initialized
[ 0.848513] IR JVC protocol handler initialized
[ 0.855106] IR Sony protocol handler initialized
[ 0.861553] IR SANYO protocol handler initialized
[ 0.868073] IR Sharp protocol handler initialized
[ 0.874544] IR MCE Keyboard/mouse protocol handler initialized
[ 0.880999] IR XMP protocol handler initialized
[ 0.888269] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.895196] bcm2835-cpufreq: min=600000 max=1400000
[ 0.902246] sdhci: Secure Digital Host Controller Interface driver
[ 0.908991] sdhci: Copyright(c) Pierre Ossman
[ 0.916044] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[ 0.923282] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.930071] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.938251] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.945031] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.951824] usbcore: registered new interface driver usbhid
[ 0.958479] usbhid: USB HID core driver
[ 0.965735] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.974043] [vc_sm_connected_init]: start
[ 0.983946] [vc_sm_connected_init]: end - returning 0
[ 0.991304] Initializing XFRM netlink socket
[ 0.998030] NET: Registered protocol family 17
[ 1.004848] Key type dns_resolver registered
[ 1.011920] Registering SWP/SWPB emulation handler
[ 1.019228] registered taskstats version 1
[ 1.031817] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.038697] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.047480] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ 1.054410] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[ 1.061642] Indeed it is in host mode hprt0 = 00021501
[ 1.152121] sdhost: log_buf
bad13000 (fad13000)
[ 1.196624] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.204899] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.213085] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.222482] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.241395] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 1.242445] of_cfs_init
[ 1.242582] of_cfs_init: OK
[ 1.260885] Waiting for root device /dev/mmcblk0p7...
[ 1.271423] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.278003] Indeed it is in host mode hprt0 = 00001101
[ 1.386470] mmc1: new high speed SDIO card at address 0001
[ 1.452817] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.465968] mmc0: new high speed SDHC card at address aaaa
[ 1.473103] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 1.487195] mmcblk0: p1 p2 < p5 p6 p7 >
[ 1.517193] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[ 1.521743] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[ 1.521755] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.524556] hub 1-1:1.0: USB hub found
[ 1.524640] hub 1-1:1.0: 4 ports detected
[ 1.551126] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
[ 1.568824] devtmpfs: mounted
[ 1.578698] Freeing unused kernel memory: 1024K
[ 1.841425] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 1.971684] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514
[ 1.978695] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.986459] hub 1-1.1:1.0: USB hub found
[ 1.993525] hub 1-1.1:1.0: 3 ports detected
[ 2.018039] systemd[1]: System time before build time, advancing clock.
[ 2.101430] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[ 2.129449] NET: Registered protocol family 10
[ 2.137868] Segment Routing with IPv6
[ 2.157853] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.204320] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 2.212664] systemd[1]: Detected architecture arm.
[ 2.232219] usb 1-1.3: New USB device found, idVendor=2040, idProduct=0265
[ 2.232229] usb 1-1.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.232236] usb 1-1.3: Product: dualHD
[ 2.232244] usb 1-1.3: Manufacturer: HCW
[ 2.232250] usb 1-1.3: SerialNumber: 0013887060
[ 2.302608] systemd[1]: Set hostname to <pioctober>.
[ 2.737940] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.754534] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2.761431] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 2.778769] systemd[1]: Listening on Syslog Socket.
[ 2.795778] systemd[1]: Created slice User and Session Slice.
[ 2.812233] systemd[1]: Listening on udev Control Socket.
[ 2.847290] systemd[1]: Listening on udev Kernel Socket.
[ 2.864601] systemd[1]: Created slice System Slice.
[ 2.901910] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800
[ 2.910585] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.063879] i2c /dev entries driver
[ 3.189648] libphy: lan78xx-mdiobus: probed
[ 3.394002] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
[ 3.523885] systemd-journald[100]: Received request to flush runtime journal from PID 1
[ 4.177510] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.194300] bcm2835_alsa bcm2835_alsa: card created with 8 channels
[ 4.446573] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 4.460024] media: Linux media interface: v0.10
[ 4.469567] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43455-sdio.bin for chip 0x004345(17221) rev 0x000006
[ 4.470414] usbcore: registered new interface driver brcmfmac
[ 4.488060] Linux video capture interface: v2.00
[ 4.563790] em28xx 1-1.3:1.0: New device HCW dualHD
480 Mbps (2040:0265, interface 0, class 0)
[ 4.563809] em28xx 1-1.3:1.0: DVB interface 0 found: isoc
[ 4.563974] em28xx 1-1.3:1.0: chip ID is em28174
[ 4.774804] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
[ 4.775362] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 9.10.105 Compiler: 1.29.4 ClmImport: 1.36.3 Creation: 2018-03-09 18:56:28
[ 5.709815] uart-pl011 3f201000.serial: no DMA platform data
[ 5.868647] em28xx 1-1.3:1.0: EEPROM ID = 26 00 01 00, EEPROM hash = 0x97e3c1c8
[ 5.868660] em28xx 1-1.3:1.0: EEPROM info:
[ 5.868673] em28xx 1-1.3:1.0: microcode start address = 0x0004, boot configuration = 0x01
[ 5.879455] em28xx 1-1.3:1.0: AC97 audio (5 sample rates)
[ 5.879471] em28xx 1-1.3:1.0: 500mA max power
[ 5.879486] em28xx 1-1.3:1.0: Table at offset 0x27, strings=0x0e6a, 0x1888, 0x087e
[ 5.879937] em28xx 1-1.3:1.0: Identified as Hauppauge WinTV-dualHD DVB (card=99)
[ 5.887512] tveeprom: Hauppauge model 204109, rev B3I6, serial# 13887060
[ 5.887528] tveeprom: tuner model is SiLabs Si2157 (idx 186, type 4)
[ 5.887539] tveeprom: TV standards PAL(B/G) NTSC(M) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xfc)
[ 5.887546] tveeprom: audio processor is None (idx 0)
[ 5.887553] tveeprom: has no radio, has IR receiver, has no IR transmitter
[ 5.887571] em28xx 1-1.3:1.0: dvb set to isoc mode.
[ 5.888117] usbcore: registered new interface driver em28xx
[ 5.931269] em28xx 1-1.3:1.0: Binding DVB extension
[ 5.939456] random: crng init done
[ 5.987905] i2c i2c-4: Added multiplexed i2c bus 5
[ 5.987925] si2168 4-0064: Silicon Labs Si2168-B40 successfully identified
[ 5.987933] si2168 4-0064: firmware version: B 4.0.2
[ 6.020696] si2157 5-0060: Silicon Labs Si2147/2148/2157/2158 successfully attached
[ 6.020795] dvbdev: DVB: registering new adapter (1-1.3:1.0)
[ 6.020811] em28xx 1-1.3:1.0: DVB: registering adapter 0 frontend 0 (Silicon Labs Si2168)...
[ 6.026011] em28xx 1-1.3:1.0: DVB extension successfully initialized
[ 6.026020] em28xx: Registered (Em28xx dvb Extension) extension
[ 6.055332] em28xx 1-1.3:1.0: Registering input extension
[ 6.055859] Registered IR keymap rc-hauppauge
[ 6.056455] rc rc0: 1-1.3:1.0 IR as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/rc/rc0
[ 6.056711] input: 1-1.3:1.0 IR as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/rc/rc0/input0
[ 6.056765] em28xx 1-1.3:1.0: Input extension successfully initialized
[ 6.056772] em28xx: Registered (Em28xx Input Extension) extension
[ 6.231778] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6.231802] brcmfmac: power management disabled
[ 6.330278] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 6.529525] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.037794] si2168 4-0064: Direct firmware load for dvb-demod-si2168-b40-01.fw failed with error -2
[ 7.042346] si2168 4-0064: please install firmware file 'dvb-demod-si2168-b40-01.fw'
[ 7.042372] si2168 4-0064: downloading firmware from file 'dvb-demod-si2168-02.fw'
[ 7.222980] si2168 4-0064: firmware version: B 4.0.4
[ 7.226565] si2157 5-0060: found a 'Silicon Labs Si2157-A30'
[ 7.274570] si2157 5-0060: firmware version: 3.0.5
[ 7.274639] em28xx 1-1.3:1.0: DVB: adapter 0 frontend 0 frequency 0 out of range (42000000..870000000)
[ 9.145694] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 12.060812] Bluetooth: Core ver 2.22
[ 12.060854] NET: Registered protocol family 31
[ 12.060857] Bluetooth: HCI device and connection manager initialized
[ 12.060871] Bluetooth: HCI socket layer initialized
[ 12.060877] Bluetooth: L2CAP socket layer initialized
[ 12.060896] Bluetooth: SCO socket layer initialized
[ 12.077832] Bluetooth: HCI UART driver ver 2.3
[ 12.077841] Bluetooth: HCI UART protocol H4 registered
[ 12.077843] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 12.077981] Bluetooth: HCI UART protocol Broadcom registered
[ 12.324073] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.324083] Bluetooth: BNEP filters: protocol multicast
[ 12.324098] Bluetooth: BNEP socket layer initialized
[ 12.375813] Bluetooth: RFCOMM TTY layer initialized
[ 12.375837] Bluetooth: RFCOMM socket layer initialized
[ 12.375853] Bluetooth: RFCOMM ver 1.11
[ 12.497017] fuse init (API version 7.26)
[ 16.302957] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)@
I'm not sure what else I could be doing (other than buying another tuner) to get this to work. Any help with this would be greatly appreciated as to how I can get this to work.