Open Jaro6904 opened 9 months ago
What steps for driver installation did you exactly use?
I updated first post with all steps .
Are you sure the tuner is OK? Could you check it in Windows?
I am sure, the tuner is 100% OK. I have second raspberry pi 4 with Libreelec installation with Crazycat drivers and tuner works fine with it
I have a similar configuration but a different (older) OS version: Linux rpi5 6.1.0-rpi7-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
Have your tried to contact jack_2431 on Skype or support@tbsdtv.com to let them know about this issue?
Do you run it on rpi4 or rpi5 similar to me ? I think that your version of linux is not compatible with rpi5.
I have opened it in https://www.tbsdtv.com/forum/viewtopic.php?f=87&t=25916&sid=235527af11fb554cce38ae1b48dd50b0 . But without response yet :-(
Yes, it is a rpi5 with 5520SE attached. This was just an output of uname -a from a working machine.
Can you please share download link with your version of Raspbian with me ? Raspberri Pi imager offer me only last version of Raspbian.
Thank you in advance.
I created my system on 28.12.2023 and I installed the current OS version which was available at that time. But something may be available here: https://downloads.raspberrypi.org/ Possibly it was this version (lite): https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-12-11/
Great. I am going to reinstall my version with the older one. I share output after I'll test instalation of TBS drivers. Thank you for your help
By the way... Did you upgraded the kernel after installing the current version (sudo apt-get upgrade)?
Yes, I did it. It is usually one of my first command after I installed a new system. sudo apt-get update and then sudo apt-get upgrade
Just do update after installing, no upgrade. It seems that the 11.12.2023 is the latest release. And with this version I have the 6.1.63 kernel, while your uname -a says you have 6.1.73. It may be so that something from the TBS drivers is not compatible with newest kernel or that you upgraded a module that they have modified? So check TBS without upgrading first.
Tvheadend installation was successfull too. Tvheadend does not show TBS drivers. I dont know where the problem is but command dmesg | grep frontend
Please provide full dmesg log
Hello, I reinstall version of Raspberry to Linux raspberrypi 6.1.0-rpi7-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
All installation steps were withou any error . But I can not see TBS in tvheadend.
The list of all commands that I run during installation : 1 sudo apt-get update 2 uname -a 3 mkdir tbs 4 cd tbs 5 sudo apt-get install gcc-8 6 apt-get install g++-8 7 apt-get install gcc 8 apt-get install linux-headers-generic 9 apt-get install patchutils 10 apt-get install libproc-processtable-perl 11 git clone https://github.com/tbsdtv/media_build.git 12 apt-get install git 13 git clone https://github.com/tbsdtv/media_build.git 14 git clone --depth=1 https://github.com/tbsdtv/linux_media.git -b latest ./media 15 cd media_build 16 make dir DIR=../media 17 make allyesconfig 18 sed -i -r 's/(^CONFIG._RC.=)./\1n/g' v4l/.config 19 sed -i -r 's/(^CONFIG._IR.=)./\1n/g' v4l/.config 20 make -j4 21 make install 22 reboot 23 cd tbs 24 wget http://www.tbsdtv.com/download/document/linux/tbs-tuner-firmwares_v1.0.tar.bz2 25 tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C /lib/firmware/ 26 lsusb 27 reboot 28 apt-get install tvheadend 29 reboot 30 lsusb 31 dmesg | grep frontend 32 history
dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.1.0-rpi7-rpi-2712 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24)
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000001a000000, size 320 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff]
[ 0.000000] node 0: [mem 0x0000000000080000-0x000000003f7fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 14 pages/cpu s177448 r8192 d43736 u229376
[ 0.000000] pcpu-alloc: s177448 r8192 d43736 u229376 alloc=14*16384
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Hardware dirty bit management
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=D8:3A:DD:ED:1D:71 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=c7827dd3-02 rootfstype=ext4 fsck.repair=yes rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 8, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 7, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Memory: 3796512K/4186112K available (12352K kernel code, 2186K rwdata, 4112K rodata, 4480K init, 1216K bss, 61920K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 40061 entries in 40 pages
[ 0.000000] ftrace: allocated 40 pages with 2 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000154] Console: colour dummy device 80x25
[ 0.000299] printk: console [tty1] enabled
[ 0.000317] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000327] pid_max: default: 32768 minimum: 301
[ 0.000354] LSM: Security Framework initializing
[ 0.000412] Mount-cache hash table entries: 8192 (order: 2, 65536 bytes, linear)
[ 0.000429] Mountpoint-cache hash table entries: 8192 (order: 2, 65536 bytes, linear)
[ 0.000843] cgroup: Disabling memory control group subsystem
[ 0.001318] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.001329] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.001370] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.001376] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.001409] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.001414] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.001497] rcu: Hierarchical SRCU implementation.
[ 0.001502] rcu: Max phase no-delay instances is 1000.
[ 0.002130] EFI services will not be available.
[ 0.002236] smp: Bringing up secondary CPUs ...
[ 0.002452] Detected PIPT I-cache on CPU1
[ 0.002498] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.002730] Detected PIPT I-cache on CPU2
[ 0.002767] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.002992] Detected PIPT I-cache on CPU3
[ 0.003025] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.003062] smp: Brought up 1 node, 4 CPUs
[ 0.003082] SMP: Total of 4 processors activated.
[ 0.003087] CPU features: detected: 32-bit EL0 Support
[ 0.003092] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.003098] CPU features: detected: Common not Private translations
[ 0.003102] CPU features: detected: CRC32 instructions
[ 0.003108] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.003112] CPU features: detected: LSE atomic instructions
[ 0.003116] CPU features: detected: Privileged Access Never
[ 0.003121] CPU features: detected: RAS Extension Support
[ 0.003126] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.003170] CPU: All CPU(s) started at EL2
[ 0.003174] alternatives: applying system-wide alternatives
[ 0.005164] devtmpfs: initialized
[ 0.007717] Enabled cp15_barrier support
[ 0.007728] Enabled setend support
[ 0.007792] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.007805] futex hash table entries: 1024 (order: 2, 65536 bytes, linear)
[ 0.008594] pinctrl core: initialized pinctrl subsystem
[ 0.008791] DMI not present or invalid.
[ 0.008981] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.010153] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.010210] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.010290] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.010317] audit: initializing netlink subsys (disabled)
[ 0.010379] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
[ 0.010517] thermal_sys: Registered thermal governor 'step_wise'
[ 0.010536] cpuidle: using governor menu
[ 0.010603] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.010647] ASID allocator initialised with 32768 entries
[ 0.010945] Serial: AMBA PL011 UART driver
[ 0.012751] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.013457] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
[ 0.714821] printk: console [ttyAMA10] enabled
[ 0.727295] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-01-05T15:57:40, variant start_cd
[ 0.741355] raspberrypi-firmware soc:firmware: Firmware hash is 30cc5f3700000000000000000000000000000000
[ 0.759206] KASLR enabled
[ 0.771972] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.780118] iommu: Default domain type: Translated
[ 0.785021] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.791411] SCSI subsystem initialized
[ 0.795219] usbcore: registered new interface driver usbfs
[ 0.800735] usbcore: registered new interface driver hub
[ 0.806076] usbcore: registered new device driver usb
[ 0.811251] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.818415] pps_core: LinuxPPS API ver. 1 registered
[ 0.823398] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.832578] PTP clock support registered
[ 0.836756] vgaarb: loaded
[ 0.839597] clocksource: Switched to clocksource arch_sys_counter
[ 0.845847] VFS: Disk quotas dquot_6.6.0
[ 0.849802] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 0.856914] FS-Cache: Loaded
[ 0.859833] CacheFiles: Loaded
[ 0.864611] NET: Registered PF_INET protocol family
[ 0.869614] IP idents hash table entries: 65536 (order: 5, 524288 bytes, linear)
[ 0.878314] tcp_listen_portaddr_hash hash table entries: 2048 (order: 1, 32768 bytes, linear)
[ 0.886918] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear)
[ 0.894700] TCP established hash table entries: 32768 (order: 4, 262144 bytes, linear)
[ 0.902787] TCP bind hash table entries: 32768 (order: 6, 1048576 bytes, linear)
[ 0.911031] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.917711] MPTCP token hash table entries: 4096 (order: 2, 98304 bytes, linear)
[ 0.925190] UDP hash table entries: 2048 (order: 2, 65536 bytes, linear)
[ 0.931969] UDP-Lite hash table entries: 2048 (order: 2, 65536 bytes, linear)
[ 0.939242] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.945069] RPC: Registered named UNIX socket transport module.
[ 0.951017] RPC: Registered udp transport module.
[ 0.955738] RPC: Registered tcp transport module.
[ 0.960459] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.966929] PCI: CLS 0 bytes, default 64
[ 0.970982] Trying to unpack rootfs image as initramfs...
[ 0.980160] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[ 0.988610] kvm [1]: IPA Size Limit: 40 bits
[ 0.992934] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[ 1.001774] kvm [1]: vgic interrupt IRQ9
[ 1.005777] kvm [1]: VHE mode initialized successfully
[ 1.068863] Initialise system trusted keyrings
[ 1.073459] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 1.081857] zbud: loaded
[ 1.085038] NFS: Registering the id_resolver key type
[ 1.090144] Key type id_resolver registered
[ 1.094352] Key type id_legacy registered
[ 1.098415] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.105149] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.112660] F2FS not supported on PAGE_SIZE(16384) != 4096
[ 1.118287] Key type asymmetric registered
[ 1.122416] Asymmetric key parser 'x509' registered
[ 1.127364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.134927] io scheduler mq-deadline registered
[ 1.139486] io scheduler kyber registered
[ 1.144272] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 31)
[ 1.152946] Freeing initrd memory: 10832K
[ 1.153573] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 32)
[ 1.165221] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 33)
[ 1.173017] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 34)
[ 1.180820] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 35)
[ 1.190017] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 36)
[ 1.199452] gpio-461 (RP1 RUN pin): hogged as output/high
[ 1.205622] simple-framebuffer 3f800000.framebuffer: framebuffer at 0x3f800000, 0x3f4800 bytes
[ 1.214281] simple-framebuffer 3f800000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
[ 1.225496] Console: switching to colour frame buffer device 240x67
[ 1.233325] simple-framebuffer 3f800000.framebuffer: fb0: simplefb registered!
[ 1.274071] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.280973] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 38, base_baud = 6000000) is a 16550A
[ 1.290298] serial serial0: tty port ttyS0 registered
[ 1.295983] iproc-rng200 107d208000.rng: hwrng registered
[ 1.301550] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 1.310568] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 1.319744] brd: module loaded
[ 1.324410] loop: module loaded
[ 1.327786] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.335226] Loading iSCSI transport class v2.0-870.
[ 1.341224] usbcore: registered new interface driver r8152
[ 1.346759] usbcore: registered new interface driver lan78xx
[ 1.352459] usbcore: registered new interface driver smsc95xx
[ 1.358375] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.364225] dwc_otg: FIQ enabled
[ 1.364228] dwc_otg: NAK holdoff enabled
[ 1.364230] dwc_otg: FIQ split-transaction FSM enabled
[ 1.364234] Module dwc_common_port init
[ 1.364505] usbcore: registered new interface driver uas
[ 1.369857] usbcore: registered new interface driver usb-storage
[ 1.376085] mousedev: PS/2 mouse device common for all mice
[ 1.389573] rpi-rtc soc:rpi_rtc: registered as rtc0
[ 1.395944] rpi-rtc soc:rpi_rtc: setting system clock to 2024-02-08T10:43:46 UTC (1707389026)
[ 1.405184] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 1.411752] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.420755] sdhci: Secure Digital Host Controller Interface driver
[ 1.426973] sdhci: Copyright(c) Pierre Ossman
[ 1.431508] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.437615] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.443693] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.450179] hid: raw HID events driver (C) Jiri Kosina
[ 1.455367] usbcore: registered new interface driver usbhid
[ 1.460969] usbhid: USB HID core driver
[ 1.465012] NET: Registered PF_PACKET protocol family
[ 1.470118] Key type dns_resolver registered
[ 1.474653] registered taskstats version 1
[ 1.478793] Loading compiled-in X.509 certificates
[ 1.490054] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[ 1.498857] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[ 1.509304] Key type .fscrypt registered
[ 1.513740] Key type fscrypt-provisioning registered
[ 1.521088] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[ 1.528592] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
[ 1.538186] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 1.546985] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 1.555789] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 1.564577] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 1.574539] brcm-pcie 1000120000.pcie: setting SCB_ACCESS_EN, READ_UR_MODE, MAX_BURST_SIZE
[ 1.583328] brcm-pcie 1000120000.pcie: Forcing gen 2
[ 1.588830] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00
[ 1.595764] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.601735] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 1.612774] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 1.624435] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[ 1.630987] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.637925] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.751603] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 1.758728] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000
[ 1.765232] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[ 1.771987] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[ 1.778735] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[ 1.785556] pci 0000:01:00.0: supports D1
[ 1.790016] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 1.807612] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.814699] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[ 1.822305] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[ 1.829904] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[ 1.837495] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[ 1.845086] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.850484] pci 0000:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 1.858066] pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 1.866960] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 1.875964] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.882541] pcieport 0000:00:00.0: PME: Signaling with IRQ 39
[ 1.888804] pcieport 0000:00:00.0: AER: enabled with IRQ 39
[ 1.894956] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 1.904455] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 1.914137] rp1 0000:01:00.0: enabling device (0000 -> 0002)
[ 1.921382] rp1 0000:01:00.0: chip_id 0x20001927
[ 1.951679] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 107 (d8:3a:dd:ed:1d:71)
[ 1.963200] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 2.031712] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 2.037225] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 2.045371] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810
[ 2.054835] xhci-hcd xhci-hcd.0: irq 132, io mem 0x1f00200000
[ 2.061112] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 2.066614] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 2.074301] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 2.080921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 2.089676] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.097365] usb usb1: Product: xHCI Host Controller
[ 2.102692] usb usb1: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd
[ 2.109679] usb usb1: SerialNumber: xhci-hcd.0
[ 2.114719] hub 1-0:1.0: USB hub found
[ 2.118935] hub 1-0:1.0: 2 ports detected
[ 2.123600] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 2.132340] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.140027] usb usb2: Product: xHCI Host Controller
[ 2.145411] usb usb2: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd
[ 2.152399] usb usb2: SerialNumber: xhci-hcd.0
[ 2.157407] hub 2-0:1.0: USB hub found
[ 2.161605] hub 2-0:1.0: 1 port detected
[ 2.227700] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.233199] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 2.241327] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810
[ 2.250853] xhci-hcd xhci-hcd.1: irq 137, io mem 0x1f00300000
[ 2.257166] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.262665] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 2.270366] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 2.277034] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 2.285774] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.293464] usb usb3: Product: xHCI Host Controller
[ 2.298792] usb usb3: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd
[ 2.305797] usb usb3: SerialNumber: xhci-hcd.1
[ 2.310833] hub 3-0:1.0: USB hub found
[ 2.315035] hub 3-0:1.0: 2 ports detected
[ 2.319688] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 2.328420] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.336096] usb usb4: Product: xHCI Host Controller
[ 2.341481] usb usb4: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd
[ 2.348458] usb usb4: SerialNumber: xhci-hcd.1
[ 2.353457] hub 4-0:1.0: USB hub found
[ 2.357661] hub 4-0:1.0: 1 port detected
[ 2.363035] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.371934] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 2.380407] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 2.383600] usb 1-2: new full-speed USB device number 2 using xhci-hcd
[ 2.388875] platform 1000800000.codec: Adding to iommu group 0
[ 2.402231] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 2.410889] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 2.419544] platform 1000880000.pisp_be: Adding to iommu group 0
[ 2.426059] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 2.434372] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 2.442860] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 2.450770] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.459633] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 2.467397] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 2.475095] platform axi:gpu: Adding to iommu group 1
[ 2.480672] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 2.488190] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 2.495894] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.504763] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 2.512198] sdhci-brcmstb 1000fff000.mmc: there is not valid maps for state default
[ 2.512633] mmc1: CQHCI version 5.10
[ 2.512969] mmc0: CQHCI version 5.10
[ 2.514193] of_cfs_init
[ 2.531291] of_cfs_init: OK
[ 2.546065] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[ 2.554722] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.557076] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 2.562309] usb 1-2: Product: USB Receiver
[ 2.562312] usb 1-2: Manufacturer: Logitech
[ 2.579600] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 2.602461] input: Logitech USB Receiver as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0001/input/input0
[ 2.633117] mmc0: new SDHC card at address e624
[ 2.638375] mmcblk0: mmc0:e624 SU32G 29.7 GiB
[ 2.648974] mmcblk0: p1 p2
[ 2.652316] mmcblk0: mmc0:e624 SU32G 29.7 GiB (quirks 0x00004000)
[ 2.675752] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-xhci-hcd.0-2/input0
[ 2.700127] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 2.708724] input: Logitech USB Receiver Mouse as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input1
[ 2.711911] Freeing unused kernel memory: 4480K
[ 2.724051] input: Logitech USB Receiver Consumer Control as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input2
[ 2.724417] Run /init as init process
[ 2.741292] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 2.745562] with arguments:
[ 2.745564] /init
[ 2.745566] with environment:
[ 2.745568] HOME=/
[ 2.746227] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 2.749741] TERM=linux
[ 2.765216] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.787740] input: Logitech USB Receiver System Control as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input3
[ 2.804101] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.0-2/input1
[ 2.806163] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0-2/input2
[ 2.899618] usb 3-2: new full-speed USB device number 3 using xhci-hcd
[ 2.962418] input: pwr_button as /devices/platform/pwr_button/input/input5
[ 2.973216] brcmstb-i2c 107d508200.i2c: @200000hz registered in interrupt mode
[ 2.986030] brcmstb-i2c 107d508280.i2c: @200000hz registered in interrupt mode
[ 3.053531] usb 3-2: New USB device found, idVendor=24ae, idProduct=1000, bcdDevice= 1.10
[ 3.062413] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.070163] usb 3-2: Product: Rapoo 2.4G Wireless Touch Desktop
[ 3.076758] usb 3-2: Manufacturer: MOSART Semi.
[ 3.109089] input: MOSART Semi. Rapoo 2.4G Wireless Touch Desktop as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.0/0003:24AE:1000.0004/input/input6
[ 3.199740] hid-generic 0003:24AE:1000.0004: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. Rapoo 2.4G Wireless Touch Desktop ] on usb-xhci-hcd.1-2/input0
[ 3.221057] input: MOSART Semi. Rapoo 2.4G Wireless Touch Desktop Mouse as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:24AE:1000.0005/input/input7
[ 3.259734] input: MOSART Semi. Rapoo 2.4G Wireless Touch Desktop Consumer Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:24AE:1000.0005/input/input8
[ 3.279131] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0-2/input2
[ 3.335660] input: MOSART Semi. Rapoo 2.4G Wireless Touch Desktop System Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:24AE:1000.0005/input/input9
[ 3.354101] input: MOSART Semi. Rapoo 2.4G Wireless Touch Desktop as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:24AE:1000.0005/input/input10
[ 3.371344] hid-generic 0003:24AE:1000.0005: input,hiddev97,hidraw2: USB HID v1.10 Mouse [MOSART Semi. Rapoo 2.4G Wireless Touch Desktop ] on usb-xhci-hcd.1-2/input1
[ 3.415458] input: Logitech Wireless Device PID:4013 Mouse as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4013.0006/input/input11
[ 3.443102] hid-generic 0003:046D:4013.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Device PID:4013] on usb-xhci-hcd.0-2/input2:1
[ 3.519030] input: Logitech M525 as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4013.0006/input/input15
[ 3.535156] logitech-hidpp-device 0003:046D:4013.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech M525] on usb-xhci-hcd.0-2/input2:1
[ 4.277977] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 5.774074] NET: Registered PF_INET6 protocol family
[ 5.780235] Segment Routing with IPv6
[ 5.784626] In-situ OAM (IOAM) with IPv6
[ 5.898609] systemd[1]: systemd 252.19-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 5.932983] systemd[1]: Detected architecture arm64.
[ 5.962774] systemd[1]: Hostname set to
[ 39.304665] x14: 0000000000000001 x13: 0000000000000000 x12: 0000000000000002 [ 39.328876] logitech-djreceiver 0003:046D:C52B.0019: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0-2/input2 [ 39.329296] x11: 0000000000000000 x10: 0000000000001a90 x9 : ffffcfffb25ac3e4 [ 39.377497] x8 : ffffc0000b89bb88 x7 : 0000000000000000 x6 : 0000000000000001 [ 39.385607] x5 : ffffd0000d4b1000 x4 : 0000000000000000 x3 : 0000000000000062 [ 39.393718] x2 : ffff80000944ba00 x1 : 0000000000000000 x0 : 0000000000000060 [ 39.401826] Call trace: [ 39.405210] rt_mutex_lock+0x30/0xa4 [ 39.409730] i2c_mux_lock_bus+0x30/0x5c [i2c_mux] [ 39.415383] i2c_transfer+0x58/0x104 [ 39.419897] av201x_wrm+0x68/0xd0 [av201x] [ 39.424933] av201x_regmask+0xd0/0x140 [av201x] [ 39.430407] av201x_init+0x68/0x3a10 [av201x] [ 39.435695] dvb_frontend_init+0x50/0x74 [dvb_core] [ 39.441517] dvb_frontend_thread+0x80/0x510 [dvb_core] [ 39.447601] kthread+0x110/0x114 [ 39.451753] ret_from_fork+0x10/0x20 [ 39.456262] Code: d503201f 91006000 d2800001 aa0103e4 (c8e47c02) [ 39.459728] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01 [ 39.463295] ---[ end trace 0000000000000000 ]--- [ 39.478211] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 39.486683] input: Logitech M525 as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0019/0003:046D:4013.001A/input/input22 [ 39.503653] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware [ 39.513554] logitech-hidpp-device 0003:046D:4013.001A: input,hidraw3: USB HID v1.11 Mouse [Logitech M525] on usb-xhci-hcd.0-2/input2:1 [ 39.527060] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw' [ 39.534912] tbs5520se: start downloading TBS5520se firmware [ 39.655602] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state. [ 39.662971] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 39.672541] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE) [ 39.680501] tbs5520se: read eeprom failed. [ 39.685559] dvb-usb: MAC address reading failed. [ 39.693934] i2c i2c-13: Added multiplexed i2c bus 14 [ 39.699952] si2183 13-0067: Silicon Labs Si2183 successfully attached [ 39.934548] usb 3-2: reset full-speed USB device number 3 using xhci-hcd [ 40.067969] si2157 14-0061: Silicon Labs Si2157 successfully attached [ 40.075403] i2c i2c-14: av201x: Airoha Technology AV201x successfully attached [ 40.084044] usb 3-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)... [ 40.094742] usb 3-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)... [ 40.105027] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected. [ 40.118655] usb usb3-port2: over-current change #5 [ 40.259635] usb 3-1: USB disconnect, device number 13 [ 40.266372] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected. [ 41.335601] usb 3-1: new high-speed USB device number 14 using xhci-hcd [ 41.491965] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01 [ 41.501642] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 41.510258] usb 3-1: Product: TBS 5521 [ 41.515466] usb 3-1: Manufacturer: TBS-Tech [ 41.521610] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware [ 41.533017] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw' [ 41.541387] tbs5520se: start downloading TBS5520se firmware [ 41.659597] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state. [ 41.666915] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 41.676429] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE) [ 41.759931] dvb-usb: MAC address: 00:22:ab:c0:5a:ed [ 41.768340] i2c i2c-13: Added multiplexed i2c bus 14 [ 41.774287] si2183 13-0067: Silicon Labs Si2183 successfully attached [ 41.784322] si2157 14-0061: Silicon Labs Si2157 successfully attached [ 41.791749] i2c i2c-14: av201x: Airoha Technology AV201x successfully attached [ 41.860078] usb 3-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)... [ 41.870785] usb 3-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)... [ 41.880943] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
I found in Tvheadend log : 2024-02-08 12:30:31.769 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:32.146 linuxdvb: adapter added /dev/dvb/adapter0 2024-02-08 12:30:32.499 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:35.141 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:35.520 linuxdvb: adapter added /dev/dvb/adapter0 2024-02-08 12:30:35.875 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:38.553 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:38.932 linuxdvb: adapter added /dev/dvb/adapter0 2024-02-08 12:30:39.291 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:39.431 http: 192.168.252.4: HTTP/1.1 POST (3) /api/hardware/tree -- 400 2024-02-08 12:30:41.933 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:42.313 linuxdvb: adapter added /dev/dvb/adapter0 2024-02-08 12:30:42.667 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:45.309 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:45.686 linuxdvb: adapter added /dev/dvb/adapter0 2024-02-08 12:30:46.039 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:48.685 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:49.064 linuxdvb: adapter added /dev/dvb/adapter0 2024-02-08 12:30:49.420 linuxdvb: adapter removed /dev/dvb/adapter0 2024-02-08 12:30:49.437 http: 192.168.252.4: HTTP/1.1 POST (3) /api/hardware/tree -- 400
But as I can see tuner is now properly recognized by OS. I had a similar issue with TBS-5530. DVB-S tuner was not recognized by tvheadend. The log from tvheadend was similar to yours.
But as I can see tuner is now properly recognized by OS. I had a similar issue with TBS-5530. DVB-S tuner was not recognized by tvheadend. The log from tvheadend was similar to yours.
frontend 1 is use for dvbs mode, so you need add the link for frontend (demux,dvr and net).
then restart tvh.
Hello,
I cloned git repository : git clone https://github.com/tbsdtv/media_build.git git clone --depth=1 https://github.com/tbsdtv/linux_media.git -b latest ./media
and I followed all installation steps : cd media_build make dir DIR=../media make allyesconfig sed -i -r 's/(^CONFIG._RC.=)./\1n/g' v4l/.config sed -i -r 's/(^CONFIG._IR.=)./\1n/g' v4l/.config make -j4 sudo make install and then reboot
Next step was firmware installation : wget http://www.tbsdtv.com/download/document/linux/tbs-tuner-firmwares_v1.0.tar.bz2 sudo tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C /lib/firmware/
All installation steps went without any problem. Only some warning in make -j4 step.
Tvheadend installation was successfull too. Tvheadend does not show TBS drivers.
I dont know where the problem is but command dmesg | grep frontend shows : 81ba127ee153c1f1565fbb33a65ed36ad13c52bd media: dvb-frontends/gx1133: PLS support. 81ba127ee153c1f1565fbb33a65ed36ad13c52bd media: dvb-frontends/gx1133: PLS support. [ 16.361299] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE' [ 17.980380] usb 1-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)... [ 17.980476] usb 1-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)... [ 31.942405] usb 1-1: DVB: adapter 0 frontend 0 frequency 0 out of range (174000000..862000000) [ 33.545322] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE' [ 35.077568] usb 1-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)... [ 35.077649] usb 1-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)... [ 49.378101] usb 1-1: DVB: adapter 0 frontend 0 frequency 0 out of range (174000000..862000000) [ 50.909512] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE' [ 52.446080] usb 1-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)... [ 52.446164] usb 1-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)... [ 53.229412] usb 1-1: dvb_frontend_stop: warning: thread 000000001d60019f won't exit [ 54.294785] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE' [ 55.851114] usb 1-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)... [ 55.851200] usb 1-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
uname -a Linux raspberrypi 6.1.0-rpi8-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 (2024-01-25) aarch64 GNU/Linux
Can you please help me with ?
Thank you in advance.
Jaromir