Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. BLE Adapter beleibt gelb

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    BLE Adapter beleibt gelb

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @SmartVerwalter last edited by

      @smartverwalter

      systemctl status bluetooth.service
      
      1 Reply Last reply Reply Quote 0
      • S
        SmartVerwalter last edited by

        ble.1	2021-03-07 16:55:38.388	error	(22052) ENODEV, No such device
        ble.1	2021-03-07 16:55:36.417	info	(22052) starting scanner process...
        ble.1	2021-03-07 16:55:36.410	info	(22052) monitored services: fe95
        ble.1	2021-03-07 16:55:36.406	info	(22052) enabled plugins: Xiaomi, _default
        ble.1	2021-03-07 16:55:36.402	info	(22052) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
        ble.1	2021-03-07 16:55:36.081	info	(22052) starting. Version 0.12.0 in /opt/iobroker/node_modules/iobroker.ble, node: v12.21.0, js-controller: 3.2.16
        host.raspberrypi	2021-03-07 16:55:30.898	info	instance system.adapter.ble.1 started with pid 22052
        host.raspberrypi	2021-03-07 16:55:28.358	info	instance system.adapter.ble.1 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
        ble.1	2021-03-07 16:55:27.430	info	(3837) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
        ble.1	2021-03-07 16:55:27.427	info	(3837) terminating
        host.raspberrypi	2021-03-07 16:55:27.426	info	stopInstance system.adapter.ble.1 send kill signal
        ble.1	2021-03-07 16:55:27.421	info	(3837) Got terminate signal TERMINATE_YOURSELF
        host.raspberrypi	2021-03-07 16:55:27.389	info	stopInstance system.adapter.ble.1 (force=false, process=true)
        
        1 Reply Last reply Reply Quote 0
        • S
          SmartVerwalter last edited by

          pi@raspberrypi:~ $ systemctl status bluetooth.service
          ● bluetooth.service - Bluetooth service
             Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
             Active: active (running) since Sun 2021-03-07 16:53:33 CET; 18min ago
               Docs: man:bluetoothd(8)
           Main PID: 20806 (bluetoothd)
             Status: "Running"
              Tasks: 1 (limit: 2062)
             CGroup: /system.slice/bluetooth.service
                     └─20806 /usr/lib/bluetooth/bluetoothd
          
          Mar 07 16:53:33 raspberrypi systemd[1]: Starting Bluetooth service...
          Mar 07 16:53:33 raspberrypi bluetoothd[20806]: Bluetooth daemon 5.50
          Mar 07 16:53:33 raspberrypi systemd[1]: Started Bluetooth service.
          Mar 07 16:53:33 raspberrypi bluetoothd[20806]: Starting SDP server
          Mar 07 16:53:33 raspberrypi bluetoothd[20806]: Bluetooth management interface 1.
          lines 1-15/15 (END)
          
          
          1 Reply Last reply Reply Quote 0
          • S
            SmartVerwalter last edited by

            ble adapter bleibt unverändert gelb

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @SmartVerwalter last edited by

              @smartverwalter

              cat /boot/config.txt | grep -i disable
              systemctl status hciuart.service
              dmesg -T
              
              1 Reply Last reply Reply Quote 0
              • S
                SmartVerwalter last edited by

                ups da kommt jetzt ne Menge

                pi@raspberrypi:~ $ cat /boot/config.txt | grep -i disable
                #disable_overscan=1
                pi@raspberrypi:~ $
                pi@raspberrypi:~ $ systemctl status hciuart.servie
                Unit hciuart.servie.service could not be found.
                pi@raspberrypi:~ $ dmesg -T
                [Sun Mar  7 16:23:44 2021] Booting Linux on physical CPU 0x0
                [Sun Mar  7 16:23:44 2021] Linux version 5.10.17-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1403 SMP Mon Feb 22 11:29:51 GMT 2021
                [Sun Mar  7 16:23:44 2021] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
                [Sun Mar  7 16:23:44 2021] CPU: div instructions available: patching division code
                [Sun Mar  7 16:23:44 2021] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
                [Sun Mar  7 16:23:44 2021] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
                [Sun Mar  7 16:23:44 2021] Memory policy: Data cache writealloc
                [Sun Mar  7 16:23:44 2021] Reserved memory: created CMA memory pool at 0x37400000, size 64 MiB
                [Sun Mar  7 16:23:44 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                [Sun Mar  7 16:23:44 2021] Zone ranges:
                [Sun Mar  7 16:23:44 2021]   DMA      [mem 0x0000000000000000-0x000000003b3fffff]
                [Sun Mar  7 16:23:44 2021]   Normal   empty
                [Sun Mar  7 16:23:44 2021] Movable zone start for each node
                [Sun Mar  7 16:23:44 2021] Early memory node ranges
                [Sun Mar  7 16:23:44 2021]   node   0: [mem 0x0000000000000000-0x000000003b3fffff]
                [Sun Mar  7 16:23:44 2021] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
                [Sun Mar  7 16:23:44 2021] On node 0 totalpages: 242688
                [Sun Mar  7 16:23:44 2021]   DMA zone: 2133 pages used for memmap
                [Sun Mar  7 16:23:44 2021]   DMA zone: 0 pages reserved
                [Sun Mar  7 16:23:44 2021]   DMA zone: 242688 pages, LIFO batch:63
                [Sun Mar  7 16:23:44 2021] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920
                [Sun Mar  7 16:23:44 2021] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
                [Sun Mar  7 16:23:44 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                [Sun Mar  7 16:23:44 2021] Built 1 zonelists, mobility grouping on.  Total pages: 240555
                [Sun Mar  7 16:23:44 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=daa6e722-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                [Sun Mar  7 16:23:44 2021] Kernel parameter elevator= does not have any effect anymore.
                                           Please use sysfs to set IO scheduler for individual devices.
                [Sun Mar  7 16:23:44 2021] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
                [Sun Mar  7 16:23:44 2021] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
                [Sun Mar  7 16:23:44 2021] mem auto-init: stack:off, heap alloc:off, heap free:off
                [Sun Mar  7 16:23:44 2021] Memory: 879832K/970752K available (9216K kernel code, 1311K rwdata, 2940K rodata, 1024K init, 860K bss, 25384K reserved, 65536K cma-reserved)
                [Sun Mar  7 16:23:44 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                [Sun Mar  7 16:23:44 2021] ftrace: allocating 31910 entries in 63 pages
                [Sun Mar  7 16:23:44 2021] ftrace: allocated 63 pages with 6 groups
                [Sun Mar  7 16:23:44 2021] rcu: Hierarchical RCU implementation.
                [Sun Mar  7 16:23:44 2021]      Rude variant of Tasks RCU enabled.
                [Sun Mar  7 16:23:44 2021]      Tracing variant of Tasks RCU enabled.
                [Sun Mar  7 16:23:44 2021] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
                [Sun Mar  7 16:23:44 2021] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                [Sun Mar  7 16:23:44 2021] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=0
                [Sun Mar  7 16:23:44 2021] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
                [Sun Mar  7 16:23:44 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
                [Sun Mar  7 16:23:44 2021] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
                [Sun Mar  7 16:23:44 2021] Switching to timer-based delay loop, resolution 52ns
                [Sun Mar  7 16:23:44 2021] Console: colour dummy device 80x30
                [Sun Mar  7 16:23:44 2021] printk: console [tty1] enabled
                [Sun Mar  7 16:23:44 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
                [Sun Mar  7 16:23:44 2021] pid_max: default: 32768 minimum: 301
                [Sun Mar  7 16:23:44 2021] LSM: Security Framework initializing
                [Sun Mar  7 16:23:44 2021] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                [Sun Mar  7 16:23:44 2021] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                [Sun Mar  7 16:23:44 2021] Disabling memory control group subsystem
                [Sun Mar  7 16:23:44 2021] CPU: Testing write buffer coherency: ok
                [Sun Mar  7 16:23:44 2021] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                [Sun Mar  7 16:23:44 2021] Setting up static identity map for 0x100000 - 0x10003c
                [Sun Mar  7 16:23:44 2021] rcu: Hierarchical SRCU implementation.
                [Sun Mar  7 16:23:44 2021] smp: Bringing up secondary CPUs ...
                [Sun Mar  7 16:23:44 2021] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                [Sun Mar  7 16:23:44 2021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                [Sun Mar  7 16:23:44 2021] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                [Sun Mar  7 16:23:44 2021] smp: Brought up 1 node, 4 CPUs
                [Sun Mar  7 16:23:44 2021] SMP: Total of 4 processors activated (153.60 BogoMIPS).
                [Sun Mar  7 16:23:44 2021] CPU: All CPU(s) started in HYP mode.
                [Sun Mar  7 16:23:44 2021] CPU: Virtualization extensions available.
                [Sun Mar  7 16:23:44 2021] devtmpfs: initialized
                [Sun Mar  7 16:23:44 2021] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
                [Sun Mar  7 16:23:44 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                [Sun Mar  7 16:23:44 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
                [Sun Mar  7 16:23:44 2021] pinctrl core: initialized pinctrl subsystem
                [Sun Mar  7 16:23:44 2021] NET: Registered protocol family 16
                [Sun Mar  7 16:23:44 2021] DMA: preallocated 1024 KiB pool for atomic coherent allocations
                [Sun Mar  7 16:23:44 2021] audit: initializing netlink subsys (disabled)
                [Sun Mar  7 16:23:44 2021] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
                [Sun Mar  7 16:23:44 2021] thermal_sys: Registered thermal governor 'step_wise'
                [Sun Mar  7 16:23:44 2021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                [Sun Mar  7 16:23:44 2021] hw-breakpoint: maximum watchpoint size is 8 bytes.
                [Sun Mar  7 16:23:44 2021] Serial: AMBA PL011 UART driver
                [Sun Mar  7 16:23:44 2021] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
                [Sun Mar  7 16:23:44 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-25T12:12:09, variant start
                [Sun Mar  7 16:23:44 2021] raspberrypi-firmware soc:firmware: Firmware hash is 564e5f9b852b23a330b1764bcf0b2d022a20afd0
                [Sun Mar  7 16:23:44 2021] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
                [Sun Mar  7 16:23:44 2021] SCSI subsystem initialized
                [Sun Mar  7 16:23:44 2021] usbcore: registered new interface driver usbfs
                [Sun Mar  7 16:23:44 2021] usbcore: registered new interface driver hub
                [Sun Mar  7 16:23:44 2021] usbcore: registered new device driver usb
                [Sun Mar  7 16:23:44 2021] clocksource: Switched to clocksource arch_sys_counter
                [Sun Mar  7 16:23:45 2021] VFS: Disk quotas dquot_6.6.0
                [Sun Mar  7 16:23:45 2021] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                [Sun Mar  7 16:23:45 2021] FS-Cache: Loaded
                [Sun Mar  7 16:23:45 2021] CacheFiles: Loaded
                [Sun Mar  7 16:23:45 2021] NET: Registered protocol family 2
                [Sun Mar  7 16:23:45 2021] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
                [Sun Mar  7 16:23:45 2021] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
                [Sun Mar  7 16:23:45 2021] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
                [Sun Mar  7 16:23:45 2021] TCP: Hash tables configured (established 8192 bind 8192)
                [Sun Mar  7 16:23:45 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
                [Sun Mar  7 16:23:45 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
                [Sun Mar  7 16:23:45 2021] NET: Registered protocol family 1
                [Sun Mar  7 16:23:45 2021] RPC: Registered named UNIX socket transport module.
                [Sun Mar  7 16:23:45 2021] RPC: Registered udp transport module.
                [Sun Mar  7 16:23:45 2021] RPC: Registered tcp transport module.
                [Sun Mar  7 16:23:45 2021] RPC: Registered tcp NFSv4.1 backchannel transport module.
                [Sun Mar  7 16:23:45 2021] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
                [Sun Mar  7 16:23:45 2021] Initialise system trusted keyrings
                [Sun Mar  7 16:23:45 2021] workingset: timestamp_bits=14 max_order=18 bucket_order=4
                [Sun Mar  7 16:23:45 2021] zbud: loaded
                [Sun Mar  7 16:23:45 2021] FS-Cache: Netfs 'nfs' registered for caching
                [Sun Mar  7 16:23:45 2021] NFS: Registering the id_resolver key type
                [Sun Mar  7 16:23:45 2021] Key type id_resolver registered
                [Sun Mar  7 16:23:45 2021] Key type id_legacy registered
                [Sun Mar  7 16:23:45 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                [Sun Mar  7 16:23:45 2021] Key type asymmetric registered
                [Sun Mar  7 16:23:45 2021] Asymmetric key parser 'x509' registered
                [Sun Mar  7 16:23:45 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
                [Sun Mar  7 16:23:45 2021] io scheduler mq-deadline registered
                [Sun Mar  7 16:23:45 2021] io scheduler kyber registered
                [Sun Mar  7 16:23:45 2021] bcm2708_fb soc:fb: FB found 1 display(s)
                [Sun Mar  7 16:23:45 2021] Console: switching to colour frame buffer device 82x26
                [Sun Mar  7 16:23:45 2021] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
                [Sun Mar  7 16:23:45 2021] bcm2835-rng 3f104000.rng: hwrng registered
                [Sun Mar  7 16:23:45 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
                [Sun Mar  7 16:23:45 2021] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
                [Sun Mar  7 16:23:46 2021] brd: module loaded
                [Sun Mar  7 16:23:46 2021] loop: module loaded
                [Sun Mar  7 16:23:46 2021] Loading iSCSI transport class v2.0-870.
                [Sun Mar  7 16:23:46 2021] libphy: Fixed MDIO Bus: probed
                [Sun Mar  7 16:23:46 2021] usbcore: registered new interface driver lan78xx
                [Sun Mar  7 16:23:46 2021] usbcore: registered new interface driver smsc95xx
                [Sun Mar  7 16:23:46 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                [Sun Mar  7 16:23:46 2021] Core Release: 2.80a
                [Sun Mar  7 16:23:46 2021] Setting default values for core params
                [Sun Mar  7 16:23:46 2021] Finished setting default values for core params
                [Sun Mar  7 16:23:46 2021] Using Buffer DMA mode
                [Sun Mar  7 16:23:46 2021] Periodic Transfer Interrupt Enhancement - disabled
                [Sun Mar  7 16:23:46 2021] Multiprocessor Interrupt Enhancement - disabled
                [Sun Mar  7 16:23:46 2021] OTG VER PARAM: 0, OTG VER FLAG: 0
                [Sun Mar  7 16:23:46 2021] Dedicated Tx FIFOs mode
                
                [Sun Mar  7 16:23:46 2021] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b7514000 dma = 0xf7514000 len=9024
                [Sun Mar  7 16:23:47 2021] FIQ FSM acceleration enabled for :
                                           Non-periodic Split Transactions
                                           Periodic Split Transactions
                                           High-Speed Isochronous Endpoints
                                           Interrupt/Control Split Transaction hack enabled
                [Sun Mar  7 16:23:47 2021] dwc_otg: Microframe scheduler enabled
                
                [Sun Mar  7 16:23:47 2021] WARN::hcd_init_fiq:457: FIQ on core 1
                
                [Sun Mar  7 16:23:47 2021] WARN::hcd_init_fiq:458: FIQ ASM at 807be568 length 36
                
                [Sun Mar  7 16:23:47 2021] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
                [Sun Mar  7 16:23:47 2021] dwc_otg 3f980000.usb: DWC OTG Controller
                [Sun Mar  7 16:23:47 2021] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
                [Sun Mar  7 16:23:47 2021] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
                [Sun Mar  7 16:23:47 2021] Init: Port Power? op_state=1
                [Sun Mar  7 16:23:47 2021] Init: Power Port (0)
                [Sun Mar  7 16:23:47 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
                [Sun Mar  7 16:23:47 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                [Sun Mar  7 16:23:47 2021] usb usb1: Product: DWC OTG Controller
                [Sun Mar  7 16:23:47 2021] usb usb1: Manufacturer: Linux 5.10.17-v7+ dwc_otg_hcd
                [Sun Mar  7 16:23:47 2021] usb usb1: SerialNumber: 3f980000.usb
                [Sun Mar  7 16:23:47 2021] hub 1-0:1.0: USB hub found
                [Sun Mar  7 16:23:47 2021] hub 1-0:1.0: 1 port detected
                [Sun Mar  7 16:23:47 2021] dwc_otg: FIQ enabled
                [Sun Mar  7 16:23:47 2021] dwc_otg: NAK holdoff enabled
                [Sun Mar  7 16:23:47 2021] dwc_otg: FIQ split-transaction FSM enabled
                [Sun Mar  7 16:23:47 2021] Module dwc_common_port init
                [Sun Mar  7 16:23:47 2021] usbcore: registered new interface driver usb-storage
                [Sun Mar  7 16:23:47 2021] mousedev: PS/2 mouse device common for all mice
                [Sun Mar  7 16:23:47 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                [Sun Mar  7 16:23:47 2021] sdhci: Secure Digital Host Controller Interface driver
                [Sun Mar  7 16:23:47 2021] sdhci: Copyright(c) Pierre Ossman
                [Sun Mar  7 16:23:47 2021] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
                [Sun Mar  7 16:23:47 2021] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
                [Sun Mar  7 16:23:47 2021] sdhci-pltfm: SDHCI platform and OF driver helper
                [Sun Mar  7 16:23:47 2021] ledtrig-cpu: registered to indicate activity on CPUs
                [Sun Mar  7 16:23:47 2021] hid: raw HID events driver (C) Jiri Kosina
                [Sun Mar  7 16:23:47 2021] usbcore: registered new interface driver usbhid
                [Sun Mar  7 16:23:47 2021] usbhid: USB HID core driver
                [Sun Mar  7 16:23:47 2021] Initializing XFRM netlink socket
                [Sun Mar  7 16:23:47 2021] NET: Registered protocol family 17
                [Sun Mar  7 16:23:47 2021] Key type dns_resolver registered
                [Sun Mar  7 16:23:47 2021] Registering SWP/SWPB emulation handler
                [Sun Mar  7 16:23:47 2021] registered taskstats version 1
                [Sun Mar  7 16:23:47 2021] Loading compiled-in X.509 certificates
                [Sun Mar  7 16:23:47 2021] Key type ._fscrypt registered
                [Sun Mar  7 16:23:47 2021] Key type .fscrypt registered
                [Sun Mar  7 16:23:47 2021] Key type fscrypt-provisioning registered
                [Sun Mar  7 16:23:47 2021] uart-pl011 3f201000.serial: cts_event_workaround enabled
                [Sun Mar  7 16:23:47 2021] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
                [Sun Mar  7 16:23:47 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
                [Sun Mar  7 16:23:47 2021] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
                [Sun Mar  7 16:23:47 2021] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
                [Sun Mar  7 16:23:47 2021] sdhost: log_buf @ (ptrval) (f7513000)
                [Sun Mar  7 16:23:47 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                [Sun Mar  7 16:23:47 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                [Sun Mar  7 16:23:47 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                [Sun Mar  7 16:23:47 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                [Sun Mar  7 16:23:47 2021] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
                [Sun Mar  7 16:23:47 2021] of_cfs_init
                [Sun Mar  7 16:23:47 2021] of_cfs_init: OK
                [Sun Mar  7 16:23:47 2021] Waiting for root device PARTUUID=daa6e722-02...
                [Sun Mar  7 16:23:47 2021] Indeed it is in host mode hprt0 = 00021501
                [Sun Mar  7 16:23:47 2021] random: fast init done
                [Sun Mar  7 16:23:47 2021] mmc0: host does not support reading read-only switch, assuming write-enable
                [Sun Mar  7 16:23:47 2021] mmc1: new high speed SDIO card at address 0001
                [Sun Mar  7 16:23:47 2021] mmc0: new high speed SDHC card at address aaaa
                [Sun Mar  7 16:23:47 2021] mmcblk0: mmc0:aaaa SB32G 29.7 GiB
                [Sun Mar  7 16:23:47 2021]  mmcblk0: p1 p2
                [Sun Mar  7 16:23:47 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                [Sun Mar  7 16:23:47 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                [Sun Mar  7 16:23:47 2021] devtmpfs: mounted
                [Sun Mar  7 16:23:47 2021] Freeing unused kernel memory: 1024K
                [Sun Mar  7 16:23:47 2021] usb 1-1: new high-speed USB device number 2 using dwc_otg
                [Sun Mar  7 16:23:47 2021] Indeed it is in host mode hprt0 = 00001101
                [Sun Mar  7 16:23:47 2021] Run /sbin/init as init process
                [Sun Mar  7 16:23:47 2021]   with arguments:
                [Sun Mar  7 16:23:47 2021]     /sbin/init
                [Sun Mar  7 16:23:47 2021]   with environment:
                [Sun Mar  7 16:23:47 2021]     HOME=/
                [Sun Mar  7 16:23:47 2021]     TERM=linux
                [Sun Mar  7 16:23:47 2021] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                [Sun Mar  7 16:23:47 2021] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                [Sun Mar  7 16:23:47 2021] hub 1-1:1.0: USB hub found
                [Sun Mar  7 16:23:47 2021] hub 1-1:1.0: 4 ports detected
                [Sun Mar  7 16:23:48 2021] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
                [Sun Mar  7 16:23:48 2021] systemd[1]: System time before build time, advancing clock.
                [Sun Mar  7 16:23:48 2021] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                [Sun Mar  7 16:23:48 2021] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                [Sun Mar  7 16:23:48 2021] hub 1-1.1:1.0: USB hub found
                [Sun Mar  7 16:23:48 2021] hub 1-1.1:1.0: 3 ports detected
                [Sun Mar  7 16:23:48 2021] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
                [Sun Mar  7 16:23:48 2021] NET: Registered protocol family 10
                [Sun Mar  7 16:23:48 2021] Segment Routing with IPv6
                [Sun Mar  7 16:23:48 2021] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
                [Sun Mar  7 16:23:48 2021] systemd[1]: Detected architecture arm.
                [Sun Mar  7 16:23:48 2021] usb 1-1.2: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                [Sun Mar  7 16:23:48 2021] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                [Sun Mar  7 16:23:48 2021] usb 1-1.2: Product: ConBee II
                [Sun Mar  7 16:23:48 2021] usb 1-1.2: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                [Sun Mar  7 16:23:48 2021] usb 1-1.2: SerialNumber: DE2413713
                [Sun Mar  7 16:23:48 2021] systemd[1]: Set hostname to <raspberrypi>.
                [Sun Mar  7 16:23:48 2021] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
                [Sun Mar  7 16:23:49 2021] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
                [Sun Mar  7 16:23:49 2021] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                [Sun Mar  7 16:23:49 2021] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
                [Sun Mar  7 16:23:49 2021] libphy: lan78xx-mdiobus: probed
                [Sun Mar  7 16:23:49 2021] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
                [Sun Mar  7 16:23:49 2021] random: systemd: uninitialized urandom read (16 bytes read)
                [Sun Mar  7 16:23:49 2021] random: systemd: uninitialized urandom read (16 bytes read)
                [Sun Mar  7 16:23:49 2021] systemd[1]: Listening on Journal Socket (/dev/log).
                [Sun Mar  7 16:23:49 2021] random: systemd: uninitialized urandom read (16 bytes read)
                [Sun Mar  7 16:23:49 2021] systemd[1]: Listening on fsck to fsckd communication Socket.
                [Sun Mar  7 16:23:49 2021] systemd[1]: Listening on Journal Audit Socket.
                [Sun Mar  7 16:23:49 2021] systemd[1]: Created slice system-getty.slice.
                [Sun Mar  7 16:23:49 2021] systemd[1]: Listening on udev Control Socket.
                [Sun Mar  7 16:23:49 2021] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
                [Sun Mar  7 16:23:49 2021] systemd[1]: Listening on Journal Socket.
                [Sun Mar  7 16:23:50 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                [Sun Mar  7 16:23:50 2021] systemd-journald[126]: Received request to flush runtime journal from PID 1
                [Sun Mar  7 16:23:51 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                [Sun Mar  7 16:23:51 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                [Sun Mar  7 16:23:51 2021] [vc_sm_connected_init]: start
                [Sun Mar  7 16:23:51 2021] [vc_sm_connected_init]: installed successfully
                [Sun Mar  7 16:23:51 2021] mc: Linux media interface: v0.10
                [Sun Mar  7 16:23:51 2021] videodev: Linux video capture interface: v2.00
                [Sun Mar  7 16:23:51 2021] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                [Sun Mar  7 16:23:51 2021] bcm2835_audio bcm2835_audio: card created with 8 channels
                [Sun Mar  7 16:23:51 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                [Sun Mar  7 16:23:51 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                [Sun Mar  7 16:23:51 2021] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                [Sun Mar  7 16:23:51 2021] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                [Sun Mar  7 16:23:51 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
                [Sun Mar  7 16:23:51 2021] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                [Sun Mar  7 16:23:51 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                [Sun Mar  7 16:23:51 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                [Sun Mar  7 16:23:51 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                [Sun Mar  7 16:23:51 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                [Sun Mar  7 16:23:51 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                [Sun Mar  7 16:23:51 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                [Sun Mar  7 16:23:51 2021] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device
                [Sun Mar  7 16:23:51 2021] usbcore: registered new interface driver cdc_acm
                [Sun Mar  7 16:23:51 2021] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
                [Sun Mar  7 16:23:51 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                [Sun Mar  7 16:23:51 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                [Sun Mar  7 16:23:51 2021] usb 1-1.2: USB disconnect, device number 4
                [Sun Mar  7 16:23:51 2021] brcmfmac: F1 signature read @0x18000000=0x15264345
                [Sun Mar  7 16:23:51 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                [Sun Mar  7 16:23:51 2021] usbcore: registered new interface driver brcmfmac
                [Sun Mar  7 16:23:51 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt failed with error -2
                [Sun Mar  7 16:23:52 2021] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
                [Sun Mar  7 16:23:52 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                [Sun Mar  7 16:23:52 2021] usb 1-1.2: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                [Sun Mar  7 16:23:52 2021] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                [Sun Mar  7 16:23:52 2021] usb 1-1.2: Product: ConBee II
                [Sun Mar  7 16:23:52 2021] usb 1-1.2: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                [Sun Mar  7 16:23:52 2021] usb 1-1.2: SerialNumber: DE2413713
                [Sun Mar  7 16:23:52 2021] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device
                [Sun Mar  7 16:23:52 2021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
                [Sun Mar  7 16:23:54 2021] random: crng init done
                [Sun Mar  7 16:23:54 2021] random: 7 urandom warning(s) missed due to ratelimiting
                [Sun Mar  7 16:23:54 2021] uart-pl011 3f201000.serial: no DMA platform data
                [Sun Mar  7 16:23:54 2021] 8021q: 802.1Q VLAN Support v1.8
                [Sun Mar  7 16:23:54 2021] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
                [Sun Mar  7 16:23:54 2021] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
                [Sun Mar  7 16:23:55 2021] 8021q: adding VLAN 0 to HW filter on device eth0
                [Sun Mar  7 16:23:55 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                [Sun Mar  7 16:23:55 2021] Under-voltage detected! (0x00050005)
                [Sun Mar  7 16:23:56 2021] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
                [Sun Mar  7 16:25:42 2021] Bluetooth: Core ver 2.22
                [Sun Mar  7 16:25:42 2021] NET: Registered protocol family 31
                [Sun Mar  7 16:25:42 2021] Bluetooth: HCI device and connection manager initialized
                [Sun Mar  7 16:25:42 2021] Bluetooth: HCI socket layer initialized
                [Sun Mar  7 16:25:42 2021] Bluetooth: L2CAP socket layer initialized
                [Sun Mar  7 16:25:42 2021] Bluetooth: SCO socket layer initialized
                [Sun Mar  7 16:27:52 2021] Voltage normalised (0x00000000)
                [Sun Mar  7 16:27:54 2021] Under-voltage detected! (0x00050005)
                [Sun Mar  7 16:40:46 2021] Voltage normalised (0x00000000)
                [Sun Mar  7 16:40:48 2021] Under-voltage detected! (0x00050005)
                [Sun Mar  7 16:41:32 2021] Voltage normalised (0x00000000)
                [Sun Mar  7 16:41:34 2021] Under-voltage detected! (0x00050005)
                [Sun Mar  7 16:41:46 2021] Voltage normalised (0x00000000)
                [Sun Mar  7 16:41:48 2021] Under-voltage detected! (0x00050005)
                [Sun Mar  7 16:46:37 2021] Voltage normalised (0x00000000)
                [Sun Mar  7 16:46:39 2021] Under-voltage detected! (0x00050005)
                [Sun Mar  7 16:50:47 2021] Voltage normalised (0x00000000)
                [Sun Mar  7 16:50:49 2021] Under-voltage detected! (0x00050005)
                [Sun Mar  7 16:53:32 2021] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                [Sun Mar  7 16:53:32 2021] Bluetooth: BNEP filters: protocol multicast
                [Sun Mar  7 16:53:32 2021] Bluetooth: BNEP socket layer initialized
                [Sun Mar  7 16:56:55 2021] Voltage normalised (0x00000000)
                [Sun Mar  7 16:56:57 2021] Under-voltage detected! (0x00050005)
                [Sun Mar  7 16:58:45 2021] Voltage normalised (0x00000000)
                [Sun Mar  7 16:58:48 2021] Under-voltage detected! (0x00050005)
                pi@raspberrypi:~ $
                
                
                
                wendy2702 1 Reply Last reply Reply Quote 0
                • wendy2702
                  wendy2702 @SmartVerwalter last edited by

                  @smartverwalter Als erstes mal für eine gescheite Stromversorgung sorgen.

                  Was hängt per USB an dem PI ?

                  1 Reply Last reply Reply Quote 0
                  • S
                    SmartVerwalter last edited by

                    dekonz zigbee adapter

                    wendy2702 1 Reply Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 @SmartVerwalter last edited by

                      @smartverwalter Und womit wird der PI mit Spannung versorgt ?

                      1 Reply Last reply Reply Quote 0
                      • S
                        SmartVerwalter last edited by

                        huawaysuper charge usb
                        hw-050450E00

                        wendy2702 1 Reply Last reply Reply Quote 0
                        • wendy2702
                          wendy2702 @SmartVerwalter last edited by

                          @smartverwalter sagte in BLE Adapter beleibt gelb:

                          hw-050450E00

                          Das ist ein Ladegerät und keine Spannungsversorgung.

                          Besorge dir ein zum PI passendes Netzteil damit die "undervoltage" meldungen erstmal verschwinden.

                          J 1 Reply Last reply Reply Quote 0
                          • S
                            SmartVerwalter last edited by

                            habe das originale bei Reichelt gekauft, leider haben die mir die englische Version geliefert

                            wendy2702 1 Reply Last reply Reply Quote 0
                            • J
                              Jan1 @wendy2702 last edited by

                              @wendy2702
                              Das erklärt auch warum das BT Device beim Reboot nicht automatisch startet, dem fehlt in dem Moment einfach der Saft.

                              1 Reply Last reply Reply Quote 0
                              • wendy2702
                                wendy2702 @SmartVerwalter last edited by

                                @smartverwalter sagte in BLE Adapter beleibt gelb:

                                habe das originale bei Reichelt gekauft, leider haben die mir die englische Version geliefert

                                Umtauschen und/oder einfach ein neues bei anderer Quelle bestellen.

                                Eine vernünftige Spannungsversorgung ist wichtig damit das System und alle HW Komponenten verbünftig laufen.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  SmartVerwalter last edited by

                                  habe ihn jetzt mal an eine USB Steckdose angeschlossen

                                  pi@raspberrypi:~ $ cat /boot/config.txt | grep -i disable
                                  #disable_overscan=1
                                  pi@raspberrypi:~ $ systemctl status hciuart.service
                                  ● hciuart.service - Configure Bluetooth Modems connected by UART
                                     Loaded: loaded (/lib/systemd/system/hciuart.service; enabled; vendor preset:
                                     Active: failed (Result: exit-code) since Sun 2021-03-07 17:20:59 CET; 25min a
                                    Process: 328 ExecStart=/usr/bin/btuart (code=exited, status=1/FAILURE)
                                  
                                  Mar 07 17:20:59 raspberrypi btuart[328]: Failed to set bdaddr, command failure
                                  Mar 07 17:20:59 raspberrypi btuart[328]: Failed to update baudrate, invalid HCI
                                  Mar 07 17:20:59 raspberrypi btuart[328]: Can't initialize device: Success
                                  Mar 07 17:20:59 raspberrypi btuart[328]: bcm43xx_init
                                  Mar 07 17:20:59 raspberrypi btuart[328]: Flash firmware /lib/firmware/brcm/BCM43
                                  Mar 07 17:20:59 raspberrypi btuart[328]: Set BDADDR UART: b8:27:eb:33:de:ec
                                  Mar 07 17:20:59 raspberrypi btuart[328]: Set Controller UART speed to 3000000 bi
                                  Mar 07 17:20:59 raspberrypi systemd[1]: hciuart.service: Control process exited,
                                  Mar 07 17:20:59 raspberrypi systemd[1]: hciuart.service: Failed with result 'exi
                                  Mar 07 17:20:59 raspberrypi systemd[1]: Failed to start Configure Bluetooth Mode
                                  lines 1-15/15 (END)
                                  
                                  
                                  wendy2702 1 Reply Last reply Reply Quote 0
                                  • wendy2702
                                    wendy2702 @SmartVerwalter last edited by wendy2702

                                    @smartverwalter Leider ist da was abgeschnitten.

                                    Die Ausgabe von

                                    dmesg -T
                                    

                                    wäre auch wieder interessant.

                                    Achso... was für eine Steckdose? Die liefern meistens maximal bis 1,8Ampere wenn man Glück hat.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      SmartVerwalter last edited by

                                      steckdose macht 5 Volt, 2,4 ampere

                                      ist die Zigbee Dreifachsteckdose Sylvercrest von lidl

                                      wendy2702 1 Reply Last reply Reply Quote 0
                                      • wendy2702
                                        wendy2702 @SmartVerwalter last edited by

                                        @smartverwalter Kenne ich nicht das Teil.

                                        Keine Ahnung wie Stabil und sauber es die Spannung hält.

                                        Was hast du eigentlich für einen PI? Sorry falls ich das überlesen habe,

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          SmartVerwalter last edited by

                                          
                                          pi@raspberrypi:~ $ dmesg -t
                                          Booting Linux on physical CPU 0x0
                                          Linux version 5.10.17-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1403 SMP Mon Feb 22 11:29:51 GMT 2021
                                          CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
                                          CPU: div instructions available: patching division code
                                          CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
                                          OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
                                          Memory policy: Data cache writealloc
                                          Reserved memory: created CMA memory pool at 0x37400000, size 64 MiB
                                          OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                                          Zone ranges:
                                            DMA      [mem 0x0000000000000000-0x000000003b3fffff]
                                            Normal   empty
                                          Movable zone start for each node
                                          Early memory node ranges
                                            node   0: [mem 0x0000000000000000-0x000000003b3fffff]
                                          Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
                                          On node 0 totalpages: 242688
                                            DMA zone: 2133 pages used for memmap
                                            DMA zone: 0 pages reserved
                                            DMA zone: 242688 pages, LIFO batch:63
                                          percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920
                                          pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
                                          pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                                          Built 1 zonelists, mobility grouping on.  Total pages: 240555
                                          Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=daa6e722-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                          Kernel parameter elevator= does not have any effect anymore.
                                          Please use sysfs to set IO scheduler for individual devices.
                                          Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
                                          Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
                                          mem auto-init: stack:off, heap alloc:off, heap free:off
                                          Memory: 879832K/970752K available (9216K kernel code, 1311K rwdata, 2940K rodata, 1024K init, 860K bss, 25384K reserved, 65536K cma-reserved)
                                          SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                                          ftrace: allocating 31910 entries in 63 pages
                                          ftrace: allocated 63 pages with 6 groups
                                          rcu: Hierarchical RCU implementation.
                                                  Rude variant of Tasks RCU enabled.
                                                  Tracing variant of Tasks RCU enabled.
                                          rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
                                          NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                                          random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=0
                                          arch_timer: cp15 timer(s) running at 19.20MHz (phys).
                                          clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
                                          sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
                                          Switching to timer-based delay loop, resolution 52ns
                                          Console: colour dummy device 80x30
                                          printk: console [tty1] enabled
                                          Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
                                          pid_max: default: 32768 minimum: 301
                                          LSM: Security Framework initializing
                                          Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                                          Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                                          Disabling memory control group subsystem
                                          CPU: Testing write buffer coherency: ok
                                          CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                                          Setting up static identity map for 0x100000 - 0x10003c
                                          rcu: Hierarchical SRCU implementation.
                                          smp: Bringing up secondary CPUs ...
                                          CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                                          CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                                          CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                                          smp: Brought up 1 node, 4 CPUs
                                          SMP: Total of 4 processors activated (153.60 BogoMIPS).
                                          CPU: All CPU(s) started in HYP mode.
                                          CPU: Virtualization extensions available.
                                          devtmpfs: initialized
                                          VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
                                          clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                                          futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
                                          pinctrl core: initialized pinctrl subsystem
                                          NET: Registered protocol family 16
                                          DMA: preallocated 1024 KiB pool for atomic coherent allocations
                                          audit: initializing netlink subsys (disabled)
                                          audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
                                          thermal_sys: Registered thermal governor 'step_wise'
                                          hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                                          hw-breakpoint: maximum watchpoint size is 8 bytes.
                                          Serial: AMBA PL011 UART driver
                                          bcm2835-mbox 3f00b880.mailbox: mailbox enabled
                                          raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-25T12:12:09, variant start
                                          raspberrypi-firmware soc:firmware: Firmware hash is 564e5f9b852b23a330b1764bcf0b2d022a20afd0
                                          bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
                                          SCSI subsystem initialized
                                          usbcore: registered new interface driver usbfs
                                          usbcore: registered new interface driver hub
                                          usbcore: registered new device driver usb
                                          clocksource: Switched to clocksource arch_sys_counter
                                          VFS: Disk quotas dquot_6.6.0
                                          VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                                          FS-Cache: Loaded
                                          CacheFiles: Loaded
                                          NET: Registered protocol family 2
                                          tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
                                          TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
                                          TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
                                          TCP: Hash tables configured (established 8192 bind 8192)
                                          UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
                                          UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
                                          NET: Registered protocol family 1
                                          RPC: Registered named UNIX socket transport module.
                                          RPC: Registered udp transport module.
                                          RPC: Registered tcp transport module.
                                          RPC: Registered tcp NFSv4.1 backchannel transport module.
                                          hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
                                          Initialise system trusted keyrings
                                          workingset: timestamp_bits=14 max_order=18 bucket_order=4
                                          zbud: loaded
                                          FS-Cache: Netfs 'nfs' registered for caching
                                          NFS: Registering the id_resolver key type
                                          Key type id_resolver registered
                                          Key type id_legacy registered
                                          nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                                          Key type asymmetric registered
                                          Asymmetric key parser 'x509' registered
                                          Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
                                          io scheduler mq-deadline registered
                                          io scheduler kyber registered
                                          bcm2708_fb soc:fb: FB found 1 display(s)
                                          Console: switching to colour frame buffer device 82x26
                                          bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
                                          bcm2835-rng 3f104000.rng: hwrng registered
                                          vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
                                          gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
                                          brd: module loaded
                                          loop: module loaded
                                          Loading iSCSI transport class v2.0-870.
                                          libphy: Fixed MDIO Bus: probed
                                          usbcore: registered new interface driver lan78xx
                                          usbcore: registered new interface driver smsc95xx
                                          dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                                          Core Release: 2.80a
                                          Setting default values for core params
                                          Finished setting default values for core params
                                          Using Buffer DMA mode
                                          Periodic Transfer Interrupt Enhancement - disabled
                                          Multiprocessor Interrupt Enhancement - disabled
                                          OTG VER PARAM: 0, OTG VER FLAG: 0
                                          Dedicated Tx FIFOs mode
                                          
                                          WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b7514000 dma = 0xf7514000 len=9024
                                          FIQ FSM acceleration enabled for :
                                          Non-periodic Split Transactions
                                          Periodic Split Transactions
                                          High-Speed Isochronous Endpoints
                                          Interrupt/Control Split Transaction hack enabled
                                          dwc_otg: Microframe scheduler enabled
                                          
                                          WARN::hcd_init_fiq:457: FIQ on core 1
                                          
                                          WARN::hcd_init_fiq:458: FIQ ASM at 807be568 length 36
                                          
                                          WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
                                          dwc_otg 3f980000.usb: DWC OTG Controller
                                          dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
                                          dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
                                          Init: Port Power? op_state=1
                                          Init: Power Port (0)
                                          usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
                                          usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                                          usb usb1: Product: DWC OTG Controller
                                          usb usb1: Manufacturer: Linux 5.10.17-v7+ dwc_otg_hcd
                                          usb usb1: SerialNumber: 3f980000.usb
                                          hub 1-0:1.0: USB hub found
                                          hub 1-0:1.0: 1 port detected
                                          dwc_otg: FIQ enabled
                                          dwc_otg: NAK holdoff enabled
                                          dwc_otg: FIQ split-transaction FSM enabled
                                          Module dwc_common_port init
                                          usbcore: registered new interface driver usb-storage
                                          mousedev: PS/2 mouse device common for all mice
                                          bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                                          sdhci: Secure Digital Host Controller Interface driver
                                          sdhci: Copyright(c) Pierre Ossman
                                          mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
                                          sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
                                          sdhci-pltfm: SDHCI platform and OF driver helper
                                          ledtrig-cpu: registered to indicate activity on CPUs
                                          hid: raw HID events driver (C) Jiri Kosina
                                          usbcore: registered new interface driver usbhid
                                          usbhid: USB HID core driver
                                          Initializing XFRM netlink socket
                                          NET: Registered protocol family 17
                                          Key type dns_resolver registered
                                          Registering SWP/SWPB emulation handler
                                          registered taskstats version 1
                                          Loading compiled-in X.509 certificates
                                          Key type ._fscrypt registered
                                          Key type .fscrypt registered
                                          Key type fscrypt-provisioning registered
                                          uart-pl011 3f201000.serial: cts_event_workaround enabled
                                          3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
                                          bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
                                          mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
                                          mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
                                          sdhost: log_buf @ (ptrval) (f7513000)
                                          mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                                          mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                                          mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                                          mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                                          mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
                                          of_cfs_init
                                          of_cfs_init: OK
                                          Waiting for root device PARTUUID=daa6e722-02...
                                          Indeed it is in host mode hprt0 = 00021501
                                          random: fast init done
                                          mmc0: host does not support reading read-only switch, assuming write-enable
                                          mmc1: new high speed SDIO card at address 0001
                                          mmc0: new high speed SDHC card at address aaaa
                                          mmcblk0: mmc0:aaaa SB32G 29.7 GiB
                                           mmcblk0: p1 p2
                                          EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
                                          EXT4-fs (mmcblk0p2): write access will be enabled during recovery
                                          usb 1-1: new high-speed USB device number 2 using dwc_otg
                                          Indeed it is in host mode hprt0 = 00001101
                                          usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                                          usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                                          hub 1-1:1.0: USB hub found
                                          hub 1-1:1.0: 4 ports detected
                                          usb 1-1.1: new high-speed USB device number 3 using dwc_otg
                                          usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                                          usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                                          hub 1-1.1:1.0: USB hub found
                                          hub 1-1.1:1.0: 3 ports detected
                                          usb 1-1.2: new full-speed USB device number 4 using dwc_otg
                                          usb 1-1.2: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                                          usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                                          usb 1-1.2: Product: ConBee II
                                          usb 1-1.2: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                                          usb 1-1.2: SerialNumber: DE2413713
                                          EXT4-fs (mmcblk0p2): recovery complete
                                          EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                                          VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          devtmpfs: mounted
                                          Freeing unused kernel memory: 1024K
                                          Run /sbin/init as init process
                                            with arguments:
                                              /sbin/init
                                            with environment:
                                              HOME=/
                                              TERM=linux
                                          usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
                                          usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
                                          usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                                          lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
                                          libphy: lan78xx-mdiobus: probed
                                          systemd[1]: System time before build time, advancing clock.
                                          lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
                                          NET: Registered protocol family 10
                                          Segment Routing with IPv6
                                          systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
                                          systemd[1]: Detected architecture arm.
                                          systemd[1]: Set hostname to <raspberrypi>.
                                          random: systemd: uninitialized urandom read (16 bytes read)
                                          random: systemd: uninitialized urandom read (16 bytes read)
                                          systemd[1]: Reached target Swap.
                                          random: systemd: uninitialized urandom read (16 bytes read)
                                          systemd[1]: Listening on udev Kernel Socket.
                                          systemd[1]: Listening on udev Control Socket.
                                          systemd[1]: Listening on initctl Compatibility Named Pipe.
                                          systemd[1]: Listening on Journal Socket.
                                          systemd[1]: Starting Set the console keyboard layout...
                                          systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
                                          EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                                          usb 1-1.2: USB disconnect, device number 4
                                          systemd-journald[121]: Received request to flush runtime journal from PID 1
                                          usb 1-1.2: new full-speed USB device number 6 using dwc_otg
                                          usb 1-1.2: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                                          usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                                          usb 1-1.2: Product: ConBee II
                                          usb 1-1.2: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                                          usb 1-1.2: SerialNumber: DE2413713
                                          vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                                          bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                                          [vc_sm_connected_init]: start
                                          [vc_sm_connected_init]: installed successfully
                                          mc: Linux media interface: v0.10
                                          snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                                          videodev: Linux video capture interface: v2.00
                                          bcm2835_audio bcm2835_audio: card created with 8 channels
                                          bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                                          bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                                          bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
                                          bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
                                          bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
                                          bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
                                          bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
                                          bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                                          bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                                          bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                                          bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                                          bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
                                          bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                                          bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                                          bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                                          bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                                          bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                                          bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                                          bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                                          cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device
                                          usbcore: registered new interface driver cdc_acm
                                          cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
                                          cfg80211: Loading compiled-in X.509 certificates for regulatory database
                                          cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                                          brcmfmac: F1 signature read @0x18000000=0x15264345
                                          brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                                          usbcore: registered new interface driver brcmfmac
                                          brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt failed with error -2
                                          brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                                          brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
                                          Under-voltage detected! (0x00050005)
                                          uart-pl011 3f201000.serial: no DMA platform data
                                          random: crng init done
                                          random: 7 urandom warning(s) missed due to ratelimiting
                                          Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
                                          8021q: 802.1Q VLAN Support v1.8
                                          brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
                                          8021q: adding VLAN 0 to HW filter on device eth0
                                          IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                                          ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
                                          Bluetooth: Core ver 2.22
                                          NET: Registered protocol family 31
                                          Bluetooth: HCI device and connection manager initialized
                                          Bluetooth: HCI socket layer initialized
                                          Bluetooth: L2CAP socket layer initialized
                                          Bluetooth: SCO socket layer initialized
                                          pi@raspberrypi:~ $
                                          
                                          
                                          wendy2702 1 Reply Last reply Reply Quote 0
                                          • wendy2702
                                            wendy2702 @SmartVerwalter last edited by

                                            @smartverwalter

                                            systemctl status bluetooth
                                            systemctl status hciuart.service
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            834
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            123
                                            6904
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo