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.

#101 Le 17/10/2019, à 17:43

nany

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

Pour voir si l’amélioration est significative, redonne le retour de :

systemd-analyze

Hors ligne

#102 Le 17/10/2019, à 17:57

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

systemd-analyze
Startup finished in 5.677s (kernel) + 1min 36.426s (userspace) = 1min 42.103s
graphical.target reached after 1min 36.353s in userspace

Hors ligne

#103 Le 17/10/2019, à 17:58

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

il y a t'il une option pour que l'écran "bouge" lors du boot? Là, comme c'est un écran noir, on se demande toujours s'il avance ou s'il est planté !

Hors ligne

#104 Le 17/10/2019, à 18:01

inbox

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

Tu peux voir l'activité avec le voyant du disque dur.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#105 Le 17/10/2019, à 18:28

nany

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

Si tu as un écran noir, c’est que plymouth ne fonctionne pas correctement.
Je n’ai jamais eu ce problème et ne sais donc pas quoi rechercher pour y remédier.
On va te faire afficher la séquence de démarrage, donne le retour de :

sudo sed -i 's/quiet splash //' /etc/default/grub && sudo update-grub

 
Puis redémarre et dis-nous ce que tu vois défiler au démarrage.
Peut-être pourras-tu nous dire si une commande est longue (auquel cas il faudrait investiguer pour diminuer encore le temps de démarrage).

Hors ligne

#106 Le 17/10/2019, à 18:39

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

sudo sed -i 's/quiet splash //' /etc/default/grub && sudo update-grub
[sudo] Mot de passe de gullentops : 
Sourcing file `/etc/default/grub'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.0.0-31-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.0.0-31-generic
Image Linux trouvée : /boot/vmlinuz-5.0.0-23-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.0.0-23-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
fait

Hors ligne

#107 Le 17/10/2019, à 18:55

nany

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

nany a écrit :

Puis redémarre et dis-nous ce que tu vois défiler au démarrage.
Peut-être pourras-tu nous dire si une commande est longue (auquel cas il faudrait investiguer pour diminuer encore le temps de démarrage).

Alors ? Ça donne quoi au redémarrage ?

Hors ligne

#108 Le 17/10/2019, à 19:07

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

2'5" de démarrage avec du textes qui défile, c'est plus tranquillisant, merci
je pense que s'il n'y a pas de risque que la configuration change par ex lors d'un upgrade ou d'un événement quelconque...
je peux clôturer cette discussion, à moins qu'il y a quelque chose à rajouter d'après vous???
Comment puis je vous remercier pour l'aide apportée ?

Hors ligne

#109 Le 17/10/2019, à 19:14

nany

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

agu a écrit :

à moins qu'il y a quelque chose à rajouter d'après vous???

Oui. Donne les retours de :

echo vm.swappiness=5 | sudo tee /etc/sysctl.d/30-swappiness.conf
echo vm.vfs_cache_pressure=50 | sudo tee -a /etc/sysctl.d/30-swappiness.conf
sudo sysctl -p /etc/sysctl.d/30-swappiness.conf
echo && tail -n +7 /etc/fstab && sudo sed -i '/ swap/d' /etc/fstab && echo && tail -n +7 /etc/fstab
sudo swapoff -a
wget -c https://github.com/Nefelim4ag/systemd-swap/releases/download/4.0.1/systemd-swap_4.0.1_any.deb
sudo dpkg -i systemd-swap_4.0.1_any.deb
rm -v systemd-swap_4.0.1_any.deb
sudo sed -i 's/\(swapfc_enabled=\)[01]/\11/' /etc/systemd/swap.conf && grep "_enabled" /etc/systemd/swap.conf
sudo systemctl start systemd-swap
sudo systemctl enable systemd-swap

 
Redémarre et donne les retours de :

sudo rm -v /swapfile
swapon -s

 




agu a écrit :

Comment puis je vous remercier pour l'aide apportée ?

Envoie-nous une bière par internet. wink

Hors ligne

#110 Le 17/10/2019, à 20:37

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

echo vm.swappiness=5 | sudo tee /etc/sysctl.d/30-swappiness.conf
[sudo] Mot de passe de gullentops : 
vm.swappiness=5
echo vm.vfs_cache_pressure=50 | sudo tee -a /etc/sysctl.d/30-swappiness.conf
vm.vfs_cache_pressure=50
sudo sysctl -p /etc/sysctl.d/30-swappiness.conf
vm.swappiness = 5
vm.vfs_cache_pressure = 50
echo && tail -n +7 /etc/fstab && sudo sed -i '/ swap/d' /etc/fstab && echo && tail -n +7 /etc/fstab

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=9ab1b663-d161-4020-8246-90baa9944e6b /               ext4    errors=remount-ro 0       1
/swapfile                                 none            swap    sw              0       0

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=9ab1b663-d161-4020-8246-90baa9944e6b /               ext4    errors=remount-ro 0       1
sudo swapoff -a
wget -c https://github.com/Nefelim4ag/systemd-swap/releases/download/4.0.1/systemd-swap_4.0.1_any.deb
--2019-10-17 20:31:16--  https://github.com/Nefelim4ag/systemd-swap/releases/download/4.0.1/systemd-swap_4.0.1_any.deb
Résolution de github.com (github.com)… 140.82.118.4
Connexion à github.com (github.com)|140.82.118.4|:443… connecté.
requête HTTP transmise, en attente de la réponse… 302 Found
Emplacement : https://github-production-release-asset-2e65be.s3.amazonaws.com/18580300/2f1fd4d2-11eb-11e8-97c8-18fdb96319c4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20191017%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191017T183117Z&X-Amz-Expires=300&X-Amz-Signature=1cfea7f1672e287f87563efff54c11efc84e082830f6a155bbf4b630bac9de49&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsystemd-swap_4.0.1_any.deb&response-content-type=application%2Foctet-stream [suivant]
--2019-10-17 20:31:17--  https://github-production-release-asset-2e65be.s3.amazonaws.com/18580300/2f1fd4d2-11eb-11e8-97c8-18fdb96319c4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20191017%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191017T183117Z&X-Amz-Expires=300&X-Amz-Signature=1cfea7f1672e287f87563efff54c11efc84e082830f6a155bbf4b630bac9de49&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsystemd-swap_4.0.1_any.deb&response-content-type=application%2Foctet-stream
Résolution de github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)… 52.216.101.123
Connexion à github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.101.123|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 6598 (6,4K) [application/octet-stream]
Enregistre : «systemd-swap_4.0.1_any.deb»

systemd-swap_4.0.1_ 100%[===================>]   6,44K  --.-KB/s    ds 0,008s  

2019-10-17 20:31:18 (777 KB/s) - «systemd-swap_4.0.1_any.deb» enregistré [6598/6598]
sudo dpkg -i systemd-swap_4.0.1_any.deb
Sélection du paquet systemd-swap précédemment désélectionné.
(Lecture de la base de données... 164789 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de systemd-swap_4.0.1_any.deb ...
Dépaquetage de systemd-swap (4.0.1) ...
Paramétrage de systemd-swap (4.0.1) ...
rm -v systemd-swap_4.0.1_any.deb
'systemd-swap_4.0.1_any.deb' supprimé
sudo sed -i 's/\(swapfc_enabled=\)[01]/\11/' /etc/systemd/swap.conf && grep "_enabled" /etc/systemd/swap.conf
zswap_enabled=1
zram_enabled=0
swapfc_enabled=1
sudo systemctl start systemd-swap
sudo systemctl enable systemd-swap
Created symlink /etc/systemd/system/local-fs.target.wants/systemd-swap.service → /lib/systemd/system/systemd-swap.service.

je redémarre

Hors ligne

#111 Le 17/10/2019, à 20:45

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

sudo rm -v /swapfile
[sudo] Mot de passe de gullentops : 
'/swapfile' supprimé
swapon -s
Nom de fichier				Type		Taille	Utilisé	Priorité
/var/lib/systemd-swap/swapfc/1         	file    	524284	0	-2

Hors ligne

#112 Le 17/10/2019, à 20:50

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

par contre, le temps de démarrage est remonté au dessus de 3' !

Hors ligne

#113 Le 17/10/2019, à 20:58

nany

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

agu a écrit :

par contre, le temps de démarrage est remonté au dessus de 3' !

As-tu remarqué un temps d’arrêt dans les lignes qui défilent ?
Redonne le retour de :

systemd-analyze

Hors ligne

#114 Le 17/10/2019, à 21:21

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

systemd-analyze
Startup finished in 6.480s (kernel) + 1min 20.451s (userspace) = 1min 26.931s
graphical.target reached after 1min 20.433s in userspace

bizarre, là, il est indiqué moins de 1'30" alors que j'ai vu plus de 3' au dernier démarrage.
je refait un essai en faisant bien attention au temps et si le défilement de texte s’arrête

Hors ligne

#115 Le 17/10/2019, à 21:30

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

je confirme, le démarrage est passé à plus de 3 minutes.
Il y a eu 1 arrêt de 10-15 secondes au milieu du boot et un arrêt du défilement à la fin de largement plus d'une minute avec apparition de la flèche curseur 20 secondes avant l'interface graphique !

Hors ligne

#116 Le 17/10/2019, à 21:31

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

l'arrêt à la fin: la dernière ligne affichée est Started User Manager for UID 1000

Hors ligne

#117 Le 18/10/2019, à 19:33

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

différents points d'arrêt en cours de démarrage qui varient d'un démarrage à l'autre, mais temps total est à nouveau de plus de 3 minutes alors que les essais précédents l'avait réduit à un peu plus de 2 minutes !

Hors ligne

#118 Le 21/10/2019, à 14:55

nany

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

De retour après un week-end un peu mouvementé.


Cette différence entre le temps chronométré et le temps affiché par la commande est déconcertante.


Pour tenter d’y voir plus clair, donne, juste après un démarrage, le retour de :

dmesg

 

Donne aussi les retours de :

sudo lshw -sanitize
sudo dmidecode -t memory

Hors ligne

#119 Le 21/10/2019, à 19:54

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

gullentops@Latitude-D630-ubuntu:~$

dmesg
[    0.000000] microcode: microcode updated early to revision 0xa4, date = 2010-10-02
[    0.000000] Linux version 5.0.0-31-generic (buildd@lgw01-amd64-046) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #33~18.04.1-Ubuntu SMP Tue Oct 1 10:20:39 UTC 2019 (Ubuntu 5.0.0-31.33~18.04.1-generic 5.0.21)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-31-generic root=UUID=9ab1b663-d161-4020-8246-90baa9944e6b ro video=SVIDEO-1:d
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf65a7ff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf65a800-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed1bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000feda5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Dell Inc. Latitude D630                   /0KU184, BIOS A17 01/04/2010
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1994.571 MHz processor
[    0.005024] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.005027] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.005033] last_pfn = 0xbf65a max_arch_pfn = 0x400000000
[    0.005041] MTRR default type: uncachable
[    0.005042] MTRR fixed ranges enabled:
[    0.005044]   00000-9FFFF write-back
[    0.005045]   A0000-BFFFF uncachable
[    0.005047]   C0000-CFFFF write-protect
[    0.005048]   D0000-EFFFF uncachable
[    0.005049]   F0000-FFFFF write-protect
[    0.005050] MTRR variable ranges enabled:
[    0.005052]   0 base 000000000 mask F80000000 write-back
[    0.005054]   1 base 080000000 mask FC0000000 write-back
[    0.005055]   2 base 0BF800000 mask FFF800000 uncachable
[    0.005057]   3 base 0BF700000 mask FFFF00000 uncachable
[    0.005058]   4 disabled
[    0.005058]   5 disabled
[    0.005059]   6 disabled
[    0.005060]   7 disabled
[    0.005768] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.006145] total RAM covered: 3063M
[    0.006546] Found optimal setting for mtrr clean up
[    0.006548]  gran_size: 64K 	chunk_size: 16M 	num_reg: 4  	lose cover RAM: 0G
[    0.042453] check: Scanning 1 areas for low memory corruption
[    0.042465] BRK [0x94201000, 0x94201fff] PGTABLE
[    0.042468] BRK [0x94202000, 0x94202fff] PGTABLE
[    0.042470] BRK [0x94203000, 0x94203fff] PGTABLE
[    0.042507] BRK [0x94204000, 0x94204fff] PGTABLE
[    0.042510] BRK [0x94205000, 0x94205fff] PGTABLE
[    0.042617] BRK [0x94206000, 0x94206fff] PGTABLE
[    0.042655] BRK [0x94207000, 0x94207fff] PGTABLE
[    0.042695] RAMDISK: [mem 0x3331f000-0x35986fff]
[    0.042708] ACPI: Early table checksum verification disabled
[    0.047934] ACPI: RSDP 0x00000000000FBB10 000024 (v02 DELL  )
[    0.047939] ACPI: XSDT 0x00000000BF65D200 000064 (v01 DELL   M08      27DA0104 ASL  00000061)
[    0.047948] ACPI: FACP 0x00000000BF65D09C 0000F4 (v04 DELL   M08      27DA0104 ASL  00000061)
[    0.047958] ACPI: DSDT 0x00000000BF65D800 006114 (v02 INT430 SYSFexxx 00001001 INTL 20050624)
[    0.047963] ACPI: FACS 0x00000000BF66C000 000040
[    0.047968] ACPI: FACS 0x00000000BF66C000 000040
[    0.047972] ACPI: HPET 0x00000000BF65D300 000038 (v01 DELL   M08      00000001 ASL  00000061)
[    0.047978] ACPI: APIC 0x00000000BF65D400 000068 (v01 DELL   M08      27DA0104 ASL  00000047)
[    0.047983] ACPI: ASF! 0x00000000BF65D000 00007E (v32 DELL   M08      27DA0104 ASL  00000061)
[    0.047989] ACPI: MCFG 0x00000000BF65D3C0 00003E (v16 DELL   M08      27DA0104 ASL  00000061)
[    0.047994] ACPI: TCPA 0x00000000BF65D700 000032 (v01                 00000000 ASL  00000000)
[    0.047999] ACPI: SLIC 0x00000000BF65D49C 000176 (v01 DELL   M08      27DA0104 ASL  00000061)
[    0.048005] ACPI: SSDT 0x00000000BF65B9C0 0004CC (v01 PmRef  CpuPm    00003000 INTL 20050624)
[    0.048021] ACPI: Local APIC address 0xfee00000
[    0.048152] No NUMA configuration found
[    0.048154] Faking a node at [mem 0x0000000000000000-0x00000000bf659fff]
[    0.048170] NODE_DATA(0) allocated [mem 0xbf62f000-0xbf659fff]
[    0.048565] Zone ranges:
[    0.048567]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.048569]   DMA32    [mem 0x0000000001000000-0x00000000bf659fff]
[    0.048571]   Normal   empty
[    0.048573]   Device   empty
[    0.048575] Movable zone start for each node
[    0.048579] Early memory node ranges
[    0.048580]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.048582]   node   0: [mem 0x0000000000100000-0x00000000bf659fff]
[    0.048587] Zeroed struct page in unavailable ranges: 98 pages
[    0.048588] Initmem setup node 0 [mem 0x0000000000001000-0x00000000bf659fff]
[    0.048591] On node 0 totalpages: 783864
[    0.048592]   DMA zone: 64 pages used for memmap
[    0.048593]   DMA zone: 21 pages reserved
[    0.048595]   DMA zone: 3998 pages, LIFO batch:0
[    0.048748]   DMA32 zone: 12186 pages used for memmap
[    0.048750]   DMA32 zone: 779866 pages, LIFO batch:63
[    0.088245] Reserving Intel graphics memory at [mem 0xbf800000-0xbfffffff]
[    0.088510] ACPI: PM-Timer IO Port: 0x1008
[    0.088514] ACPI: Local APIC address 0xfee00000
[    0.088530] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.088532] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.088547] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.088551] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.088554] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.088556] ACPI: IRQ0 used by override.
[    0.088558] ACPI: IRQ9 used by override.
[    0.088561] Using ACPI (MADT) for SMP configuration information
[    0.088564] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.088576] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.088598] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.088601] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.088602] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.088605] [mem 0xc0000000-0xf7ffffff] available for PCI devices
[    0.088608] Booting paravirtualized kernel on bare hardware
[    0.088615] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.088633] random: get_random_bytes called from start_kernel+0x97/0x516 with crng_init=0
[    0.088643] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.090208] percpu: Embedded 47 pages/cpu s155648 r8192 d28672 u1048576
[    0.090218] pcpu-alloc: s155648 r8192 d28672 u1048576 alloc=1*2097152
[    0.090220] pcpu-alloc: [0] 0 1 
[    0.090262] Built 1 zonelists, mobility grouping on.  Total pages: 771593
[    0.090265] Policy zone: DMA32
[    0.090268] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-31-generic root=UUID=9ab1b663-d161-4020-8246-90baa9944e6b ro video=SVIDEO-1:d
[    0.090442] Calgary: detecting Calgary via BIOS EBDA area
[    0.090443] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.133487] Memory: 3011588K/3135456K available (14339K kernel code, 2335K rwdata, 4404K rodata, 2588K init, 5192K bss, 123868K reserved, 0K cma-reserved)
[    0.133751] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.133768] Kernel/User page tables isolation: enabled
[    0.133811] ftrace: allocating 41614 entries in 163 pages
[    0.164068] rcu: Hierarchical RCU implementation.
[    0.164072] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.164074] 	Tasks RCU enabled.
[    0.164076] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.164078] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.168679] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    0.168933] Console: colour dummy device 80x25
[    0.169144] printk: console [tty0] enabled
[    0.169175] ACPI: Core revision 20181213
[    0.169409] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.169426] hpet clockevent registered
[    0.169433] APIC: Switch to symmetric I/O mode setup
[    0.169906] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.189431] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39804ba54f8, max_idle_ns: 881590489126 ns
[    0.189453] Calibrating delay loop (skipped), value calculated using timer frequency.. 3989.14 BogoMIPS (lpj=7978284)
[    0.189460] pid_max: default: 32768 minimum: 301
[    0.189513] LSM: Security Framework initializing
[    0.189534] Yama: becoming mindful.
[    0.189562] AppArmor: AppArmor initialized
[    0.192191] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.193829] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.193943] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.194000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.194450] mce: CPU0: Thermal monitoring enabled (TM2)
[    0.194457] process: using mwait in idle threads
[    0.194465] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.194469] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.194473] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.194478] Spectre V2 : Mitigation: Full generic retpoline
[    0.194482] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.194486] Speculative Store Bypass: Vulnerable
[    0.194535] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.194762] Freeing SMP alternatives memory: 36K
[    0.308353] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7250  @ 2.00GHz (family: 0x6, model: 0xf, stepping: 0xd)
[    0.308574] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.308586] core: PEBS disabled due to CPU errata
[    0.308592] ... version:                2
[    0.308594] ... bit width:              40
[    0.308597] ... generic registers:      2
[    0.308600] ... value mask:             000000ffffffffff
[    0.308603] ... max period:             000000007fffffff
[    0.308606] ... fixed-purpose events:   3
[    0.308609] ... event mask:             0000000700000003
[    0.308680] rcu: Hierarchical SRCU implementation.
[    0.309437] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.309437] smp: Bringing up secondary CPUs ...
[    0.309437] x86: Booting SMP configuration:
[    0.309437] .... node  #0, CPUs:      #1
[    0.309526] smp: Brought up 1 node, 2 CPUs
[    0.309526] smpboot: Max logical packages: 1
[    0.309526] smpboot: Total of 2 processors activated (7978.28 BogoMIPS)
[    0.310916] devtmpfs: initialized
[    0.310916] x86/mm: Memory block size: 128MB
[    0.313448] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.313457] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.313539] pinctrl core: initialized pinctrl subsystem
[    0.313705] RTC time: 17:48:42, date: 2019-10-21
[    0.313889] NET: Registered protocol family 16
[    0.314025] audit: initializing netlink subsys (disabled)
[    0.314045] audit: type=2000 audit(1571680121.144:1): state=initialized audit_enabled=0 res=1
[    0.314045] EISA bus registered
[    0.314045] cpuidle: using governor ladder
[    0.314045] cpuidle: using governor menu
[    0.314045] ACPI: bus type PCI registered
[    0.314045] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.314045] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.314045] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.314045] PCI: Using configuration type 1 for base access
[    0.315393] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.315393] ACPI: Added _OSI(Module Device)
[    0.315393] ACPI: Added _OSI(Processor Device)
[    0.315393] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.315393] ACPI: Added _OSI(Processor Aggregator Device)
[    0.315393] ACPI: Added _OSI(Linux-Dell-Video)
[    0.317446] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.317450] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.324876] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.337623] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.343121] ACPI: Dynamic OEM Table Load:
[    0.343131] ACPI: SSDT 0xFFFF9F71BB02D960 000043 (v01 LMPWR  DELLLOM  00001001 INTL 20050624)
[    0.343728] ACPI: Dynamic OEM Table Load:
[    0.343737] ACPI: SSDT 0xFFFF9F71BB1EBC00 000286 (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.344284] ACPI: Dynamic OEM Table Load:
[    0.344293] ACPI: SSDT 0xFFFF9F71BB0E5000 0005E5 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.345106] ACPI: Dynamic OEM Table Load:
[    0.345115] ACPI: SSDT 0xFFFF9F71BB78C100 0000C4 (v01 PmRef  Cpu1Ist  00003000 INTL 20050624)
[    0.345388] ACPI: Dynamic OEM Table Load:
[    0.345397] ACPI: SSDT 0xFFFF9F71BB16D480 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20050624)
[    0.346103] ACPI: Interpreter enabled
[    0.346132] ACPI: (supports S0 S3 S4 S5)
[    0.346136] ACPI: Using IOAPIC for interrupt routing
[    0.346178] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.346539] ACPI: Enabled 13 GPEs in block 00 to 1F
[    0.400700] acpi PNP0C15:00: ACPI dock station (docks/bays count: 1)
[    0.433094] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[    0.434314] acpi LNXIOBAY:01: ACPI dock station (docks/bays count: 3)
[    0.475487] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.475499] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.475527] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.489739] PCI host bridge to bus 0000:00
[    0.489745] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.489750] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.489755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.489760] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.489765] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xf7ffffff window]
[    0.489769] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff window]
[    0.489774] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff window]
[    0.489779] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff window]
[    0.489784] pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff window]
[    0.489789] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.489793] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff window]
[    0.489798] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff window]
[    0.489803] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff window]
[    0.489808] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.489822] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.489995] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.490011] pci 0000:00:02.0: reg 0x10: [mem 0xf6e00000-0xf6efffff 64bit]
[    0.490020] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.490026] pci 0000:00:02.0: reg 0x20: [io  0xefe8-0xefef]
[    0.490188] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.490202] pci 0000:00:02.1: reg 0x10: [mem 0xf6f00000-0xf6ffffff 64bit]
[    0.490416] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.490482] pci 0000:00:1a.0: reg 0x20: [io  0x6f20-0x6f3f]
[    0.490655] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.490720] pci 0000:00:1a.1: reg 0x20: [io  0x6f00-0x6f1f]
[    0.490899] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.490928] pci 0000:00:1a.7: reg 0x10: [mem 0xfed1c400-0xfed1c7ff]
[    0.491038] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.491195] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.491229] pci 0000:00:1b.0: reg 0x10: [mem 0xf6dfc000-0xf6dfffff 64bit]
[    0.491351] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.491519] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.491654] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.491829] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.491963] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.492140] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.492275] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.492444] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.492509] pci 0000:00:1d.0: reg 0x20: [io  0x6f80-0x6f9f]
[    0.492677] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.492742] pci 0000:00:1d.1: reg 0x20: [io  0x6f60-0x6f7f]
[    0.492913] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.492977] pci 0000:00:1d.2: reg 0x20: [io  0x6f40-0x6f5f]
[    0.493159] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.493188] pci 0000:00:1d.7: reg 0x10: [mem 0xfed1c000-0xfed1c3ff]
[    0.493298] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.493453] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.493682] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.493809] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.493820] pci 0000:00:1f.0: quirk: [io  0x1080-0x10bf] claimed by ICH6 GPIO
[    0.493827] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
[    0.493836] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
[    0.494017] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.494041] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
[    0.494053] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
[    0.494065] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
[    0.494078] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
[    0.494090] pci 0000:00:1f.1: reg 0x20: [io  0x6fa0-0x6faf]
[    0.494117] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.494122] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.494127] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.494131] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.494276] pci 0000:00:1f.2: [8086:2828] type 00 class 0x01018f
[    0.494302] pci 0000:00:1f.2: reg 0x10: [io  0x6eb0-0x6eb7]
[    0.494314] pci 0000:00:1f.2: reg 0x14: [io  0x6eb8-0x6ebb]
[    0.494326] pci 0000:00:1f.2: reg 0x18: [io  0x6ec0-0x6ec7]
[    0.494338] pci 0000:00:1f.2: reg 0x1c: [io  0x6ec8-0x6ecb]
[    0.494350] pci 0000:00:1f.2: reg 0x20: [io  0x6ee0-0x6eef]
[    0.494362] pci 0000:00:1f.2: reg 0x24: [io  0xeff0-0xefff]
[    0.494413] pci 0000:00:1f.2: PME# supported from D3hot
[    0.494562] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.494586] pci 0000:00:1f.3: reg 0x10: [mem 0xf6dfbf00-0xf6dfbfff]
[    0.494628] pci 0000:00:1f.3: reg 0x20: [io  0x10c0-0x10df]
[    0.494867] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.494990] pci 0000:0c:00.0: [14e4:4312] type 00 class 0x028000
[    0.495031] pci 0000:0c:00.0: reg 0x10: [mem 0xf6cfc000-0xf6cfffff]
[    0.495135] pci 0000:0c:00.0: enabling Extended Tags
[    0.495240] pci 0000:0c:00.0: supports D1 D2
[    0.495358] pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.495375] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.495386] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.495521] pci 0000:09:00.0: [14e4:1673] type 00 class 0x020000
[    0.495573] pci 0000:09:00.0: reg 0x10: [mem 0xf6bf0000-0xf6bfffff 64bit]
[    0.495663] pci 0000:09:00.0: enabling Extended Tags
[    0.495802] pci 0000:09:00.0: PME# supported from D3hot D3cold
[    0.495991] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.496001] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.496035] pci_bus 0000:03: extended config space not accessible
[    0.496131] pci 0000:03:01.0: [1217:7135] type 02 class 0x060700
[    0.496155] pci 0000:03:01.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.496204] pci 0000:03:01.0: supports D1 D2
[    0.496206] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.496307] pci 0000:03:01.4: [1217:00f7] type 00 class 0x0c0010
[    0.496329] pci 0000:03:01.4: reg 0x10: [mem 0xf6aff000-0xf6afffff]
[    0.496341] pci 0000:03:01.4: reg 0x14: [mem 0xf6afe800-0xf6afefff]
[    0.496433] pci 0000:03:01.4: supports D1 D2
[    0.496435] pci 0000:03:01.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.496577] pci 0000:00:1e.0: PCI bridge to [bus 03-04] (subtractive decode)
[    0.496589] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.496597] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.496599] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.496601] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.496603] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.496605] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xf7ffffff window] (subtractive decode)
[    0.496607] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfebfffff window] (subtractive decode)
[    0.496609] pci 0000:00:1e.0:   bridge window [mem 0xfec10000-0xfecfffff window] (subtractive decode)
[    0.496611] pci 0000:00:1e.0:   bridge window [mem 0xfed1c000-0xfed1ffff window] (subtractive decode)
[    0.496613] pci 0000:00:1e.0:   bridge window [mem 0xfed90000-0xfed9ffff window] (subtractive decode)
[    0.496615] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    0.496617] pci 0000:00:1e.0:   bridge window [mem 0xfeda7000-0xfedfffff window] (subtractive decode)
[    0.496618] pci 0000:00:1e.0:   bridge window [mem 0xfee10000-0xff9fffff window] (subtractive decode)
[    0.496620] pci 0000:00:1e.0:   bridge window [mem 0xffc00000-0xffdfffff window] (subtractive decode)
[    0.496658] pci_bus 0000:04: extended config space not accessible
[    0.496690] pci_bus 0000:04: busn_res: [bus 04] end can not be updated to 07
[    0.496696] pci 0000:00:1e.0: bridge has subordinate 04 but max busn 07
[    0.514790] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.514956] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
[    0.515121] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 *10 11)
[    0.515286] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.515451] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.515619] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.515786] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.515931] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.516859] SCSI subsystem initialized
[    0.516916] libata version 3.00 loaded.
[    0.516942] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.516942] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.516942] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.516942] vgaarb: loaded
[    0.516942] ACPI: bus type USB registered
[    0.516942] usbcore: registered new interface driver usbfs
[    0.516942] usbcore: registered new interface driver hub
[    0.516942] usbcore: registered new device driver usb
[    0.516942] pps_core: LinuxPPS API ver. 1 registered
[    0.516942] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.516942] PTP clock support registered
[    0.516942] EDAC MC: Ver: 3.0.0
[    0.517528] PCI: Using ACPI for IRQ routing
[    0.520134] PCI: pci_cache_line_size set to 64 bytes
[    0.520220] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.520222] e820: reserve RAM buffer [mem 0xbf65a800-0xbfffffff]
[    0.520392] NetLabel: Initializing
[    0.520395] NetLabel:  domain hash size = 128
[    0.520398] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.520426] NetLabel:  unlabeled traffic allowed by default
[    0.520455] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.520455] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.520455] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.521483] clocksource: Switched to clocksource tsc-early
[    0.545192] VFS: Disk quotas dquot_6.6.0
[    0.545230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.545446] AppArmor: AppArmor Filesystem Enabled
[    0.545506] pnp: PnP ACPI init
[    0.545671] pnp 00:00: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.545730] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.545781] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.545882] system 00:03: [io  0x0c80-0x0caf] has been reserved
[    0.545888] system 00:03: [io  0x0cc0-0x0cff] could not be reserved
[    0.545898] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.546023] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.546033] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.554427] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.591399] system 00:06: [io  0x0cb0-0x0cbb] has been reserved
[    0.591406] system 00:06: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.591415] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.594326] pnp 00:07: disabling [io  0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.594333] pnp 00:07: disabling [io  0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.594374] system 00:07: [io  0x0900-0x097f] has been reserved
[    0.594380] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.594389] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.594430] pnp 00:08: disabling [io  0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.594437] pnp 00:08: disabling [io  0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.594443] pnp 00:08: disabling [io  0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.594449] pnp 00:08: disabling [io  0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.594488] system 00:08: [io  0xf400-0xf4fe] has been reserved
[    0.594494] system 00:08: [io  0x1080-0x10bf] has been reserved
[    0.594498] system 00:08: [io  0x10c0-0x10df] has been reserved
[    0.594503] system 00:08: [io  0x0809] has been reserved
[    0.594512] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.613446] system 00:09: [mem 0x00000000-0x0009efff] could not be reserved
[    0.613453] system 00:09: [mem 0x0009f000-0x0009ffff] could not be reserved
[    0.613458] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.613463] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.613468] system 00:09: [mem 0x00100000-0xbf65a7ff] could not be reserved
[    0.613472] system 00:09: [mem 0xbf65a800-0xbf6fffff] has been reserved
[    0.613477] system 00:09: [mem 0xbf700000-0xbf7fffff] has been reserved
[    0.613482] system 00:09: [mem 0xbf700000-0xbfefffff] could not be reserved
[    0.613487] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved
[    0.613491] system 00:09: [mem 0xffa00000-0xffbfffff] has been reserved
[    0.613496] system 00:09: [mem 0xfec00000-0xfec0ffff] could not be reserved
[    0.613501] system 00:09: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.613505] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.613510] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.613515] system 00:09: [mem 0xfeda0000-0xfeda3fff] has been reserved
[    0.613519] system 00:09: [mem 0xfeda4000-0xfeda4fff] has been reserved
[    0.613524] system 00:09: [mem 0xfeda5000-0xfeda5fff] has been reserved
[    0.613528] system 00:09: [mem 0xfeda6000-0xfeda6fff] has been reserved
[    0.613533] system 00:09: [mem 0xfed18000-0xfed1bfff] has been reserved
[    0.613538] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.613547] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.613633] pnp: PnP ACPI: found 10 devices
[    0.620595] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.620624] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.620628] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[    0.620631] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000 add_align 100000
[    0.620645] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    0.620648] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0c] add_size 200000 add_align 100000
[    0.620660] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.620663] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
[    0.620683] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 03-04] add_size 1000
[    0.620696] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
[    0.620712] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.620723] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.620734] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    0.620740] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.620746] pci 0000:00:1c.1: BAR 13: assigned [io  0x3000-0x3fff]
[    0.620751] pci 0000:00:1c.5: BAR 13: assigned [io  0x4000-0x4fff]
[    0.620756] pci 0000:00:1e.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.620764] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.620770] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.620779] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc01fffff]
[    0.620786] pci 0000:00:1c.0:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.620797] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.620803] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.620811] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.620818] pci 0000:00:1c.1:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.620829] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.620835] pci 0000:00:1c.5:   bridge window [io  0x4000-0x4fff]
[    0.620843] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.620851] pci 0000:00:1c.5:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    0.620865] pci 0000:03:01.0: BAR 0: assigned [mem 0xc4000000-0xc4000fff]
[    0.620876] pci 0000:03:01.0: BAR 15: assigned [mem 0xc8000000-0xcbffffff pref]
[    0.620882] pci 0000:03:01.0: BAR 16: assigned [mem 0xcc000000-0xcfffffff]
[    0.620887] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x50ff]
[    0.620892] pci 0000:03:01.0: BAR 14: assigned [io  0x5400-0x54ff]
[    0.620897] pci 0000:03:01.0: CardBus bridge to [bus 04]
[    0.620900] pci 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[    0.620908] pci 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[    0.620915] pci 0000:03:01.0:   bridge window [mem 0xc8000000-0xcbffffff pref]
[    0.620924] pci 0000:03:01.0:   bridge window [mem 0xcc000000-0xcfffffff]
[    0.620931] pci 0000:00:1e.0: PCI bridge to [bus 03-04]
[    0.620937] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[    0.620945] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.620960] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.620962] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.620964] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.620965] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.620967] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xf7ffffff window]
[    0.620969] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.620971] pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.620973] pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.620975] pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.620977] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.620978] pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.620980] pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.620982] pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.620984] pci_bus 0000:0b: resource 0 [io  0x2000-0x2fff]
[    0.620986] pci_bus 0000:0b: resource 1 [mem 0xc0000000-0xc01fffff]
[    0.620988] pci_bus 0000:0b: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.620990] pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
[    0.620991] pci_bus 0000:0c: resource 1 [mem 0xf6c00000-0xf6cfffff]
[    0.620993] pci_bus 0000:0c: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.620995] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[    0.620997] pci_bus 0000:09: resource 1 [mem 0xf6b00000-0xf6bfffff]
[    0.620999] pci_bus 0000:09: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    0.621001] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.621002] pci_bus 0000:03: resource 1 [mem 0xf6a00000-0xf6afffff]
[    0.621004] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.621006] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.621008] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.621010] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.621012] pci_bus 0000:03: resource 8 [mem 0xc0000000-0xf7ffffff window]
[    0.621013] pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.621015] pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.621017] pci_bus 0000:03: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.621019] pci_bus 0000:03: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.621021] pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.621023] pci_bus 0000:03: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.621025] pci_bus 0000:03: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.621026] pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.621028] pci_bus 0000:04: resource 0 [io  0x5000-0x50ff]
[    0.621030] pci_bus 0000:04: resource 1 [io  0x5400-0x54ff]
[    0.621032] pci_bus 0000:04: resource 2 [mem 0xc8000000-0xcbffffff pref]
[    0.621034] pci_bus 0000:04: resource 3 [mem 0xcc000000-0xcfffffff]
[    0.621204] NET: Registered protocol family 2
[    0.621467] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    0.621504] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.621642] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.621846] TCP: Hash tables configured (established 32768 bind 32768)
[    0.621922] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.621955] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.622104] NET: Registered protocol family 1
[    0.622115] NET: Registered protocol family 44
[    0.622135] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.625074] PCI: CLS 64 bytes, default 64
[    0.625151] Unpacking initramfs...
[    1.426671] Freeing initrd memory: 39328K
[    1.426983] check: Scanning for low memory corruption every 60 seconds
[    1.427981] Initialise system trusted keyrings
[    1.428001] Key type blacklist registered
[    1.428106] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.430955] zbud: loaded
[    1.431671] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.432035] fuse init (API version 7.28)
[    1.491766] Key type asymmetric registered
[    1.491776] Asymmetric key parser 'x509' registered
[    1.491803] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.491862] io scheduler mq-deadline registered
[    1.493011] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.493121] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.493125] vesafb: scrolling: redraw
[    1.493129] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.493151] vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 3072k, total 3072k
[    1.517219] Console: switching to colour frame buffer device 128x48
[    1.541388] fb0: VESA VGA frame buffer device
[    1.541614] intel_idle: does not run on family 6 model 15
[    1.541791] ACPI: AC Adapter [AC] (on-line)
[    1.542073] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.542461] ACPI: Lid Switch [LID]
[    1.542668] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.543057] ACPI: Power Button [PBTN]
[    1.543276] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.543663] ACPI: Sleep Button [SBTN]
[    1.543999] Monitor-Mwait will be used to enter C-1 state
[    1.544004] Monitor-Mwait will be used to enter C-2 state
[    1.544008] Monitor-Mwait will be used to enter C-3 state
[    1.544011] tsc: Marking TSC unstable due to TSC halts in idle
[    1.544352] clocksource: Switched to clocksource hpet
[    1.553124] thermal LNXTHERM:00: registered as thermal_zone0
[    1.553383] ACPI: Thermal Zone [THM] (58 C)
[    1.553723] battery: ACPI: Battery Slot [BAT0] (battery absent)
[    1.553814] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.554057] battery: ACPI: Battery Slot [BAT1] (battery absent)
[    1.575040] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.578739] Linux agpgart interface v0.103
[    1.582427] loop: module loaded
[    1.582887] ata_piix 0000:00:1f.1: version 2.13
[    1.584196] scsi host0: ata_piix
[    1.584596] scsi host1: ata_piix
[    1.584811] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
[    1.585127] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
[    1.585649] ata2: port disabled--ignoring
[    1.585846] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.752599] ata1.00: ATAPI: HL-DT-STCD-RW/DVD-ROM GCC-T10N, A104, max UDMA/33
[    1.763989] scsi host2: ata_piix
[    1.774508] scsi host3: ata_piix
[    1.784562] scsi 0:0:0:0: CD-ROM            HL-DT-ST CDRW/DVD GCCT10N A104 PQ: 0 ANSI: 5
[    1.784620] ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 18
[    1.805336] ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 18
[    1.815795] libphy: Fixed MDIO Bus: probed
[    1.825925] tun: Universal TUN/TAP device driver, 1.6
[    1.836199] PPP generic driver version 2.4.2
[    1.846425] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.856653] ehci-pci: EHCI PCI platform driver
[    1.867199] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.877383] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.887715] ehci-pci 0000:00:1a.7: debug port 1
[    1.901831] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.901848] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfed1c400
[    1.925663] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.935715] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.945888] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.956034] usb usb1: Product: EHCI Host Controller
[    1.966066] usb usb1: Manufacturer: Linux 5.0.0-31-generic ehci_hcd
[    1.976159] usb usb1: SerialNumber: 0000:00:1a.7
[    1.986217] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.986376] hub 1-0:1.0: USB hub found
[    1.996456] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.996847] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    2.006563] hub 1-0:1.0: 4 ports detected
[    2.016629] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    2.026996] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    2.046404] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    2.056253] ehci-pci 0000:00:1d.7: debug port 1
[    2.069737] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    2.069755] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfed1c000
[    2.097652] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.107011] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    2.116319] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.125608] usb usb2: Product: EHCI Host Controller
[    2.134840] usb usb2: Manufacturer: Linux 5.0.0-31-generic ehci_hcd
[    2.144116] usb usb2: SerialNumber: 0000:00:1d.7
[    2.153499] hub 2-0:1.0: USB hub found
[    2.162606] hub 2-0:1.0: 6 ports detected
[    2.171854] ehci-platform: EHCI generic platform driver
[    2.180846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.189799] ohci-pci: OHCI PCI platform driver
[    2.198630] ohci-platform: OHCI generic platform driver
[    2.207518] uhci_hcd: USB Universal Host Controller Interface driver
[    2.216809] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.226021] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    2.235267] uhci_hcd 0000:00:1a.0: detected 2 ports
[    2.244550] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
[    2.253803] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    2.263174] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.272460] usb usb3: Product: UHCI Host Controller
[    2.281848] usb usb3: Manufacturer: Linux 5.0.0-31-generic uhci_hcd
[    2.291274] usb usb3: SerialNumber: 0000:00:1a.0
[    2.300685] hub 3-0:1.0: USB hub found
[    2.310020] hub 3-0:1.0: 2 ports detected
[    2.319565] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.328801] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    2.338282] uhci_hcd 0000:00:1a.1: detected 2 ports
[    2.347474] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
[    2.356645] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    2.366020] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.375399] usb usb4: Product: UHCI Host Controller
[    2.384728] usb usb4: Manufacturer: Linux 5.0.0-31-generic uhci_hcd
[    2.394191] usb usb4: SerialNumber: 0000:00:1a.1
[    2.403837] hub 4-0:1.0: USB hub found
[    2.413116] hub 4-0:1.0: 2 ports detected
[    2.422618] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.431759] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    2.440990] uhci_hcd 0000:00:1d.0: detected 2 ports
[    2.450136] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
[    2.459196] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    2.468316] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.477436] usb usb5: Product: UHCI Host Controller
[    2.486494] usb usb5: Manufacturer: Linux 5.0.0-31-generic uhci_hcd
[    2.495624] usb usb5: SerialNumber: 0000:00:1d.0
[    2.504854] hub 5-0:1.0: USB hub found
[    2.513862] hub 5-0:1.0: 2 ports detected
[    2.523132] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.532173] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    2.541374] uhci_hcd 0000:00:1d.1: detected 2 ports
[    2.550343] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
[    2.559312] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    2.568376] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.577421] usb usb6: Product: UHCI Host Controller
[    2.586416] usb usb6: Manufacturer: Linux 5.0.0-31-generic uhci_hcd
[    2.595507] usb usb6: SerialNumber: 0000:00:1d.1
[    2.604795] hub 6-0:1.0: USB hub found
[    2.613863] hub 6-0:1.0: 2 ports detected
[    2.623176] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.632174] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    2.641273] uhci_hcd 0000:00:1d.2: detected 2 ports
[    2.641379] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.650226] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[    2.659228] ata3.01: SATA link down (SStatus 0 SControl 300)
[    2.668314] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    2.686671] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.695912] usb usb7: Product: UHCI Host Controller
[    2.705046] usb usb7: Manufacturer: Linux 5.0.0-31-generic uhci_hcd
[    2.714198] usb usb7: SerialNumber: 0000:00:1d.2
[    2.723318] ata3.00: ATA-8: ST9250311CS, SC1D, max UDMA/133
[    2.723456] hub 7-0:1.0: USB hub found
[    2.732458] ata3.00: 488397168 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    2.750910] hub 7-0:1.0: 2 ports detected
[    2.760233] ata3.00: configured for UDMA/133
[    2.760498] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.769681] scsi 2:0:0:0: Direct-Access     ATA      ST9250311CS      SC1D PQ: 0 ANSI: 5
[    2.782338] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.789045] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.798291] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.808079] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.817749] mousedev: PS/2 mouse device common for all mice
[    2.827217] sd 2:0:0:0: [sda] Write Protect is off
[    2.837025] rtc_cmos 00:02: RTC can wake from S4
[    2.846435] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.856198] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.856338] rtc_cmos 00:02: registered as rtc0
[    2.876283] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.886442] i2c /dev entries driver
[    2.886446] usb 5-2: new low-speed USB device number 2 using uhci_hcd
[    2.896700] device-mapper: uevent: version 1.0.3
[    2.916767]  sda: sda1
[    2.916854] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    2.927130] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.936977] platform eisa.0: Probing EISA bus 0
[    2.957409] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.967899] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.978650] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.989396] platform eisa.0: Cannot allocate resource for EISA slot 2
[    3.000017] platform eisa.0: Cannot allocate resource for EISA slot 3
[    3.010509] platform eisa.0: Cannot allocate resource for EISA slot 4
[    3.020719] platform eisa.0: Cannot allocate resource for EISA slot 5
[    3.030728] platform eisa.0: Cannot allocate resource for EISA slot 6
[    3.040523] platform eisa.0: Cannot allocate resource for EISA slot 7
[    3.050153] platform eisa.0: Cannot allocate resource for EISA slot 8
[    3.059635] platform eisa.0: EISA: Detected 0 cards
[    3.069091] ledtrig-cpu: registered to indicate activity on CPUs
[    3.079043] NET: Registered protocol family 10
[    3.097902] Segment Routing with IPv6
[    3.107471] NET: Registered protocol family 17
[    3.117067] Key type dns_resolver registered
[    3.126811] mce: Using 6 MCE banks
[    3.136153] RAS: Correctable Errors collector initialized.
[    3.145604] microcode: sig=0x6fd, pf=0x80, revision=0xa4
[    3.154933] microcode: Microcode Update Driver: v2.2.
[    3.155207] registered taskstats version 1
[    3.173434] Loading compiled-in X.509 certificates
[    3.182520] usb 5-2: New USB device found, idVendor=093a, idProduct=2510, bcdDevice= 1.00
[    3.191864] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.201176] usb 5-2: Product: USB Optical Mouse
[    3.210426] usb 5-2: Manufacturer: PixArt
[    3.213477] ata4.01: failed to resume link (SControl 0)
[    3.222697] Loaded X.509 cert 'Build time autogenerated kernel key: f741e70acbe36b1401547c35fc32f1bcdd446f7a'
[    3.228868] ata4.00: SATA link down (SStatus 0 SControl 300)
[    3.238549] zswap: loaded using pool lzo/zbud
[    3.247884] ata4.01: SATA link down (SStatus 0 SControl 0)
[    3.275162] Key type big_key registered
[    3.284381] Key type trusted registered
[    3.297761] Key type encrypted registered
[    3.306645] AppArmor: AppArmor sha1 policy hashing enabled
[    3.315564] ima: No TPM chip found, activating TPM-bypass!
[    3.324483] ima: Allocated hash algorithm: sha1
[    3.333383] No architecture policies found
[    3.342096] evm: Initialising EVM extended attributes:
[    3.350696] evm: security.selinux
[    3.357464] random: fast init done
[    3.359317] evm: security.SMACK64
[    3.375822] evm: security.SMACK64EXEC
[    3.383854] evm: security.SMACK64TRANSMUTE
[    3.391819] evm: security.SMACK64MMAP
[    3.399509] evm: security.apparmor
[    3.406920] evm: security.ima
[    3.414209] evm: security.capability
[    3.421408] evm: HMAC attrs: 0x1
[    3.428915]   Magic number: 7:195:846
[    3.435880] rtc_cmos 00:02: setting system clock to 2019-10-21T17:48:45 UTC (1571680125)
[    3.444535] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    3.477770] Freeing unused decrypted memory: 2040K
[    3.487752] Freeing unused kernel image memory: 2588K
[    3.501701] Write protecting the kernel read-only data: 22528k
[    3.511470] Freeing unused kernel image memory: 2016K
[    3.521036] Freeing unused kernel image memory: 1740K
[    3.547171] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.555252] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[    3.563413] x86/mm: Checking user space page tables
[    3.590206] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.598460] Run /init as init process
[    3.641951] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.643303] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.650694] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.759383] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761, bcdDevice= 1.10
[    3.767939] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.780456] hub 7-1:1.0: USB hub found
[    3.797524] hub 7-1:1.0: 4 ports detected
[    3.836370] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    3.854601] tg3.c:v3.137 (May 11, 2014)
[    3.863040] hidraw: raw HID events driver (C) Jiri Kosina
[    3.885498] ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
[    3.890439] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:21:70:ba:da:dd
[    3.894306] usbcore: registered new interface driver usbhid
[    3.902622] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    3.911301] usbhid: USB HID core driver
[    3.929644] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    3.939233] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    3.949540] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
[    4.021754] tg3 0000:09:00.0 enp9s0: renamed from eth0
[    4.034310] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:093A:2510.0001/input/input6
[    4.055104] b43-pci-bridge 0000:0c:00.0: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
[    4.055736] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-2/input0
[    4.165523] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
[    4.313418] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772, bcdDevice= 1.10
[    4.325465] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.337553] usb 7-1.2: Product: O2Micro CCID SC Reader
[    4.349695] usb 7-1.2: Manufacturer: O2
[    4.489626] firewire_core 0000:03:01.4: created device fw0: GUID 474fc0000ed60090, S400
[    4.738567] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.393662] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
[    5.427449] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5
[    6.796673] random: crng init done
[    6.809880] random: 7 urandom warning(s) missed due to ratelimiting
[    6.973398] systemd[1]: systemd 237 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)
[    7.017632] systemd[1]: Detected architecture x86-64.
[    7.112513] systemd[1]: Set hostname to <Latitude-D630-ubuntu>.
[   10.541014] systemd[1]: Created slice User and Session Slice.
[   10.568736] systemd[1]: Reached target User and Group Name Lookups.
[   10.596290] systemd[1]: Reached target Remote File Systems.
[   10.623933] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   10.651913] systemd[1]: Created slice System Slice.
[   10.679022] systemd[1]: Listening on udev Kernel Socket.
[   10.705952] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.575252] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   11.679472] lp: driver loaded but no devices found
[   11.872566] ppdev: user-space parallel port driver
[   12.047040] systemd[1]: Started Load Kernel Modules.
[   12.069603] systemd[1]: Mounting FUSE Control File System...
[   12.095102] systemd[1]: Starting Apply Kernel Variables...
[   12.118561] systemd[1]: Mounting Kernel Configuration File System...
[   12.146814] systemd[1]: Started Journal Service.
[   12.281164] systemd-journald[294]: Received request to flush runtime journal from PID 1
[   21.015961] audit: type=1400 audit(1571680143.076:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=411 comm="apparmor_parser"
[   21.015967] audit: type=1400 audit(1571680143.076:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=411 comm="apparmor_parser"
[   21.015970] audit: type=1400 audit(1571680143.076:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=411 comm="apparmor_parser"
[   21.015973] audit: type=1400 audit(1571680143.076:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=411 comm="apparmor_parser"
[   21.452787] audit: type=1400 audit(1571680143.512:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=414 comm="apparmor_parser"
[   21.452792] audit: type=1400 audit(1571680143.512:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=414 comm="apparmor_parser"
[   21.452799] audit: type=1400 audit(1571680143.512:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=414 comm="apparmor_parser"
[   21.712355] audit: type=1400 audit(1571680143.772:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=415 comm="apparmor_parser"
[   21.993302] audit: type=1400 audit(1571680144.052:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=416 comm="apparmor_parser"
[   22.621293] audit: type=1400 audit(1571680144.680:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=412 comm="apparmor_parser"
[   26.163949] kauditd_printk_skb: 20 callbacks suppressed
[   26.163951] audit: type=1400 audit(1571680148.224:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnome-system-monitor.gnome-system-monitor" pid=456 comm="apparmor_parser"
[   26.215816] audit: type=1400 audit(1571680148.276:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnome-logs.gnome-logs" pid=455 comm="apparmor_parser"
[   26.497331] audit: type=1400 audit(1571680148.560:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.core" pid=457 comm="apparmor_parser"
[   28.147647] audit: type=1400 audit(1571680150.208:35): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.gnome-characters" pid=462 comm="apparmor_parser"
[   28.550635] audit: type=1400 audit(1571680150.612:36): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.gnome-calculator" pid=458 comm="apparmor_parser"
[   29.148444] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   29.151729] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   29.335216] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[   29.663557] audit: type=1400 audit(1571680151.724:37): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.gnome-logs" pid=475 comm="apparmor_parser"
[   29.973838] audit: type=1400 audit(1571680152.036:38): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.gnome-system-monitor" pid=482 comm="apparmor_parser"
[   30.074791] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
[   30.074937] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
[   30.074961] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[   30.184235] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   30.210468] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
[   30.210472] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[   30.210479] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io  0x5000-0x5fff]
[   30.210481] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
[   30.210484] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
[   30.210493]  excluding 0xf6af0000-0xf6afffff
[   30.356056] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input8
[   30.711490] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[   30.753509] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[   30.753534] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0
[   30.753537] b43-phy0 warning: 5 GHz band is unsupported on this PHY
[   30.769724] Broadcom 43xx driver loaded [ Features: PNL ]
[   30.861759] VFIO - User Level meta-driver version: 0.3
[   30.968051] kvm: disabled by bios
[   30.999609] kvm: disabled by bios
[   32.344253] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   32.350423] intel_powerclamp: No package C-state available
[   32.402024] intel_powerclamp: No package C-state available
[   32.901417] pci 0000:00:00.0: Intel 965GM Chipset
[   32.901477] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   32.901938] pci 0000:00:00.0: detected 8192K stolen memory
[   32.901993] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   32.901995] fb0: switching to inteldrmfb from VESA VGA
[   32.902033] Console: switching to colour dummy device 80x25
[   32.902210] [drm] Replacing VGA console driver
[   32.903915] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   32.903916] [drm] Driver supports precise vblank timestamp query.
[   32.905874] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   33.005490] [drm] forcing SVIDEO-1 connector off
[   33.025895] [drm] RC6 disabled, disabling runtime PM support
[   33.025991] [drm] Initialized overlay support.
[   33.027658] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0
[   33.028013] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[   33.028485] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input9
[   33.028603] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[   33.046326] fbcon: inteldrmfb (fb0) is primary device
[   33.824187] snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9205: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   33.824189] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   33.824192] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   33.824193] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   33.824195] snd_hda_codec_idt hdaudioC0D0:    dig-out=0x21/0x0
[   33.824197] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   33.824199] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0xc
[   33.824201] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   33.837089] dell_laptop: Using i8042 filter function for receiving events
[   33.892473] Console: switching to colour frame buffer device 160x50
[   33.912002] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   34.176480] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   34.176576] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   37.422539] gpio_ich gpio_ich.1.auto: GPIO from 446 to 495
[   37.778297] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   37.778308]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   37.778340] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   37.778356]  excluding 0xa0000000-0xa0ffffff
[   37.778376] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   37.778392]  excluding 0x60000000-0x60ffffff
[   76.333540] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[   81.530528] wlan0: authenticate with e0:a1:d7:35:77:bc
[   81.549725] wlan0: send auth to e0:a1:d7:35:77:bc (try 1/3)
[   81.553688] wlan0: authenticated
[   81.557496] wlan0: associate with e0:a1:d7:35:77:bc (try 1/3)
[   81.568184] wlan0: RX AssocResp from e0:a1:d7:35:77:bc (capab=0x411 status=0 aid=2)
[   81.568411] wlan0: associated
[   81.730448] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  178.636803] rfkill: input handler disabled
[  199.805531] Adding 524284k swap on /var/lib/systemd-swap/swapfc/1.  Priority:-2 extents:3 across:540668k FS

Hors ligne

#120 Le 21/10/2019, à 19:55

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

sudo lshw -sanitize
[sudo] Mot de passe de gullentops :

computer                    
    description: Ordinateur Transportable
    produit: Latitude D630
    fabriquant: Dell Inc.
    numéro de série: [REMOVED]
    bits: 64 bits
    fonctionnalités: smbios-2.4 dmi-2.4 smp vsyscall32
    configuration: boot=normal chassis=portable uuid=[REMOVED]
  *-core
       description: Carte mère
       produit: 0KU184
       fabriquant: Dell Inc.
       identifiant matériel: 0
       numéro de série: [REMOVED]
     *-firmware
          description: BIOS
          fabriquant: Dell Inc.
          identifiant matériel: 0
          version: A17
          date: 01/04/2010
          taille: 64KiB
          capacité: 1984KiB
          fonctionnalités: isa pci pcmcia pnp upgrade shadowing cdboot bootselect int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp smartbattery biosbootspecification netboot
     *-cpu
          description: CPU
          produit: Intel(R) Core(TM)2 Duo CPU     T7250  @ 2.00GHz
          fabriquant: Intel Corp.
          identifiant matériel: 400
          information bus: cpu@0
          emplacement: Microprocessor
          taille: 1711MHz
          capacité: 2001MHz
          bits: 64 bits
          horloge: 200MHz
          fonctionnalités: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm pti tpr_shadow vnmi flexpriority dtherm ida cpufreq
          configuration: cores=2 enabledcores=2 threads=2
        *-cache:0
             description: L1 cache
             identifiant matériel: 700
             taille: 32KiB
             capacité: 32KiB
             fonctionnalités: internal write-back data
             configuration: level=1
        *-cache:1
             description: L2 cache
             identifiant matériel: 701
             taille: 2MiB
             capacité: 2MiB
             horloge: 66MHz (15.0ns)
             fonctionnalités: pipeline-burst internal varies unified
             configuration: level=2
     *-memory
          description: Mémoire Système
          identifiant matériel: 1000
          emplacement: Carte mère
          taille: 3GiB
        *-bank:0
             description: DIMM DDR Synchrone 667 MHz (1,5 ns)
             produit: 9905295-051.A00LF
             fabriquant: Kingston
             identifiant matériel: 0
             numéro de série: [REMOVED]
             emplacement: DIMM_A
             taille: 2GiB
             bits: 64 bits
             horloge: 667MHz (1.5ns)
        *-bank:1
             description: DIMM DDR Synchrone 667 MHz (1,5 ns)
             produit: HYMP112S64CP6-S6
             fabriquant: Hynix Semiconductor (Hyundai Electronics)
             identifiant matériel: 1
             numéro de série: [REMOVED]
             emplacement: DIMM_B
             taille: 1GiB
             bits: 64 bits
             horloge: 667MHz (1.5ns)
     *-pci
          description: Host bridge
          produit: Mobile PM965/GM965/GL960 Memory Controller Hub
          fabriquant: Intel Corporation
          identifiant matériel: 100
          information bus: pci@0000:00:00.0
          version: 0c
          bits: 32 bits
          horloge: 33MHz
        *-display:0
             description: VGA compatible controller
             produit: Mobile GM965/GL960 Integrated Graphics Controller (primary)
             fabriquant: Intel Corporation
             identifiant matériel: 2
             information bus: pci@0000:00:02.0
             version: 0c
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: msi pm vga_controller bus_master cap_list rom
             configuration: driver=i915 latency=0
             ressources: irq:16 mémoire:f6e00000-f6efffff mémoire:e0000000-efffffff portE/S:efe8(taille=8) mémoire:c0000-dffff
        *-display:1 NON-RÉCLAMÉ
             description: Display controller
             produit: Mobile GM965/GL960 Integrated Graphics Controller (secondary)
             fabriquant: Intel Corporation
             identifiant matériel: 2.1
             information bus: pci@0000:00:02.1
             version: 0c
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm bus_master cap_list
             configuration: latency=0
             ressources: mémoire:f6f00000-f6ffffff
        *-usb:0
             description: USB controller
             produit: 82801H (ICH8 Family) USB UHCI Controller #4
             fabriquant: Intel Corporation
             identifiant matériel: 1a
             information bus: pci@0000:00:1a.0
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             ressources: irq:20 portE/S:6f20(taille=32)
           *-usbhost
                produit: UHCI Host Controller
                fabriquant: Linux 5.0.0-31-generic uhci_hcd
                identifiant matériel: 1
                information bus: usb@3
                nom logique: usb3
                version: 5.00
                fonctionnalités: usb-1.10
                configuration: driver=hub slots=2 speed=12Mbit/s
        *-usb:1
             description: USB controller
             produit: 82801H (ICH8 Family) USB UHCI Controller #5
             fabriquant: Intel Corporation
             identifiant matériel: 1a.1
             information bus: pci@0000:00:1a.1
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             ressources: irq:21 portE/S:6f00(taille=32)
           *-usbhost
                produit: UHCI Host Controller
                fabriquant: Linux 5.0.0-31-generic uhci_hcd
                identifiant matériel: 1
                information bus: usb@4
                nom logique: usb4
                version: 5.00
                fonctionnalités: usb-1.10
                configuration: driver=hub slots=2 speed=12Mbit/s
        *-usb:2
             description: USB controller
             produit: 82801H (ICH8 Family) USB2 EHCI Controller #2
             fabriquant: Intel Corporation
             identifiant matériel: 1a.7
             information bus: pci@0000:00:1a.7
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm debug ehci bus_master cap_list
             configuration: driver=ehci-pci latency=0
             ressources: irq:22 mémoire:fed1c400-fed1c7ff
           *-usbhost
                produit: EHCI Host Controller
                fabriquant: Linux 5.0.0-31-generic ehci_hcd
                identifiant matériel: 1
                information bus: usb@1
                nom logique: usb1
                version: 5.00
                fonctionnalités: usb-2.00
                configuration: driver=hub slots=4 speed=480Mbit/s
        *-multimedia
             description: Audio device
             produit: 82801H (ICH8 Family) HD Audio Controller
             fabriquant: Intel Corporation
             identifiant matériel: 1b
             information bus: pci@0000:00:1b.0
             version: 02
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi pciexpress bus_master cap_list
             configuration: driver=snd_hda_intel latency=0
             ressources: irq:24 mémoire:f6dfc000-f6dfffff
        *-pci:0
             description: PCI bridge
             produit: 82801H (ICH8 Family) PCI Express Port 1
             fabriquant: Intel Corporation
             identifiant matériel: 1c
             information bus: pci@0000:00:1c.0
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             ressources: irq:16 portE/S:2000(taille=4096) mémoire:c0000000-c01fffff portE/S:c0200000(taille=2097152)
        *-pci:1
             description: PCI bridge
             produit: 82801H (ICH8 Family) PCI Express Port 2
             fabriquant: Intel Corporation
             identifiant matériel: 1c.1
             information bus: pci@0000:00:1c.1
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             ressources: irq:17 portE/S:3000(taille=4096) mémoire:f6c00000-f6cfffff portE/S:c0400000(taille=2097152)
           *-network
                description: Interface réseau sans fil
                produit: BCM4311 802.11a/b/g
                fabriquant: Broadcom Inc. and subsidiaries
                identifiant matériel: 0
                information bus: pci@0000:0c:00.0
                nom logique: wlan0
                version: 01
                numéro de série: [REMOVED]
                bits: 32 bits
                horloge: 33MHz
                fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
                configuration: broadcast=yes driver=b43 driverversion=5.0.0-31-generic firmware=666.2 ip=[REMOVED] latency=0 link=yes multicast=yes wireless=IEEE 802.11
                ressources: irq:17 mémoire:f6cfc000-f6cfffff
        *-pci:2
             description: PCI bridge
             produit: 82801H (ICH8 Family) PCI Express Port 6
             fabriquant: Intel Corporation
             identifiant matériel: 1c.5
             information bus: pci@0000:00:1c.5
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             ressources: irq:17 portE/S:4000(taille=4096) mémoire:f6b00000-f6bfffff portE/S:c0600000(taille=2097152)
           *-network
                description: Ethernet interface
                produit: NetXtreme BCM5755M Gigabit Ethernet PCI Express
                fabriquant: Broadcom Inc. and subsidiaries
                identifiant matériel: 0
                information bus: pci@0000:09:00.0
                nom logique: enp9s0
                version: 02
                numéro de série: [REMOVED]
                capacité: 1Gbit/s
                bits: 64 bits
                horloge: 33MHz
                fonctionnalités: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=5755m-v3.29 latency=0 link=no multicast=yes port=twisted pair
                ressources: irq:25 mémoire:f6bf0000-f6bfffff
        *-usb:3
             description: USB controller
             produit: 82801H (ICH8 Family) USB UHCI Controller #1
             fabriquant: Intel Corporation
             identifiant matériel: 1d
             information bus: pci@0000:00:1d.0
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             ressources: irq:20 portE/S:6f80(taille=32)
           *-usbhost
                produit: UHCI Host Controller
                fabriquant: Linux 5.0.0-31-generic uhci_hcd
                identifiant matériel: 1
                information bus: usb@5
                nom logique: usb5
                version: 5.00
                fonctionnalités: usb-1.10
                configuration: driver=hub slots=2 speed=12Mbit/s
              *-usb
                   description: Souris
                   produit: USB Optical Mouse
                   fabriquant: PixArt
                   identifiant matériel: 2
                   information bus: usb@5:2
                   version: 1.00
                   fonctionnalités: usb-2.00
                   configuration: driver=usbhid maxpower=100mA speed=1Mbit/s
        *-usb:4
             description: USB controller
             produit: 82801H (ICH8 Family) USB UHCI Controller #2
             fabriquant: Intel Corporation
             identifiant matériel: 1d.1
             information bus: pci@0000:00:1d.1
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             ressources: irq:21 portE/S:6f60(taille=32)
           *-usbhost
                produit: UHCI Host Controller
                fabriquant: Linux 5.0.0-31-generic uhci_hcd
                identifiant matériel: 1
                information bus: usb@6
                nom logique: usb6
                version: 5.00
                fonctionnalités: usb-1.10
                configuration: driver=hub slots=2 speed=12Mbit/s
        *-usb:5
             description: USB controller
             produit: 82801H (ICH8 Family) USB UHCI Controller #3
             fabriquant: Intel Corporation
             identifiant matériel: 1d.2
             information bus: pci@0000:00:1d.2
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             ressources: irq:22 portE/S:6f40(taille=32)
           *-usbhost
                produit: UHCI Host Controller
                fabriquant: Linux 5.0.0-31-generic uhci_hcd
                identifiant matériel: 1
                information bus: usb@7
                nom logique: usb7
                version: 5.00
                fonctionnalités: usb-1.10
                configuration: driver=hub slots=2 speed=12Mbit/s
              *-usb
                   description: Concentrateur USB
                   produit: Oz776 1.1 Hub
                   fabriquant: O2 Micro, Inc.
                   identifiant matériel: 1
                   information bus: usb@7:1
                   version: 1.10
                   fonctionnalités: usb-1.10
                   configuration: driver=hub maxpower=2mA slots=4 speed=12Mbit/s
                 *-usb NON-RÉCLAMÉ
                      description: Lecteur de carte à puce
                      produit: O2Micro CCID SC Reader
                      fabriquant: O2
                      identifiant matériel: 2
                      information bus: usb@7:1.2
                      version: 1.10
                      fonctionnalités: usb-1.10
                      configuration: speed=12Mbit/s
        *-usb:6
             description: USB controller
             produit: 82801H (ICH8 Family) USB2 EHCI Controller #1
             fabriquant: Intel Corporation
             identifiant matériel: 1d.7
             information bus: pci@0000:00:1d.7
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm debug ehci bus_master cap_list
             configuration: driver=ehci-pci latency=0
             ressources: irq:20 mémoire:fed1c000-fed1c3ff
           *-usbhost
                produit: EHCI Host Controller
                fabriquant: Linux 5.0.0-31-generic ehci_hcd
                identifiant matériel: 1
                information bus: usb@2
                nom logique: usb2
                version: 5.00
                fonctionnalités: usb-2.00
                configuration: driver=hub slots=6 speed=480Mbit/s
        *-pci:3
             description: PCI bridge
             produit: 82801 Mobile PCI Bridge
             fabriquant: Intel Corporation
             identifiant matériel: 1e
             information bus: pci@0000:00:1e.0
             version: f2
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci subtractive_decode bus_master cap_list
             ressources: portE/S:5000(taille=4096) mémoire:f6a00000-f6afffff
           *-pcmcia
                description: CardBus bridge
                produit: Cardbus bridge
                fabriquant: O2 Micro, Inc.
                identifiant matériel: 1
                information bus: pci@0000:03:01.0
                version: 21
                bits: 32 bits
                horloge: 33MHz
                fonctionnalités: pcmcia bus_master cap_list
                configuration: driver=yenta_cardbus latency=176 maxlatency=5 mingnt=192
                ressources: irq:19 mémoire:c4000000-c4000fff portE/S:5000(taille=256) portE/S:5400(taille=256) mémoire:c8000000-cbffffff mémoire:cc000000-cfffffff
           *-firewire
                description: FireWire (IEEE 1394)
                produit: Firewire (IEEE 1394)
                fabriquant: O2 Micro, Inc.
                identifiant matériel: 1.4
                information bus: pci@0000:03:01.4
                version: 02
                bits: 32 bits
                horloge: 33MHz
                fonctionnalités: pm ohci bus_master cap_list
                configuration: driver=firewire_ohci latency=64
                ressources: irq:19 mémoire:f6aff000-f6afffff mémoire:f6afe800-f6afefff
        *-isa
             description: ISA bridge
             produit: 82801HM (ICH8M) LPC Interface Controller
             fabriquant: Intel Corporation
             identifiant matériel: 1f
             information bus: pci@0000:00:1f.0
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: isa bus_master cap_list
             configuration: driver=lpc_ich latency=0
             ressources: irq:0
        *-ide:0
             description: IDE interface
             produit: 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller
             fabriquant: Intel Corporation
             identifiant matériel: 1f.1
             information bus: pci@0000:00:1f.1
             version: 02
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: ide isa_compatibility_mode_controller__supports_both_channels_switched_to_pci_native_mode__supports_bus_mastering bus_master
             configuration: driver=ata_piix latency=0
             ressources: irq:16 portE/S:1f0(taille=8) portE/S:3f6 portE/S:170(taille=8) portE/S:376 portE/S:6fa0(taille=16)
        *-ide:1
             description: IDE interface
             produit: 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [IDE mode]
             fabriquant: Intel Corporation
             identifiant matériel: 1f.2
             information bus: pci@0000:00:1f.2
             version: 02
             bits: 32 bits
             horloge: 66MHz
             fonctionnalités: ide pm pci_native_mode_controller__supports_both_channels_switched_to_isa_compatibility_mode__supports_bus_mastering bus_master cap_list
             configuration: driver=ata_piix latency=0
             ressources: irq:18 portE/S:6eb0(taille=8) portE/S:6eb8(taille=4) portE/S:6ec0(taille=8) portE/S:6ec8(taille=4) portE/S:6ee0(taille=16) portE/S:eff0(taille=16)
        *-serial NON-RÉCLAMÉ
             description: SMBus
             produit: 82801H (ICH8 Family) SMBus Controller
             fabriquant: Intel Corporation
             identifiant matériel: 1f.3
             information bus: pci@0000:00:1f.3
             version: 02
             bits: 32 bits
             horloge: 33MHz
             configuration: latency=0
             ressources: mémoire:f6dfbf00-f6dfbfff portE/S:10c0(taille=32)
     *-scsi:0
          identifiant matériel: 1
          nom logique: scsi0
          fonctionnalités: emulated
        *-cdrom
             description: DVD reader
             produit: CDRW/DVD GCCT10N
             fabriquant: HL-DT-ST
             identifiant matériel: 0.0.0
             information bus: scsi@0:0.0.0
             nom logique: /dev/cdrom
             nom logique: /dev/cdrw
             nom logique: /dev/dvd
             nom logique: /dev/sr0
             version: A104
             fonctionnalités: removable audio cd-r cd-rw dvd
             configuration: ansiversion=5 status=nodisc
     *-scsi:1
          identifiant matériel: 2
          nom logique: scsi2
          fonctionnalités: emulated
        *-disk
             description: ATA Disk
             produit: ST9250311CS
             fabriquant: Seagate
             identifiant matériel: 0.0.0
             information bus: scsi@2:0.0.0
             nom logique: /dev/sda
             version: SC1D
             numéro de série: [REMOVED]
             taille: 232GiB (250GB)
             fonctionnalités: partitioned partitioned:dos
             configuration: ansiversion=5 logicalsectorsize=512 sectorsize=512 signature=cf682f12
           *-volume
                description: Volume EXT4
                fabriquant: Linux
                identifiant matériel: 1
                information bus: scsi@2:0.0.0,1
                nom logique: /dev/sda1
                nom logique: /
                version: 1.0
                numéro de série: [REMOVED]
                taille: 232GiB
                capacité: 232GiB
                fonctionnalités: primary bootable journaled extended_attributes large_files huge_files dir_nlink 64bit extents ext4 ext2 initialized
                configuration: created=2019-10-11 18:55:27 filesystem=ext4 lastmountpoint=/ modified=2019-10-21 19:48:46 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro mounted=2019-10-21 05:45:25 state=mounted

Hors ligne

#121 Le 21/10/2019, à 19:57

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

sudo dmidecode -t memory

# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 2.4 present.

Handle 0x1000, DMI type 16, 15 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: None
	Maximum Capacity: 4 GB
	Error Information Handle: Not Provided
	Number Of Devices: 2

Handle 0x1100, DMI type 17, 27 bytes
Memory Device
	Array Handle: 0x1000
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 2048 MB
	Form Factor: DIMM
	Set: None
	Locator: DIMM_A
	Bank Locator: Not Specified
	Type: DDR
	Type Detail: Synchronous
	Speed: 667 MT/s
	Manufacturer: 7F98000000000000
	Serial Number: 330825D6
	Asset Tag: 000B05
	Part Number: 9905295-051.A00LF 

Handle 0x1101, DMI type 17, 27 bytes
Memory Device
	Array Handle: 0x1000
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 1024 MB
	Form Factor: DIMM
	Set: None
	Locator: DIMM_B
	Bank Locator: Not Specified
	Type: DDR
	Type Detail: Synchronous
	Speed: 667 MT/s
	Manufacturer: AD00000000000000
	Serial Number: 00002298
	Asset Tag: 410842
	Part Number: HYMP112S64CP6-S6  

Hors ligne

#122 Le 21/10/2019, à 20:04

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

lors du démarrage, à la fin, le défilement s'arrête pendant +-1,5 min pendant laquelle apparaît le pointeur souris et ensuite, l'interface graphique

Hors ligne

#123 Le 21/10/2019, à 20:55

nany

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

Bon, c’est le module WiFi qui met du temps à se charger avant de donner la main.
Je ne sais pas quoi faire pour améliorer la chose, peut-être que xubu1957 (s’il suit encore ce fil) aura une idée.


Par ailleurs, ton matériel est plutôt limite pour Ubuntu (Gnome) 18.04. En effet, tu n’as que 3 Go de mémoire. Tu pourrais upgrader jusqu’à 4 Go (en remplaçant la barrette de 1 Go par une de 2 Go) mais c’est vraiment le minimum syndical pour Ubuntu 18.04.
Je te suggère de t’intéresser aux variantes plus légères telles que ubuntu mate, xubuntu voire lubuntu.

Hors ligne

#124 Le 21/10/2019, à 21:27

xubu1957

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

Bonsoir,

Il faudrait indiquer :

lspci -nnk | grep 0280 -A3
lsmod | grep cfg80211

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#125 Le 21/10/2019, à 21:59

agu

Re : (résolu) Quelques problèmes avec ubuntu 18.04 sur Dell D630

J'ai exécuté les 2 commandes.  On verra lors des prochains démarrages. Il me semble que le Wifi soit relativement lent au point de parfois bloquer Firefox. Je vais voir pour monter à 4 GB comme conseillé et faire des essais en connexion filaire plutôt que Wifi (et l'utiliser quand c'est possible)
merci pour votre aide !
ps je ferai encore un post pour dire ce qu'il en est avec le Wifi désactivé, puis je mettrai la publication en résolu (par contre je ne vois pas où clôturer la publication ! )

Hors ligne