Merci pour vos réponses,
J’avais essayé votre solution, mais elle ne marche pas non plus
Pour fstab j’ai fait 2 test avec ou sans netdev:
//192.168.1.78/Users/test/Documents/partage /home/jl/Desktop/test cifs x-systemd.automount,auto,_netdev,user,username=user,password=aaaa,vers=3.0 0 0
//192.168.1.78/Users/test/Documents/partage /home/jl/Desktop/test cifs x-systemd.automount,auto,user,username=user,password=aaaa,vers=3.0 0 0
dmesg :
[ 16.723758] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.723863] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.723881] CIFS: VFS: cifs_mount failed w/return code = -101
[ 16.757764] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.758079] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.758096] CIFS: VFS: cifs_mount failed w/return code = -101
[ 16.775414] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.775519] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.775534] CIFS: VFS: cifs_mount failed w/return code = -101
[ 16.791835] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.791932] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.791947] CIFS: VFS: cifs_mount failed w/return code = -101
[ 16.809769] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.809863] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.809878] CIFS: VFS: cifs_mount failed w/return code = -101
A noté que je suis en ethernet sur ma box et non en wifi
dmesg plus complet :
l@raspberrypi:~ $ sudo dmesg
[ 0.026704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.026741] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.042249] pinctrl core: initialized pinctrl subsystem
[ 0.043222] DMI not present or invalid.
[ 0.043964] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.047751] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.048057] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.049029] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.049132] audit: initializing netlink subsys (disabled)
[ 0.049423] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[ 0.050071] thermal_sys: Registered thermal governor 'step_wise'
[ 0.050166] cpuidle: using governor menu
[ 0.050609] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.050818] ASID allocator initialised with 32768 entries
[ 0.050993] Serial: AMBA PL011 UART driver
[ 0.065219] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.085036] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-03-17T10:50:39, variant start
[ 0.089048] raspberrypi-firmware soc:firmware: Firmware hash is 82f3750a65fadae9a38077e3c2e217ad158c8d54
[ 0.105223] KASLR enabled
[ 0.139750] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.145606] SCSI subsystem initialized
[ 0.145886] usbcore: registered new interface driver usbfs
[ 0.145947] usbcore: registered new interface driver hub
[ 0.146017] usbcore: registered new device driver usb
[ 0.146419] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.146649] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[ 0.147011] pps_core: LinuxPPS API ver. 1 registered
[ 0.147025] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.147053] PTP clock support registered
[ 0.148205] vgaarb: loaded
[ 0.149025] clocksource: Switched to clocksource arch_sys_counter
[ 0.149837] VFS: Disk quotas dquot_6.6.0
[ 0.149922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.150109] FS-Cache: Loaded
[ 0.150291] CacheFiles: Loaded
[ 0.159653] NET: Registered PF_INET protocol family
[ 0.160086] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.162880] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.162928] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.162961] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.163210] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.163824] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.164058] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.164115] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.164385] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.165262] RPC: Registered named UNIX socket transport module.
[ 0.165280] RPC: Registered udp transport module.
[ 0.165290] RPC: Registered tcp transport module.
[ 0.165301] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.165326] PCI: CLS 0 bytes, default 64
[ 0.168111] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.168528] kvm [1]: IPA Size Limit: 44 bits
[ 0.169957] kvm [1]: vgic interrupt IRQ9
[ 0.170197] kvm [1]: Hyp mode initialized successfully
[ 1.316139] Initialise system trusted keyrings
[ 1.316678] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 1.324569] zbud: loaded
[ 1.327593] NFS: Registering the id_resolver key type
[ 1.327648] Key type id_resolver registered
[ 1.327659] Key type id_legacy registered
[ 1.327786] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.327803] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.329393] Key type asymmetric registered
[ 1.329415] Asymmetric key parser 'x509' registered
[ 1.329499] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.329794] io scheduler mq-deadline registered
[ 1.329811] io scheduler kyber registered
[ 1.331765] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 27)
[ 1.340619] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.340665] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.340753] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.340839] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[ 1.341883] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.341906] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.341923] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.342010] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.342276] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.346126] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.346411] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
[ 1.346611] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
[ 1.346735] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
[ 1.411119] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.411294] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.411421] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.411906] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 1.412661] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.412710] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.412735] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.412779] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.412801] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.414210] simple-framebuffer 3e402000.framebuffer: framebuffer at 0x3e402000, 0x7f8000 bytes
[ 1.414232] simple-framebuffer 3e402000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[ 1.414830] Console: switching to colour frame buffer device 240x67
[ 1.424209] simple-framebuffer 3e402000.framebuffer: fb0: simplefb registered!
[ 1.437195] iproc-rng200 fe104000.rng: hwrng registered
[ 1.437779] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.439391] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.453294] brd: module loaded
[ 1.462413] loop: module loaded
[ 1.463343] Loading iSCSI transport class v2.0-870.
[ 1.468968] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.533179] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.534413] usbcore: registered new interface driver r8152
[ 1.534492] usbcore: registered new interface driver lan78xx
[ 1.534569] usbcore: registered new interface driver smsc95xx
[ 1.583580] pci 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.583772] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.583805] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.584582] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
[ 1.585729] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.585753] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.585776] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.586202] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 1.586223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.586239] usb usb1: Product: xHCI Host Controller
[ 1.586253] usb usb1: Manufacturer: Linux 6.1.21-v8+ xhci-hcd
[ 1.586267] usb usb1: SerialNumber: 0000:01:00.0
[ 1.587081] hub 1-0:1.0: USB hub found
[ 1.587164] hub 1-0:1.0: 1 port detected
[ 1.588118] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 1.588139] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.588154] usb usb2: Product: xHCI Host Controller
[ 1.588167] usb usb2: Manufacturer: Linux 6.1.21-v8+ xhci-hcd
[ 1.588179] usb usb2: SerialNumber: 0000:01:00.0
[ 1.588882] hub 2-0:1.0: USB hub found
[ 1.588976] hub 2-0:1.0: 4 ports detected
[ 1.590866] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.591223] dwc_otg: FIQ enabled
[ 1.591235] dwc_otg: NAK holdoff enabled
[ 1.591245] dwc_otg: FIQ split-transaction FSM enabled
[ 1.591261] Module dwc_common_port init
[ 1.591848] usbcore: registered new interface driver uas
[ 1.591959] usbcore: registered new interface driver usb-storage
[ 1.592208] mousedev: PS/2 mouse device common for all mice
[ 1.599021] sdhci: Secure Digital Host Controller Interface driver
[ 1.599044] sdhci: Copyright(c) Pierre Ossman
[ 1.599744] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.603614] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.603973] hid: raw HID events driver (C) Jiri Kosina
[ 1.604206] usbcore: registered new interface driver usbhid
[ 1.604220] usbhid: USB HID core driver
[ 1.613857] NET: Registered PF_PACKET protocol family
[ 1.613989] Key type dns_resolver registered
[ 1.615440] registered taskstats version 1
[ 1.615525] Loading compiled-in X.509 certificates
[ 1.616486] Key type .fscrypt registered
[ 1.616503] Key type fscrypt-provisioning registered
[ 1.632746] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.633567] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.633735] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[ 1.643093] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.643569] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.644946] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.644967] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.675155] of_cfs_init
[ 1.675351] of_cfs_init: OK
[ 1.709269] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.709618] Waiting for root device PARTUUID=7a335d59-02...
[ 1.760636] mmc1: new high speed SDIO card at address 0001
[ 1.811883] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.813088] mmcblk0: mmc0:aaaa SE32G 29.7 GiB
[ 1.816381] mmcblk0: p1 p2
[ 1.816971] mmcblk0: mmc0:aaaa SE32G 29.7 GiB (quirks 0x00004000)
[ 1.829426] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 1.829528] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.834617] devtmpfs: mounted
[ 1.841160] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.844216] Freeing unused kernel memory: 4160K
[ 1.844438] Run /sbin/init as init process
[ 1.844449] with arguments:
[ 1.844458] /sbin/init
[ 1.844468] splash
[ 1.844477] with environment:
[ 1.844487] HOME=/
[ 1.844496] TERM=linux
[ 1.995692] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.995735] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.995751] usb 1-1: Product: USB2.0 Hub
[ 1.997621] hub 1-1:1.0: USB hub found
[ 1.997925] hub 1-1:1.0: 4 ports detected
[ 2.151841] systemd[1]: System time before build time, advancing clock.
[ 2.297107] usb 1-1.1: new low-speed USB device number 3 using xhci_hcd
[ 2.346162] NET: Registered PF_INET6 protocol family
[ 2.348268] Segment Routing with IPv6
[ 2.348310] In-situ OAM (IOAM) with IPv6
[ 2.405857] usb 1-1.1: New USB device found, idVendor=413c, idProduct=301a, bcdDevice= 1.00
[ 2.405899] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.405915] usb 1-1.1: Product: Dell MS116 USB Optical Mouse
[ 2.405929] usb 1-1.1: Manufacturer: PixArt
[ 2.415168] input: PixArt Dell MS116 USB Optical Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:301A.0001/input/input0
[ 2.415712] hid-generic 0003:413C:301A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-0000:01:00.0-1.1/input0
[ 2.418143] systemd[1]: systemd 247.3-7+rpi1+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 2.419237] systemd[1]: Detected architecture arm64.
[ 2.420957] systemd[1]: Set hostname to <raspberrypi>.
[ 2.498023] usb 1-1.3: new low-speed USB device number 4 using xhci_hcd
[ 2.633409] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2105, bcdDevice= 3.52
[ 2.633455] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.633474] usb 1-1.3: Product: Dell USB Keyboard
[ 2.633488] usb 1-1.3: Manufacturer: Dell
[ 2.666732] input: Dell Dell USB Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2105.0002/input/input1
[ 2.725858] hid-generic 0003:413C:2105.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:01:00.0-1.3/input0
[ 2.805066] usb 1-1.4: new high-speed USB device number 5 using xhci_hcd
[ 2.916111] usb 1-1.4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=57.20
[ 2.916152] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.916169] usb 1-1.4: Product: USB2.1 Hub
[ 2.916183] usb 1-1.4: Manufacturer: GenesysLogic
[ 2.918164] hub 1-1.4:1.0: USB hub found
[ 2.918548] hub 1-1.4:1.0: 3 ports detected
[ 3.188980] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 3.241077] usb 1-1.4.3: new full-speed USB device number 6 using xhci_hcd
[ 3.382365] usb 1-1.4.3: New USB device found, idVendor=1fd2, idProduct=8102, bcdDevice= 1.00
[ 3.382402] usb 1-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.382419] usb 1-1.4.3: Product: LGDisplay Incell Touch
[ 3.382432] usb 1-1.4.3: Manufacturer: Melfas
[ 3.393049] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.405156] input: Melfas LGDisplay Incell Touch as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:1FD2:8102.0003/input/input2
[ 3.405785] hid-generic 0003:1FD2:8102.0003: input,hidraw2: USB HID v1.11 Device [Melfas LGDisplay Incell Touch] on usb-0000:01:00.0-1.4.3/input0
[ 3.412483] hid-generic 0003:1FD2:8102.0004: hiddev96,hidraw3: USB HID v1.11 Device [Melfas LGDisplay Incell Touch] on usb-0000:01:00.0-1.4.3/input1
[ 3.418133] systemd[1]: Created slice system-getty.slice.
[ 3.419952] systemd[1]: Created slice system-modprobe.slice.
[ 3.421151] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 3.422159] systemd[1]: Created slice User and Session Slice.
[ 3.422804] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.424173] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.425061] systemd[1]: Reached target Slices.
[ 3.425332] systemd[1]: Reached target Swap.
[ 3.428945] systemd[1]: Listening on Syslog Socket.
[ 3.429934] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 3.430417] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 3.431888] systemd[1]: Listening on Journal Audit Socket.
[ 3.432789] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.434036] systemd[1]: Listening on Journal Socket.
[ 3.438111] systemd[1]: Listening on udev Control Socket.
[ 3.439099] systemd[1]: Listening on udev Kernel Socket.
[ 3.440274] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 3.457702] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.463065] systemd[1]: Mounting RPC Pipe File System...
[ 3.469486] systemd[1]: Mounting Kernel Debug File System...
[ 3.475641] systemd[1]: Mounting Kernel Trace File System...
[ 3.476231] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 3.483755] systemd[1]: Starting Restore / save the current clock...
[ 3.490646] systemd[1]: Starting Set the console keyboard layout...
[ 3.497164] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 3.503853] systemd[1]: Starting Load Kernel Module configfs...
[ 3.510701] systemd[1]: Starting Load Kernel Module drm...
[ 3.517999] systemd[1]: Starting Load Kernel Module fuse...
[ 3.529849] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 3.535273] systemd[1]: Starting File System Check on Root Device...
[ 3.546092] systemd[1]: Starting Journal Service...
[ 3.579363] systemd[1]: Starting Load Kernel Modules...
[ 3.598877] systemd[1]: Starting Coldplug All udev Devices...
[ 3.621697] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.622786] systemd[1]: Mounted RPC Pipe File System.
[ 3.623792] systemd[1]: Mounted Kernel Debug File System.
[ 3.624813] systemd[1]: Mounted Kernel Trace File System.
[ 3.630016] fuse: init (API version 7.37)
[ 3.635588] systemd[1]: Finished Restore / save the current clock.
[ 3.639068] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 3.641783] systemd[1]: modprobe@configfs.service: Succeeded.
[ 3.643511] systemd[1]: Finished Load Kernel Module configfs.
[ 3.646905] systemd[1]: modprobe@fuse.service: Succeeded.
[ 3.648642] systemd[1]: Finished Load Kernel Module fuse.
[ 3.674238] i2c_dev: i2c /dev entries driver
[ 3.678059] systemd[1]: Mounting FUSE Control File System...
[ 3.684645] systemd[1]: Mounting Kernel Configuration File System...
[ 3.691184] systemd[1]: Started File System Check Daemon to report status.
[ 3.700901] systemd[1]: Finished Load Kernel Modules.
[ 3.702460] systemd[1]: Mounted FUSE Control File System.
[ 3.708408] systemd[1]: Starting Apply Kernel Variables...
[ 3.753210] systemd[1]: Mounted Kernel Configuration File System.
[ 3.766412] systemd[1]: Finished Apply Kernel Variables.
[ 3.787507] systemd[1]: Finished File System Check on Root Device.
[ 3.810785] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 3.813681] systemd[1]: modprobe@drm.service: Succeeded.
[ 3.815346] systemd[1]: Finished Load Kernel Module drm.
[ 3.964105] systemd[1]: Started Journal Service.
[ 3.977082] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[ 4.077941] systemd-journald[142]: Received client request to flush runtime journal.
[ 4.086997] systemd-journald[142]: File /var/log/journal/40f852ae7a004035b7c45cb57287ed18/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 5.292124] mc: Linux media interface: v0.10
[ 5.427623] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.518125] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 5.562257] videodev: Linux video capture interface: v2.00
[ 5.627788] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.630147] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 5.630186] [vc_sm_connected_init]: start
[ 5.634672] [vc_sm_connected_init]: installed successfully
[ 5.772835] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.800748] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.820357] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.833224] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 5.833320] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 5.857720] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.883478] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.894261] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.894772] rpivid feb10000.codec: Device registered as /dev/video19
[ 5.908113] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 5.908188] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 5.919464] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 5.919540] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 5.920568] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 5.923962] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 5.935294] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 5.938624] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 5.938797] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 5.946371] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 5.946426] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 5.946451] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 5.946476] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 5.946511] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 5.958687] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 5.958769] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 5.981877] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 5.983319] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 5.997491] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 6.024964] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 6.025073] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 6.025105] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 6.025147] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 6.025167] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 6.044577] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 6.227741] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 6.235931] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 6.476381] input: Melfas LGDisplay Incell Touch as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:1FD2:8102.0003/input/input3
[ 6.741060] hid-multitouch 0003:1FD2:8102.0003: input,hidraw2: USB HID v1.11 Device [Melfas LGDisplay Incell Touch] on usb-0000:01:00.0-1.4.3/input0
[ 6.792116] Console: switching to colour dummy device 80x25
[ 6.818743] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.841570] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 6.878389] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.894863] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 6.925566] Registered IR keymap rc-cec
[ 6.935425] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 6.937568] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input4
[ 7.030177] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.052455] Registered IR keymap rc-cec
[ 7.052681] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 7.052909] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input5
[ 7.060983] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.061681] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 7.062176] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.063191] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.063700] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.064013] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.064414] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.070319] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
[ 7.090735] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
[ 7.113585] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 7.124721] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.130338] usbcore: registered new interface driver brcmfmac
[ 7.219933] Console: switching to colour frame buffer device 240x67
[ 7.220047] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 7.231463] usb 1-1.4.3: USB disconnect, device number 6
[ 7.385978] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 7.772394] 8021q: 802.1Q VLAN Support v1.8
[ 7.781972] uart-pl011 fe201000.serial: no DMA platform data
[ 8.035409] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 8.038532] bcmgenet fd580000.ethernet eth0: Link is Down
[ 8.153184] Adding 102396k swap on /var/swap. Priority:-2 extents:10 across:3237292k SSFS
[ 9.668839] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 11.941042] usb 1-1.4.3: new full-speed USB device number 7 using xhci_hcd
[ 12.073802] usb 1-1.4.3: New USB device found, idVendor=1fd2, idProduct=8102, bcdDevice= 1.00
[ 12.073823] usb 1-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.073829] usb 1-1.4.3: Product: LGDisplay Incell Touch
[ 12.073834] usb 1-1.4.3: Manufacturer: Melfas
[ 12.095277] input: Melfas LGDisplay Incell Touch as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:1FD2:8102.0005/input/input6
[ 12.096003] hid-multitouch 0003:1FD2:8102.0005: input,hidraw2: USB HID v1.11 Device [Melfas LGDisplay Incell Touch] on usb-0000:01:00.0-1.4.3/input0
[ 12.104085] hid-generic 0003:1FD2:8102.0006: hiddev96,hidraw3: USB HID v1.11 Device [Melfas LGDisplay Incell Touch] on usb-0000:01:00.0-1.4.3/input1
[ 12.129213] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 12.129266] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 14.018761] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
[ 15.586365] Bluetooth: Core ver 2.22
[ 15.586456] NET: Registered PF_BLUETOOTH protocol family
[ 15.586462] Bluetooth: HCI device and connection manager initialized
[ 15.586479] Bluetooth: HCI socket layer initialized
[ 15.586487] Bluetooth: L2CAP socket layer initialized
[ 15.586501] Bluetooth: SCO socket layer initialized
[ 15.604731] Bluetooth: HCI UART driver ver 2.3
[ 15.604755] Bluetooth: HCI UART protocol H4 registered
[ 15.605326] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 15.606169] Bluetooth: HCI UART protocol Broadcom registered
[ 15.882939] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.882961] Bluetooth: BNEP filters: protocol multicast
[ 15.882977] Bluetooth: BNEP socket layer initialized
[ 15.888363] Bluetooth: MGMT ver 1.22
[ 15.900771] NET: Registered PF_ALG protocol family
[ 16.015367] Bluetooth: RFCOMM TTY layer initialized
[ 16.015409] Bluetooth: RFCOMM socket layer initialized
[ 16.015430] Bluetooth: RFCOMM ver 1.11
[ 16.720805] Key type cifs.spnego registered
[ 16.720832] Key type cifs.idmap registered
[ 16.723758] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.723863] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.723881] CIFS: VFS: cifs_mount failed w/return code = -101
[ 16.757764] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.758079] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.758096] CIFS: VFS: cifs_mount failed w/return code = -101
[ 16.775414] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.775519] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.775534] CIFS: VFS: cifs_mount failed w/return code = -101
[ 16.791835] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.791932] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.791947] CIFS: VFS: cifs_mount failed w/return code = -101
[ 16.809769] CIFS: Attempting to mount \\192.168.1.78\Users
[ 16.809863] CIFS: VFS: Error connecting to socket. Aborting operation.
[ 16.809878] CIFS: VFS: cifs_mount failed w/return code = -101