Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Topics about the Software of Revolution Pi
Minsheng
Posts: 7
Joined: 06 Jan 2023, 12:50
Answers: 0

Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by Minsheng »

Hallo,

hab ein altes Image von erledigtem Projekt (RevPi Connect +) auf ein neues RevPi Connect SE installiert und Programm läuft einwandfrei.
Aber die MAC_add ist wegen des Klones gleich wie im alten RevPi. Deswegen habe ich <sudo revpi-factory-rest ... > durchgeführt, um MAC_add wieder zurückzusetzt.

Leider kriege ich jetzt einen neuen Fehler, wenn das Programm auf neus RevPi Connect SE läuft.

Code: Select all

[ERROR    ]  piCtory configuration not loadable for ProcimgServer  |  [Errno 22] Invalid argument: '/dev/piControl0'
[ERROR    ]  can not open process image at '/dev/piControl0' for piCtory reset_driver watchdog
Könnten jmd. vllt. eine Lösung anbieten oder Vorschlag würde auch willkommen
Danke im Voraus :)
User avatar
nicolaiB
KUNBUS
Posts: 869
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by nicolaiB »

Hallo,

Hier ein paar Fragen um. Dem Problem auf die schlichte zu kommen:

Wie sieht die /boot/config.txt aus?
Was ist die Ausgabe von lsmod?
Was steht im Kernel Log (dmesg)?

Gruß Nicolai
Minsheng
Posts: 7
Joined: 06 Jan 2023, 12:50
Answers: 0

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by Minsheng »

nicolaiB wrote: 07 Jan 2023, 09:21 Hallo,

Hier ein paar Fragen um. Dem Problem auf die schlichte zu kommen:

Wie sieht die /boot/config.txt aus?
Was ist die Ausgabe von lsmod?
Was steht im Kernel Log (dmesg)?

Gruß Nicolai
Danke Nicolai für die schnelle Antwort :)

Hier sind die Datein sowie Ausgabe, die Du forderst:

1. /boot/config.txt:

Code: Select all

# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=1
hdmi_mode=16

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

# Enable DRM VC4 V3D driver
#dtoverlay=vc4-kms-v3d
#max_framebuffers=2

[pi4]
[cm4s]
dtoverlay=dwc2,dr_mode=host

[all]
dtoverlay=revpi-connect-se
dtparam=eth0_mac_hi=0xc83ea701
dtparam=eth0_mac_lo=0xc611
dtparam=eth1_mac_hi=0xc83ea701
dtparam=eth1_mac_lo=0xc612


2. Ausgabe von lsmod:

Code: Select all

Module                  Size  Used by
fuse                  122880  3
ftdi_sio               45056  1
usbserial              36864  3 ftdi_sio
xt_nat                 16384  9
joydev                 20480  0
xt_tcpudp              16384  11
veth                   28672  0
xt_conntrack           16384  2
xt_MASQUERADE          16384  3
hid_multitouch         24576  0
nf_conntrack_netlink    45056  0
nft_counter            16384  38
xt_addrtype            16384  2
nft_compat             20480  27
nft_chain_nat          16384  12
nf_nat                 65536  3 xt_nat,xt_MASQUERADE,nft_chain_nat
nf_conntrack          155648  5 xt_nat,xt_MASQUERADE,nf_conntrack_netlink,xt_conntrack,nf_nat
nf_defrag_ipv6         20480  1 nf_conntrack
nf_defrag_ipv4         16384  1 nf_conntrack
cdc_acm                24576  0
nf_tables             196608  140 nft_compat,nft_chain_nat,nft_counter
nfnetlink              16384  4 nft_compat,nf_conntrack_netlink,nf_tables
br_netfilter           28672  0
bridge                163840  1 br_netfilter
overlay               110592  2
cfg80211              794624  0
rfkill                 32768  2 cfg80211
8021q                  32768  0
garp                   16384  1 8021q
stp                    16384  2 garp,bridge
llc                    16384  3 garp,bridge,stp
rtc_pcf2127            20480  0
regmap_spi             16384  1 rtc_pcf2127
raspberrypi_hwmon      16384  0
bcm2835_v4l2           45056  0
videobuf2_vmalloc      16384  1 bcm2835_v4l2
bcm2835_isp            32768  0
snd_bcm2835            28672  2
snd_pcm               110592  1 snd_bcm2835
snd_timer              32768  1 snd_pcm
snd                    77824  7 snd_timer,snd_bcm2835,snd_pcm
bcm2835_codec          40960  0
bcm2835_mmal_vchiq     36864  3 bcm2835_isp,bcm2835_codec,bcm2835_v4l2
vc_sm_cma              32768  6 bcm2835_isp,bcm2835_mmal_vchiq
v4l2_mem2mem           36864  1 bcm2835_codec
videobuf2_dma_contig    20480  2 bcm2835_isp,bcm2835_codec
videobuf2_memops       16384  2 videobuf2_dma_contig,videobuf2_vmalloc
videobuf2_v4l2         32768  4 bcm2835_isp,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem
videobuf2_common       57344  5 bcm2835_isp,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
videodev              245760  6 bcm2835_isp,bcm2835_codec,videobuf2_common,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
mc                     49152  6 bcm2835_isp,bcm2835_codec,videobuf2_common,videodev,v4l2_mem2mem,videobuf2_v4l2
rpivid_mem             16384  0
nvmem_rmem             16384  0
uio_pdrv_genirq        16384  0
uio                    20480  1 uio_pdrv_genirq
spidev                 20480  0
piControl             139264  4
ad5446                 20480  0
ti_dac082s085          16384  0
mcp320x                20480  0
iio_mux                16384  0
mux_gpio               16384  0
mux_core               16384  2 mux_gpio,iio_mux
gpio_74x164            16384  0
spi_bcm2835aux         16384  0
spi_bcm2835            24576  0
gpio_max3191x          16384  1 piControl
crc8                   16384  1 gpio_max3191x
industrialio           73728  5 mcp320x,iio_mux,ti_dac082s085,ad5446,piControl
i2c_dev                20480  0
ip_tables              24576  0
x_tables               32768  7 xt_nat,ip_tables,nft_compat,xt_tcpudp,xt_MASQUERADE,xt_addrtype,xt_conntrack
ipv6                  528384  116 br_netfilter,bridge

3. Kernel log(dmesg) meldet immer die folgende:

Code: Select all

piControl: problem at driver initialization
piControl: no piControl reset possible, a firmware update is running

Herzlichen Dank nochmal!
Minsheng
Posts: 7
Joined: 06 Jan 2023, 12:50
Answers: 0

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by Minsheng »

Noch eine Info:

wenn ich die 'revpi-factory-reset' durchführe, kriege ich die folgende:

Code: Select all

* Failed to apply overlay '0_revpi-connect-se' (kernel)
die MAC-Add werden nach dem Reboot aber erfolgreich geändert
User avatar
nicolaiB
KUNBUS
Posts: 869
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by nicolaiB »

Kannst du bitte das komplette Kernel Log bereitstellen? Aus dem aktuellen Ausschnitt kann ich leider noch nichts erkennen/

Gruß Nicolai
Minsheng
Posts: 7
Joined: 06 Jan 2023, 12:50
Answers: 0

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by Minsheng »

nicolaiB wrote: 09 Jan 2023, 10:39 Kannst du bitte das komplette Kernel Log bereitstellen? Aus dem aktuellen Ausschnitt kann ich leider noch nichts erkennen/

Gruß Nicolai
Siehe bitte folgende:

Code: Select all

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.103-rt62-v7l (support@kunbus.com) (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1 SMP PREEMPT_RT Tue, 24 May 2022 11:41:05 +0000
[    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 4S Rev 1.0
[    0.000000] random: fast init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000002ac00000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x0000000030000000-0x000000003b3fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] On node 0 totalpages: 242688
[    0.000000]   DMA zone: 1728 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 196608 pages, LIFO batch:63
[    0.000000]   HighMem zone: 46080 pages, LIFO batch:15
[    0.000000] percpu: Embedded 16 pages/cpu s36320 r8192 d21024 u65536
[    0.000000] pcpu-alloc: s36320 r8192 d21024 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240960
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:67:D2:13 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 fsck.repair=yes rootwait nosplash plymouth.ignore-serial-consoles
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 874576K/970752K available (12288K kernel code, 1405K rwdata, 3276K rodata, 2048K init, 879K bss, 30640K reserved, 65536K cma-reserved, 184320K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 35147 entries in 104 pages
[    0.000000] ftrace: allocated 103 pages with 5 groups
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
[    0.000000] 	No expedited grace period (rcu_normal_after_boot).
[    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 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] random: get_random_bytes called from start_kernel+0x3dc/0x5b0 with crng_init=1
[    0.000001] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000025] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000090] bcm2835: system timer (irq = 25)
[    0.000797] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000814] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000831] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000845] Switching to timer-based delay loop, resolution 18ns
[    0.001105] Console: colour dummy device 80x30
[    0.001125] printk: console [tty1] enabled
[    0.001165] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.001181] pid_max: default: 32768 minimum: 301
[    0.001345] LSM: Security Framework initializing
[    0.001526] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001548] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002622] cgroup: Disabling memory control group subsystem
[    0.002901] CPU: Testing write buffer coherency: ok
[    0.003383] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004944] Setting up static identity map for 0x200000 - 0x200060
[    0.005164] rcu: Hierarchical SRCU implementation.
[    0.006920] smp: Bringing up secondary CPUs ...
[    0.008643] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.010673] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.012734] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.013072] smp: Brought up 1 node, 4 CPUs
[    0.013085] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.013097] CPU: All CPU(s) started in HYP mode.
[    0.013102] CPU: Virtualization extensions available.
[    0.014047] devtmpfs: initialized
[    0.033081] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.033426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.033451] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.035495] pinctrl core: initialized pinctrl subsystem
[    0.036811] NET: Registered protocol family 16
[    0.040373] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.041607] audit: initializing netlink subsys (disabled)
[    0.041917] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[    0.042721] thermal_sys: Registered thermal governor 'step_wise'
[    0.043584] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.043596] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.044005] Serial: AMBA PL011 UART driver
[    0.081333] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.101005] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-12-01T15:01:54, variant start
[    0.111015] raspberrypi-firmware soc:firmware: Firmware hash is 71bd3109023a0c8575585ba87cbb374d2eeb038f
[    0.162185] Kprobes globally optimized
[    0.168749] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.173508] vgaarb: loaded
[    0.174033] SCSI subsystem initialized
[    0.174323] usbcore: registered new interface driver usbfs
[    0.174392] usbcore: registered new interface driver hub
[    0.174463] usbcore: registered new device driver usb
[    0.174791] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.177335] clocksource: Switched to clocksource arch_sys_counter
[    1.205423] VFS: Disk quotas dquot_6.6.0
[    1.205512] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.205867] FS-Cache: Loaded
[    1.206104] CacheFiles: Loaded
[    1.219553] NET: Registered protocol family 2
[    1.219837] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.222019] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.222072] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.222147] TCP bind hash table entries: 8192 (order: 5, 229376 bytes, linear)
[    1.222461] TCP: Hash tables configured (established 8192 bind 8192)
[    1.222756] UDP hash table entries: 512 (order: 3, 32768 bytes, linear)
[    1.222822] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes, linear)
[    1.223341] NET: Registered protocol family 1
[    1.224303] RPC: Registered named UNIX socket transport module.
[    1.224314] RPC: Registered udp transport module.
[    1.224322] RPC: Registered tcp transport module.
[    1.224329] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.224344] PCI: CLS 0 bytes, default 64
[    1.228737] Initialise system trusted keyrings
[    1.229033] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.241048] zbud: loaded
[    1.243529] FS-Cache: Netfs 'nfs' registered for caching
[    1.244548] NFS: Registering the id_resolver key type
[    1.244585] Key type id_resolver registered
[    1.244598] Key type id_legacy registered
[    1.244811] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.244820] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.246421] Key type asymmetric registered
[    1.246436] Asymmetric key parser 'x509' registered
[    1.246583] bounce: pool size: 64 pages
[    1.246635] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.246866] io scheduler mq-deadline registered
[    1.246875] io scheduler kyber registered
[    1.252751] bcm2708_fb soc:fb: FB found 1 display(s)
[    1.282602] Console: switching to colour frame buffer device 240x67
[    1.293432] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1920x1080
[    1.299527] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.302558] iproc-rng200 fe104000.rng: hwrng registered
[    1.302799] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.319349] brd: module loaded
[    1.339792] loop: module loaded
[    1.341791] Loading iSCSI transport class v2.0-870.
[    1.347196] usbcore: registered new interface driver r8152
[    1.347275] usbcore: registered new interface driver lan78xx
[    1.347462] usbcore: registered new interface driver smsc95xx
[    1.347983] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.348221] dwc_otg: FIQ enabled
[    1.348228] dwc_otg: NAK holdoff enabled
[    1.348233] dwc_otg: FIQ split-transaction FSM enabled
[    1.348244] Module dwc_common_port init
[    1.374543] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator
[    1.374864] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator
[    1.427871] dwc2 fe980000.usb: DWC OTG Controller
[    1.427908] dwc2 fe980000.usb: new USB bus registered, assigned bus number 1
[    1.428174] dwc2 fe980000.usb: irq 39, io mem 0xfe980000
[    1.428602] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.428618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.428630] usb usb1: Product: DWC OTG Controller
[    1.428639] usb usb1: Manufacturer: Linux 5.10.103-rt62-v7l dwc2_hsotg
[    1.428649] usb usb1: SerialNumber: fe980000.usb
[    1.429588] hub 1-0:1.0: USB hub found
[    1.429656] hub 1-0:1.0: 1 port detected
[    1.431733] usbcore: registered new interface driver uas
[    1.431830] usbcore: registered new interface driver usb-storage
[    1.432126] mousedev: PS/2 mouse device common for all mice
[    1.434852] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.442477] sdhci: Secure Digital Host Controller Interface driver
[    1.442481] sdhci: Copyright(c) Pierre Ossman
[    1.442677] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.444161] hid: raw HID events driver (C) Jiri Kosina
[    1.444237] usbcore: registered new interface driver usbhid
[    1.444240] usbhid: USB HID core driver
[    1.447181] Initializing XFRM netlink socket
[    1.447208] NET: Registered protocol family 17
[    1.447302] Key type dns_resolver registered
[    1.447632] Registering SWP/SWPB emulation handler
[    1.447762] printk: console [tty1]: printing thread started
[    1.447865] registered taskstats version 1
[    1.447878] Loading compiled-in X.509 certificates
[    1.448210] Key type ._fscrypt registered
[    1.448216] Key type .fscrypt registered
[    1.448221] Key type fscrypt-provisioning registered
[    1.457032] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[    1.458511] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    1.462541] of_cfs_init
[    1.462709] of_cfs_init: OK
[    1.491943] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[    1.492404] Waiting for root device /dev/mmcblk0p2...
[    1.559779] mmc0: new DDR MMC card at address 0001
[    1.560431] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB
[    1.560748] mmcblk0boot0: mmc0:0001 AJTD4R partition 1 4.00 MiB
[    1.561099] mmcblk0boot1: mmc0:0001 AJTD4R partition 2 4.00 MiB
[    1.561309] mmcblk0rpmb: mmc0:0001 AJTD4R partition 3 4.00 MiB, chardev (246:0)
[    1.562902]  mmcblk0: p1 p2
[    1.591991] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.592054] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.592504] devtmpfs: mounted
[    1.596707] Freeing unused kernel memory: 2048K
[    1.647488] Run /sbin/init as init process
[    1.647492]   with arguments:
[    1.647494]     /sbin/init
[    1.647497]     nosplash
[    1.647499]   with environment:
[    1.647502]     HOME=/
[    1.647504]     TERM=linux
[    1.777362] usb 1-1: new high-speed USB device number 2 using dwc2
[    1.859615] systemd[1]: System time before build time, advancing clock.
[    1.909256] NET: Registered protocol family 10
[    1.910138] Segment Routing with IPv6
[    1.939351] 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)
[    1.940055] systemd[1]: Detected architecture arm.
[    1.996639] systemd[1]: Set hostname to <RevPi84625>.
[    2.027625] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[    2.027637] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.028067] hub 1-1:1.0: USB hub found
[    2.028152] hub 1-1:1.0: 5 ports detected
[    2.348866] usb 1-1.1: new high-speed USB device number 3 using dwc2
[    2.412761] systemd[1]: /lib/systemd/system/teamviewer-iot-mon-agent.service:7: PIDFile= references path below legacy directory /var/run/, updating /var/run/teamviewer-iot-mon-agent.pid → /run/teamviewer-iot-mon-agent.pid; please update the unit file accordingly.
[    2.477710] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[    2.477721] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.480231] smsc95xx v2.0.0
[    2.514734] random: systemd: uninitialized urandom read (16 bytes read)
[    2.520256] random: systemd: uninitialized urandom read (16 bytes read)
[    2.520798] systemd[1]: Listening on udev Control Socket.
[    2.522882] random: systemd: uninitialized urandom read (16 bytes read)
[    2.523254] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.525485] systemd[1]: Listening on Journal Audit Socket.
[    2.527530] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.542998] systemd[1]: Created slice system-getty.slice.
[    2.544859] systemd[1]: Reached target Swap.
[    2.650958] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=MAC)
[    2.651703] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-fe980000.usb-1.1, smsc95xx USB 2.0 Ethernet, c8:3e:a7:10:36:46
[    2.716366] i2c /dev entries driver
[    2.747391] usb 1-1.2: new high-speed USB device number 4 using dwc2
[    2.819526] piControl: loading out-of-tree module taints kernel.
[    2.824117] piControl: built: Tue May 24 11:48:37 UTC 2022
[    2.824135] piControl: RevPi Core
[    2.824141] piControl: MAJOR-No.  : 242
[    2.824494] piControl: MAJOR-No.  : 242  MINOR-No.  : 0
[    2.841558] piControl: read file finished, f_pos=24156
[    2.841602] piControl: 4 devices found
[    2.841606] piControl: 321 entries in total
[    2.841904] piControl: cl-comp:  0 addr 184  bit ff  len   8
[    2.859530] pibridge pibridge: Failed to get right sniff gpios
[    2.859540] piControl piControl0: Failed to init sniff gpios: -2
[    2.859544] piControl piControl0: Failed to init gpios: -2
[    2.859600] pibridge: probe of pibridge failed with error -2
[    2.860123] piControl: PADS 0 = 0xffffffff   slew=1  hyst=1  drive=7
[    2.860129] piControl: PADS 1 = 0xffffffff   slew=1  hyst=1  drive=7
[    2.860133] piControl: PADS 2 = 0xffffffff   slew=1  hyst=1  drive=7
[    2.860143] piControl: piControlInit done
[    2.879462] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    2.879487] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.879493] usb 1-1.2: Product: USB 2.0 Hub
[    2.894454] hub 1-1.2:1.0: USB hub found
[    2.894584] hub 1-1.2:1.0: 4 ports detected
[    2.918674] random: crng init done
[    2.918681] random: 7 urandom warning(s) missed due to ratelimiting
[    2.997981] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    3.112038] systemd-journald[153]: Received request to flush runtime journal from PID 1
[    3.207363] usb 1-1.3: new full-speed USB device number 5 using dwc2
[    3.342107] usb 1-1.3: New USB device found, idVendor=04d8, idProduct=00dd, bcdDevice= 1.00
[    3.342120] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.342126] usb 1-1.3: Product: MCP2221 USB-I2C/UART Combo
[    3.342130] usb 1-1.3: Manufacturer: Microchip Technology Inc.
[    3.345373] hid-generic 0003:04D8:00DD.0001: hiddev96,hidraw0: USB HID v1.11 Device [Microchip Technology Inc. MCP2221 USB-I2C/UART Combo] on usb-fe980000.usb-1.3/input2
[    3.537363] usb 1-1.2.1: new low-speed USB device number 6 using dwc2
[    3.774355] usb 1-1.2.1: New USB device found, idVendor=046d, idProduct=c050, bcdDevice=27.20
[    3.774373] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.774379] usb 1-1.2.1: Product: USB-PS/2 Optical Mouse
[    3.774383] usb 1-1.2.1: Manufacturer: Logitech
[    3.832615] input: Logitech USB-PS/2 Optical Mouse as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/0003:046D:C050.0002/input/input0
[    3.832993] hid-generic 0003:046D:C050.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-fe980000.usb-1.2.1/input0
[    3.867520] usb 1-1.5: new high-speed USB device number 7 using dwc2
[    3.997832] usb 1-1.5: New USB device found, idVendor=0424, idProduct=9512, bcdDevice= 2.00
[    3.997844] usb 1-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.998499] hub 1-1.5:1.0: USB hub found
[    3.998579] hub 1-1.5:1.0: 3 ports detected
[    4.197382] usb 1-1.2.2: new low-speed USB device number 8 using dwc2
[    4.445152] usb 1-1.2.2: New USB device found, idVendor=413c, idProduct=2113, bcdDevice=33.08
[    4.445165] usb 1-1.2.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.445170] usb 1-1.2.2: Product: Dell KB216 Wired Keyboard
[    4.472646] input: Dell KB216 Wired Keyboard as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/0003:413C:2113.0003/input/input1
[    4.537849] usb 1-1.5.1: new high-speed USB device number 9 using dwc2
[    4.538028] hid-generic 0003:413C:2113.0003: input,hidraw2: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-fe980000.usb-1.2.2/input0
[    4.543206] input: Dell KB216 Wired Keyboard System Control as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:413C:2113.0004/input/input2
[    4.607685] input: Dell KB216 Wired Keyboard Consumer Control as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:413C:2113.0004/input/input3
[    4.607996] hid-generic 0003:413C:2113.0004: input,hiddev97,hidraw3: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-fe980000.usb-1.2.2/input1
[    4.667689] usb 1-1.5.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[    4.667700] usb 1-1.5.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.670427] smsc95xx v2.0.0
[    4.867377] usb 1-1.2.3: new full-speed USB device number 10 using dwc2
[    4.901089] SMSC LAN8700 usb-001:009:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:009:01, irq=MAC)
[    4.901976] smsc95xx 1-1.5.1:1.0 eth1: register 'smsc95xx' at usb-fe980000.usb-1.5.1, smsc95xx USB 2.0 Ethernet, c8:3e:a7:10:36:47
[    5.099062] usb 1-1.2.3: New USB device found, idVendor=0eef, idProduct=c002, bcdDevice=60.21
[    5.099074] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.099079] usb 1-1.2.3: Product: eGalaxTouch P80H83 1560 v21W17-T02 k4.10.142
[    5.099083] usb 1-1.2.3: Manufacturer: eGalax Inc.
[    5.141910] input: eGalax Inc. eGalaxTouch P80H83 1560 v21W17-T02 k4.10.142 Touchscreen as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/0003:0EEF:C002.0005/input/input4
[    5.142262] input: eGalax Inc. eGalaxTouch P80H83 1560 v21W17-T02 k4.10.142 as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/0003:0EEF:C002.0005/input/input6
[    5.142681] hid-generic 0003:0EEF:C002.0005: input,hiddev98,hidraw4: USB HID v1.11 Pointer [eGalax Inc. eGalaxTouch P80H83 1560 v21W17-T02 k4.10.142] on usb-fe980000.usb-1.2.3/input0
[    5.197377] usb 1-1.5.2: new full-speed USB device number 11 using dwc2
[    5.334493] usb 1-1.5.2: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
[    5.334505] usb 1-1.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.334511] usb 1-1.5.2: Product: FT232R USB UART
[    5.334515] usb 1-1.5.2: Manufacturer: FTDI
[    5.334519] usb 1-1.5.2: SerialNumber: AU061M1J
[    5.527375] usb 1-1.2.4: new full-speed USB device number 12 using dwc2
[    5.760515] usb 1-1.2.4: New USB device found, idVendor=2341, idProduct=0042, bcdDevice= 0.01
[    5.760527] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=220
[    5.760533] usb 1-1.2.4: Manufacturer: Arduino (www.arduino.cc)
[    5.760538] usb 1-1.2.4: SerialNumber: 95432313138351702061
[    5.857380] usb 1-1.5.3: new full-speed USB device number 13 using dwc2
[    5.994313] usb 1-1.5.3: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
[    5.994328] usb 1-1.5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.994334] usb 1-1.5.3: Product: FT232R USB UART
[    5.994338] usb 1-1.5.3: Manufacturer: FTDI
[    5.994342] usb 1-1.5.3: SerialNumber: AU061KQK
[   12.303391] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[   12.303673] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[   12.303918] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[   12.304514] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[   13.547463] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[   13.548359] bcm2835_audio bcm2835_audio: there is not valid maps for state default
[   13.552857] bcm2835_audio bcm2835_audio: card created with 8 channels
[   13.566385] mc: Linux media interface: v0.10
[   13.655067] videodev: Linux video capture interface: v2.00
[   13.683723] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[   13.684699] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[   13.684708] [vc_sm_connected_init]: start
[   13.686369] [vc_sm_connected_init]: installed successfully
[   13.730976] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   13.733888] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[   13.737156] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[   13.737176] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[   13.739257] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[   13.739274] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[   13.743430] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[   13.743447] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[   13.747294] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[   13.748453] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[   13.791556] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[   13.799783] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[   13.800039] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[   13.800286] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[   13.800490] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[   13.800527] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   13.800534] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   13.800539] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   13.800545] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   13.803284] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[   13.803583] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[   13.803827] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[   13.804041] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[   13.804052] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   13.804059] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   13.804065] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   13.804070] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   13.804173] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[   13.881204] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[   15.743849] rtc-pcf2127-i2c 1-0051: registered as rtc0
[   15.744981] rtc-pcf2127-i2c 1-0051: setting system clock to 2023-01-09T11:08:06 UTC (1673262486)
[   17.367164] 8021q: 802.1Q VLAN Support v1.8
[   17.474361] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.648741] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   18.993350] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   19.008836] smsc95xx 1-1.1:1.0 eth0: Link is Down
[   20.491978] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off
[   20.492057] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   22.652196] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
[   23.677467] piControl: problem at driver initialization
[   23.677476] piControl: no piControl reset possible, a firmware update is running
[   25.549657] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   25.592244] Bridge firewalling registered
[   25.777145] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
[   25.787378] piControl: problem at driver initialization
[   25.787386] piControl: no piControl reset possible, a firmware update is running
[   25.797888] cdc_acm 1-1.2.4:1.0: ttyACM1: USB ACM device
[   25.836230] usbcore: registered new interface driver cdc_acm
[   25.836239] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   27.344174] input: eGalax Inc. eGalaxTouch P80H83 1560 v21W17-T02 k4.10.142 as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/0003:0EEF:C002.0005/input/input7
[   27.372674] input: eGalax Inc. eGalaxTouch P80H83 1560 v21W17-T02 k4.10.142 UNKNOWN as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/0003:0EEF:C002.0005/input/input9
[   27.424941] hid-multitouch 0003:0EEF:C002.0005: input,hiddev98,hidraw4: USB HID v1.11 Pointer [eGalax Inc. eGalaxTouch P80H83 1560 v21W17-T02 k4.10.142] on usb-fe980000.usb-1.2.3/input0
[   27.427587] piControl: problem at driver initialization
[   27.427597] piControl: no piControl reset possible, a firmware update is running
[   28.148246] br-7e4149a73e19: port 1(veth6cf05db) entered blocking state
[   28.148258] br-7e4149a73e19: port 1(veth6cf05db) entered disabled state
[   28.169270] device veth6cf05db entered promiscuous mode
[   28.169935] br-7e4149a73e19: port 1(veth6cf05db) entered blocking state
[   28.169944] br-7e4149a73e19: port 1(veth6cf05db) entered forwarding state
[   28.257453] br-7e4149a73e19: port 1(veth6cf05db) entered disabled state
[   28.448195] br-7e4149a73e19: port 2(veth5a351ae) entered blocking state
[   28.448206] br-7e4149a73e19: port 2(veth5a351ae) entered disabled state
[   28.488206] device veth5a351ae entered promiscuous mode
[   28.489476] br-7e4149a73e19: port 2(veth5a351ae) entered blocking state
[   28.489486] br-7e4149a73e19: port 2(veth5a351ae) entered forwarding state
[   28.489679] IPv6: ADDRCONF(NETDEV_CHANGE): br-7e4149a73e19: link becomes ready
[   28.557587] br-7e4149a73e19: port 2(veth5a351ae) entered disabled state
[   29.390675] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation
[   29.527352] piControl: problem at driver initialization
[   29.527360] piControl: no piControl reset possible, a firmware update is running
[   31.147463] piControl: problem at driver initialization
[   31.147474] piControl: no piControl reset possible, a firmware update is running
[   31.837405] cam-dummy-reg: disabling
[   32.265522] dwc2 fe980000.usb: dwc2_hc_start_transfer: chdis set, channel 2, hcchar 0x623e8808
[   32.265658] usb 1-1.2.2: input irq status -5 received
[   32.276876] usbcore: registered new interface driver usbserial_generic
[   32.364114] usbserial: USB Serial support registered for generic
[   32.420891] eth0: renamed from veth8cc92b6
[   32.427197] usbcore: registered new interface driver ftdi_sio
[   32.429653] usbserial: USB Serial support registered for FTDI USB Serial Device
[   32.430699] ftdi_sio 1-1.5.2:1.0: FTDI USB Serial Device converter detected
[   32.440607] usb 1-1.5.2: Detected FT232RL
[   32.463338] usb 1-1.5.2: FTDI USB Serial Device converter now attached to ttyUSB0
[   32.464801] ftdi_sio 1-1.5.3:1.0: FTDI USB Serial Device converter detected
[   32.472324] usb 1-1.5.3: Detected FT232RL
[   32.495520] usb 1-1.5.3: FTDI USB Serial Device converter now attached to ttyUSB1
[   32.749513] IPv6: ADDRCONF(NETDEV_CHANGE): veth6cf05db: link becomes ready
[   32.749646] br-7e4149a73e19: port 1(veth6cf05db) entered blocking state
[   32.749653] br-7e4149a73e19: port 1(veth6cf05db) entered forwarding state
[   32.749934] eth0: renamed from vethb1ef1e5
[   32.821112] IPv6: ADDRCONF(NETDEV_CHANGE): veth5a351ae: link becomes ready
[   32.821360] br-7e4149a73e19: port 2(veth5a351ae) entered blocking state
[   32.821392] br-7e4149a73e19: port 2(veth5a351ae) entered forwarding state
[   33.218325] smsc95xx 1-1.5.1:1.0 eth1: hardware isn't capable of remote wakeup
[   33.237274] smsc95xx 1-1.5.1:1.0 eth1: Link is Down
[   33.257401] piControl: problem at driver initialization
[   33.257410] piControl: no piControl reset possible, a firmware update is running
[   34.423895] dwc2 fe980000.usb: dwc2_hc_start_transfer: chdis set, channel 4, hcchar 0x423e9008
[   34.424036] usb 1-1.2.2: input irq status -5 received
[   34.897395] piControl: problem at driver initialization
[   34.897406] piControl: no piControl reset possible, a firmware update is running
[   36.537697] piControl: problem at driver initialization
[   36.537707] piControl: no piControl reset possible, a firmware update is running
[   36.707628] fuse: init (API version 7.32)
[   38.637423] piControl: problem at driver initialization
[   38.637433] piControl: no piControl reset possible, a firmware update is running
[   40.797467] piControl: problem at driver initialization
[   40.797477] piControl: no piControl reset possible, a firmware update is running
[   42.357371] piControl: problem at driver initialization
[   42.357380] piControl: no piControl reset possible, a firmware update is running
[   45.017456] piControl: problem at driver initialization
[   45.017465] piControl: no piControl reset possible, a firmware update is running
[   45.647476] piControl: problem at driver initialization
[   45.647489] piControl: no piControl reset possible, a firmware update is running
[   46.087434] piControl: problem at driver initialization
[   46.087444] piControl: no piControl reset possible, a firmware update is running
[   49.367424] piControl: problem at driver initialization
[   49.367432] piControl: no piControl reset possible, a firmware update is running
[   49.847405] piControl: problem at driver initialization
[   49.847413] piControl: no piControl reset possible, a firmware update is running
[   49.967412] piControl: problem at driver initialization
[   49.967421] piControl: no piControl reset possible, a firmware update is running
[   53.107401] piControl: problem at driver initialization
[   53.107408] piControl: no piControl reset possible, a firmware update is running
[   53.587362] piControl: problem at driver initialization
[   53.587397] piControl: no piControl reset possible, a firmware update is running
[   56.827402] piControl: problem at driver initialization
[   56.827410] piControl: no piControl reset possible, a firmware update is running
[   57.417375] piControl: problem at driver initialization
[   57.417382] piControl: no piControl reset possible, a firmware update is running

Minsheng
Posts: 7
Joined: 06 Jan 2023, 12:50
Answers: 0

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by Minsheng »

Auch ich habe die Hardware-Konfiguration auf "RevPi connect se" in PiCtory erneut, gespeichert sowie Drivers zurückgesetzt.

Bei "piTest -d" gibt das aus, "Cannot retrieve device list: No such device"
User avatar
nicolaiB
KUNBUS
Posts: 869
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by nicolaiB »

Dein Kernel ist zu alt. Für den Connect SE benötigst du mindestens den 9.20220728-5.10.120+revpi1. Auf deinem System ist jedoch 9.20220524-5.10.103+revpi1 installiert. Am besten gleich auf den Aktuellsten (9.20221118-5.10.152+revpi1) updaten.

Siehe auch: https://revolutionpi.de/forum/viewtopic.php?t=3521

Gruß Nicolai
Minsheng
Posts: 7
Joined: 06 Jan 2023, 12:50
Answers: 0

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by Minsheng »

nicolaiB wrote: 09 Jan 2023, 12:34 Dein Kernel ist zu alt. Für den Connect SE benötigst du mindestens den 9.20220728-5.10.120+revpi1. Auf deinem System ist jedoch 9.20220524-5.10.103+revpi1 installiert. Am besten gleich auf den Aktuellsten (9.20221118-5.10.152+revpi1) updaten.

Siehe auch: https://revolutionpi.de/forum/viewtopic.php?t=3521

Gruß Nicolai
Ach so, danke für die Antwort.

Gäbt es vllt. eine Anleitung die Kernelversion zu updaten?

Könntet man einfach die Mirgationsszenario 2 in der Anleitung von "Mirgration auf CM4S basierte Geräte" folgen? https://revolutionpi.de/tutorials/migration-cm4s/
User avatar
nicolaiB
KUNBUS
Posts: 869
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: Nach Factory-reset Fehler melden 'Invalid argument: /dev/piControl0'

Post by nicolaiB »

Ja, du kannst der Anleitung folgenden. Ansonsten:

Code: Select all

# Paketlisten aktualisieren
sudo apt update

# Möglichkeit 1: Nur Kernel aktualisieren
sudo apt upgrade raspberrypi-kernel

# Möglichkeit 2: Alle Pakete aktualisieren (bevorzugte Variante)
sudo apt upgrade
Gruß Nicolai
Post Reply