Problèmes et questions concernant le noyau et le support matériel.
Répondre

Manjaro et reconnaissance Iphone

#1Messageil y a 3 ans

Bonsoir,

J'ai commis une grave erreur : oubli de mon code d'accès à mon Iphone.

Pour le réinitialiser, je dois passer par Itunes. J'ai bien vu qu'il y avait des paquets y ressemblant dans AUR, mais seront-ils bien compatibles ?

J'ai un Windows 10 sur VirtualBox avec Itunes d'installé, mais Manjaro ne reconnaît pas mon Iphone, donc VB n'y a pas accès non plus.

Je suivrais bien ce tutoriel, mais je ne connais pas ce site internet. Donc la confiance... :?::?:

L'un de vous a-t-il déjà pu connecter son Iphone (le 8 en l'occurrence) à Manjaro ?

Édit : en suivant le Wiki d'Archlinux, cela ne fonctionne pas non plus. J'ai essayé le tutoriel cité plus haut (tant pis !!), mais rien à faire non plus. :tetu!

Pour le bluetooth, que je n'ai jamais essayé, j'ai aussi suivi le Wiki d'Archlinux qui dit dans le descriptif :
Par défaut, le démon bluetooth ne distribuera des périphériques bnep0 qu'aux utilisateurs qui sont membres du lp groupe . Assurez-vous d'ajouter votre utilisateur à ce groupe si vous avez l'intention de vous connecter à un lien Bluetooth. Vous pouvez modifier le groupe requis dans le fichier /usr/share/dbus-1/system.d/bluetooth.conf.
Or, le fichier de configuration :

  GNU nano 4.9.2                           /usr/share/dbus-1/system.d/bluetooth.conf                                    
<!-- This configuration file specifies the required security policies
     for Bluetooth core daemon to work. -->

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- ../system.conf have denied everything, so we just punch some holes -->

  <policy user="root">
    <allow own="org.bluez"/>
    <allow send_destination="org.bluez"/>
    <allow send_interface="org.bluez.Agent1"/>
    <allow send_interface="org.bluez.MediaEndpoint1"/>
    <allow send_interface="org.bluez.MediaPlayer1"/>
    <allow send_interface="org.bluez.Profile1"/>
    <allow send_interface="org.bluez.GattCharacteristic1"/>
    <allow send_interface="org.bluez.GattDescriptor1"/>
    <allow send_interface="org.bluez.LEAdvertisement1"/>
    <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
    <allow send_interface="org.freedesktop.DBus.Properties"/>
    <allow send_interface="org.mpris.MediaPlayer2.Player"/>
  </policy>

  <policy context="default">
    <allow send_destination="org.bluez"/>
  </policy>

</busconfig>
ne me parle pas de groupe... :desole:

Que dois-je donc faire ?

Merci. :salut:

Manjaro et reconnaissance Iphone

#2Messageil y a 3 ans

tss tss Obé un Iphone t'as pas honte !!

moi je connecte en USB celui de ma femme (I-bouse6) pour sauvegarder les photos avec la méthode ci-dessous si ça peut t'aider :

prérequis ifuse usbmuxd

Vérifier que l' Iphone est reconnu

1- Vérifier que l'iphone est reconnu

$ dmesg 
=> doit renvoyer une ligne genre [ 590.107788] usb 2-4: Product: iPhone

2- Appareiler l'iphone avec le PC

$ idevicepair pair
=> si ok l'Iphone demande de saisir son code de sécu SUCCESS : Paired with device ...
=> si ko

  $ usbmuxd -f -v
puis de nouveau

idevicepair pair
3- Monter le répertoire Iphone sur le point de montage

$ ifuse /mnt/Iphone 
4- Ouvir le point de montage dans Dolphin

Pour démonter

5-

umount /mnt/Iphone

Manjaro et reconnaissance Iphone

#3Messageil y a 3 ans

Merci Gilles.

Si j'ai honte, mais bon c'est un GSM donné par le boulot :siffle:siffle

Mon problème, c'est qu'à première vue, il est pas reconnu.

dmesg me donne :

 bruno  ~  dmesg
dmesg: échec de lecture du tampon de noyau: Opération non permise
Alors sudo dmesg, c'est long :

 bruno  ~  sudo dmesg
[sudo] Mot de passe de bruno : 
[    0.000000] microcode: microcode updated early to revision 0x21, date = 2019-06-13
[    0.000000] Linux version 5.6.7-1-MANJARO (builder@f2f5d17b78eb) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Thu Apr 23 10:50:31 UTC 2020
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.6-x86_64 root=UUID=0191f37b-381b-48d1-8a65-22ae47cb0f7c rw quiet apparmor=1 security=appamor resume=UUID=46ee0a45-0540-494c-8fc0-8666763b7b30 udev.log_priority=3
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
...
[    0.051233] [mem 0xdf000000-0xf7ffffff] available for PCI devices
[    0.051234] Booting paravirtualized kernel on bare hardware
[    0.051237] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.054719] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.054918] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
[    0.054923] pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
[    0.054924] pcpu-alloc: [0] 0 1 2 3 
[    0.054942] Built 1 zonelists, mobility grouping on.  Total pages: 4114109
[    0.054943] Policy zone: Normal
[    0.054944] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.6-x86_64 root=UUID=0191f37b-381b-48d1-8a65-22ae47cb0f7c rw quiet apparmor=1 security=appamor resume=UUID=46ee0a45-0540-494c-8fc0-8666763b7b30 udev.log_priority=3
[    0.056005] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.056501] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.056537] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.098330] Memory: 16248136K/16717752K available (12291K kernel code, 1464K rwdata, 4564K rodata, 1624K init, 3212K bss, 469616K reserved, 0K cma-reserved)
[    0.098337] random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
[    0.098420] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.098429] Kernel/User page tables isolation: enabled
[    0.098440] ftrace: allocating 40224 entries in 158 pages
[    0.110788] ftrace: allocated 158 pages with 5 groups
[    0.110872] rcu: Preemptible hierarchical RCU implementation.
[    0.110873] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.110873] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.110874] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.110874] 	Tasks RCU enabled.
[    0.110875] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.110875] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.112858] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.113059] Console: colour dummy device 80x25
[    0.113062] printk: console [tty0] enabled
[    0.113072] ACPI: Core revision 20200110
[    0.113160] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.113169] APIC: Switch to symmetric I/O mode setup
[    0.113170] DMAR: Host address width 39
[    0.113171] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.113174] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.113175] DMAR: RMRR base: 0x000000dee7a000 end: 0x000000dee88fff
[    0.113176] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.113177] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.113177] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.113178] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.113425] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.113425] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.113786] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.129839] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2ca77b07877, max_idle_ns: 440795330653 ns
[    0.129842] Calibrating delay loop (skipped), value calculated using timer frequency.. 6198.92 BogoMIPS (lpj=10326286)
[    0.129843] pid_max: default: 32768 minimum: 301
[    0.132081] LSM: Security Framework initializing
[    0.132085] Yama: becoming mindful.
[    0.132123] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.132151] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.132161] *** VALIDATE tmpfs ***
[    0.132260] *** VALIDATE proc ***
[    0.132294] *** VALIDATE cgroup ***
[    0.132294] *** VALIDATE cgroup2 ***
[    0.132334] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.132347] process: using mwait in idle threads
[    0.132349] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.132349] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.132351] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.132352] Spectre V2 : Mitigation: Full generic retpoline
[    0.132353] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.132353] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.132354] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.132355] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
...
[    1.124663] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.124664] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.124665] usb usb2: Product: xHCI Host Controller
[    1.124666] usb usb2: Manufacturer: Linux 5.6.7-1-MANJARO xhci-hcd
[    1.124666] usb usb2: SerialNumber: 0000:00:14.0
[    1.124779] hub 2-0:1.0: USB hub found
[    1.124794] hub 2-0:1.0: 14 ports detected
[    1.125384] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.125386] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.125387] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.125416] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    1.125417] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.125418] usb usb3: Product: xHCI Host Controller
[    1.125418] usb usb3: Manufacturer: Linux 5.6.7-1-MANJARO xhci-hcd
[    1.125419] usb usb3: SerialNumber: 0000:00:14.0
[    1.125480] hub 3-0:1.0: USB hub found
[    1.125494] hub 3-0:1.0: 6 ports detected
[    1.183938] random: fast init done
[    1.298474] PM: Image not found (code -22)
[    1.335691] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[    1.453206] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[    1.453215] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.466600] systemd[1]: systemd 245.5-2-manjaro 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.477060] usb 1-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.00
[    1.477062] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.477332] hub 1-1:1.0: USB hub found
[    1.477471] hub 1-1:1.0: 8 ports detected
[    1.483277] systemd[1]: Detected architecture x86-64.
[    1.514279] systemd[1]: Set hostname to <bruno-ManjaroKDE>.
[    1.529859] tsc: Refined TSC clocksource calibration: 3098.203 MHz
[    1.529866] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2ca8a673b9a, max_idle_ns: 440795340554 ns
[    1.529897] clocksource: Switched to clocksource tsc
[    1.709104] systemd[1]: Created slice system-getty.slice.
[    1.709314] systemd[1]: Created slice system-modprobe.slice.
[    1.709512] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.709747] systemd[1]: Created slice User and Session Slice.
[    1.709802] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.709839] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.710020] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.710050] systemd[1]: Reached target Local Encrypted Volumes.
[    1.710057] systemd[1]: Reached target Login Prompts.
[    1.710072] systemd[1]: Reached target Remote File Systems.
[    1.710079] systemd[1]: Reached target Slices.
[    1.710142] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.710498] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.710573] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.712132] systemd[1]: Listening on Process Core Dump Socket.
[    1.712182] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    1.712966] systemd[1]: Listening on Journal Audit Socket.
[    1.713055] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.713139] systemd[1]: Listening on Journal Socket.
[    1.713880] systemd[1]: Listening on udev Control Socket.
[    1.713930] systemd[1]: Listening on udev Kernel Socket.
[    1.714616] systemd[1]: Mounting Huge Pages File System...
[    1.715419] systemd[1]: Mounting POSIX Message Queue File System...
[    1.716171] systemd[1]: Mounting Kernel Debug File System...
[    1.716947] systemd[1]: Mounting Kernel Trace File System...
[    1.717039] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped.
[    1.717801] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.718567] systemd[1]: Starting Load Kernel Module drm...
[    1.718609] systemd[1]: Condition check resulted in Load AppArmor profiles managed internally by snapd being skipped.
[    1.719696] systemd[1]: Starting Set Up Additional Binary Formats...
[    1.719741] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.721061] systemd[1]: Starting Load Kernel Modules...
[    1.721710] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.722340] systemd[1]: Starting udev Coldplug all Devices...
[    1.723347] systemd[1]: Mounted Huge Pages File System.
[    1.723444] systemd[1]: Mounted POSIX Message Queue File System.
[    1.723527] systemd[1]: Mounted Kernel Debug File System.
[    1.723603] systemd[1]: Mounted Kernel Trace File System.
[    1.723950] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.724083] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 288 (systemd-binfmt)
[    1.724716] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    1.724938] systemd[1]: modprobe@drm.service: Succeeded.
[    1.725295] systemd[1]: Finished Load Kernel Module drm.
[    1.726361] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    1.727475] EXT4-fs (sdc2): re-mounted. Opts: discard
[    1.728284] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.728367] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.730390] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.731005] systemd[1]: Starting Load/Save Random Seed...
[    1.731702] systemd[1]: Starting Create System Users...
[    1.732222] systemd[1]: Finished Set Up Additional Binary Formats.
[    1.737721] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.737745] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.737783] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    1.737809] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    1.754147] systemd[1]: Finished Create System Users.
[    1.754887] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.760481] vboxdrv: loading out-of-tree module taints kernel.
[    1.760651] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[    1.763383] vboxdrv: Found 4 processor cores
[    1.770031] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.770125] systemd[1]: Reached target Local File Systems (Pre).
[    1.770165] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[    1.774389] systemd[1]: Mounting Mount unit for core, revision 8592...
[    1.775844] systemd[1]: Mounting Mount unit for core, revision 8689...
[    1.777473] systemd[1]: Mounting Mount unit for core18, revision 1650...
[    1.779057] systemd[1]: Mounting Mount unit for core18, revision 1668...
[    1.779869] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[    1.780876] systemd[1]: Starting Journal Service...
[    1.781560] systemd[1]: Starting udev Kernel Device Manager...
[    1.782037] systemd[1]: Finished udev Coldplug all Devices.
[    1.793364] vboxdrv: TSC mode is Invariant, tentative frequency 3098192517 Hz
[    1.793365] vboxdrv: Successfully loaded version 6.1.6 (interface 0x002d0001)
[    1.794196] VBoxNetAdp: Successfully started.
[    1.795794] VBoxNetFlt: Successfully started.
[    1.800159] IPMI message handler: version 39.2
[    1.801594] ipmi device interface
[    1.921111] nvidia: module license 'NVIDIA' taints kernel.
[    1.921112] Disabling lock debugging due to kernel taint
[    1.930007] loop: module loaded
[    1.932496] nvidia-nvlink: Nvlink Core is being initialized, major device number 242
[    1.936654] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.940707] random: crng init done
[    1.974112] systemd[1]: Finished Load/Save Random Seed.
[    1.978832] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.009904] systemd[1]: Mounted Mount unit for core, revision 8689.
[    2.026966] systemd[1]: Mounted Mount unit for core, revision 8592.
[    2.027066] systemd[1]: Mounted Mount unit for core18, revision 1650.
[    2.027342] systemd[1]: Started Journal Service.
[    2.027400] audit: type=1130 audit(1588270499.928:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.033703] systemd-journald[308]: Received client request to flush runtime journal.
[    2.046266] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.82  Wed Apr  1 20:04:33 UTC 2020
[    2.069303] Linux agpgart interface v0.103
[    2.125057] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.82  Wed Apr  1 19:41:29 UTC 2020
[    2.126476] audit: type=1130 audit(1588270500.025:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.126554] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    2.126555] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    2.152979] Guest personality initialized and is inactive
[    2.153002] audit: type=1130 audit(1588270500.048:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.153104] VMCI host device registered (name=vmci, major=10, minor=56)
[    2.153104] Initialized host personality
[    2.157681] /dev/vmmon[289]: Module vmmon: registered with major=10 minor=165
[    2.157683] /dev/vmmon[289]: Using tsc_khz as TSC frequency: 3098203
[    2.157684] /dev/vmmon[289]: Module vmmon: initialized
[    2.159365] audit: type=1130 audit(1588270500.058:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.168744] audit: type=1130 audit(1588270500.068:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.230171] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200110/utaddress-204)
[    2.230175] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.230177] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\_GPE.GPBX) (20200110/utaddress-204)
[    2.230180] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    2.230181] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.230182] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\_GPE.GPBX) (20200110/utaddress-204)
[    2.230183] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
[    2.230185] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    2.230186] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.230187] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\_GPE.GPBX) (20200110/utaddress-204)
[    2.230189] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
[    2.230190] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    2.230192] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.230192] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.275088] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.275088] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.275228] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.296897] Adding 15626216k swap on /dev/sdb1.  Priority:-2 extents:1 across:15626216k FS
[    2.316749] audit: type=1130 audit(1588270500.218:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-65D5\x2dDDF8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.326883] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    2.326904] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.338803] audit: type=1130 audit(1588270500.238:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-f81869a9\x2d0f90\x2d4b5b\x2d92d0\x2ddbf82f417584 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.344183] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    2.345153] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    2.345154] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.345154] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.345154] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.347760] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: (null)
[    2.373664] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    2.376701] audit: type=1130 audit(1588270500.278:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-03bea0a4\x2d0ac7\x2d4e56\x2d8ade\x2d3c7b5fdefed8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.393215] audit: type=1130 audit(1588270500.295:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-54986562\x2d30ba\x2d47de\x2db748\x2d80afeab63de3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.417018] cryptd: max_cpu_qlen set to 1000
[    2.443045] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.444572] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:79:59:93:f7:f0
[    2.444577] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.444600] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    2.452157] iTCO_vendor_support: vendor-support=0
[    2.453632] AVX2 version of gcm_enc/dec engaged.
[    2.453633] AES CTR mode by8 optimization enabled
[    2.454214] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.454241] iTCO_wdt: Found a 9 Series TCO device (Version=2, TCOBASE=0x1860)
[    2.454595] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.454915] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
[    2.485063] e1000e 0000:00:19.0 eno1: renamed from eth0
[    2.487425] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    2.487637] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.487694] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.487698] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.534264] asus_wmi: ASUS WMI generic driver loaded
[    2.535681] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input3
[    2.535737] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4
[    2.535784] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
[    2.535826] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[    2.535871] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[    2.535915] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    2.536958] asus_wmi: Initialization: 0x0
[    2.536987] asus_wmi: BIOS WMI version: 0.9
[    2.537033] asus_wmi: SFUN value: 0x0
[    2.537035] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    2.537554] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input9
[    2.546405] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    2.546406] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.546407] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.546408] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.546409] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
[    2.546409] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.546410] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    2.546411] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    2.546412] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    2.560635] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    2.560673] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    2.560703] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    2.560734] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    2.560764] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    2.560794] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    2.560823] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    2.560852] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    2.714404] intel_rapl_common: Found RAPL domain package
[    2.714406] intel_rapl_common: Found RAPL domain core
[    2.714408] intel_rapl_common: Found RAPL domain dram
[    3.864589] usb 2-3: New USB device found, idVendor=046d, idProduct=0843, bcdDevice= 0.13
[    3.864596] usb 2-3: New USB device strings: Mfr=0, Product=2, SerialNumber=1
[    3.864600] usb 2-3: Product: Logitech Webcam C930e
[    3.864603] usb 2-3: SerialNumber: A03454AE
[    3.986585] usb 2-4: new low-speed USB device number 3 using xhci_hcd
[    4.133112] usb 2-4: New USB device found, idVendor=413c, idProduct=2113, bcdDevice= 1.08
[    4.133119] usb 2-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.133122] usb 2-4: Product: Dell KB216 Wired Keyboard
[    4.256583] usb 2-9: new high-speed USB device number 4 using xhci_hcd
[    4.274288] usb 2-9: New USB device found, idVendor=04f9, idProduct=043a, bcdDevice= 1.00
[    4.274295] usb 2-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.274298] usb 2-9: Product: MFC-L2750DW series
[    4.274301] usb 2-9: Manufacturer: Brother
[    4.274304] usb 2-9: SerialNumber: E78310M8N964752
[    4.399914] usb 2-10: new full-speed USB device number 5 using xhci_hcd
[    4.780505] usb 2-10: New USB device found, idVendor=047f, idProduct=c025, bcdDevice= 1.35
[    4.780512] usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.780515] usb 2-10: Product: Plantronics C320-M
[    4.780518] usb 2-10: Manufacturer: Plantronics
[    4.780521] usb 2-10: SerialNumber: A63B8E508B4C474B955416ED55603FE6
[    4.903253] usb 2-12: new full-speed USB device number 6 using xhci_hcd
[    5.045904] usb 2-12: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    5.045911] usb 2-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.045914] usb 2-12: Product: USB Receiver
[    5.045917] usb 2-12: Manufacturer: Logitech
[    5.169913] usb 2-13: new high-speed USB device number 7 using xhci_hcd
[    5.188222] usb 2-13: New USB device found, idVendor=0bc2, idProduct=ab31, bcdDevice= 3.42
[    5.188228] usb 2-13: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.188232] usb 2-13: Product: Backup+  Desk
[    5.188235] usb 2-13: Manufacturer: Seagate 
[    5.188238] usb 2-13: SerialNumber: NA7A1HP5
[    6.329451] hid: raw HID events driver (C) Jiri Kosina
[    6.340307] mc: Linux media interface: v0.10
[    6.349383] usbcore: registered new interface driver usb-storage
[    6.355937] videodev: Linux video capture interface: v2.00
[    6.361668] usblp 2-9:1.0: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04F9 pid 0x043A
[    6.361695] usbcore: registered new interface driver usblp
[    6.363754] scsi host6: uas
[    6.363944] usbcore: registered new interface driver uas
[    6.364809] scsi 6:0:0:0: Direct-Access     Seagate  Backup+  Desk    0342 PQ: 0 ANSI: 6
[    6.366108] sd 6:0:0:0: Attached scsi generic sg4 type 0
[    6.384122] sd 6:0:0:0: [sde] 976754645 4096-byte logical blocks: (4.00 TB/3.64 TiB)
[    6.384592] sd 6:0:0:0: [sde] Write Protect is off
[    6.384593] sd 6:0:0:0: [sde] Mode Sense: 2b 00 10 08
[    6.385500] sd 6:0:0:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    6.430054]  sde: sde1
[    6.450085] sd 6:0:0:0: [sde] Attached SCSI disk
[    6.589275] usbcore: registered new interface driver usbhid
[    6.589279] usbhid: USB HID core driver
[    6.593459] usb 2-3: reset high-speed USB device number 2 using xhci_hcd
[    6.696602] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/0003:413C:2113.0001/input/input18
[    6.753283] hid-generic 0003:413C:2113.0001: input,hidraw0: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:00:14.0-4/input0
[    6.753387] input: Dell KB216 Wired Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:413C:2113.0002/input/input19
[    6.810139] input: Dell KB216 Wired Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:413C:2113.0002/input/input20
[    6.810321] hid-generic 0003:413C:2113.0002: input,hidraw1: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:00:14.0-4/input1
[    6.810607] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.0/0003:046D:C534.0004/input/input21
[    6.837499] uvcvideo: Found UVC 1.00 device Logitech Webcam C930e (046d:0843)
[    6.838528] uvcvideo 2-3:1.0: Entity type for entity Processing 3 was not initialized!
[    6.838530] uvcvideo 2-3:1.0: Entity type for entity Extension 6 was not initialized!
[    6.838531] uvcvideo 2-3:1.0: Entity type for entity Extension 8 was not initialized!
[    6.838533] uvcvideo 2-3:1.0: Entity type for entity Extension 9 was not initialized!
[    6.838534] uvcvideo 2-3:1.0: Entity type for entity Extension 10 was not initialized!
[    6.838535] uvcvideo 2-3:1.0: Entity type for entity Extension 11 was not initialized!
[    6.838536] uvcvideo 2-3:1.0: Entity type for entity Extension 12 was not initialized!
[    6.838538] uvcvideo 2-3:1.0: Entity type for entity Extension 13 was not initialized!
[    6.838539] uvcvideo 2-3:1.0: Entity type for entity Camera 1 was not initialized!
[    6.838630] input: Logitech Webcam C930e as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/input/input22
[    6.866846] hid-generic 0003:046D:C534.0004: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-12/input0
[    6.866893] usbcore: registered new interface driver uvcvideo
[    6.866895] USB Video Class driver (1.1.1)
[    6.867321] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/input/input23
[    6.867471] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/input/input24
[    6.885469] usb 2-10: Warning! Unlikely big volume range (=8192), cval->res is probably wrong.
[    6.885475] usb 2-10: [11] FU [Sidetone Playback Volume] ch = 1, val = 0/8192/1
[    6.892094] usbcore: registered new interface driver snd-usb-audio
[    6.923346] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/input/input25
[    6.923483] hid-generic 0003:046D:C534.0005: input,hiddev1,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-12/input1
[    6.931285] input: Plantronics Plantronics C320-M as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10:1.3/0003:047F:C025.0003/input/input28
[    7.009426] logitech-djreceiver 0003:046D:C534.0004: hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-12/input0
[    7.063567] plantronics 0003:047F:C025.0003: input,hiddev2,hidraw4: USB HID v1.11 Device [Plantronics Plantronics C320-M] on usb-0000:00:14.0-10/input3
[    7.095403] audit: type=1130 audit(1588270504.998:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-88efbbfa\x2dea93\x2d479a\x2daa25\x2d7bbb4eaea55c comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.178194] logitech-djreceiver 0003:046D:C534.0005: hiddev1,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-12/input1
[    7.198083] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: (null)
[    7.228817] audit: type=1130 audit(1588270505.128:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.237014] audit: type=1127 audit(1588270505.138:13): pid=792 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    7.237889] logitech-djreceiver 0003:046D:C534.0005: device of type eQUAD nano Lite (0x0a) connected on slot 1
[    7.238376] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/0003:046D:4023.0006/input/input29
[    7.239135] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/0003:046D:4023.0006/input/input30
[    7.239888] logitech-djreceiver 0003:046D:C534.0005: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    7.239906] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/0003:046D:4023.0006/input/input31
[    7.240209] hid-generic 0003:046D:4023.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-12/input1:1
[    7.240366] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/0003:046D:4054.0007/input/input36
[    7.240776] hid-generic 0003:046D:4054.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:00:14.0-12/input1:2
[    7.243181] audit: type=1130 audit(1588270505.141:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.251102] audit: type=1130 audit(1588270505.151:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.251492] mousedev: PS/2 mouse device common for all mice
[    7.413312] audit: type=1130 audit(1588270505.315:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.419883] audit: type=1130 audit(1588270505.318:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.477987] audit: type=1130 audit(1588270505.378:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.482191] audit: type=1130 audit(1588270505.381:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-002-004 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.482973] audit: type=1130 audit(1588270505.381:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.484217] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/0003:046D:4023.0006/input/input40
[    7.484360] logitech-hidpp-device 0003:046D:4023.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-12/input1:1
[    7.519932] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:046D:C534.0005/0003:046D:4054.0007/input/input41
[    7.520146] logitech-hidpp-device 0003:046D:4054.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-12/input1:2
[   11.002112] e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   11.002145] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[   11.203194] userif-2: sent link down event.
[   11.203195] userif-2: sent link up event.
[   12.207203] userif-2: sent link down event.
[   12.207209] userif-2: sent link up event.
[   13.802853] e1000e 0000:00:19.0 eno1: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
[   13.802854] e1000e 0000:00:19.0 eno1: 10/100 speed: disabling TSO
[   14.003197] userif-2: sent link down event.
[   14.003199] userif-2: sent link up event.
[   16.486831] kauditd_printk_skb: 36 callbacks suppressed
[   16.486833] audit: type=1130 audit(1588270514.388:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.532395] audit: type=1130 audit(1588270514.431:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.641474] audit: type=1130 audit(1588270514.541:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.661007] usblp0: removed
[   16.665410] userif-2: sent link down event.
[   16.665412] userif-2: sent link up event.
[   16.689685] usblp 2-9:1.0: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04F9 pid 0x043A
[   18.006117] audit: type=1131 audit(1588270515.905:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.655696] audit: type=1131 audit(1588270516.555:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-002-004 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.759722] userif-2: sent link down event.
[   20.759727] userif-2: sent link up event.
[   28.569558] audit: type=1100 audit(1588270526.468:62): pid=1396 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="bruno" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   28.569979] audit: type=1101 audit(1588270526.471:63): pid=1396 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="bruno" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   28.570345] audit: type=1103 audit(1588270526.471:64): pid=1396 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="bruno" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   28.570406] audit: type=1006 audit(1588270526.471:65): pid=1396 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   28.586776] audit: type=1130 audit(1588270526.488:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   28.590930] audit: type=1101 audit(1588270526.491:67): pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="bruno" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   28.590975] audit: type=1103 audit(1588270526.491:68): pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="bruno" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   28.591014] audit: type=1006 audit(1588270526.491:69): pid=1398 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   28.591922] audit: type=1105 audit(1588270526.491:70): pid=1398 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="bruno" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   28.596745] audit: type=1334 audit(1588270526.498:71): prog-id=12 op=LOAD
[   32.633235] fuse: init (API version 7.31)
[   32.634042] *** VALIDATE fuseblk ***
[   32.634045] *** VALIDATE fuse ***
[   32.930786] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD data byte 9
[   32.933287] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD data byte 21
[   34.203571] kauditd_printk_skb: 10 callbacks suppressed
[   34.203573] audit: type=1130 audit(1588270532.105:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.480365] audit: type=1130 audit(1588270532.381:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.635991] audit: type=1130 audit(1588270533.535:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.639541] audit: type=1131 audit(1588270533.538:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.905319] audit: type=1131 audit(1588270535.805:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.956609] audit: type=1334 audit(1588270535.858:87): prog-id=10 op=UNLOAD
[   37.956612] audit: type=1334 audit(1588270535.858:88): prog-id=9 op=UNLOAD
[   38.826892] audit: type=1131 audit(1588270536.739:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@968 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.838198] audit: type=1131 audit(1588270536.749:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@968 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   53.977232] audit: type=1334 audit(1588270551.988:91): prog-id=15 op=LOAD
[   53.977255] audit: type=1334 audit(1588270551.988:92): prog-id=16 op=LOAD
[   54.215211] audit: type=1130 audit(1588270552.222:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   54.232043] audit: type=1130 audit(1588270552.238:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   61.733979] logitech-hidpp-device 0003:046D:4054.0007: HID++ 4.5 device connected.
[   64.177871] audit: type=1334 audit(1588270562.195:95): prog-id=17 op=LOAD
[   64.177873] audit: type=1334 audit(1588270562.195:96): prog-id=18 op=LOAD
[   64.387328] audit: type=1131 audit(1588270562.405:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   64.436815] audit: type=1130 audit(1588270562.455:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   84.325061] audit: type=1131 audit(1588270582.348:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   84.373411] audit: type=1334 audit(1588270582.398:100): prog-id=16 op=UNLOAD
[   84.373416] audit: type=1334 audit(1588270582.398:101): prog-id=15 op=UNLOAD
[   94.469171] audit: type=1131 audit(1588270592.488:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   94.533176] audit: type=1334 audit(1588270592.555:103): prog-id=18 op=UNLOAD
[   94.533181] audit: type=1334 audit(1588270592.555:104): prog-id=17 op=UNLOAD
[  423.678146] audit: type=1100 audit(1588270921.703:105): pid=6072 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="bruno" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  423.678322] audit: type=1101 audit(1588270921.703:106): pid=6072 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="bruno" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  423.678508] audit: type=1110 audit(1588270921.703:107): pid=6072 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  423.679000] audit: type=1105 audit(1588270921.703:108): pid=6072 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  423.708861] audit: type=1334 audit(1588270921.733:109): prog-id=8 op=UNLOAD
[  423.708865] audit: type=1334 audit(1588270921.733:110): prog-id=7 op=UNLOAD
[  423.709065] audit: type=1334 audit(1588270921.733:111): prog-id=6 op=UNLOAD
[  423.709069] audit: type=1334 audit(1588270921.733:112): prog-id=5 op=UNLOAD
[  423.722507] audit: type=1334 audit(1588270921.746:113): prog-id=14 op=UNLOAD
[  423.722510] audit: type=1334 audit(1588270921.746:114): prog-id=13 op=UNLOAD
[  451.932367] kauditd_printk_skb: 12 callbacks suppressed
[  451.932368] audit: type=1101 audit(1588270949.957:127): pid=6531 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="bruno" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  451.932548] audit: type=1110 audit(1588270949.957:128): pid=6531 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  451.933151] audit: type=1105 audit(1588270949.957:129): pid=6531 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  451.943651] audit: type=1106 audit(1588270949.967:130): pid=6531 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  451.943714] audit: type=1104 audit(1588270949.967:131): pid=6531 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  853.173203] audit: type=1130 audit(1588271351.196:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  913.225672] audit: type=1130 audit(1588271411.249:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  913.225676] audit: type=1131 audit(1588271411.249:134): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  963.469987] audit: type=1100 audit(1588271461.493:135): pid=12801 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="bruno" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  963.470234] audit: type=1101 audit(1588271461.493:136): pid=12801 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="bruno" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[ 1047.474646] audit: type=1131 audit(1588271545.496:137): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1124.590147] audit: type=1334 audit(1588271622.612:138): prog-id=27 op=LOAD
[ 1124.591238] audit: type=1334 audit(1588271622.612:139): prog-id=28 op=LOAD
[ 1124.857243] audit: type=1130 audit(1588271622.878:140): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1154.891069] audit: type=1131 audit(1588271652.911:141): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1154.926779] audit: type=1334 audit(1588271652.948:142): prog-id=28 op=UNLOAD
[ 1154.926785] audit: type=1334 audit(1588271652.948:143): prog-id=27 op=UNLOAD
[ 1629.860399] audit: type=1130 audit(1588272127.880:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1629.884061] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1629.919651] audit: type=1130 audit(1588272127.940:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1629.931287] audit: type=1325 audit(1588272127.950:146): table=nat family=2 entries=0
[ 1629.931887] audit: type=1325 audit(1588272127.953:147): table=nat family=2 entries=5
[ 1629.938228] audit: type=1325 audit(1588272127.956:148): table=filter family=2 entries=0
[ 1629.938513] audit: type=1325 audit(1588272127.960:149): table=filter family=2 entries=4
[ 1629.940607] audit: type=1325 audit(1588272127.960:150): table=filter family=2 entries=5
[ 1629.943846] audit: type=1325 audit(1588272127.963:151): table=filter family=2 entries=6
[ 1630.092112] userif-2: sent link down event.
[ 1630.092116] userif-2: sent link up event.
[ 1639.893114] audit: type=1131 audit(1588272137.913:152): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1659.898975] audit: type=1131 audit(1588272157.920:153): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2432.927739] audit: type=1130 audit(1588272930.941:154): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2432.991694] audit: type=1325 audit(1588272931.005:155): table=nat family=2 entries=6
[ 2432.993227] audit: type=1325 audit(1588272931.008:156): table=filter family=2 entries=7
[ 2432.994774] audit: type=1325 audit(1588272931.008:157): table=filter family=2 entries=6
[ 2432.996591] audit: type=1325 audit(1588272931.011:158): table=filter family=2 entries=5
[ 2433.011851] audit: type=1130 audit(1588272931.025:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2442.899747] audit: type=1131 audit(1588272940.915:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2462.969127] audit: type=1131 audit(1588272960.981:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7227.277170] usb 2-9: USB disconnect, device number 4
[ 7227.277507] usblp0: removed
[13503.721945] audit: type=1130 audit(1588284001.687:162): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[13503.775553] audit: type=1131 audit(1588284001.740:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[13503.788152] audit: type=1130 audit(1588284001.754:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[13503.788159] audit: type=1131 audit(1588284001.754:165): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[13505.663382] audit: type=1130 audit(1588284003.630:166): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[13505.663385] audit: type=1131 audit(1588284003.630:167): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[17049.349626] audit: type=1100 audit(1588287547.301:168): pid=224779 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="bruno" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=failed'
[17062.424709] audit: type=1100 audit(1588287560.378:169): pid=224961 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="bruno" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=failed'
[17076.134385] audit: type=1100 audit(1588287574.084:170): pid=225158 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="bruno" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[17349.011696] audit: type=1130 audit(1588287846.960:171): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[17397.775838] audit: type=1131 audit(1588287895.727:172): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[17501.214176] audit: type=1100 audit(1588287999.163:173): pid=231555 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="bruno" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[17501.214505] audit: type=1101 audit(1588287999.163:174): pid=231555 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="bruno" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[17501.214676] audit: type=1110 audit(1588287999.163:175): pid=231555 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[17501.215745] audit: type=1105 audit(1588287999.167:176): pid=231555 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Et sudo dmesg | grep iPhone ne me renvoit rien ! :desole::desole:

Manjaro et reconnaissance Iphone

#4Messageil y a 3 ans

A propos, tu peux faire confiance à It's Foss (et l'article que tu cites est tout à fait valable).
Perso j'ai un iPhone SE et risque bien d'avoir le suivant, sans aucune honte, j'aurai par contre honte d'avoir un Huwaei ou un Xiaomi...

Bon, je surveille quand même le PinePhone du coin de l’œil. ;)

Manjaro et reconnaissance Iphone

#5Messageil y a 3 ans

@Obé tu l'as bien connecter par USB à ton pc ?

@nam1962 je crois que j'ai piqué l'apple fan :lol::gsourire:

Manjaro et reconnaissance Iphone

#6Messageil y a 3 ans

@Gilles ;)

Pas piqué du tout, en fait, même si leur UI et leur sécurité dépasse les autres de la tête et des épaules, c'est surtout que, quitte à être espionné, je préfère les GIs à l'armée populaire.
Et comme dit, je suis avec attention PinePhone qui semble à ce stade une bonne idée (encore faut-il que ce soit utilisable et que le soft utilisé laisse accès à des app répandues, même si c'est en bac à sable. Je ne suis pas un ermite ascète spartiate ! :gsourire: )

Manjaro et reconnaissance Iphone

#7Messageil y a 3 ans

on va pas polémiquer sur Iphone et sur apple de toute façon on ne sera jamais d'accord :gsourire:

Pinephone le nom est étonant surtout prononcer a la française :lol:

t'as jamais regardé du côté de sailfish os (jolla) => https://www.phonearena.com/news/Jolla-S ... h_id110610

sinon notre ami obé il s'en sort ?

Manjaro et reconnaissance Iphone

#8Messageil y a 3 ans

Bonjour.
A titre d'info, j'ai eu pas mal de problèmes avec périphériques branchés sur les ports usb avec le noyau 5.6 sur ma vielle Tour.
Retour à la normal avec le 5.4 donc essaye de booter sur un kernel plus ancien.

Manjaro et reconnaissance Iphone

#9Messageil y a 3 ans

Répondre