Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry pi 5 - Debian GNU/Linux 12 (bookworm) -driver TBS 5520se fails #338

Open
Jaro6904 opened this issue Jan 30, 2024 · 19 comments
Open

Comments

@Jaro6904
Copy link

Jaro6904 commented Jan 30, 2024

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 :
81ba127 media: dvb-frontends/gx1133: PLS support.
81ba127 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

@mareksaw-cg
Copy link

What steps for driver installation did you exactly use?

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 7, 2024

I updated first post with all steps .

@mareksaw-cg
Copy link

Are you sure the tuner is OK? Could you check it in Windows?

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 7, 2024

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

@mareksaw-cg
Copy link

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?

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 7, 2024

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 :-(

@mareksaw-cg
Copy link

Yes, it is a rpi5 with 5520SE attached. This was just an output of uname -a from a working machine.

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 7, 2024

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.

@mareksaw-cg
Copy link

mareksaw-cg commented Feb 7, 2024

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/

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 7, 2024

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

@mareksaw-cg
Copy link

By the way... Did you upgraded the kernel after installing the current version (sudo apt-get upgrade)?

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 7, 2024

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

@mareksaw-cg
Copy link

mareksaw-cg commented Feb 7, 2024

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.

@crazycat69
Copy link

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

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 8, 2024

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

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 8, 2024

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 .
[ 6.121866] uart-pl011 107d001000.serial: no DMA platform data
[ 6.708381] systemd[1]: Queued start job for default target multi-user.target.
[ 6.736349] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 6.745641] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 6.755334] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 6.765970] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 6.776497] systemd[1]: Created slice user.slice - User and Session Slice.
[ 6.784985] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 6.797657] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 6.809861] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 6.823994] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 6.833186] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 6.843639] systemd[1]: Reached target paths.target - Path Units.
[ 6.851286] systemd[1]: Reached target slices.target - Slice Units.
[ 6.859106] systemd[1]: Reached target swap.target - Swaps.
[ 6.866204] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 6.876223] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 6.886468] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 6.896989] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 6.906855] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 6.917315] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 6.936129] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 6.945761] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 6.955284] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 6.987718] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 6.998246] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 7.008640] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 7.018294] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 7.038656] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 7.061766] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 7.073047] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 7.084873] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 7.096143] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 7.107216] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 7.117665] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 7.129323] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 7.139877] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 7.149210] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 7.166851] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 7.176923] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 7.251880] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 7.262643] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 7.273273] fuse: init (API version 7.37)
[ 7.279716] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 7.292042] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 7.301550] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 7.313685] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 7.323435] systemd[1]: Started systemd-journald.service - Journal Service.
[ 7.343279] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[ 7.482143] systemd-journald[284]: Received client request to flush runtime journal.
[ 8.992825] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 8.992912] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 8.992993] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 8.993028] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 8.993097] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 8.993130] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 8.993202] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 8.993240] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 8.993527] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 8.993592] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 9.229524] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[ 9.505704] mc: loading out-of-tree module taints kernel.
[ 9.505709] mc: loading out-of-tree module taints kernel.
[ 9.506406] mc: Linux media interface: v0.10
[ 9.722524] videodev: Linux video capture interface: v2.00
[ 9.722531] WARNING: You are using an experimental version of the media stack.
As the driver is backported to an older kernel, it doesn't offer
enough quality for its usage in production.
Use it with care.
Latest git patches (needed if you report a bug to linux-media@vger.kernel.org):
6d47a19 media: dvb-frontends/cxd2878: Fixed legacy signal statistic.
[ 9.763556] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.764002] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 9.764315] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 9.764623] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.862763] Bluetooth: Core ver 2.22
[ 9.862822] NET: Registered PF_BLUETOOTH protocol family
[ 9.862826] Bluetooth: HCI device and connection manager initialized
[ 9.862835] Bluetooth: HCI socket layer initialized
[ 9.862840] Bluetooth: L2CAP socket layer initialized
[ 9.862846] Bluetooth: SCO socket layer initialized
[ 10.001340] Bluetooth: HCI UART driver ver 2.3
[ 10.001350] Bluetooth: HCI UART protocol H4 registered
[ 10.001411] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 10.001734] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 10.001974] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 10.004694] Bluetooth: HCI UART protocol Broadcom registered
[ 10.060216] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 10.061921] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 10.062214] usbcore: registered new interface driver brcmfmac
[ 10.178048] pisp_be: disagrees about version of symbol vb2_queue_init
[ 10.178056] pisp_be: Unknown symbol vb2_queue_init (err -22)
[ 10.178090] pisp_be: disagrees about version of symbol vb2_streamoff
[ 10.178093] pisp_be: Unknown symbol vb2_streamoff (err -22)
[ 10.178100] pisp_be: disagrees about version of symbol vb2_queue_release
[ 10.178102] pisp_be: Unknown symbol vb2_queue_release (err -22)
[ 10.178132] pisp_be: disagrees about version of symbol vb2_dma_contig_memops
[ 10.178135] pisp_be: Unknown symbol vb2_dma_contig_memops (err -22)
[ 10.178154] pisp_be: disagrees about version of symbol v4l2_subdev_init
[ 10.178156] pisp_be: Unknown symbol v4l2_subdev_init (err -22)
[ 10.178176] pisp_be: disagrees about version of symbol v4l2_device_register_subdev
[ 10.178179] pisp_be: Unknown symbol v4l2_device_register_subdev (err -22)
[ 10.178185] pisp_be: disagrees about version of symbol v4l2_subdev_link_validate_default
[ 10.178188] pisp_be: Unknown symbol v4l2_subdev_link_validate_default (err -22)
[ 10.178199] pisp_be: disagrees about version of symbol video_devdata
[ 10.178202] pisp_be: Unknown symbol video_devdata (err -22)
[ 10.178211] pisp_be: disagrees about version of symbol vb2_streamon
[ 10.178214] pisp_be: Unknown symbol vb2_streamon (err -22)
[ 10.178222] pisp_be: disagrees about version of symbol vb2_plane_cookie
[ 10.178225] pisp_be: Unknown symbol vb2_plane_cookie (err -22)
[ 10.178236] pisp_be: disagrees about version of symbol v4l2_device_unregister_subdev
[ 10.178239] pisp_be: Unknown symbol v4l2_device_unregister_subdev (err -22)
[ 10.178259] pisp_be: disagrees about version of symbol vb2_buffer_done
[ 10.178261] pisp_be: Unknown symbol vb2_buffer_done (err -22)
[ 10.178267] pisp_be: disagrees about version of symbol vb2_plane_vaddr
[ 10.178270] pisp_be: Unknown symbol vb2_plane_vaddr (err -22)
[ 10.178281] pisp_be: disagrees about version of symbol video_unregister_device
[ 10.178283] pisp_be: Unknown symbol video_unregister_device (err -22)
[ 10.178302] pisp_be: disagrees about version of symbol v4l2_device_register
[ 10.178304] pisp_be: Unknown symbol v4l2_device_register (err -22)
[ 10.178321] pisp_be: disagrees about version of symbol __video_register_device
[ 10.178323] pisp_be: Unknown symbol __video_register_device (err -22)
[ 10.178337] pisp_be: disagrees about version of symbol v4l2_device_unregister
[ 10.178340] pisp_be: Unknown symbol v4l2_device_unregister (err -22)
[ 10.178346] pisp_be: disagrees about version of symbol vb2_wait_for_all_buffers
[ 10.178349] pisp_be: Unknown symbol vb2_wait_for_all_buffers (err -22)
[ 10.178367] pisp_be: disagrees about version of symbol video_device_release_empty
[ 10.178369] pisp_be: Unknown symbol video_device_release_empty (err -22)
[ 10.327110] WARNING: You are using an experimental version of the media stack.
As the driver is backported to an older kernel, it doesn't offer
enough quality for its usage in production.
Use it with care.
Latest git patches (needed if you report a bug to linux-media@vger.kernel.org):
6d47a19 media: dvb-frontends/cxd2878: Fixed legacy signal statistic.
[ 10.359584] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 10.359796] rpivid_hevc: disagrees about version of symbol vb2_queue_init
[ 10.359801] rpivid_hevc: Unknown symbol vb2_queue_init (err -22)
[ 10.359832] rpivid_hevc: disagrees about version of symbol v4l2_fh_exit
[ 10.359834] rpivid_hevc: Unknown symbol v4l2_fh_exit (err -22)
[ 10.359844] rpivid_hevc: disagrees about version of symbol v4l2_m2m_job_finish
[ 10.359847] rpivid_hevc: Unknown symbol v4l2_m2m_job_finish (err -22)
[ 10.359922] rpivid_hevc: disagrees about version of symbol v4l2_m2m_next_buf
[ 10.359925] rpivid_hevc: Unknown symbol v4l2_m2m_next_buf (err -22)
[ 10.360004] rpivid_hevc: disagrees about version of symbol v4l2_fh_del
[ 10.360007] rpivid_hevc: Unknown symbol v4l2_fh_del (err -22)
[ 10.360012] rpivid_hevc: disagrees about version of symbol v4l2_m2m_ctx_release
[ 10.360015] rpivid_hevc: Unknown symbol v4l2_m2m_ctx_release (err -22)
[ 10.360022] rpivid_hevc: disagrees about version of symbol v4l2_fh_add
[ 10.360024] rpivid_hevc: Unknown symbol v4l2_fh_add (err -22)
[ 10.360033] rpivid_hevc: disagrees about version of symbol vb2_ops_wait_finish
[ 10.360036] rpivid_hevc: Unknown symbol vb2_ops_wait_finish (err -22)
[ 10.360073] Bluetooth: hci0: BCM: chip id 107
[ 10.360109] rpivid_hevc: disagrees about version of symbol v4l2_m2m_buf_remove
[ 10.360113] rpivid_hevc: Unknown symbol v4l2_m2m_buf_remove (err -22)
[ 10.360120] rpivid_hevc: disagrees about version of symbol v4l2_m2m_buf_done_and_job_finish
[ 10.360123] rpivid_hevc: Unknown symbol v4l2_m2m_buf_done_and_job_finish (err -22)
[ 10.360130] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_handler_init_class
[ 10.360133] rpivid_hevc: Unknown symbol v4l2_ctrl_handler_init_class (err -22)
[ 10.360142] rpivid_hevc: disagrees about version of symbol vb2_dma_contig_memops
[ 10.360144] rpivid_hevc: Unknown symbol vb2_dma_contig_memops (err -22)
[ 10.360229] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_request_hdl_ctrl_find
[ 10.360232] rpivid_hevc: Unknown symbol v4l2_ctrl_request_hdl_ctrl_find (err -22)
[ 10.360265] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_handler_setup
[ 10.360268] rpivid_hevc: Unknown symbol v4l2_ctrl_handler_setup (err -22)
[ 10.360285] rpivid_hevc: disagrees about version of symbol v4l2_m2m_buf_queue
[ 10.360287] rpivid_hevc: Unknown symbol v4l2_m2m_buf_queue (err -22)
[ 10.360296] rpivid_hevc: disagrees about version of symbol video_devdata
[ 10.360299] rpivid_hevc: Unknown symbol video_devdata (err -22)
[ 10.360304] Bluetooth: hci0: BCM: features 0x2f
[ 10.360314] rpivid_hevc: Unknown symbol media_request_pin (err -2)
[ 10.360334] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_request_complete
[ 10.360337] rpivid_hevc: Unknown symbol v4l2_ctrl_request_complete (err -22)
[ 10.360351] rpivid_hevc: disagrees about version of symbol v4l2_m2m_get_vq
[ 10.360354] rpivid_hevc: Unknown symbol v4l2_m2m_get_vq (err -22)
[ 10.360362] rpivid_hevc: disagrees about version of symbol vb2_plane_cookie
[ 10.360364] rpivid_hevc: Unknown symbol vb2_plane_cookie (err -22)
[ 10.360380] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_request_setup
[ 10.360383] rpivid_hevc: Unknown symbol v4l2_ctrl_request_setup (err -22)
[ 10.360397] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_new_custom
[ 10.360400] rpivid_hevc: Unknown symbol v4l2_ctrl_new_custom (err -22)
[ 10.360414] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_request_hdl_find
[ 10.360417] rpivid_hevc: Unknown symbol v4l2_ctrl_request_hdl_find (err -22)
[ 10.360425] rpivid_hevc: disagrees about version of symbol vb2_buffer_done
[ 10.360427] rpivid_hevc: Unknown symbol vb2_buffer_done (err -22)
[ 10.360435] rpivid_hevc: disagrees about version of symbol vb2_plane_vaddr
[ 10.360437] rpivid_hevc: Unknown symbol vb2_plane_vaddr (err -22)
[ 10.360444] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_subscribe_event
[ 10.360446] rpivid_hevc: Unknown symbol v4l2_ctrl_subscribe_event (err -22)
[ 10.360455] rpivid_hevc: disagrees about version of symbol v4l2_fh_init
[ 10.360457] rpivid_hevc: Unknown symbol v4l2_fh_init (err -22)
[ 10.360467] rpivid_hevc: disagrees about version of symbol video_unregister_device
[ 10.360469] rpivid_hevc: Unknown symbol video_unregister_device (err -22)
[ 10.360489] rpivid_hevc: disagrees about version of symbol v4l2_device_register
[ 10.360492] rpivid_hevc: Unknown symbol v4l2_device_register (err -22)
[ 10.360512] rpivid_hevc: disagrees about version of symbol vb2_find_buffer
[ 10.360515] rpivid_hevc: Unknown symbol vb2_find_buffer (err -22)
[ 10.360546] rpivid_hevc: disagrees about version of symbol __video_register_device
[ 10.360548] rpivid_hevc: Unknown symbol __video_register_device (err -22)
[ 10.360558] rpivid_hevc: disagrees about version of symbol vb2_ops_wait_prepare
[ 10.360560] rpivid_hevc: Unknown symbol vb2_ops_wait_prepare (err -22)
[ 10.360569] rpivid_hevc: disagrees about version of symbol v4l2_ctrl_handler_free
[ 10.360571] rpivid_hevc: Unknown symbol v4l2_ctrl_handler_free (err -22)
[ 10.360581] rpivid_hevc: disagrees about version of symbol v4l2_device_unregister
[ 10.360584] rpivid_hevc: Unknown symbol v4l2_device_unregister (err -22)
[ 10.360594] rpivid_hevc: disagrees about version of symbol vb2_wait_for_all_buffers
[ 10.360608] rpivid_hevc: Unknown symbol vb2_wait_for_all_buffers (err -22)
[ 10.360650] rpivid_hevc: disagrees about version of symbol v4l2_m2m_ctx_init
[ 10.360653] rpivid_hevc: Unknown symbol v4l2_m2m_ctx_init (err -22)
[ 10.360681] rpivid_hevc: Unknown symbol media_request_unpin (err -2)
[ 10.360689] rpivid_hevc: disagrees about version of symbol video_device_release_empty
[ 10.360692] rpivid_hevc: Unknown symbol video_device_release_empty (err -22)
[ 10.360700] rpivid_hevc: disagrees about version of symbol v4l2_m2m_register_media_controller
[ 10.360702] rpivid_hevc: Unknown symbol v4l2_m2m_register_media_controller (err -22)
[ 10.360708] rpivid_hevc: disagrees about version of symbol v4l2_m2m_buf_copy_metadata
[ 10.360711] rpivid_hevc: Unknown symbol v4l2_m2m_buf_copy_metadata (err -22)
[ 10.360734] rpivid_hevc: disagrees about version of symbol v4l2_event_unsubscribe
[ 10.360737] rpivid_hevc: Unknown symbol v4l2_event_unsubscribe (err -22)
[ 10.361440] Bluetooth: hci0: BCM4345C0
[ 10.361444] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 10.374480] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch
[ 10.394192] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 10.419686] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 10.419694] tbs5520se: start downloading TBS5520se firmware
[ 10.426612] usb 3-1: USB disconnect, device number 2
[ 10.506132] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 10.535625] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 10.535703] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 10.535768] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 10.535774] tbs5520se: read eeprom failed.
[ 10.535776] dvb-usb: MAC address reading failed.
[ 10.553925] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 10.555070] Console: switching to colour dummy device 80x25
[ 10.557596] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 10.560102] Registered IR keymap rc-cec
[ 10.560153] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[ 10.560214] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input16
[ 10.564036] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 10.566621] Registered IR keymap rc-cec
[ 10.566750] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[ 10.566935] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input17
[ 10.568330] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 10.569444] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 10.569547] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 10.569642] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.570728] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.606034] i2c i2c-13: Added multiplexed i2c bus 14
[ 10.606044] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 10.622743] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[ 10.697706] Console: switching to colour frame buffer device 480x135
[ 10.737076] vc4-drm axi:gpu: [drm] fb0: vc4drmfb frame buffer device
[ 11.060274] Bluetooth: hci0: BCM: features 0x2f
[ 11.061675] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[ 11.061679] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[ 11.061984] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[ 11.143601] si2157: probe of 14-0061 failed with error -110
[ 11.143716] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 11.143722] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 11.143779] usbcore: registered new interface driver tbs5520se
[ 11.144017] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 12.211615] usb 3-1: new high-speed USB device number 4 using xhci-hcd
[ 12.360043] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 12.360060] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.360065] usb 3-1: Product: TBS 5521
[ 12.360068] usb 3-1: Manufacturer: TBS-Tech
[ 12.361347] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 12.361358] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 12.361361] tbs5520se: start downloading TBS5520se firmware
[ 12.475606] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 12.475686] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 12.475889] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 12.513774] Adding 102368k swap on /var/swap. Priority:-2 extents:1 across:102368k SSFS
[ 12.553707] dvb-usb: MAC address: 00:22:ab:c0:5a:ed
[ 12.556949] i2c i2c-13: Added multiplexed i2c bus 14
[ 12.556956] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 12.561146] si2157 14-0061: Silicon Labs Si2157 successfully attached
[ 12.652898] i2c i2c-14: av201x: Airoha Technology AV201x successfully attached
[ 12.713212] usb 3-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 12.713297] usb 3-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
[ 12.713540] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 13.393650] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.393658] Bluetooth: BNEP filters: protocol multicast
[ 13.393665] Bluetooth: BNEP socket layer initialized
[ 13.395041] Bluetooth: MGMT ver 1.22
[ 13.420924] NET: Registered PF_ALG protocol family
[ 16.495074] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 16.495083] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 16.497440] pps pps0: new PPS source ptp0
[ 16.497483] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 16.528442] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 20.580747] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx
[ 20.580770] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 21.950281] si2183 13-0067: found a 'Silicon Labs Si2183-B60'
[ 21.965835] si2183 13-0067: downloading firmware from file 'dvb-demod-si2183-b60-01.fw'
[ 22.179299] si2183 13-0067: firmware version: 6.0.2
[ 22.190968] si2157 14-0061: Using ROM firmware.
[ 22.198504] usb usb1-port1: over-current change #1
[ 22.198600] usb usb3-port1: over-current change #1
[ 22.223907] usb usb4-port1: over-current change #1
[ 22.223961] usb usb2-port1: over-current change #1
[ 22.335640] usb 3-1: USB disconnect, device number 4
[ 22.335781] usb usb1-port2: over-current change #1
[ 22.475627] usb 1-2: USB disconnect, device number 2
[ 22.799600] usb 1-2: new full-speed USB device number 3 using xhci-hcd
[ 22.880554] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 22.950054] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[ 22.950061] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 22.950064] usb 1-2: Product: USB Receiver
[ 22.950066] usb 1-2: Manufacturer: Logitech
[ 22.984082] logitech-djreceiver 0003:046D:C52B.0009: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0-2/input2
[ 23.113850] input: Logitech M525 as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0009/0003:046D:4013.000A/input/input18
[ 23.113954] logitech-hidpp-device 0003:046D:4013.000A: input,hidraw3: USB HID v1.11 Mouse [Logitech M525] on usb-xhci-hcd.0-2/input2:1
[ 23.155613] usb 3-1: new high-speed USB device number 5 using xhci-hcd
[ 23.307743] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 23.307751] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 23.307952] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 23.307958] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 23.307960] tbs5520se: start downloading TBS5520se firmware
[ 23.423603] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 23.423666] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 23.423846] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 23.424134] tbs5520se: read eeprom failed.
[ 23.424137] dvb-usb: MAC address reading failed.
[ 23.426952] i2c i2c-13: Added multiplexed i2c bus 14
[ 23.426962] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 23.717891] usb 3-2: reset full-speed USB device number 3 using xhci-hcd
[ 23.931832] si2157: probe of 14-0061 failed with error -110
[ 23.931926] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 23.932212] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 23.932324] usb usb3-port2: over-current change #1
[ 24.067647] usb 3-1: USB disconnect, device number 5
[ 24.067898] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 25.099628] usb 3-1: new high-speed USB device number 6 using xhci-hcd
[ 25.247947] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 25.247956] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 25.247958] usb 3-1: Product: TBS 5521
[ 25.247960] usb 3-1: Manufacturer: TBS-Tech
[ 25.248433] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 25.248438] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 25.248442] tbs5520se: start downloading TBS5520se firmware
[ 25.359606] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 25.359669] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 25.359860] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 25.434302] dvb-usb: MAC address: 00:22:ab:c0:5a:ed
[ 25.437125] i2c i2c-13: Added multiplexed i2c bus 14
[ 25.437134] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 25.441027] si2157 14-0061: Silicon Labs Si2157 successfully attached
[ 25.441058] i2c i2c-14: av201x: Airoha Technology AV201x successfully attached
[ 25.488848] usb 3-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 25.488951] usb 3-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
[ 25.489190] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 27.827499] si2183 13-0067: found a 'Silicon Labs Si2183-B60'
[ 27.827531] si2183 13-0067: downloading firmware from file 'dvb-demod-si2183-b60-01.fw'
[ 28.034022] si2183 13-0067: firmware version: 6.0.2
[ 28.045484] si2157 14-0061: Using ROM firmware.
[ 28.051990] usb usb3-port1: over-current change #2
[ 28.052040] usb usb1-port1: over-current change #2
[ 28.083695] usb usb4-port1: over-current change #2
[ 28.083740] usb usb2-port1: over-current change #2
[ 28.191676] usb 3-1: USB disconnect, device number 6
[ 28.191797] usb usb1-port2: over-current change #2
[ 28.335611] usb 1-2: USB disconnect, device number 3
[ 28.527924] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 28.675602] usb 1-2: new full-speed USB device number 4 using xhci-hcd
[ 28.799606] usb 3-1: new high-speed USB device number 7 using xhci-hcd
[ 28.825976] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[ 28.825981] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 28.825984] usb 1-2: Product: USB Receiver
[ 28.825986] usb 1-2: Manufacturer: Logitech
[ 28.864322] logitech-djreceiver 0003:046D:C52B.000D: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0-2/input2
[ 28.947720] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 28.947724] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 28.947846] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 28.947851] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 28.947854] tbs5520se: start downloading TBS5520se firmware
[ 28.994092] input: Logitech M525 as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.2/0003:046D:C52B.000D/0003:046D:4013.000E/input/input19
[ 28.994197] logitech-hidpp-device 0003:046D:4013.000E: input,hidraw3: USB HID v1.11 Mouse [Logitech M525] on usb-xhci-hcd.0-2/input2:1
[ 29.059603] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 29.059664] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 29.059842] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 29.060119] tbs5520se: read eeprom failed.
[ 29.060121] dvb-usb: MAC address reading failed.
[ 29.063349] i2c i2c-13: Added multiplexed i2c bus 14
[ 29.063357] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 29.470122] usb 3-2: reset full-speed USB device number 3 using xhci-hcd
[ 29.568066] si2157: probe of 14-0061 failed with error -110
[ 29.568143] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 29.568422] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 29.622215] usb usb3-port2: over-current change #2
[ 29.755646] usb 3-1: USB disconnect, device number 7
[ 29.755837] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 29.886136] usb 3-2: reset full-speed USB device number 3 using xhci-hcd
[ 30.739598] usb 3-1: new high-speed USB device number 8 using xhci-hcd
[ 30.887910] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 30.887916] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 30.887918] usb 3-1: Product: TBS 5521
[ 30.887921] usb 3-1: Manufacturer: TBS-Tech
[ 30.888356] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 30.888360] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 30.888363] tbs5520se: start downloading TBS5520se firmware
[ 30.999598] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 30.999630] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 30.999811] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 31.074390] dvb-usb: MAC address: 00:22:ab:c0:5a:ed
[ 31.076845] i2c i2c-13: Added multiplexed i2c bus 14
[ 31.076850] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 31.079665] si2157 14-0061: Silicon Labs Si2157 successfully attached
[ 31.079691] i2c i2c-14: av201x: Airoha Technology AV201x successfully attached
[ 31.139939] usb 3-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 31.139988] usb 3-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
[ 31.140212] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 31.177506] si2183 13-0067: found a 'Silicon Labs Si2183-B60'
[ 31.177537] si2183 13-0067: downloading firmware from file 'dvb-demod-si2183-b60-01.fw'
[ 31.384119] si2183 13-0067: firmware version: 6.0.2
[ 31.395511] si2157 14-0061: Using ROM firmware.
[ 31.403626] usb usb3-port1: over-current change #3
[ 31.403669] usb usb1-port1: over-current change #3
[ 31.428030] usb usb4-port1: over-current change #3
[ 31.428110] usb usb2-port1: over-current change #3
[ 31.539644] usb 3-1: USB disconnect, device number 8
[ 31.539746] usb usb1-port2: over-current change #3
[ 31.675609] usb 1-2: USB disconnect, device number 4
[ 32.007599] usb 1-2: new full-speed USB device number 5 using xhci-hcd
[ 32.084045] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 32.157995] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[ 32.158001] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 32.158004] usb 1-2: Product: USB Receiver
[ 32.158006] usb 1-2: Manufacturer: Logitech
[ 32.192450] logitech-djreceiver 0003:046D:C52B.0011: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0-2/input2
[ 32.320242] input: Logitech M525 as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0011/0003:046D:4013.0012/input/input20
[ 32.320353] logitech-hidpp-device 0003:046D:4013.0012: input,hidraw3: USB HID v1.11 Mouse [Logitech M525] on usb-xhci-hcd.0-2/input2:1
[ 32.355603] usb 3-1: new high-speed USB device number 9 using xhci-hcd
[ 32.503739] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 32.503749] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 32.503963] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 32.503970] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 32.503974] tbs5520se: start downloading TBS5520se firmware
[ 32.615601] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 32.615665] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 32.615848] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 32.616132] tbs5520se: read eeprom failed.
[ 32.616135] dvb-usb: MAC address reading failed.
[ 32.619468] i2c i2c-13: Added multiplexed i2c bus 14
[ 32.619478] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 32.846281] usb 3-2: reset full-speed USB device number 3 using xhci-hcd
[ 33.123948] si2157: probe of 14-0061 failed with error -110
[ 33.124045] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 33.125787] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 33.125905] usb usb3-port2: over-current change #3
[ 33.259643] usb 3-1: USB disconnect, device number 9
[ 33.260894] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 34.295602] usb 3-1: new high-speed USB device number 10 using xhci-hcd
[ 34.443950] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 34.443956] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 34.443960] usb 3-1: Product: TBS 5521
[ 34.443964] usb 3-1: Manufacturer: TBS-Tech
[ 34.444446] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 34.444452] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 34.444456] tbs5520se: start downloading TBS5520se firmware
[ 34.559604] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 34.559679] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 34.559874] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 34.637273] dvb-usb: MAC address: 00:22:ab:c0:5a:ed
[ 34.640619] i2c i2c-13: Added multiplexed i2c bus 14
[ 34.640626] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 34.644488] si2157 14-0061: Silicon Labs Si2157 successfully attached
[ 34.644523] i2c i2c-14: av201x: Airoha Technology AV201x successfully attached
[ 34.704773] usb 3-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 34.704836] usb 3-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
[ 34.705078] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 34.740521] si2183 13-0067: found a 'Silicon Labs Si2183-B60'
[ 34.740563] si2183 13-0067: downloading firmware from file 'dvb-demod-si2183-b60-01.fw'
[ 34.948585] si2183 13-0067: firmware version: 6.0.2
[ 34.960176] si2157 14-0061: Using ROM firmware.
[ 34.969174] usb usb1-port1: over-current change #4
[ 34.969254] usb usb3-port1: over-current change #4
[ 34.995747] usb usb2-port1: over-current change #4
[ 34.995798] usb usb4-port1: over-current change #4
[ 35.103630] usb 3-1: USB disconnect, device number 10
[ 35.103792] usb usb1-port2: over-current change #4
[ 35.239610] usb 1-2: USB disconnect, device number 5
[ 35.543600] usb 1-2: new full-speed USB device number 6 using xhci-hcd
[ 35.648927] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 35.694011] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[ 35.694017] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 35.694020] usb 1-2: Product: USB Receiver
[ 35.694022] usb 1-2: Manufacturer: Logitech
[ 35.728599] logitech-djreceiver 0003:046D:C52B.0015: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0-2/input2
[ 35.856366] input: Logitech M525 as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0015/0003:046D:4013.0016/input/input21
[ 35.856466] logitech-hidpp-device 0003:046D:4013.0016: input,hidraw3: USB HID v1.11 Mouse [Logitech M525] on usb-xhci-hcd.0-2/input2:1
[ 35.919604] usb 3-1: new high-speed USB device number 11 using xhci-hcd
[ 36.067723] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 36.067729] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 36.067912] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 36.067917] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 36.067920] tbs5520se: start downloading TBS5520se firmware
[ 36.179597] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 36.179640] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 36.179807] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 36.180086] tbs5520se: read eeprom failed.
[ 36.180088] dvb-usb: MAC address reading failed.
[ 36.183768] i2c i2c-13: Added multiplexed i2c bus 14
[ 36.183776] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 36.406405] usb 3-2: reset full-speed USB device number 3 using xhci-hcd
[ 36.688185] si2157: probe of 14-0061 failed with error -110
[ 36.688254] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 36.688532] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 36.688620] usb usb3-port2: over-current change #4
[ 36.823630] usb 3-1: USB disconnect, device number 11
[ 36.823825] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 37.859598] usb 3-1: new high-speed USB device number 12 using xhci-hcd
[ 38.007912] usb 3-1: New USB device found, idVendor=734c, idProduct=5521, bcdDevice= 0.01
[ 38.007915] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 38.007918] usb 3-1: Product: TBS 5521
[ 38.007920] usb 3-1: Manufacturer: TBS-Tech
[ 38.008321] dvb-usb: found a 'TurboSight TBS 5520SE' in cold state, will try to load a firmware
[ 38.008327] dvb-usb: downloading firmware from file 'dvb-usb-id5520se.fw'
[ 38.008330] tbs5520se: start downloading TBS5520se firmware
[ 38.127603] dvb-usb: found a 'TurboSight TBS 5520SE' in warm state.
[ 38.127666] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 38.127853] dvbdev: DVB: registering new adapter (TurboSight TBS 5520SE)
[ 38.202468] dvb-usb: MAC address: 00:22:ab:c0:5a:ed
[ 38.205104] i2c i2c-13: Added multiplexed i2c bus 14
[ 38.205111] si2183 13-0067: Silicon Labs Si2183 successfully attached
[ 38.207812] si2157 14-0061: Silicon Labs Si2157 successfully attached
[ 38.207842] i2c i2c-14: av201x: Airoha Technology AV201x successfully attached
[ 38.255731] usb 3-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 38.255785] usb 3-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
[ 38.256011] dvb-usb: TurboSight TBS 5520SE successfully initialized and connected.
[ 38.305585] si2183 13-0067: found a 'Silicon Labs Si2183-B60'
[ 38.305618] si2183 13-0067: downloading firmware from file 'dvb-demod-si2183-b60-01.fw'
[ 38.512113] si2183 13-0067: firmware version: 6.0.2
[ 38.523527] si2157 14-0061: Using ROM firmware.
[ 38.531901] usb usb3-port1: over-current change #5
[ 38.531951] usb usb1-port1: over-current change #5
[ 38.559704] usb usb4-port1: over-current change #5
[ 38.559737] usb usb2-port1: over-current change #5
[ 38.667652] usb 3-1: USB disconnect, device number 12
[ 38.667771] usb usb1-port2: over-current change #5
[ 38.803609] usb 1-2: USB disconnect, device number 6
[ 39.027943] dvb-usb: TurboSight TBS 5520SE successfully deinitialized and disconnected.
[ 39.055605] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000060
[ 39.065388] Mem abort info:
[ 39.069076] ESR = 0x0000000096000005
[ 39.073825] EC = 0x25: DABT (current EL), IL = 32 bits
[ 39.080046] SET = 0, FnV = 0
[ 39.083998] EA = 0, S1PTW = 0
[ 39.088027] FSC = 0x05: level 1 translation fault
[ 39.093806] Data abort info:
[ 39.097568] ISV = 0, ISS = 0x00000005
[ 39.102279] CM = 0, WnR = 0
[ 39.106123] user pgtable: 16k pages, 47-bit VAs, pgdp=0000000008f88000
[ 39.113553] [0000000000000060] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[ 39.123169] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
[ 39.127600] usb 1-2: new full-speed USB device number 7 using xhci-hcd
[ 39.130334] Modules linked in: algif_hash algif_skcipher af_alg bnep av201x(O) binfmt_misc si2157(O) si2183(O) i2c_mux vc4 snd_soc_hdmi_codec drm_display_helper cec drm_dma_helper drm_kms_helper snd_soc_core dvb_usb_tbs5520se(O) dvb_usb(O) snd_compress snd_pcm_dmaengine dvb_core(O) snd_pcm videobuf2_vmalloc(O) joydev v4l2_mem2mem(O) brcmfmac aes_ce_blk hci_uart snd_timer videobuf2_dma_contig(O) aes_ce_cipher videobuf2_memops(O) snd btbcm ghash_ce bluetooth brcmutil gf128mul videobuf2_v4l2(O) cfg80211 fb_sys_fops sha2_ce videodev(O) ecdh_generic sha256_arm64 syscopyarea ecc sysfillrect sha1_ce videobuf2_common(O) rfkill sysimgblt libaes mc(O) raspberrypi_hwmon v3d gpu_sched drm_shmem_helper raspberrypi_gpiomem rp1_adc nvmem_rmem uio_pdrv_genirq uio drm fuse drm_panel_orientation_quirks backlight dm_mod ip_tables x_tables ipv6 hid_logitech_hidpp spidev spi_bcm2835 i2c_brcmstb gpio_keys hid_logitech_dj
[ 39.219778] CPU: 3 PID: 1086 Comm: kdvb-ad-0-fe-1 Tainted: G C O 6.1.0-rpi7-rpi-2712 #1 Debian 1:6.1.63-1+rpt1
[ 39.232092] Hardware name: Raspberry Pi 5 Model B Rev 1.0 (DT)
[ 39.238899] pstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 39.246840] pc : rt_mutex_lock+0x30/0xa4
[ 39.251729] lr : i2c_mux_lock_bus+0x30/0x5c [i2c_mux]
[ 39.257756] sp : ffffc0000b89bbf0
[ 39.262027] x29: ffffc0000b89bbf0 x28: 0000000000000000 x27: 0000000000000000
[ 39.270144] x26: ffffd0000d4a9000 x25: 00000000000000fa x24: ffffcfffb23a5410
[ 39.277963] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[ 39.278256] x23: 000000000000000d
[ 39.279234] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 39.287438] x22: 0000000000000000 x21: ffffc0000b89bc98
[ 39.287441] x20: 0000000000000000 x19: 0000000000000048 x18: 0000000000000000
[ 39.287443] x17: 0000000000000000
[ 39.288401] usb 1-2: Product: USB Receiver
[ 39.289372] x16: ffffd0000cc03e80
[ 39.290348] usb 1-2: Manufacturer: Logitech
[ 39.291314] x15: 0000000000000000
[ 39.299598] usb 3-1: new high-speed USB device number 13 using xhci-hcd

[ 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.

@Jaro6904
Copy link
Author

Jaro6904 commented Feb 8, 2024

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

@mareksaw-cg
Copy link

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.

@Davin622
Copy link

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).
#cd /dev/dvb/adapter0
#ln -s dvr0 dvr1
#ln -s demux0 demux1
#ln -s net0 net1
then restart tvh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants