Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 11/03/2022, à 19:45

jaiunodroid

Écran noir ou mauvais ratio sur Odroid

Bonjour,

Je suis plutôt débutant en Ubuntu, j'ai un Odroid et un écran Samsung BW205 SyncMaster.
J'ai mis cet OS dessus : ubuntu-20.04-5.4-mate-odroid-xu4-20210926.img, ça marche sur un écran récent, mais je voudrais utiliser mon vieux Samsung.
L'écran (Samsung) marche avec un Raspberry Pi sous Raspbian, mais reste noir sur mon Odroid avec l'installation par défaut.

J'ai modifié le config.ini avec la résolution native :

setenv videoconfig "drm_kms_helper.edid_firmware=edid/1680x1050.bin"

  --> toujours noir
puis

setenv videoconfig "drm_kms_helper.edid_firmware=edid/1400x1050.bin"

  --> j'ai le bureau mais stretché (le logo rond est allongé)

J'ai vu que mon écran était célèbre : https://elixir.bootlin.com/linux/latest … did.c#L160
mais je ne sais pas comment utilisé ce firmware et même si c'est possible.

Dans le pire des cas, je veux bien une astuce pour "déstretcher" l'écran en ajoutant des bandes noires de 140px à droite et à gauche.

Hors ligne

#2 Le 11/03/2022, à 20:09

xubu1957

Re : Écran noir ou mauvais ratio sur Odroid

Bonjour,

Nous avons ces anciennes discussions > [Samsung 206BW] Problèmes de résolutions et Écran non reconnu

Tu as un retour avec :

xrandr

?

==============

Fil jumeau > askubuntu.com/questions/1397055/black-screen-on-mate-on-odroid

==============


Fil initial : black screen on DVI > forum.odroid.com/viewtopic.php?p=342181   

Dernière modification par xubu1957 (Le 12/03/2022, à 08:04)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#3 Le 11/03/2022, à 21:43

jaiunodroid

Re : Écran noir ou mauvais ratio sur Odroid

Merci xubu1957 !
Je n'ai pas la machine sous la main pour faire un test (peut-être demain ou mardi)… mais j'avais lu ceci :
http://seclab.cs.sunysb.edu/sekar/linux/205bw.html

Hors ligne

#4 Le 12/03/2022, à 01:24

Pascaltech

Re : Écran noir ou mauvais ratio sur Odroid

Bonsoir,

Tu dois regarder quel est le ratio H/V [résolution Horizontale/résolution Verticale] natif issu de la fiche technique de ton écran samsung et lui proposer un ratio identique :
1680/1050 = 1.6 et
1400/1050 = 1.33 ou 4/3 n'ont rien de compatible.
C'est comme vouloir faire entrer un rectangle dans un carré.
Voir le graphique des définitions d'écran les plus courantes pour bien comprendre : Définition d'écrans

Dernière modification par Pascaltech (Le 12/03/2022, à 01:26)


Plus de machine :((
Traductions guides serveur & grub et liens utiles Classement CG
inxi -F sudo lshw dpkg -l

Hors ligne

#5 Le 12/03/2022, à 15:02

jaiunodroid

Re : Écran noir ou mauvais ratio sur Odroid

@pascaltech je sais pour les ratios, mais hélas aucun 1.6 ne marche. Si j'ai bien lu les retours sur cet écran, son EDID est boiteux.

Je peux faire pas mal de tests, mais je ne sais pas les analyser…
- poster les retours avec la configuration stretché Odroid
- poster les retours xrandr, dsmeg du Raspberry sur cet écran (c'est utile ?)
- poster les retours via SSH du Odroid en écran noir (utile ?)

Hors ligne

#6 Le 12/03/2022, à 15:59

jaiunodroid

Re : Écran noir ou mauvais ratio sur Odroid

xrandr

Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 4096 x 4096
HDMI-1 connected primary 1400x1050+0+0 (normal left inverted right x axis y axis) 364mm x 273mm
   1400x1050     59.98*+

dmesg
J'ai cette ligne souvent

[   28.653236] [drm] Got external EDID base block and 0 extensions from "edid/1400x1050.bin" for connector "HDMI-A-1"

Hors ligne

#7 Le 12/03/2022, à 16:50

Pascaltech

Re : Écran noir ou mauvais ratio sur Odroid

Bonjour,

LCD-Compare.com a écrit :

À retenir du moniteur SAMSUNG SyncMaster 205BW
    Diagonale : 20" (51 cm)
    Écran à rétroéclairage par tubes
    Format : 1680 x 1050 à 60 Hz (Wide) / 16:10
    Dalle TFT TN • 6 ms
    Réglages socle : Rotation • Inclinaison
    Connectiques vidéo principales : DVI-D • VGA

!!!! Je ne vois pas de connecteur HDMI sur cet écran Samsung ?? C'est le nouveau ou l'ancien Samsung ?
Sinon, cet écran est un 16:10,  au standard EDID, nommé WSXGA+.

Et ça fait combien 1400/1050 ?? 1.4 !!! mad
Tu dois rester sur ce ratio et comprendre pourquoi cela ne passe pas avec celui-ci.

[   28.653236] [drm] Got external EDID base block and 0 extensions from "edid/1400x1050.bin" for connector "HDMI-A-1"

Quel type de connecteur HDMI as-tu ? C'est peut-être une limitation matériel, du cordon ou du connecteur.

ici : Manuel
est cité un problème d'écran noir.

Sinon, commence par une résolution plus basse dans le même ratio :
1,60    EDID OUI    pseudo WXGA    1280    x    800
1,60    EDID OUI    WXGA+/WSXGA    1440    x    900
(tu peux trouver ces données sur mon site, dans ma signature).

Jainordroid a écrit :

- poster les retours xrandr, dsmeg du Raspberry sur cet écran (c'est utile ?)

Oui, xrandr est l'utilitaire principal pour l'affichage et dsmeg est utile aussi.

Jainordroid a écrit :

- poster les retours via SSH du Odroid en écran noir (utile ?)

Pourquoi pas.

Dernière modification par Pascaltech (Le 12/03/2022, à 16:54)


Plus de machine :((
Traductions guides serveur & grub et liens utiles Classement CG
inxi -F sudo lshw dpkg -l

Hors ligne

#8 Le 12/03/2022, à 17:21

jaiunodroid

Re : Écran noir ou mauvais ratio sur Odroid

@pascaltech
Pour l'instant c'est 1400x1050 ou écran noir, donc le mauvais ratio me permet quand même de lire ce forum et lancer un terminal.
C'est avec un câble HDMI-DVI et ce même câble marche nickel avec un RPi et cet écran.

Sur le forum Odroid, on m'a dit de faire ça sur le config.ini

setenv videoconfig "drm_kms_helper.edid_firmware=edid/1680x1050.bin"

mais ça me donne un écran noir, donc je force en

setenv videoconfig "drm_kms_helper.edid_firmware=edid/1400x1050.bin"

Si je laisse le config.ini d'origine l'écran est noir.

Dernière modification par jaiunodroid (Le 12/03/2022, à 17:36)

Hors ligne

#9 Le 12/03/2022, à 20:14

Pascaltech

Re : Écran noir ou mauvais ratio sur Odroid

Regardes du côté de la def technique de ton Odroid pour connaître la norme HDMI utilisée car, selon sa version, il y a des limites de résolution maxi.

Quel est ton site du forum Odroid ?

Quelle est la référence de ta carte ?
hdmi_custom_edid sur wiki.odroid.com


Plus de machine :((
Traductions guides serveur & grub et liens utiles Classement CG
inxi -F sudo lshw dpkg -l

Hors ligne

#10 Le 12/03/2022, à 22:24

jaiunodroid

Re : Écran noir ou mauvais ratio sur Odroid

Fil initial : black screen on DVI > forum.odroid.com/viewtopic.php?p=342181

Hors ligne

#11 Le 13/03/2022, à 00:43

Pascaltech

Re : Écran noir ou mauvais ratio sur Odroid

Dans le fichier config.ini :

ODROIDXU-UBOOT-CONFIG

setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
setenv macaddr "00:1e:06:61:7a:39"
setenv vout "dvi"

je mettrais setenv vout "hdmi"

http://www.eu.diigiit.com/fr/odroid-xu4q : affichage HDMI 1.4a
HDMI 1.4a

HDMI 1.4a

Publié le 4 mars 2010

    diverses améliorations techniques (trames, échanges des données numériques, 3D, etc.).

Le standard HDMI 1.4a nécessite que les dispositifs d'affichage 3D soient compatibles avec le format de configuration 3D aux résolutions : 720p50 et 1080p24 ou 720p60 et 1080p30, et cela conformément au procédé side-by-side (SBS, côte à côte) horizontal, soit à 1080i50 ou 1080i60, et au mode « top-and-bottom » (« haut/bas »), soit à 720p50 et 1080p24 ou 720p60 et 1080p30.

Essaies de baisser la fréquence à 30 Hz.

Je ne peux pas t'aider plus.


Plus de machine :((
Traductions guides serveur & grub et liens utiles Classement CG
inxi -F sudo lshw dpkg -l

Hors ligne

#12 Le 13/03/2022, à 11:06

jaiunodroid

Re : Écran noir ou mauvais ratio sur Odroid

Je n'ai pas accès à la fréquence, quand je vais dans le panneau display via l'interface graphique je n'ai qu'une seule option.

Hors ligne

#13 Le 15/03/2022, à 12:10

jaiunodroid

Re : Écran noir ou mauvais ratio sur Odroid

Sur le même écran avec le Raspberry :
DMT mode 58 1680x1050 60Hz 16:10


xrandr --verbose

xrandr --verbose
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1680 x 1050, current 1680 x 1050, maximum 1680 x 1050
default connected 1680x1050+0+0 (0x399) normal (normal) 0mm x 0mm
	Identifier: 0x398
	Timestamp:  16001
	Subpixel:   unknown
	Clones:    
	CRTC:       0
	CRTCs:      0
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	non-desktop: 0 
		supported: 0, 1
  1680x1050 (0x399)  0.000MHz *current
        h: width  1680 start    0 end    0 total 1680 skew    0 clock   0.00KHz
        v: height 1050 start    0 end    0 total 1050           clock   0.00Hz

dmesg

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.63-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1496 SMP Wed Dec 1 15:58:11 GMT 2021
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[    0.000000] random: fast init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x37400000, 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-0x000000003b3fffff]
[    0.000000]   Normal   empty
[    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: 2133 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 242688 pages, LIFO batch:63
[    0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
[    0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240555
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=1680 bcm2708_fb.fbheight=1050 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=bde5e28c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash 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: 878808K/970752K available (10240K kernel code, 1311K rwdata, 2948K rodata, 1024K init, 859K bss, 26408K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 32054 entries in 63 pages
[    0.000000] ftrace: allocated 63 pages with 6 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    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] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=1
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000021] Switching to timer-based delay loop, resolution 52ns
[    0.000306] Console: colour dummy device 80x30
[    0.000378] printk: console [tty1] enabled
[    0.000430] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000458] pid_max: default: 32768 minimum: 301
[    0.000666] LSM: Security Framework initializing
[    0.000907] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.000930] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002384] cgroup: Disabling memory control group subsystem
[    0.002651] CPU: Testing write buffer coherency: ok
[    0.003154] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004394] Setting up static identity map for 0x100000 - 0x10003c
[    0.004581] rcu: Hierarchical SRCU implementation.
[    0.005502] smp: Bringing up secondary CPUs ...
[    0.006661] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.007947] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.009153] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.009309] smp: Brought up 1 node, 4 CPUs
[    0.009331] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.009343] CPU: All CPU(s) started in HYP mode.
[    0.009354] CPU: Virtualization extensions available.
[    0.010463] devtmpfs: initialized
[    0.028370] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.028625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.028656] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.031967] pinctrl core: initialized pinctrl subsystem
[    0.033139] NET: Registered protocol family 16
[    0.037461] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.043192] audit: initializing netlink subsys (disabled)
[    0.043486] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[    0.044078] thermal_sys: Registered thermal governor 'step_wise'
[    0.045166] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.045182] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.045481] Serial: AMBA PL011 UART driver
[    0.064283] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.080115] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-12-01T15:07:06, variant start
[    0.090125] raspberrypi-firmware soc:firmware: Firmware hash is 71bd3109023a0c8575585ba87cbb374d2eeb038f
[    0.134880] Kprobes globally optimized
[    0.139915] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.142174] SCSI subsystem initialized
[    0.142424] usbcore: registered new interface driver usbfs
[    0.142517] usbcore: registered new interface driver hub
[    0.142590] usbcore: registered new device driver usb
[    0.144651] clocksource: Switched to clocksource arch_sys_counter
[    1.917754] VFS: Disk quotas dquot_6.6.0
[    1.917870] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.918072] FS-Cache: Loaded
[    1.918314] CacheFiles: Loaded
[    1.928324] NET: Registered protocol family 2
[    1.928605] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.930016] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.930075] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.930287] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.930480] TCP: Hash tables configured (established 8192 bind 8192)
[    1.930662] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.930719] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.931403] NET: Registered protocol family 1
[    1.932222] RPC: Registered named UNIX socket transport module.
[    1.932236] RPC: Registered udp transport module.
[    1.932248] RPC: Registered tcp transport module.
[    1.932260] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.934051] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    1.938082] Initialise system trusted keyrings
[    1.938382] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.947951] zbud: loaded
[    1.950027] FS-Cache: Netfs 'nfs' registered for caching
[    1.950929] NFS: Registering the id_resolver key type
[    1.950979] Key type id_resolver registered
[    1.950991] Key type id_legacy registered
[    1.951145] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.951160] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.952363] Key type asymmetric registered
[    1.952379] Asymmetric key parser 'x509' registered
[    1.952433] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.952448] io scheduler mq-deadline registered
[    1.952461] io scheduler kyber registered
[    1.957752] bcm2708_fb soc:fb: FB found 1 display(s)
[    1.992059] Console: switching to colour frame buffer device 210x65
[    2.022148] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1680x1050
[    2.028140] bcm2835-rng 3f104000.rng: hwrng registered
[    2.028595] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    2.029424] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    2.041841] brd: module loaded
[    2.054344] loop: module loaded
[    2.056331] Loading iSCSI transport class v2.0-870.
[    2.057938] libphy: Fixed MDIO Bus: probed
[    2.058249] usbcore: registered new interface driver lan78xx
[    2.058314] usbcore: registered new interface driver smsc95xx
[    2.058341] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.786655] Core Release: 2.80a
[    2.786671] Setting default values for core params
[    2.786707] Finished setting default values for core params
[    2.987121] Using Buffer DMA mode
[    2.987136] Periodic Transfer Interrupt Enhancement - disabled
[    2.987149] Multiprocessor Interrupt Enhancement - disabled
[    2.987163] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.987193] Dedicated Tx FIFOs mode

[    2.987781] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b7504000 dma = 0xf7504000 len=9024
[    2.987816] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    2.987830] dwc_otg: Microframe scheduler enabled

[    2.987905] WARN::hcd_init_fiq:457: FIQ on core 1

[    2.987923] WARN::hcd_init_fiq:458: FIQ ASM at 807c9984 length 36

[    2.987941] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
[    2.987964] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.988005] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    2.988056] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
[    2.988112] Init: Port Power? op_state=1
[    2.988125] Init: Power Port (0)
[    2.988518] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.988536] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.988551] usb usb1: Product: DWC OTG Controller
[    2.988566] usb usb1: Manufacturer: Linux 5.10.63-v7+ dwc_otg_hcd
[    2.988580] usb usb1: SerialNumber: 3f980000.usb
[    2.989384] hub 1-0:1.0: USB hub found
[    2.989464] hub 1-0:1.0: 1 port detected
[    2.990707] dwc_otg: FIQ enabled
[    2.990720] dwc_otg: NAK holdoff enabled
[    2.990732] dwc_otg: FIQ split-transaction FSM enabled
[    2.990751] Module dwc_common_port init
[    2.991060] usbcore: registered new interface driver usb-storage
[    2.991341] mousedev: PS/2 mouse device common for all mice
[    2.992633] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.995361] sdhci: Secure Digital Host Controller Interface driver
[    2.995374] sdhci: Copyright(c) Pierre Ossman
[    2.996020] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
[    2.996729] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    2.996970] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.998853] ledtrig-cpu: registered to indicate activity on CPUs
[    2.999299] hid: raw HID events driver (C) Jiri Kosina
[    2.999467] usbcore: registered new interface driver usbhid
[    2.999480] usbhid: USB HID core driver
[    3.005212] Initializing XFRM netlink socket
[    3.005264] NET: Registered protocol family 17
[    3.005443] Key type dns_resolver registered
[    3.006192] Registering SWP/SWPB emulation handler
[    3.006366] registered taskstats version 1
[    3.006402] Loading compiled-in X.509 certificates
[    3.007337] Key type ._fscrypt registered
[    3.007351] Key type .fscrypt registered
[    3.007363] Key type fscrypt-provisioning registered
[    3.019319] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    3.019433] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[    3.021919] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    3.023653] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    3.023669] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    3.048897] sdhost: log_buf @ (ptrval) (f7507000)
[    3.086144] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.087826] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.089506] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.092534] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.098384] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    3.101492] of_cfs_init
[    3.101761] of_cfs_init: OK
[    3.103001] Waiting for root device PARTUUID=bde5e28c-02...
[    3.119405] Indeed it is in host mode hprt0 = 00021501
[    3.215116] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.218371] mmc0: new high speed SDHC card at address 0001
[    3.219391] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
[    3.222363]  mmcblk0: p1 p2
[    3.256205] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[    3.256225] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[    3.275554] mmc1: new high speed SDIO card at address 0001
[    3.324697] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.324883] Indeed it is in host mode hprt0 = 00001101
[    3.565080] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[    3.565109] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.565994] hub 1-1:1.0: USB hub found
[    3.566127] hub 1-1:1.0: 5 ports detected
[    3.884686] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    4.015012] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[    4.015031] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.017825] smsc95xx v2.0.0
[    4.080792] libphy: smsc95xx-mdiobus: probed
[    4.081833] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:3f:13:3b
[    4.174690] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
[    4.492621] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c30e, bcdDevice= 1.80
[    4.492640] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.492657] usb 1-1.2: Product: HID compliant keyboard
[    4.492673] usb 1-1.2: Manufacturer: Logitech
[    4.569357] input: Logitech HID compliant keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C30E.0001/input/input0
[    4.635524] hid-generic 0003:046D:C30E.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech HID compliant keyboard] on usb-3f980000.usb-1.2/input0
[    4.729757] input: Logitech HID compliant keyboard Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C30E.0002/input/input1
[    4.795110] input: Logitech HID compliant keyboard System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C30E.0002/input/input2
[    4.795481] hid-generic 0003:046D:C30E.0002: input,hidraw1: USB HID v1.10 Device [Logitech HID compliant keyboard] on usb-3f980000.usb-1.2/input1
[    4.894687] usb 1-1.3: new low-speed USB device number 5 using dwc_otg
[    5.028869] usb 1-1.3: New USB device found, idVendor=0461, idProduct=4d15, bcdDevice= 2.00
[    5.028887] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    5.028902] usb 1-1.3: Product: USB Optical Mouse
[    5.033598] input: USB Optical Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:0461:4D15.0003/input/input3
[    5.034188] hid-generic 0003:0461:4D15.0003: input,hidraw2: USB HID v1.11 Mouse [USB Optical Mouse] on usb-3f980000.usb-1.3/input0
[    5.793539] EXT4-fs (mmcblk0p2): recovery complete
[    5.799151] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    5.799275] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    5.800332] devtmpfs: mounted
[    5.807520] Freeing unused kernel memory: 1024K
[    5.808024] Run /sbin/init as init process
[    5.808035]   with arguments:
[    5.808047]     /sbin/init
[    5.808057]     splash
[    5.808068]   with environment:
[    5.808079]     HOME=/
[    5.808090]     TERM=linux
[    6.379101] systemd[1]: System time before build time, advancing clock.
[    6.529868] NET: Registered protocol family 10
[    6.531646] Segment Routing with IPv6
[    6.622334] 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)
[    6.623590] systemd[1]: Detected architecture arm.
[    6.680103] systemd[1]: Set hostname to <raspberrypi>.
[    7.658739] random: systemd: uninitialized urandom read (16 bytes read)
[    7.674440] random: systemd: uninitialized urandom read (16 bytes read)
[    7.675857] systemd[1]: Listening on fsck to fsckd communication Socket.
[    7.676303] random: systemd: uninitialized urandom read (16 bytes read)
[    7.677166] systemd[1]: Listening on Journal Socket.
[    7.678068] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    7.686973] systemd[1]: Starting Restore / save the current clock...
[    7.689138] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    7.689850] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    7.697524] systemd[1]: Starting Set the console keyboard layout...
[    7.814777] i2c /dev entries driver
[    8.451639] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    8.566942] systemd-journald[118]: Received request to flush runtime journal from PID 1
[    8.847626] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    9.334006] Driver for 1-wire Dallas network protocol.
[    9.371205] gpio-4 (onewire@0): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[    9.419334] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    9.422198] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    9.422236] [vc_sm_connected_init]: start
[    9.427950] [vc_sm_connected_init]: installed successfully
[    9.441492] mc: Linux media interface: v0.10
[    9.511483] videodev: Linux video capture interface: v2.00
[    9.519239] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    9.571668] bcm2835_audio bcm2835_audio: card created with 4 channels
[    9.574777] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.575423] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.578919] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.591949] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    9.598039] bcm2835_audio bcm2835_audio: card created with 4 channels
[    9.599830] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    9.631133] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    9.631728] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    9.632182] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    9.632617] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    9.632662] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.632701] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.632726] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.632747] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.632946] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    9.640545] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    9.689267] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    9.689351] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    9.696376] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    9.696557] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    9.724509] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    9.724579] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    9.741176] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    9.741255] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[   10.092679] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.303940] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.444404] smsc95xx 1-1.1:1.0 enxb827eb3f133b: renamed from eth0
[   10.486276] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[   10.515216] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   10.516867] usbcore: registered new interface driver brcmfmac
[   10.958932] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   10.959095] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   10.959192] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[   10.960338] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22 2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd
[   12.312611] w1_master_driver w1_bus_master1: w1_search: max_slave_count 64 reached, will continue next search.
[   12.766623] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   12.786105] random: crng init done
[   12.786126] random: 7 urandom warning(s) missed due to ratelimiting
[   13.738991] 8021q: 802.1Q VLAN Support v1.8
[   13.749801] uart-pl011 3f201000.serial: no DMA platform data
[   14.524782] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[   15.347907] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL)
[   15.351769] smsc95xx 1-1.1:1.0 enxb827eb3f133b: hardware isn't capable of remote wakeup
[   15.362564] smsc95xx 1-1.1:1.0 enxb827eb3f133b: Link is Down
[   16.308623] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   18.364577] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.wlan0.retrans_time - use net.ipv6.neigh.wlan0.retrans_time_ms instead
[   19.130625] Bluetooth: Core ver 2.22
[   19.130779] NET: Registered protocol family 31
[   19.130786] Bluetooth: HCI device and connection manager initialized
[   19.131523] Bluetooth: HCI socket layer initialized
[   19.131538] Bluetooth: L2CAP socket layer initialized
[   19.131566] Bluetooth: SCO socket layer initialized
[   19.148818] Bluetooth: HCI UART driver ver 2.3
[   19.148836] Bluetooth: HCI UART protocol H4 registered
[   19.148947] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   19.149191] Bluetooth: HCI UART protocol Broadcom registered
[   19.687961] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   19.687976] Bluetooth: BNEP filters: protocol multicast
[   19.688008] Bluetooth: BNEP socket layer initialized
[   23.114583] fuse: init (API version 7.32)
[   26.079925] Bluetooth: RFCOMM TTY layer initialized
[   26.079960] Bluetooth: RFCOMM socket layer initialized
[   26.080010] Bluetooth: RFCOMM ver 1.11
[   64.153495] w1_master_driver w1_bus_master1: Attaching one wire slave 00.800000000000 crc 8c
[   64.198106] w1_master_driver w1_bus_master1: Family 0 for 00.800000000000.8c is not registered.
[  127.699965] w1_master_driver w1_bus_master1: Attaching one wire slave 00.400000000000 crc 46
[  129.005722] w1_master_driver w1_bus_master1: Family 0 for 00.400000000000.46 is not registered.
[  179.728946] w1_master_driver w1_bus_master1: Attaching one wire slave 00.c00000000000 crc ca
[  179.741016] w1_master_driver w1_bus_master1: Family 0 for 00.c00000000000.ca is not registered.
[  256.217757] w1_master_driver w1_bus_master1: Attaching one wire slave 00.200000000000 crc 23
[  256.227200] w1_master_driver w1_bus_master1: Family 0 for 00.200000000000.23 is not registered.
[  319.757272] w1_master_driver w1_bus_master1: Attaching one wire slave 00.a00000000000 crc af
[  319.766454] w1_master_driver w1_bus_master1: Family 0 for 00.a00000000000.af is not registered.
[  357.677412] w1_master_driver w1_bus_master1: Attaching one wire slave 00.600000000000 crc 65
[  357.692259] w1_master_driver w1_bus_master1: Family 0 for 00.600000000000.65 is not registered.
[  398.156768] w1_master_driver w1_bus_master1: Attaching one wire slave 00.e00000000000 crc e9
[  398.168000] w1_master_driver w1_bus_master1: Family 0 for 00.e00000000000.e9 is not registered.
[  461.156428] w1_master_driver w1_bus_master1: Attaching one wire slave 00.100000000000 crc 9d
[  461.169769] w1_master_driver w1_bus_master1: Family 0 for 00.100000000000.9d is not registered.
[  500.276178] w1_master_driver w1_bus_master1: Attaching one wire slave 00.900000000000 crc 11
[  500.287910] w1_master_driver w1_bus_master1: Family 0 for 00.900000000000.11 is not registered.
[  575.515701] w1_master_driver w1_bus_master1: Attaching one wire slave 00.500000000000 crc db
[  575.527777] w1_master_driver w1_bus_master1: Family 0 for 00.500000000000.db is not registered.
[  627.475344] w1_master_driver w1_bus_master1: Attaching one wire slave 00.d00000000000 crc 57
[  627.487476] w1_master_driver w1_bus_master1: Family 0 for 00.d00000000000.57 is not registered.
[  653.915273] w1_master_driver w1_bus_master1: Attaching one wire slave 00.300000000000 crc be
[  653.926986] w1_master_driver w1_bus_master1: Family 0 for 00.300000000000.be is not registered.
[  703.314984] w1_master_driver w1_bus_master1: Attaching one wire slave 00.b00000000000 crc 32
[  703.327948] w1_master_driver w1_bus_master1: Family 0 for 00.b00000000000.32 is not registered.
[  742.594626] w1_master_driver w1_bus_master1: Attaching one wire slave 00.700000000000 crc f8
[  742.606972] w1_master_driver w1_bus_master1: Family 0 for 00.700000000000.f8 is not registered.
[  794.554299] w1_master_driver w1_bus_master1: Attaching one wire slave 00.f00000000000 crc 74
[  794.569058] w1_master_driver w1_bus_master1: Family 0 for 00.f00000000000.74 is not registered.
[  857.033837] w1_master_driver w1_bus_master1: Attaching one wire slave 00.080000000000 crc c2
[  857.045462] w1_master_driver w1_bus_master1: Family 0 for 00.080000000000.c2 is not registered.
[  910.273489] w1_master_driver w1_bus_master1: Attaching one wire slave 00.880000000000 crc 4e
[  910.288316] w1_master_driver w1_bus_master1: Family 0 for 00.880000000000.4e is not registered.
[  948.113241] w1_master_driver w1_bus_master1: Attaching one wire slave 00.480000000000 crc 84
[  948.125016] w1_master_driver w1_bus_master1: Family 0 for 00.480000000000.84 is not registered.

Hors ligne