Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 31/03/2021, à 17:09

Goutte gotti

"Make" ne make pas :(

Bonjour à tous, et merci pour vos réponses.
J'ai un bug avec ma carte wifi (wifi disparu, pas de driver toussa toussa)
Mais à chaque fois que j'essaye une solution, je me retrouve dans cette situation :

~/Bureau/Logiciels systems additionnels/rtlwifi_new$ make
make -C /lib/modules/5.4.0-70-generic/build M=/home/my-name/Bureau/Logiciels systems additionnels/rtlwifi_new modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.4.0-70-generic »
make[1]: *** Aucune règle pour fabriquer la cible « systems ». Arrêt.
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.4.0-70-generic »
make: *** [Makefile:53 : all] Erreur 2

La première fois, je pensais que le driver était pas bon, mais ça se répète ... Le make ne make rien du tout !
Merci à ceux qui pourront m'aider !

Hors ligne

#2 Le 31/03/2021, à 17:22

xubu1957

Re : "Make" ne make pas :(

Bonjour,

Pour quel pilote wifi Realtek ?

Comme Larry Finger a fermé son ancien github.

Voir [Tuto] Pas de Wi-fi ? Eléments importants à vérifier


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

Hors ligne

#3 Le 31/03/2021, à 17:29

iznobe

Re : "Make" ne make pas :(

Bonjour ,avant de "maker" et "builder" quoi que ce soit il faut installer en tout 1er lieu les outils necessaires a la compilation , les as tu installer ?

Dernière modification par iznobe (Le 31/03/2021, à 17:30)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#4 Le 31/03/2021, à 17:55

jplemoine

Re : "Make" ne make pas :(

Déjà perso : j'éviterai de mettre des espaces et autres espaces dans le nom du répertoire (a-z,A-Z,0-9):

~/Bureau/Logiciels systems additionnels/rtlwifi_new$ 

-->

~/Bureau/test/rtlwifi$ 

De ce que je comprends (mais ce n'est qu'une supposition) :
make -C /lib/modules/5.4.0-70-generic/build M=/home/my-name/Bureau/Logiciels systems additionnels/rtlwifi_new modules
est interprété comme
make -C /lib/modules/5.4.0-70-generic/build
1er paramètre : M=/home/my-name/Bureau/Logiciels
2eme paramètre : systems
3ème paramètre : additionnels/rtlwifi_new
4ème paramètre : modules


Membre de l'ALDIL (Association Lyonnaise pour le Développement de l'Informatique Libre)
- En pro, après 20 ans de développement, administrateur Linux / Unix depuis Avril 2019.
- En privé, sous Ubuntu-Xubuntu depuis 2009.

En ligne

#5 Le 31/03/2021, à 18:50

Goutte gotti

Re : "Make" ne make pas :(

Merci pour vos réponses.

@Xubu
J'essaye de compiler ces drivers wifi. Depuis une migration de noyau le wifi a totalement disparu (pas d'icones ni rien d'autre, le pilote est N/A).
Je voudrais installer RTL8821AE, le ASUSTEK est un rt8192cu mad c'est la deuxième fois que je me choppe ça sad  Tu m'avais beaucoup aidé la première fois ! Encore merci !
Le driver a l'air super vieux mais en fait c'est pas le plus important. Ce qui est pénible, c'est que depuis quelque temps je ne peux plus faire de "make"
https://github.com/rtlwifi-linux/rtlwifi_new

$ inxi -Nxx
Network:
  Device-1: Intel Ethernet I217-V vendor: ASUSTeK driver: e1000e v: 3.2.6-k 
  port: f040 bus ID: 00:19.0 chip ID: 8086:153b 
  Device-2: Realtek RTL8821AE 802.11ac PCIe Wireless Network Adapter 
  vendor: AzureWave driver: N/A port: d000 bus ID: 03:00.0 
  chip ID: 10ec:8821 
  Device-3: ASUSTek 802.11n WLAN Adapter type: USB driver: usb-network 
  bus ID: 3-4:4 chip ID: 0b05:18f1 

@iznobe

$ make -v
GNU Make 4.2.1
Construit pour x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
Licence GPLv3+ : GNU GPL version 3 ou ultérieure <http://gnu.org/licenses/gpl.html>
Ceci est un logiciel libre : vous êtes autorisé à le modifier et à la redistribuer.
Il ne comporte AUCUNE GARANTIE, dans la mesure de ce que permet la l

@jplemoine oui je sais maintenant, j'ai fait ce dossier alors que je commençais linux. Je l'ai jamais remplacé parce que je ne sais plus si il y a des liens qui tiennent toujours à l'intérieur.

Dernière modification par Goutte gotti (Le 31/03/2021, à 18:55)

Hors ligne

#6 Le 31/03/2021, à 19:07

iznobe

Re : "Make" ne make pas :(

Bonjour , je suis plutot de l' avis de @jplemoine , au pire renommer votre dossier en remplacant les espaces par des underscores toutche 8 .
ca devrait resoudre le probleme ou au moins une partie .
le chemin n' etant pas encadré par des " " les espaces sont considerés comme des delimiteurs dans la commande:

make -C /lib/modules/5.4.0-70-generic/build M=/home/my-name/Bureau/Logiciels systems additionnels/rtlwifi_new modules

Dernière modification par iznobe (Le 31/03/2021, à 19:10)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#7 Le 31/03/2021, à 19:20

xubu1957

Re : "Make" ne make pas :(

Dans le nouveau > github.com/lwfinger/rtw88

Ce référentiel comprend des pilotes pour les cartes suivantes:

RTL8822BE, RTL8822CE, RTL8821CE et RTL8723DE

Si vous recherchez un pilote pour des puces telles que RTL8188EE, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192EE, RTL8192SE, RTL8723AE, RTL8723BE
ou RTL8821AE, celles-ci doivent être fournies par votre noyau.
Sinon, vous devez vous rendre sur le projet Backports ( https://backports.wiki.kernel.org/index.php/Main_Page ) pour obtenir le code nécessaire.


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

Hors ligne

#8 Le 01/04/2021, à 06:01

xubu1957

Re : "Make" ne make pas :(

Bonjour,

Montre :

lsmod | grep cfg80211

et :

modinfo rtl8821ae

_ _ _

Vu aussi l'ancien fil > [Résolu] Connexion wifi instable. (usb trendnet driver RTL8192CU )

Fournis aussi :

bootctl

Dernière modification par xubu1957 (Le 01/04/2021, à 06:08)


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

Hors ligne

#9 Le 01/04/2021, à 09:47

Goutte gotti

Re : "Make" ne make pas :(

J'ai enlevé les espaces

$sudo make
make -C /lib/modules/5.8.0-45-generic/build M=/home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.8.0-45-generic »
  CC [M]  /home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new/btcoexist/halbtc8723b2ant.o
In file included from /home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new/btcoexist/halbt_precomp.h:25,
                 from /home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new/btcoexist/halbtc8723b2ant.c:37:
/home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new/btcoexist/../wifi.h:1328:40: error: ‘IEEE80211_NUM_BANDS’ undeclared here (not in a function); did you mean ‘IEEE80211_NUM_ACS’?
 1328 |  struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
      |                                        ^~~~~~~~~~~~~~~~~~~
      |                                        IEEE80211_NUM_ACS
/home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new/btcoexist/../wifi.h:1497:2: error: unknown type name ‘__kernel_time_t’
 1497 |  __kernel_time_t last_suspend_sec;
      |  ^~~~~~~~~~~~~~~
make[3]: *** [scripts/Makefile.build:286 : /home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new/btcoexist/halbtc8723b2ant.o] Erreur 1
make[2]: *** [scripts/Makefile.build:515 : /home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new/btcoexist] Erreur 2
make[1]: *** [Makefile:1783 : /home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.8.0-45-generic »
make: *** [Makefile:53 : all] Erreur 2

@Xubu

$ lsmod | grep cfg80211
cfg80211              778240  4 wl,8192eu,8192cu,mac80211
$ modinfo rtl8821ae
filename:       /lib/modules/5.8.0-45-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko
firmware:       rtlwifi/rtl8821aefw_29.bin
firmware:       rtlwifi/rtl8821aefw.bin
description:    Realtek 8821ae 802.11ac PCI wireless
license:        GPL
author:         Realtek WlanFAE	<wlanfae@realtek.com>
srcversion:     64BDAFD5093CE917B32291C
alias:          pci:v000010ECd00008821sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008812sv*sd*bc*sc*i*
depends:        rtlwifi,rtl_pci,btcoexist,mac80211
retpoline:      Y
intree:         Y
name:           rtl8821ae
vermagic:       5.8.0-45-generic SMP mod_unload modversions 
sig_id:         PKCS#7
signer:         Build time autogenerated kernel key
sig_key:        35:50:F7:73:31:F2:F1:08:DD:73:B5:4D:BA:3A:26:EB:81:11:22:3A
sig_hashalgo:   sha512
signature:      AC:A9:00:EF:33:23:C8:0B:F6:05:70:F4:4C:91:A4:E7:89:CF:C9:19:
		44:11:46:28:D6:56:81:A8:47:4E:EC:16:E8:0F:E3:63:EB:36:87:04:
		11:62:6C:35:90:66:EC:71:EA:44:EC:37:18:D2:02:36:B9:C9:3C:C3:
		3F:D1:DC:34:D2:36:FD:5A:7B:EE:F8:8C:03:0B:1C:36:8B:B5:40:75:
		BB:31:89:E3:5D:13:9B:7A:A0:64:08:92:56:60:B3:62:B7:21:8F:6F:
		AF:9A:D8:0D:11:FA:71:11:ED:DF:E7:B8:32:C7:A4:9F:3E:7A:C6:15:
		47:CB:72:B4:EF:BC:34:96:5D:D3:02:52:EA:AC:8D:31:6C:9C:FC:51:
		D8:D8:4E:D8:40:AB:E0:32:E7:05:7D:9F:28:9E:33:B1:14:9F:78:9A:
		34:51:A3:67:2F:DB:F3:1B:29:87:16:48:6F:BF:B3:54:4B:57:9E:1D:
		1C:79:ED:66:23:04:46:A7:0C:F1:12:68:4F:94:07:ED:42:E7:D5:A5:
		69:C8:21:E0:29:E1:5D:09:01:99:5E:B0:D3:AE:30:35:47:70:7A:6E:
		31:2E:AC:C8:1A:B1:48:2F:E5:DB:AB:07:BF:EB:D6:46:2A:7D:91:D7:
		A8:91:68:A1:FF:73:DA:2F:C2:50:31:A2:28:A3:25:A0:94:BF:82:E7:
		42:B2:B5:CA:DF:BD:42:A8:07:4A:D5:2E:E4:D6:9C:C6:56:97:30:26:
		8E:B9:56:FF:BB:2F:65:91:5A:98:F3:69:9F:D1:C4:58:96:04:0A:E1:
		84:30:24:80:77:2E:4B:91:22:26:79:15:5B:B4:D7:BC:A7:C5:98:3D:
		AA:0E:95:0A:62:89:75:E8:92:CB:86:3E:7F:6D:34:48:E1:3C:36:4E:
		0A:7F:EE:2F:AC:53:30:60:75:A3:09:24:9B:A0:64:D5:15:C1:81:29:
		6A:07:69:3C:AF:11:F9:84:3C:FE:89:BC:C2:73:C7:7F:B2:3F:9C:2C:
		2C:69:A6:A6:AF:C5:EE:CC:64:16:8E:48:79:B0:12:C6:40:A0:FB:90:
		AA:26:C1:8C:19:2E:2D:F7:CD:13:B8:B4:0E:54:E5:1A:5F:F1:16:3E:
		8F:79:4B:78:DC:9C:32:DD:B1:70:F7:6F:B4:0B:A6:81:E8:F3:C2:BA:
		F9:56:0C:F0:01:BC:F2:59:79:0D:01:B0:57:1D:82:C2:CE:82:D2:69:
		D7:1C:D6:96:8D:CF:A8:91:31:5E:8E:3E:B9:05:0E:3C:D9:E6:E3:D2:
		33:C3:DA:86:CA:94:D8:72:F3:B6:29:0D:83:51:55:4A:10:37:CF:F2:
		7A:8C:EA:81:C3:8A:45:8B:01:06:9E:C6
parm:           swenc:Set to 1 for software crypto (default 0)
 (bool)
parm:           ips:Set to 0 to not use link power save (default 1)
 (bool)
parm:           swlps:Set to 1 to use SW control power save (default 0)
 (bool)
parm:           fwlps:Set to 1 to use FW control power save (default 1)
 (bool)
parm:           msi:Set to 1 to use MSI interrupts mode (default 1)
 (bool)
parm:           aspm:Set to 1 to enable ASPM (default 1)
 (int)
parm:           debug_level:Set debug level (0-5) (default 0) (int)
parm:           debug_mask:Set debug mask (default 0) (ullong)
parm:           disable_watchdog:Set to 1 to disable the watchdog (default 0)
 (bool)
parm:           int_clear:Set to 0 to disable interrupt clear before set (default 1)
 (bool)

Hors ligne

#10 Le 01/04/2021, à 09:52

xubu1957

Re : "Make" ne make pas :(

Et :

bootctl

?

_ _ _

Je vais essayer d'avoir le renfort de Nico.

Dernière modification par xubu1957 (Le 01/04/2021, à 09:54)


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

Hors ligne

#11 Le 01/04/2021, à 09:58

FrancisFDZ

Re : "Make" ne make pas :(

Bonjour,

iznobe a écrit :

Bonjour , je suis plutot de l' avis de @jplemoine , au pire renommer votre dossier en remplacant les espaces par des underscores toutche 8 .
ca devrait resoudre le probleme ou au moins une partie .
le chemin n' etant pas encadré par des " " les espaces sont considerés comme des delimiteurs dans la commande:

make -C /lib/modules/5.4.0-70-generic/build M=/home/my-name/Bureau/Logiciels systems additionnels/rtlwifi_new modules

Si le répertoire doit garder son nom, il est toujours possible de créer un lien symbolique vers ce répertoire avec un nom plus abordable. Les fichiers qui y seront créés seront du coup écrits physiquement dans le répertoire à "nom long" mais accessibles dans les deux répertoires.


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne

#12 Le 01/04/2021, à 12:15

NicoApi73

Re : "Make" ne make pas :(

Bonjour,

Peux tu donner STP

sudo lshw -class network

Nous avions vu avec Nuliel que ce pilote ne compilait pas quand il n'était pas à /home/$USER. Honnêtement, je pense surtout que ce pilote n'est pas à jour pour le noyau que tu utilises.

Nous allons déjà essayé ceci :

cp -r /home/myname/Bureau/logiciels_system_additionnels/rtlwifi_new ~/
cd ~/rtlwifi_new
make

Hors ligne

#13 Le 01/04/2021, à 12:32

iznobe

Re : "Make" ne make pas :(

Bonjour , vous avez enlevé les espaces et là on voit maintenant que make fonctionne normalement , c ' est dejà un probleme en moins .;)

@FrancisFDZ , merci pour l' explication du lien symbolique .
Mais parfois il ne faut pas trop embrouiller ceux qui demandent , j ' ai preferer ne pas parler de ça et ne vois pas trop le rapport , car d ' une part , je ne sais pas si le demandeur a tapé la commande a la main ou si c ' est simplement le script du make qui affiche lui meme le chemin et d' autre part ca n ' a que peu d' interet directement avec les 2 soucis ennoncés au depart : impossibilité de compiler et pilote wifi disparu .

Pour les pilotes wifi je fais confiance @xubu1957 et @NicoApi73 , je sais qu ' il gere tres bien .

Dernière modification par iznobe (Le 01/04/2021, à 12:39)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#14 Le 01/04/2021, à 13:52

FrancisFDZ

Re : "Make" ne make pas :(

J'ai remarqué que la perte du wifi est souvent liée à une évolution du noyau. Le wifi fonctionne-t'il avec une version précédente du noyau (à choisir au boot en sélectionnant dans l'option recovery "booter sur le noyau xxx")

Dernière modification par FrancisFDZ (Le 01/04/2021, à 13:53)


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne

#15 Le 01/04/2021, à 16:29

NicoApi73

Re : "Make" ne make pas :(

FrancisFDZ a écrit :

J'ai remarqué que la perte du wifi est souvent liée à une évolution du noyau. Le wifi fonctionne-t'il avec une version précédente du noyau (à choisir au boot en sélectionnant dans l'option recovery "booter sur le noyau xxx")

La plupart du temps, ce sont les interfaces qui ont changé et la compilation ne passe plus (il y a des erreurs de compilations)

Hors ligne

#16 Le 04/04/2021, à 14:44

Goutte gotti

Re : "Make" ne make pas :(

Bonjour, merci à tous pour vos réponses,
Désolé du retard, j'étais débordé côté boulot !
@Xubu

$ sudo bootctl
[sudo] Mot de passe de gauthier-barbet :       
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: setup

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP partition information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/65421cef-4cf8-4986-968a-2bed5ad>
         File: └─/EFI/BOOT/bootx64.efi

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/65421cef-4cf8-4986-968a-2bed5ad8afbe
         File: └─/EFI/ubuntu/shimx64.efi

        Title: ubuntu
           ID: 0x0002
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/65421cef-4cf8-4986-968a-2bed5ad8afbe
         File: └─EFI/Ubuntu/grubx64.efi

        Title: Windows Boot Manager
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/65421cef-4cf8-4986-968a-2bed5ad8afbe
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/65421cef-4cf8-4986-968a-2bed5ad>

0 entries, no entry could be determined as default.

@NicoApi73

$ sudo lshw -class network
  *-network                 
       description: Ethernet interface
       produit: Ethernet Connection I217-V
       fabricant: Intel Corporation
       identifiant matériel: 19
       information bus: pci@0000:00:19.0
       nom logique: eno1
       version: 05
       numéro de série: f0:79:59:37:86:01
       capacité: 1Gbit/s
       bits: 32 bits
       horloge: 33MHz
       fonctionnalités: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.13-4 latency=0 link=no multicast=yes port=twisted pair
       ressources : irq:31 mémoire:f7200000-f721ffff mémoire:f7239000-f7239fff portE/S:f040(taille=32)
  *-network NON-RÉCLAMÉ
       description: Network controller
       produit: RTL8821AE 802.11ac PCIe Wireless Network Adapter
       fabricant: Realtek Semiconductor Co., Ltd.
       identifiant matériel: 0
       information bus: pci@0000:03:00.0
       version: 00
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress cap_list
       configuration : latency=0
       ressources : portE/S:d000(taille=256) mémoire:f7100000-f7103fff
  *-network:0 DÉSACTIVÉ
       description: Ethernet interface
       identifiant matériel: 2
       nom logique: virbr0-nic
       numéro de série: 52:54:00:c7:fd:7a
       taille: 10Mbit/s
       fonctionnalités: ethernet physical
       configuration : autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full link=no multicast=yes port=twisted pair speed=10Mbit/s
  *-network:1
       description: Ethernet interface
       identifiant matériel: 3
       information bus: usb@3:9
       nom logique: usb0
       numéro de série: 9a:e6:7e:ed:e2:07
       fonctionnalités: ethernet physical
       configuration : broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.189 link=yes multicast=yes
~/rtlwifi_new$ sudo make
make -C /lib/modules/5.8.0-45-generic/build M=/home/my-name/rtlwifi_new modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.8.0-45-generic »
  CC [M]  /home/my-name/rtlwifi_new/btcoexist/halbtc8723b2ant.o
In file included from /home/my-name/rtlwifi_new/btcoexist/halbt_precomp.h:25,
                 from /home/my-name/rtlwifi_new/btcoexist/halbtc8723b2ant.c:37:
/home/my-name/rtlwifi_new/btcoexist/../wifi.h:1328:40: error: ‘IEEE80211_NUM_BANDS’ undeclared here (not in a function); did you mean ‘IEEE80211_NUM_ACS’?
 1328 |  struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
      |                                        ^~~~~~~~~~~~~~~~~~~
      |                                        IEEE80211_NUM_ACS
/home/my-name/rtlwifi_new/btcoexist/../wifi.h:1497:2: error: unknown type name ‘__kernel_time_t’
 1497 |  __kernel_time_t last_suspend_sec;
      |  ^~~~~~~~~~~~~~~
make[3]: *** [scripts/Makefile.build:286 : /home/my-name/rtlwifi_new/btcoexist/halbtc8723b2ant.o] Erreur 1
make[2]: *** [scripts/Makefile.build:515 : /home/my-name/rtlwifi_new/btcoexist] Erreur 2
make[1]: *** [Makefile:1783 : /home/my-name/rtlwifi_new] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.8.0-45-generic »
make: *** [Makefile:53 : all] Erreur 2

Hors ligne

#17 Le 04/04/2021, à 14:46

xubu1957

Re : "Make" ne make pas :(

Bonjour,

network:0 DÉSACTIVÉ
       description: Ethernet interface
       identifiant matériel: 2
       nom logique: virbr0-nic

Il y a une machine virtuelle ?


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

Hors ligne

#18 Le 04/04/2021, à 15:22

Nuliel

Re : "Make" ne make pas :(

Hello,
Pas besoin de mettre de sudo devant make. Sinon je pense qu'on va devoir passer par les paquets de la distribution, à voir ce qui est compatible avec cette carte. Je vais faire quelques recherches

Hors ligne

#19 Le 04/04/2021, à 15:38

Nuliel

Re : "Make" ne make pas :(

Normalement cette puce wifi est prise en charge depuis le kernel 3.16, tu peux redémarrer et donner

lsmod | sort
dmesg
cat /etc/modprobe.d/*

Dernière modification par Nuliel (Le 04/04/2021, à 15:38)

Hors ligne

#20 Le 04/04/2021, à 15:43

Goutte gotti

Re : "Make" ne make pas :(

@Nuliel
sans sudo

mkdir: impossible de créer le répertoire «/home/my-name/rtlwifi_new/.tmp_93053»: Permission non accordée

@Xubu
Je ne sais pas trop, j'ai un programme qui fait des vm, mais je ne la pensais pas activée. Sur le gestionnaire de vm il y a une ici /var/lib/libvirt/images qui ne prend ni ram ni cpu.
Je développais une app mobile auparavant, je crois que je l'avais oublié

Hors ligne

#21 Le 04/04/2021, à 16:04

Goutte gotti

Re : "Make" ne make pas :(

@Nuliel

~$ lsmod | sort
8192cu                569344  0
8192eu               1351680  0
aesni_intel           372736  4
af_alg                 28672  6 algif_hash,algif_skcipher
ahci                   40960  3
algif_hash             16384  1
algif_skcipher         16384  1
asus_wmi               36864  1 eeepc_wmi
at24                   24576  0
autofs4                45056  2
blake2b_generic        20480  0
bluetooth             581632  41 btrtl,btintel,btbcm,bnep,btusb,rfcomm
bnep                   24576  2
bpfilter              884736  0
bridge                192512  0
btbcm                  16384  1 btusb
btintel                28672  1 btusb
btrfs                1290240  0
btrtl                  24576  1 btusb
btusb                  57344  0
cdc_ether              20480  1 rndis_host
cec                    53248  1 drm_kms_helper
cfg80211              778240  4 wl,8192eu,8192cu,mac80211
cmac                   16384  3
coretemp               20480  0
crc32_pclmul           16384  0
crct10dif_pclmul       16384  1
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel
crypto_simd            16384  1 aesni_intel
dm_log                 20480  2 dm_region_hash,dm_mirror
dm_mirror              24576  0
dm_region_hash         24576  1 dm_mirror
drm                   552960  4 drm_kms_helper,nvidia_drm
drm_kms_helper        217088  1 nvidia_drm
e1000e                262144  0
ecc                    32768  1 ecdh_generic
ecdh_generic           16384  2 bluetooth
eeepc_wmi              16384  0
efi_pstore             16384  0
fb_sys_fops            16384  1 drm_kms_helper
ghash_clmulni_intel    16384  0
glue_helper            16384  1 aesni_intel
hid                   135168  2 usbhid,hid_generic
hid_generic            16384  0
i2c_i801               32768  0
i2c_smbus              20480  1 i2c_i801
input_leds             16384  0
intel_cstate           20480  0
intel_powerclamp       20480  0
intel_rapl_common      28672  1 intel_rapl_msr
intel_rapl_msr         20480  0
ip6table_filter        16384  1
ip6table_mangle        16384  1
ip6table_nat           16384  1
ip6_tables             32768  55 ip6table_filter,ip6table_nat,ip6table_mangle
ip6t_REJECT            16384  1
ip6t_rt                20480  3
ipmi_devintf           20480  0
ipmi_msghandler       110592  2 ipmi_devintf,nvidia
iptable_filter         16384  1
iptable_mangle         16384  1
iptable_nat            16384  1
ip_tables              32768  11 iptable_filter,iptable_nat,iptable_mangle
ipt_REJECT             16384  3
isofs                  49152  1
joydev                 24576  0
kvm                   712704  1 kvm_intel
kvm_intel             286720  0
ledtrig_audio          16384  1 snd_hda_codec_generic
libahci                36864  1 ahci
libarc4                16384  1 mac80211
libcrc32c              16384  3 nf_conntrack,nf_nat,btrfs
llc                    16384  2 bridge,stp
lp                     20480  0
lpc_ich                24576  0
mac80211              905216  0
mac_hid                16384  0
mei                   106496  3 mei_hdcp,mei_me
mei_hdcp               24576  0
mei_me                 40960  1
mii                    20480  1 usbnet
Module                  Size  Used by
nf_conntrack          147456  3 xt_conntrack,nf_nat,xt_MASQUERADE
nf_defrag_ipv4         16384  1 nf_conntrack
nf_defrag_ipv6         24576  1 nf_conntrack
nf_log_common          16384  2 nf_log_ipv4,nf_log_ipv6
nf_log_ipv4            16384  5
nf_log_ipv6            16384  5
nf_nat                 45056  3 ip6table_nat,iptable_nat,xt_MASQUERADE
nfnetlink              16384  1 nf_tables
nf_reject_ipv4         16384  1 ipt_REJECT
nf_reject_ipv6         20480  1 ip6t_REJECT
nf_tables             192512  0
nls_iso8859_1          16384  1
nls_utf8               16384  1
nvidia              15802368  179 nvidia_uvm,nvidia_modeset
nvidia_drm             45056  1
nvidia_modeset       1056768  5 nvidia_drm
nvidia_uvm            802816  0
parport                65536  3 parport_pc,lp,ppdev
parport_pc             45056  0
ppdev                  24576  0
raid6_pq              114688  1 btrfs
rapl                   20480  0
rc_core                57344  1 cec
rfcomm                 81920  16
rndis_host             20480  0
sch_fq_codel           20480  4
snd                    94208  19 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
snd_hda_codec         139264  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_codec_generic    81920  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     61440  1
snd_hda_codec_realtek   131072  1
snd_hda_core           94208  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hda_intel          53248  4
snd_hwdep              20480  1 snd_hda_codec
snd_intel_dspcfg       24576  1 snd_hda_intel
snd_pcm               114688  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_rawmidi            36864  1 snd_seq_midi
snd_seq                69632  2 snd_seq_midi,snd_seq_midi_event
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi           20480  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_timer              40960  2 snd_seq,snd_pcm
soundcore              16384  1 snd
sparse_keymap          16384  1 asus_wmi
stp                    16384  1 bridge
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
uas                    28672  0
ums_realtek            24576  0
usbhid                 57344  0
usbnet                 49152  2 rndis_host,cdc_ether
usb_storage            73728  2 uas,ums_realtek
video                  49152  1 asus_wmi
wl                   6455296  0
wmi                    32768  2 asus_wmi,wmi_bmof
wmi_bmof               16384  0
x86_pkg_temp_thermal    20480  0
xhci_pci               20480  0
xhci_pci_renesas       20480  1 xhci_pci
xor                    24576  1 btrfs
x_tables               49152  17 ip6table_filter,xt_conntrack,iptable_filter,xt_LOG,xt_tcpudp,xt_addrtype,xt_CHECKSUM,ip6t_rt,ip6_tables,ipt_REJECT,ip_tables,xt_limit,xt_hl,ip6table_mangle,xt_MASQUERADE,ip6t_REJECT,iptable_mangle
xt_addrtype            16384  4
xt_CHECKSUM            16384  1
xt_conntrack           16384  17
xt_hl                  16384  22
xt_limit               16384  13
xt_LOG                 20480  10
xt_MASQUERADE          20480  3
xt_tcpudp              20480  33
~$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x28, date = 2019-11-12
[    0.000000] Linux version 5.8.0-48-generic (buildd@lgw01-amd64-008) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #54~20.04.1-Ubuntu SMP Sat Mar 20 13:40:25 UTC 2021 (Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic root=UUID=3656667e-7295-48c0-aa5e-064e6c5f14fc ro quiet splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cb6ecfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cb6ed000-0x00000000cb6f3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cb6f4000-0x00000000cbb41fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cbb42000-0x00000000cbf73fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cbf74000-0x00000000dd7cbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd7cc000-0x00000000dd9d4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd9d5000-0x00000000dd9ebfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dd9ec000-0x00000000ddf27fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ddf28000-0x00000000deffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000defff000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000031effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xcb26d018-0xcb28be57] usable ==> usable
[    0.000000] e820: update [mem 0xcb26d018-0xcb28be57] usable ==> usable
[    0.000000] e820: update [mem 0xcb25c018-0xcb26c857] usable ==> usable
[    0.000000] e820: update [mem 0xcb25c018-0xcb26c857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000cb25c017] usable
[    0.000000] reserve setup_data: [mem 0x00000000cb25c018-0x00000000cb26c857] usable
[    0.000000] reserve setup_data: [mem 0x00000000cb26c858-0x00000000cb26d017] usable
[    0.000000] reserve setup_data: [mem 0x00000000cb26d018-0x00000000cb28be57] usable
[    0.000000] reserve setup_data: [mem 0x00000000cb28be58-0x00000000cb6ecfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cb6ed000-0x00000000cb6f3fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cb6f4000-0x00000000cbb41fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cbb42000-0x00000000cbf73fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cbf74000-0x00000000dd7cbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd7cc000-0x00000000dd9d4fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dd9d5000-0x00000000dd9ebfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000dd9ec000-0x00000000ddf27fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ddf28000-0x00000000deffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000defff000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000031effffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ESRT=0xdef5c898 ACPI=0xdd9d9000 ACPI 2.0=0xdd9d9000 SMBIOS=0xf04c0 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. K30AD_M31AD_M51AD/K30AD_M31AD_M51AD_M32AD, BIOS 0702 10/23/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3093.157 MHz processor
[    0.000556] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000557] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000563] last_pfn = 0x31f000 max_arch_pfn = 0x400000000
[    0.000566] MTRR default type: uncachable
[    0.000566] MTRR fixed ranges enabled:
[    0.000567]   00000-9FFFF write-back
[    0.000568]   A0000-BFFFF uncachable
[    0.000568]   C0000-CFFFF write-protect
[    0.000569]   D0000-DFFFF uncachable
[    0.000570]   E0000-FFFFF write-protect
[    0.000570] MTRR variable ranges enabled:
[    0.000571]   0 base 0000000000 mask 7E00000000 write-back
[    0.000572]   1 base 0200000000 mask 7F00000000 write-back
[    0.000573]   2 base 0300000000 mask 7FF0000000 write-back
[    0.000574]   3 base 0310000000 mask 7FF8000000 write-back
[    0.000574]   4 base 0318000000 mask 7FFC000000 write-back
[    0.000575]   5 base 031C000000 mask 7FFE000000 write-back
[    0.000575]   6 base 031E000000 mask 7FFF000000 write-back
[    0.000576]   7 base 00E0000000 mask 7FE0000000 uncachable
[    0.000576]   8 disabled
[    0.000577]   9 disabled
[    0.000856] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000970] total RAM covered: 12272M
[    0.001279] Found optimal setting for mtrr clean up
[    0.001280]  gran_size: 64K 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 0G
[    0.001532] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.001535] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.007711] found SMP MP-table at [mem 0x000fd740-0x000fd74f]
[    0.007721] esrt: Reserving ESRT space from 0x00000000def5c898 to 0x00000000def5c8d0.
[    0.007754] check: Scanning 1 areas for low memory corruption
[    0.007759] Using GB pages for direct mapping
[    0.008335] secureboot: Secure boot disabled
[    0.008336] RAMDISK: [mem 0x3a9d4000-0x3fffdfff]
[    0.008342] ACPI: Early table checksum verification disabled
[    0.008345] ACPI: RSDP 0x00000000DD9D9000 000024 (v02 ASUS  )
[    0.008347] ACPI: XSDT 0x00000000DD9D9080 000084 (v01 ASUS   A M I    00000702 AMI  00010013)
[    0.008351] ACPI: FACP 0x00000000DD9E7280 00010C (v05 ASUS   A M I    00000702 AMI  00010013)
[    0.008355] ACPI: DSDT 0x00000000DD9D9198 00E0E5 (v02 ASUS   A M I    00000031 INTL 20091112)
[    0.008358] ACPI: FACS 0x00000000DDF26080 000040
[    0.008360] ACPI: APIC 0x00000000DD9E7390 000072 (v03 ASUS   A M I    00000702 AMI  00010013)
[    0.008362] ACPI: FPDT 0x00000000DD9E7408 000044 (v01 ASUS   A M I    00000702 AMI  00010013)
[    0.008364] ACPI: LPIT 0x00000000DD9E7450 00005C (v01 ASUS   A M I    00000000 AMI. 00000005)
[    0.008366] ACPI: SSDT 0x00000000DD9E74B0 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20091112)
[    0.008368] ACPI: SSDT 0x00000000DD9E79F0 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20091112)
[    0.008370] ACPI: MCFG 0x00000000DD9E84C8 00003C (v01 ASUS   A M I    00000702 MSFT 00000097)
[    0.008372] ACPI: HPET 0x00000000DD9E8508 000038 (v01 ASUS   A M I    00000702 AMI. 00000005)
[    0.008374] ACPI: SSDT 0x00000000DD9E8540 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.008376] ACPI: SSDT 0x00000000DD9E88B0 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.008378] ACPI: MSDM 0x00000000DD9EBD98 000055 (v01 ASUS   A M I    00000702      00000000)
[    0.008380] ACPI: BGRT 0x00000000DD9EBDF0 000038 (v00 ASUS   A M I    00000702 AMI  00010013)
[    0.008387] ACPI: Local APIC address 0xfee00000
[    0.008457] No NUMA configuration found
[    0.008458] Faking a node at [mem 0x0000000000000000-0x000000031effffff]
[    0.008467] NODE_DATA(0) allocated [mem 0x31efd4000-0x31effdfff]
[    0.008749] Zone ranges:
[    0.008750]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008751]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008752]   Normal   [mem 0x0000000100000000-0x000000031effffff]
[    0.008752]   Device   empty
[    0.008753] Movable zone start for each node
[    0.008756] Early memory node ranges
[    0.008756]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.008757]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.008758]   node   0: [mem 0x0000000000100000-0x00000000cb6ecfff]
[    0.008758]   node   0: [mem 0x00000000cb6f4000-0x00000000cbb41fff]
[    0.008759]   node   0: [mem 0x00000000cbf74000-0x00000000dd7cbfff]
[    0.008759]   node   0: [mem 0x00000000defff000-0x00000000deffffff]
[    0.008760]   node   0: [mem 0x0000000100000000-0x000000031effffff]
[    0.008867] Zeroed struct page in unavailable ranges: 15567 pages
[    0.008867] Initmem setup node 0 [mem 0x0000000000001000-0x000000031effffff]
[    0.008869] On node 0 totalpages: 3130161
[    0.008869]   DMA zone: 64 pages used for memmap
[    0.008870]   DMA zone: 24 pages reserved
[    0.008871]   DMA zone: 3997 pages, LIFO batch:0
[    0.008892]   DMA32 zone: 14095 pages used for memmap
[    0.008893]   DMA32 zone: 902036 pages, LIFO batch:63
[    0.014793]   Normal zone: 34752 pages used for memmap
[    0.014794]   Normal zone: 2224128 pages, LIFO batch:63
[    0.029531] ACPI: PM-Timer IO Port: 0x1808
[    0.029533] ACPI: Local APIC address 0xfee00000
[    0.029538] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.029548] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.029550] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.029551] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.029552] ACPI: IRQ0 used by override.
[    0.029552] ACPI: IRQ9 used by override.
[    0.029554] Using ACPI (MADT) for SMP configuration information
[    0.029555] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.029559] efi_bgrt: Ignoring BGRT: invalid image address
[    0.029561] TSC deadline timer available
[    0.029562] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.029586] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.029588] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.029590] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.029590] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.029592] PM: hibernation: Registered nosave memory: [mem 0xcb25c000-0xcb25cfff]
[    0.029593] PM: hibernation: Registered nosave memory: [mem 0xcb26c000-0xcb26cfff]
[    0.029594] PM: hibernation: Registered nosave memory: [mem 0xcb26d000-0xcb26dfff]
[    0.029595] PM: hibernation: Registered nosave memory: [mem 0xcb28b000-0xcb28bfff]
[    0.029597] PM: hibernation: Registered nosave memory: [mem 0xcb6ed000-0xcb6f3fff]
[    0.029598] PM: hibernation: Registered nosave memory: [mem 0xcbb42000-0xcbf73fff]
[    0.029600] PM: hibernation: Registered nosave memory: [mem 0xdd7cc000-0xdd9d4fff]
[    0.029600] PM: hibernation: Registered nosave memory: [mem 0xdd9d5000-0xdd9ebfff]
[    0.029601] PM: hibernation: Registered nosave memory: [mem 0xdd9ec000-0xddf27fff]
[    0.029601] PM: hibernation: Registered nosave memory: [mem 0xddf28000-0xdeffefff]
[    0.029607] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[    0.029607] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.029608] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.029608] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.029609] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.029609] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.029609] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.029610] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.029610] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.029611] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.029611] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.029611] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.029613] [mem 0xdf000000-0xf7ffffff] available for PCI devices
[    0.029614] Booting paravirtualized kernel on bare hardware
[    0.029616] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.029623] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.029790] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[    0.029796] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[    0.029797] pcpu-alloc: [0] 0 1 2 3 
[    0.029825] Built 1 zonelists, mobility grouping on.  Total pages: 3081226
[    0.029826] Policy zone: Normal
[    0.029827] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic root=UUID=3656667e-7295-48c0-aa5e-064e6c5f14fc ro quiet splash
[    0.030582] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.030932] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.030969] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.061518] Memory: 11886140K/12520644K available (14339K kernel code, 2537K rwdata, 5436K rodata, 2644K init, 4916K bss, 634504K reserved, 0K cma-reserved)
[    0.061525] random: get_random_u64 called from kmem_cache_open+0x2d/0x410 with crng_init=0
[    0.061626] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.061637] Kernel/User page tables isolation: enabled
[    0.061652] ftrace: allocating 46224 entries in 181 pages
[    0.075118] ftrace: allocated 181 pages with 5 groups
[    0.075215] rcu: Hierarchical RCU implementation.
[    0.075216] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.075217] 	Trampoline variant of Tasks RCU enabled.
[    0.075217] 	Rude variant of Tasks RCU enabled.
[    0.075218] 	Tracing variant of Tasks RCU enabled.
[    0.075218] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.075219] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.077690] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.077956] random: crng done (trusting CPU's manufacturer)
[    0.077974] Console: colour dummy device 80x25
[    0.077979] printk: console [tty0] enabled
[    0.077994] ACPI: Core revision 20200528
[    0.078086] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.078096] APIC: Switch to symmetric I/O mode setup
[    0.078469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.098094] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c960788105, max_idle_ns: 440795297551 ns
[    0.098097] Calibrating delay loop (skipped), value calculated using timer frequency.. 6186.31 BogoMIPS (lpj=12372628)
[    0.098099] pid_max: default: 32768 minimum: 301
[    0.104054] LSM: Security Framework initializing
[    0.104064] Yama: becoming mindful.
[    0.104086] AppArmor: AppArmor initialized
[    0.104137] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.104166] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.104389] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.104398] process: using mwait in idle threads
[    0.104401] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.104401] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.104404] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.104405] Spectre V2 : Mitigation: Full generic retpoline
[    0.104405] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.104406] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.104407] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.104407] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.104408] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.104411] SRBDS: Mitigation: Microcode
[    0.104411] MDS: Mitigation: Clear CPU buffers
[    0.104589] Freeing SMP alternatives memory: 40K
[    0.110159] smpboot: CPU0: Intel(R) Core(TM) i3-4160T CPU @ 3.10GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.110256] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.110269] ... version:                3
[    0.110269] ... bit width:              48
[    0.110270] ... generic registers:      4
[    0.110270] ... value mask:             0000ffffffffffff
[    0.110271] ... max period:             00007fffffffffff
[    0.110271] ... fixed-purpose events:   3
[    0.110271] ... event mask:             000000070000000f
[    0.110299] rcu: Hierarchical SRCU implementation.
[    0.111002] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.111044] smp: Bringing up secondary CPUs ...
[    0.111114] x86: Booting SMP configuration:
[    0.111115] .... node  #0, CPUs:      #1 #2
[    0.113035] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.113035]  #3
[    0.113035] smp: Brought up 1 node, 4 CPUs
[    0.113035] smpboot: Max logical packages: 1
[    0.113035] smpboot: Total of 4 processors activated (24745.25 BogoMIPS)
[    0.114428] devtmpfs: initialized
[    0.114428] x86/mm: Memory block size: 128MB
[    0.114803] PM: Registering ACPI NVS region [mem 0xcb6ed000-0xcb6f3fff] (28672 bytes)
[    0.114803] PM: Registering ACPI NVS region [mem 0xdd9ec000-0xddf27fff] (5488640 bytes)
[    0.114803] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.114803] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.114803] pinctrl core: initialized pinctrl subsystem
[    0.114803] PM: RTC time: 14:53:21, date: 2021-04-04
[    0.114803] thermal_sys: Registered thermal governor 'fair_share'
[    0.114803] thermal_sys: Registered thermal governor 'bang_bang'
[    0.114803] thermal_sys: Registered thermal governor 'step_wise'
[    0.114803] thermal_sys: Registered thermal governor 'user_space'
[    0.114803] thermal_sys: Registered thermal governor 'power_allocator'
[    0.114803] NET: Registered protocol family 16
[    0.114803] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.114803] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.114803] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.114803] audit: initializing netlink subsys (disabled)
[    0.114803] audit: type=2000 audit(1617548001.036:1): state=initialized audit_enabled=0 res=1
[    0.114803] EISA bus registered
[    0.114803] cpuidle: using governor ladder
[    0.114803] cpuidle: using governor menu
[    0.114803] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.114803] ACPI: bus type PCI registered
[    0.114803] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.114803] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.114803] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.114803] PCI: Using configuration type 1 for base access
[    0.114803] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.114803] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.115244] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.115244] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.118165] ACPI: Added _OSI(Module Device)
[    0.118165] ACPI: Added _OSI(Processor Device)
[    0.118166] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.118166] ACPI: Added _OSI(Processor Aggregator Device)
[    0.118167] ACPI: Added _OSI(Linux-Dell-Video)
[    0.118168] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.118168] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.126287] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.127555] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.128431] ACPI: Dynamic OEM Table Load:
[    0.128435] ACPI: SSDT 0xFFFF9AC450451C00 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20091112)
[    0.129353] ACPI: Dynamic OEM Table Load:
[    0.129356] ACPI: SSDT 0xFFFF9AC450663800 0005AA (v01 PmRef  ApIst    00003000 INTL 20091112)
[    0.130327] ACPI: Dynamic OEM Table Load:
[    0.130330] ACPI: SSDT 0xFFFF9AC4505DBA00 000119 (v01 PmRef  ApCst    00003000 INTL 20091112)
[    0.131792] ACPI: Interpreter enabled
[    0.131816] ACPI: (supports S0 S3 S4 S5)
[    0.131817] ACPI: Using IOAPIC for interrupt routing
[    0.131842] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.132094] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.140826] ACPI: Power Resource [FN00] (off)
[    0.140897] ACPI: Power Resource [FN01] (off)
[    0.140960] ACPI: Power Resource [FN02] (off)
[    0.141024] ACPI: Power Resource [FN03] (off)
[    0.141091] ACPI: Power Resource [FN04] (off)
[    0.141897] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.141901] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.142168] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.142333] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.142334] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.142773] PCI host bridge to bus 0000:00
[    0.142775] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.142776] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.142777] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.142778] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.142778] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.142779] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.142780] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.142781] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.142781] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.142789] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.142867] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.142900] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.143037] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.143055] pci 0000:00:14.0: reg 0x10: [mem 0xf7220000-0xf722ffff 64bit]
[    0.143107] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.143178] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.143196] pci 0000:00:16.0: reg 0x10: [mem 0xf723b000-0xf723b00f 64bit]
[    0.143251] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.143317] pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
[    0.143332] pci 0000:00:19.0: reg 0x10: [mem 0xf7200000-0xf721ffff]
[    0.143338] pci 0000:00:19.0: reg 0x14: [mem 0xf7239000-0xf7239fff]
[    0.143345] pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
[    0.143394] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.143465] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.143483] pci 0000:00:1a.0: reg 0x10: [mem 0xf7238000-0xf72383ff]
[    0.143556] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.143631] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.143647] pci 0000:00:1b.0: reg 0x10: [mem 0xf7230000-0xf7233fff 64bit]
[    0.143701] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.143772] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.143842] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.143968] pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400
[    0.144038] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.144163] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.144182] pci 0000:00:1d.0: reg 0x10: [mem 0xf7237000-0xf72373ff]
[    0.144256] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.144330] pci 0000:00:1f.0: [8086:8c5c] type 00 class 0x060100
[    0.144488] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.144502] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    0.144507] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    0.144513] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    0.144518] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    0.144524] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.144530] pci 0000:00:1f.2: reg 0x24: [mem 0xf7236000-0xf72367ff]
[    0.144559] pci 0000:00:1f.2: PME# supported from D3hot
[    0.144624] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.144639] pci 0000:00:1f.3: reg 0x10: [mem 0xf7235000-0xf72350ff 64bit]
[    0.144655] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.144760] pci 0000:01:00.0: [10de:1049] type 00 class 0x030000
[    0.144773] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.144781] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
[    0.144788] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.144794] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.144799] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.144809] pci 0000:01:00.0: BAR 3: assigned to efifb
[    0.144892] pci 0000:01:00.1: [10de:0e08] type 00 class 0x040300
[    0.144903] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.145004] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.145006] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.145007] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.145010] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.145061] acpiphp: Slot [1] registered
[    0.145065] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.145128] pci 0000:03:00.0: [10ec:8821] type 00 class 0x028000
[    0.145157] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.145180] pci 0000:03:00.0: reg 0x18: [mem 0xf7100000-0xf7103fff 64bit]
[    0.145290] pci 0000:03:00.0: supports D1 D2
[    0.145291] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.145429] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.145432] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.145434] pci 0000:00:1c.1:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.146112] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.146165] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.146216] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.146267] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.146317] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.146368] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.146418] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.146469] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15)
[    0.146828] iommu: Default domain type: Translated 
[    0.146828] SCSI subsystem initialized
[    0.146828] libata version 3.00 loaded.
[    0.146828] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.146828] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.146828] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.146828] vgaarb: loaded
[    0.146828] ACPI: bus type USB registered
[    0.146828] usbcore: registered new interface driver usbfs
[    0.146828] usbcore: registered new interface driver hub
[    0.146828] usbcore: registered new device driver usb
[    0.146828] pps_core: LinuxPPS API ver. 1 registered
[    0.146828] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.146828] PTP clock support registered
[    0.146828] EDAC MC: Ver: 3.0.0
[    0.146828] Registered efivars operations
[    0.146828] NetLabel: Initializing
[    0.146828] NetLabel:  domain hash size = 128
[    0.146828] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.146828] NetLabel:  unlabeled traffic allowed by default
[    0.146828] PCI: Using ACPI for IRQ routing
[    0.147345] PCI: pci_cache_line_size set to 64 bytes
[    0.147378] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.147378] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.147379] e820: reserve RAM buffer [mem 0xcb25c018-0xcbffffff]
[    0.147380] e820: reserve RAM buffer [mem 0xcb26d018-0xcbffffff]
[    0.147380] e820: reserve RAM buffer [mem 0xcb6ed000-0xcbffffff]
[    0.147381] e820: reserve RAM buffer [mem 0xcbb42000-0xcbffffff]
[    0.147382] e820: reserve RAM buffer [mem 0xdd7cc000-0xdfffffff]
[    0.147383] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.147383] e820: reserve RAM buffer [mem 0x31f000000-0x31fffffff]
[    0.150651] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.150654] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.151116] clocksource: Switched to clocksource tsc-early
[    0.161487] VFS: Disk quotas dquot_6.6.0
[    0.161503] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.161593] AppArmor: AppArmor Filesystem Enabled
[    0.161620] pnp: PnP ACPI init
[    0.161738] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.161742] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.161935] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.161936] system 00:01: [io  0xffff] has been reserved
[    0.161937] system 00:01: [io  0xffff] has been reserved
[    0.161938] system 00:01: [io  0xffff] has been reserved
[    0.161939] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.161939] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.161940] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.161941] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.161942] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.161943] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.161946] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.161964] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.162008] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.162010] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.162102] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.162106] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.162157] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.162159] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.162602] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.162603] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.162603] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.162604] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.162606] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.162607] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.162607] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.162608] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.162609] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.162610] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.162611] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.162612] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.162615] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.162846] pnp: PnP ACPI: found 7 devices
[    0.168318] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.168364] NET: Registered protocol family 2
[    0.168502] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.168570] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.168729] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.168826] TCP: Hash tables configured (established 131072 bind 65536)
[    0.168915] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.168951] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.169008] NET: Registered protocol family 1
[    0.169011] NET: Registered protocol family 44
[    0.169018] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.169020] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.169021] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.169027] pci 0000:00:1c.0: BAR 14: assigned [mem 0xe0000000-0xe01fffff]
[    0.169032] pci 0000:00:1c.0: BAR 15: assigned [mem 0xe0200000-0xe03fffff 64bit pref]
[    0.169033] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.169035] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.169037] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.169039] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.169041] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.169043] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.169045] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.169048] pci 0000:00:1c.0:   bridge window [mem 0xe0000000-0xe01fffff]
[    0.169050] pci 0000:00:1c.0:   bridge window [mem 0xe0200000-0xe03fffff 64bit pref]
[    0.169054] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.169055] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.169058] pci 0000:00:1c.1:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.169065] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.169066] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.169066] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.169067] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.169068] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.169069] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.169069] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.169070] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window]
[    0.169071] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.169072] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.169073] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.169073] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.169074] pci_bus 0000:02: resource 1 [mem 0xe0000000-0xe01fffff]
[    0.169075] pci_bus 0000:02: resource 2 [mem 0xe0200000-0xe03fffff 64bit pref]
[    0.169076] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.169076] pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.198182] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x670 took 28154 usecs
[    0.222178] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x670 took 23423 usecs
[    0.222195] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.222204] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.222210] PCI: CLS 64 bytes, default 64
[    0.222268] Trying to unpack rootfs image as initramfs...
[    0.390167] Freeing initrd memory: 88232K
[    0.390189] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.390190] software IO TLB: mapped [mem 0xc725c000-0xcb25c000] (64MB)
[    0.390358] check: Scanning for low memory corruption every 60 seconds
[    0.390664] Initialise system trusted keyrings
[    0.390672] Key type blacklist registered
[    0.390696] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.391654] zbud: loaded
[    0.391836] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.391944] fuse: init (API version 7.31)
[    0.392038] integrity: Platform Keyring initialized
[    0.401409] Key type asymmetric registered
[    0.401410] Asymmetric key parser 'x509' registered
[    0.401416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.401437] io scheduler mq-deadline registered
[    0.401900] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.401938] efifb: probing for efifb
[    0.401950] efifb: No BGRT, not showing boot graphics
[    0.401950] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[    0.401951] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.401951] efifb: scrolling: redraw
[    0.401952] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.401979] fbcon: Deferring console take-over
[    0.401980] fb0: EFI VGA frame buffer device
[    0.401985] intel_idle: MWAIT substates: 0x42120
[    0.401985] intel_idle: v0.5.1 model 0x3C
[    0.402112] intel_idle: Local APIC timer is reliable in all C-states
[    0.402214] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.402230] ACPI: Power Button [PWRB]
[    0.402253] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.402275] ACPI: Power Button [PWRF]
[    0.402829] thermal LNXTHERM:00: registered as thermal_zone0
[    0.402830] ACPI: Thermal Zone [TZ00] (28 C)
[    0.403052] thermal LNXTHERM:01: registered as thermal_zone1
[    0.403052] ACPI: Thermal Zone [TZ01] (30 C)
[    0.403184] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.404253] Linux agpgart interface v0.103
[    0.405544] loop: module loaded
[    0.405756] libphy: Fixed MDIO Bus: probed
[    0.405757] tun: Universal TUN/TAP device driver, 1.6
[    0.405774] PPP generic driver version 2.4.2
[    0.405808] VFIO - User Level meta-driver version: 0.3
[    0.405861] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.405863] ehci-pci: EHCI PCI platform driver
[    0.405984] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.405988] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.405997] ehci-pci 0000:00:1a.0: debug port 2
[    0.409906] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.409919] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7238000
[    0.422136] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.422169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    0.422170] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.422171] usb usb1: Product: EHCI Host Controller
[    0.422172] usb usb1: Manufacturer: Linux 5.8.0-48-generic ehci_hcd
[    0.422173] usb usb1: SerialNumber: 0000:00:1a.0
[    0.422328] hub 1-0:1.0: USB hub found
[    0.422332] hub 1-0:1.0: 2 ports detected
[    0.422527] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.422530] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.422538] ehci-pci 0000:00:1d.0: debug port 2
[    0.426444] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.426452] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7237000
[    0.442134] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.442164] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    0.442165] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.442165] usb usb2: Product: EHCI Host Controller
[    0.442166] usb usb2: Manufacturer: Linux 5.8.0-48-generic ehci_hcd
[    0.442167] usb usb2: SerialNumber: 0000:00:1d.0
[    0.442314] hub 2-0:1.0: USB hub found
[    0.442318] hub 2-0:1.0: 2 ports detected
[    0.442427] ehci-platform: EHCI generic platform driver
[    0.442435] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.442437] ohci-pci: OHCI PCI platform driver
[    0.442442] ohci-platform: OHCI generic platform driver
[    0.442449] uhci_hcd: USB Universal Host Controller Interface driver
[    0.442478] i8042: PNP: No PS/2 controller found.
[    0.442665] mousedev: PS/2 mouse device common for all mice
[    0.442944] rtc_cmos 00:02: RTC can wake from S4
[    0.443111] rtc_cmos 00:02: registered as rtc0
[    0.443137] rtc_cmos 00:02: setting system clock to 2021-04-04T14:53:21 UTC (1617548001)
[    0.443148] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.443152] i2c /dev entries driver
[    0.443189] device-mapper: uevent: version 1.0.3
[    0.443223] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    0.443238] platform eisa.0: Probing EISA bus 0
[    0.443239] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.443240] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.443240] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.443241] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.443242] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.443242] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.443243] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.443243] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.443244] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.443245] platform eisa.0: EISA: Detected 0 cards
[    0.443249] intel_pstate: Intel P-state driver initializing
[    0.443417] ledtrig-cpu: registered to indicate activity on CPUs
[    0.443423] EFI Variables Facility v0.08 2004-May-17
[    0.453099] drop_monitor: Initializing network drop monitor service
[    0.453555] NET: Registered protocol family 10
[    0.460919] Segment Routing with IPv6
[    0.460944] NET: Registered protocol family 17
[    0.460985] Key type dns_resolver registered
[    0.461234] microcode: sig=0x306c3, pf=0x2, revision=0x28
[    0.461274] microcode: Microcode Update Driver: v2.2.
[    0.461279] IPI shorthand broadcast: enabled
[    0.461286] sched_clock: Marking stable (461051834, 218243)->(467148038, -5877961)
[    0.461354] registered taskstats version 1
[    0.461365] Loading compiled-in X.509 certificates
[    0.462192] Loaded X.509 cert 'Build time autogenerated kernel key: 76eda9298d4765a62ac93bc1887b5735875ee8fe'
[    0.462943] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.463677] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.463704] zswap: loaded using pool lzo/zbud
[    0.463823] Key type ._fscrypt registered
[    0.463824] Key type .fscrypt registered
[    0.463825] Key type fscrypt-provisioning registered
[    0.467290] Key type encrypted registered
[    0.467294] AppArmor: AppArmor sha1 policy hashing enabled
[    0.467592] integrity: Loading X.509 certificate: UEFI:db
[    0.467895] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.467895] integrity: Loading X.509 certificate: UEFI:db
[    0.468127] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.468128] integrity: Loading X.509 certificate: UEFI:db
[    0.468150] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.468151] integrity: Loading X.509 certificate: UEFI:db
[    0.468182] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.468182] integrity: Loading X.509 certificate: UEFI:db
[    0.468417] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.468763] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.468781] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[    0.468782] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.469019] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.470108] ima: No TPM chip found, activating TPM-bypass!
[    0.470117] ima: Allocated hash algorithm: sha1
[    0.470133] ima: No architecture policies found
[    0.470146] evm: Initialising EVM extended attributes:
[    0.470147] evm: security.selinux
[    0.470147] evm: security.SMACK64
[    0.470148] evm: security.SMACK64EXEC
[    0.470148] evm: security.SMACK64TRANSMUTE
[    0.470149] evm: security.SMACK64MMAP
[    0.470149] evm: security.apparmor
[    0.470150] evm: security.ima
[    0.470150] evm: security.capability
[    0.470151] evm: HMAC attrs: 0x1
[    0.470774] PM:   Magic number: 1:112:889
[    0.470808] pci 0000:00:1f.2: hash matches
[    0.470951] RAS: Correctable Errors collector initialized.
[    0.472180] Freeing unused decrypted memory: 2040K
[    0.472649] Freeing unused kernel image (initmem) memory: 2644K
[    0.498183] Write protecting the kernel read-only data: 22528k
[    0.499484] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    0.499927] Freeing unused kernel image (rodata/data gap) memory: 708K
[    0.676673] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.676676] x86/mm: Checking user space page tables
[    0.823671] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.823712] Run /init as init process
[    0.823714]   with arguments:
[    0.823715]     /init
[    0.823715]     splash
[    0.823716]   with environment:
[    0.823716]     HOME=/
[    0.823717]     TERM=linux
[    0.823717]     BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic
[    0.882128] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    0.882142] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.906046] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200528/utaddress-204)
[    0.906051] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.906053] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200528/utaddress-204)
[    0.906055] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.906055] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200528/utaddress-204)
[    0.906057] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200528/utaddress-204)
[    0.906059] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.906060] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C1F (\_SB.PCI0.LPCB.GPBX) (20200528/utaddress-204)
[    0.906062] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200528/utaddress-204)
[    0.906064] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200528/utaddress-204)
[    0.906066] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.906066] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    0.907819] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.907823] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.908866] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.908870] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.908994] ahci 0000:00:1f.2: version 3.0
[    0.909005] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    0.909006] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.909007] usb usb3: Product: xHCI Host Controller
[    0.909008] usb usb3: Manufacturer: Linux 5.8.0-48-generic xhci-hcd
[    0.909008] usb usb3: SerialNumber: 0000:00:14.0
[    0.909210] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x31 impl SATA mode
[    0.909212] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems 
[    0.910887] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    0.910888] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.911561] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.913031] hub 3-0:1.0: USB hub found
[    0.913579] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    0.913591] hub 3-0:1.0: 10 ports detected
[    0.916416] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    0.916710] i2c i2c-0: Successfully instantiated SPD at 0x50
[    0.917526] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.917530] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.917534] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.917579] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    0.917581] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.917582] usb usb4: Product: xHCI Host Controller
[    0.917584] usb usb4: Manufacturer: Linux 5.8.0-48-generic xhci-hcd
[    0.917585] usb usb4: SerialNumber: 0000:00:14.0
[    0.917738] hub 4-0:1.0: USB hub found
[    0.917745] hub 4-0:1.0: 2 ports detected
[    0.932416] cryptd: max_cpu_qlen set to 1000
[    0.939188] AVX2 version of gcm_enc/dec engaged.
[    0.939189] AES CTR mode by8 optimization enabled
[    0.939538] scsi host0: ahci
[    0.939705] scsi host1: ahci
[    0.940040] scsi host2: ahci
[    0.940142] scsi host3: ahci
[    0.940243] scsi host4: ahci
[    0.945352] scsi host5: ahci
[    0.945418] ata1: SATA max UDMA/133 abar m2048@0xf7236000 port 0xf7236100 irq 28
[    0.945420] ata2: DUMMY
[    0.945421] ata3: DUMMY
[    0.945422] ata4: DUMMY
[    0.945424] ata5: SATA max UDMA/133 abar m2048@0xf7236000 port 0xf7236300 irq 28
[    0.945425] ata6: SATA max UDMA/133 abar m2048@0xf7236000 port 0xf7236380 irq 28
[    1.004522] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    1.038582] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
[    1.038588] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.038676] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
[    1.038679] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.038996] hub 1-1:1.0: USB hub found
[    1.039066] hub 2-1:1.0: USB hub found
[    1.039185] hub 1-1:1.0: 4 ports detected
[    1.039212] hub 2-1:1.0: 6 ports detected
[    1.082451] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:79:59:37:86:01
[    1.082452] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.082494] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    1.091149] e1000e 0000:00:19.0 eno1: renamed from eth0
[    1.250170] usb 3-2: new low-speed USB device number 2 using xhci_hcd
[    1.261475] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.261549] ata5: SATA link down (SStatus 0 SControl 300)
[    1.261580] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.262579] ata1.00: ATA-9: WDC WD10EZEX-22BN5A0, 01.01A01, max UDMA/133
[    1.262583] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.262776] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20200528/psargs-330)
[    1.262812] fbcon: Taking over console
[    1.262824] No Local Variables are initialized for Method [_GTF]
[    1.262827] No Arguments are initialized for method [_GTF]
[    1.262833] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT5._GTF due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[    1.262863] ata6.00: ATAPI: ASUS DVD RAM GHC1N, AS00, max UDMA/133
[    1.263025] Console: switching to colour frame buffer device 128x48
[    1.263732] ata1.00: configured for UDMA/133
[    1.264054] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-22B 1A01 PQ: 0 ANSI: 5
[    1.264208] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20200528/psargs-330)
[    1.264226] No Local Variables are initialized for Method [_GTF]
[    1.264229] No Arguments are initialized for method [_GTF]
[    1.264233] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT5._GTF due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[    1.264261] ata6.00: configured for UDMA/133
[    1.264546] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.264698] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.264704] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.264732] sd 0:0:0:0: [sda] Write Protect is off
[    1.264737] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.264785] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.267746] scsi 5:0:0:0: CD-ROM            ASUS DVD RAM GHC1N        AS00 PQ: 0 ANSI: 5
[    1.305700] sr 5:0:0:0: [sr0] scsi3-mmc drive: 24x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.305702] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.330317] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    1.330366] sr 5:0:0:0: Attached scsi generic sg1 type 5
[    1.341300]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    1.341852] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.390108] tsc: Refined TSC clocksource calibration: 3092.837 MHz
[    1.390113] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c94d933972, max_idle_ns: 440795249834 ns
[    1.390126] clocksource: Switched to clocksource tsc
[    1.403505] usb 3-2: New USB device found, idVendor=0461, idProduct=0010, bcdDevice= 1.04
[    1.403507] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.403508] usb 3-2: Product: USB Keyboard
[    1.403508] usb 3-2: Manufacturer: NOVATEK
[    1.408326] hid: raw HID events driver (C) Jiri Kosina
[    1.416061] usbcore: registered new interface driver usbhid
[    1.416061] usbhid: USB HID core driver
[    1.418615] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:0461:0010.0001/input/input2
[    1.478310] hid-generic 0003:0461:0010.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:14.0-2/input0
[    1.478443] input: NOVATEK USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:0461:0010.0002/input/input3
[    1.534136] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    1.538285] input: NOVATEK USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:0461:0010.0002/input/input4
[    1.538389] hid-generic 0003:0461:0010.0002: input,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:14.0-2/input1
[    1.683939] usb 3-3: New USB device found, idVendor=062a, idProduct=5918, bcdDevice= 1.02
[    1.683941] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.683942] usb 3-3: Product: 2.4G Keyboard Mouse
[    1.683943] usb 3-3: Manufacturer: MOSART Semi.
[    1.685856] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:062A:5918.0003/input/input5
[    1.742224] hid-generic 0003:062A:5918.0003: input,hidraw2: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-3/input0
[    1.744073] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:5918.0004/input/input6
[    1.744220] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:5918.0004/input/input7
[    1.802278] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:5918.0004/input/input8
[    1.802359] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:062A:5918.0004/input/input9
[    1.802505] hid-generic 0003:062A:5918.0004: input,hiddev0,hidraw3: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-3/input1
[    1.930142] usb 3-8: new high-speed USB device number 4 using xhci_hcd
[    2.327967] usb 3-8: New USB device found, idVendor=0bda, idProduct=0158, bcdDevice=58.88
[    2.327969] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.327970] usb 3-8: Product: USB2.0-CRW
[    2.327970] usb 3-8: Manufacturer: Generic
[    2.327971] usb 3-8: SerialNumber: 20071114173400000
[    2.335631] usbcore: registered new interface driver usb-storage
[    2.336676] usbcore: registered new interface driver uas
[    2.337609] ums-realtek 3-8:1.0: USB Mass Storage device detected
[    2.340017] scsi host6: usb-storage 3-8:1.0
[    2.340098] usbcore: registered new interface driver ums-realtek
[    2.458139] usb 3-9: new high-speed USB device number 5 using xhci_hcd
[    2.606659] usb 3-9: New USB device found, idVendor=0e8d, idProduct=2004, bcdDevice=ff.ff
[    2.606661] usb 3-9: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[    2.606661] usb 3-9: Product: Lenny4
[    2.606662] usb 3-9: Manufacturer: MediaTek
[    2.606663] usb 3-9: SerialNumber: 4LYTQCRGBIEQIRKJ
[    2.734135] usb 3-10: new full-speed USB device number 6 using xhci_hcd
[    2.883330] usb 3-10: New USB device found, idVendor=13d3, idProduct=3414, bcdDevice= 2.00
[    2.883331] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.883332] usb 3-10: Product: Bluetooth Radio 
[    2.883332] usb 3-10: Manufacturer: Realtek 
[    2.883333] usb 3-10: SerialNumber: 00e04c000001
[    3.344395] scsi 6:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
[    3.344613] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    3.374109] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    8.966108] raid6: avx2x4   gen() 10590 MB/s
[    9.034107] raid6: avx2x4   xor()  5280 MB/s
[    9.102111] raid6: avx2x2   gen()  9997 MB/s
[    9.170107] raid6: avx2x2   xor()  5951 MB/s
[    9.238108] raid6: avx2x1   gen()  9004 MB/s
[    9.306107] raid6: avx2x1   xor()  5085 MB/s
[    9.374109] raid6: sse2x4   gen()  5788 MB/s
[    9.442109] raid6: sse2x4   xor()  3211 MB/s
[    9.510106] raid6: sse2x2   gen()  5987 MB/s
[    9.578107] raid6: sse2x2   xor()  3465 MB/s
[    9.646108] raid6: sse2x1   gen()  4492 MB/s
[    9.714108] raid6: sse2x1   xor()  2814 MB/s
[    9.714110] raid6: using algorithm avx2x4 gen() 10590 MB/s
[    9.714112] raid6: .... xor() 5280 MB/s, rmw enabled
[    9.714114] raid6: using avx2x2 recovery algorithm
[    9.715002] xor: automatically using best checksumming function   avx       
[    9.731221] Btrfs loaded, crc32c=crc32c-intel
[   12.185311] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   13.569039] systemd[1]: Inserted module 'autofs4'
[   13.717269] systemd[1]: systemd 245.4-4ubuntu3.5 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)
[   13.734192] systemd[1]: Detected architecture x86-64.
[   13.762071] systemd[1]: Set hostname to <gauthierbarbet-K30AD-M31AD-M51AD>.
[   15.720309] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[   16.253530] systemd[1]: Created slice Virtual Machine and Container Slice.
[   16.253988] systemd[1]: Created slice system-modprobe.slice.
[   16.254230] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   16.254506] systemd[1]: Created slice User and Session Slice.
[   16.254557] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   16.254701] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   16.254740] systemd[1]: Reached target User and Group Name Lookups.
[   16.254750] systemd[1]: Reached target Remote File Systems.
[   16.254757] systemd[1]: Reached target Slices.
[   16.254775] systemd[1]: Reached target Libvirt guests shutdown.
[   16.254830] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   16.254904] systemd[1]: Listening on LVM2 poll daemon socket.
[   16.262790] systemd[1]: Listening on Syslog Socket.
[   16.264137] systemd[1]: Listening on Process Core Dump Socket.
[   16.264196] systemd[1]: Listening on fsck to fsckd communication Socket.
[   16.264238] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   16.264379] systemd[1]: Listening on Journal Audit Socket.
[   16.264437] systemd[1]: Listening on Journal Socket (/dev/log).
[   16.264511] systemd[1]: Listening on Journal Socket.
[   16.264580] systemd[1]: Listening on udev Control Socket.
[   16.264633] systemd[1]: Listening on udev Kernel Socket.
[   16.265399] systemd[1]: Mounting Huge Pages File System...
[   16.266326] systemd[1]: Mounting POSIX Message Queue File System...
[   16.267591] systemd[1]: Mounting Kernel Debug File System...
[   16.268940] systemd[1]: Mounting Kernel Trace File System...
[   16.270738] systemd[1]: Starting Journal Service...
[   16.271782] systemd[1]: Starting Availability of block devices...
[   16.273205] systemd[1]: Starting Set the console keyboard layout...
[   16.274515] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   16.275802] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   16.277009] systemd[1]: Starting Load Kernel Module drm...
[   16.308198] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   16.308239] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   16.328778] systemd[1]: Starting Load Kernel Modules...
[   16.329598] systemd[1]: Starting Remount Root and Kernel File Systems...
[   16.330816] systemd[1]: Starting udev Coldplug all Devices...
[   16.331980] systemd[1]: Starting Uncomplicated firewall...
[   16.333825] systemd[1]: Mounted Huge Pages File System.
[   16.333956] systemd[1]: Mounted POSIX Message Queue File System.
[   16.334062] systemd[1]: Mounted Kernel Debug File System.
[   16.334177] systemd[1]: Mounted Kernel Trace File System.
[   16.334642] systemd[1]: Finished Availability of block devices.
[   16.553527] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[   16.554751] systemd[1]: Finished Remount Root and Kernel File Systems.
[   16.555525] systemd[1]: Activating swap /swapfile...
[   16.664800] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   16.664852] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   16.665628] systemd[1]: Starting Load/Save Random Seed...
[   16.666693] systemd[1]: Starting Create System Users...
[   16.667568] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   16.668087] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   16.777962] systemd[1]: Started Journal Service.
[   16.821972] systemd-journald[344]: Received client request to flush runtime journal.
[   16.974137] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
[   17.186345] lp: driver loaded but no devices found
[   17.270190] ppdev: user-space parallel port driver
[   17.733717] bpfilter: Loaded bpfilter_umh pid 379
[   17.733807] Started bpfilter
[   17.847304] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.847497] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   18.161053] 8192eu: loading out-of-tree module taints kernel.
[   18.161501] 8192eu: module verification failed: signature and/or required key missing - tainting kernel
[   18.164446] usbcore: registered new interface driver rtl8192eu
[   18.307099] usbcore: registered new interface driver rtl8192cu
[   22.474378] pstore: Using crash dump compression: deflate
[   22.474390] pstore: Registered efi as persistent store backend
[   22.885281] at24 0-0050: supply vcc not found, using dummy regulator
[   22.885811] at24 0-0050: 256 byte spd EEPROM, read-only
[   23.239788] wl: module license 'MIXED/Proprietary' taints kernel.
[   23.239789] Disabling lock debugging due to kernel taint
[   23.294358] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[   23.294360] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   23.294360] RAPL PMU: hw unit of domain package 2^-14 Joules
[   23.294361] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   23.345172] IPMI message handler: version 39.2
[   23.377930] ipmi device interface
[   23.396054] asus_wmi: ASUS WMI generic driver loaded
[   23.473077] asus_wmi: Initialization: 0x0
[   23.473107] asus_wmi: BIOS WMI version: 0.9
[   23.473160] asus_wmi: SFUN value: 0x0
[   23.473162] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[   23.473770] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input10
[   23.477491] usbcore: registered new interface driver cdc_ether
[   23.557514] rndis_host 3-9:1.0 usb0: register 'rndis_host' at usb-0000:00:14.0-9, RNDIS device, 5a:67:e7:9f:bc:ec
[   23.557550] usbcore: registered new interface driver rndis_host
[   24.074069] Bluetooth: Core ver 2.22
[   24.074094] NET: Registered protocol family 31
[   24.074095] Bluetooth: HCI device and connection manager initialized
[   24.074106] Bluetooth: HCI socket layer initialized
[   24.074108] Bluetooth: L2CAP socket layer initialized
[   24.074110] Bluetooth: SCO socket layer initialized
[   24.194781] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[   24.195024] snd_hda_intel 0000:01:00.1: Disabling MSI
[   24.195028] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   24.467010] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[   24.467074] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[   24.573439] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[   24.573781] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   24.573866] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.141  Mon Dec 28 16:21:32 UTC 2020 (using threaded interrupts)
[   24.608746] usbcore: registered new interface driver btusb
[   24.610326] Bluetooth: hci0: RTL: examining hci_ver=06 hci_rev=000a lmp_ver=06 lmp_subver=8821
[   24.611313] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   24.611314] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821a_fw.bin
[   24.823732] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.141  Mon Dec 28 16:14:07 UTC 2020
[   24.837345] intel_rapl_common: Found RAPL domain package
[   24.837347] intel_rapl_common: Found RAPL domain core
[   24.837348] intel_rapl_common: Found RAPL domain dram
[   24.851535] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821a_config.bin
[   24.851554] bluetooth hci0: Direct firmware load for rtl_bt/rtl8821a_config.bin failed with error -2
[   24.851559] Bluetooth: hci0: RTL: cfg_sz -2, total sz 17428
[   24.873108] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   24.873109] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   25.122026] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   25.122028] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   25.122029] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   25.122029] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   25.122030] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
[   25.122031] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   25.122032] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   25.122033] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   25.122033] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   25.136216] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   25.136280] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   25.136342] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   25.136400] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   25.136462] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[   25.136517] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[   25.136569] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[   25.136621] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[   25.250823] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 235
[   25.640399] Bluetooth: hci0: RTL: fw version 0x0e2fa041
[   26.156527] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[   26.156647] caller os_map_kernel_space.part.0+0x100/0x140 [nvidia] mapping multiple BARs
[   34.789227] audit: type=1400 audit(1617548035.838:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=703 comm="apparmor_parser"
[   34.789243] audit: type=1400 audit(1617548035.838:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=702 comm="apparmor_parser"
[   34.830891] audit: type=1400 audit(1617548035.882:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=704 comm="apparmor_parser"
[   34.947774] audit: type=1400 audit(1617548035.998:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd" pid=707 comm="apparmor_parser"
[   34.947779] audit: type=1400 audit(1617548035.998:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd//qemu_bridge_helper" pid=707 comm="apparmor_parser"
[   34.962520] audit: type=1400 audit(1617548036.014:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=708 comm="apparmor_parser"
[   34.962524] audit: type=1400 audit(1617548036.014:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=708 comm="apparmor_parser"
[   34.962526] audit: type=1400 audit(1617548036.014:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=708 comm="apparmor_parser"
[   34.966402] audit: type=1400 audit(1617548036.018:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=706 comm="apparmor_parser"
[   34.966405] audit: type=1400 audit(1617548036.018:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=706 comm="apparmor_parser"
[   41.323556] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   41.323557] Bluetooth: BNEP filters: protocol multicast
[   41.323560] Bluetooth: BNEP socket layer initialized
[   41.375049] NET: Registered protocol family 38
[   42.833129] kauditd_printk_skb: 17 callbacks suppressed
[   42.833130] audit: type=1400 audit(1617548043.882:29): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=865 comm="cups-browsed" capability=23  capname="sys_nice"
[   51.427302] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   51.428196] virbr0: port 1(virbr0-nic) entered blocking state
[   51.428198] virbr0: port 1(virbr0-nic) entered disabled state
[   51.428368] device virbr0-nic entered promiscuous mode
[   53.918487] virbr0: port 1(virbr0-nic) entered blocking state
[   53.918490] virbr0: port 1(virbr0-nic) entered listening state
[   54.500372] virbr0: port 1(virbr0-nic) entered disabled state
[   58.726240] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[   58.726348] caller os_map_kernel_space.part.0+0x100/0x140 [nvidia] mapping multiple BARs
[   72.253226] Bluetooth: RFCOMM TTY layer initialized
[   72.253232] Bluetooth: RFCOMM socket layer initialized
[   72.253236] Bluetooth: RFCOMM ver 1.11
[   82.569350] ISO 9660 Extensions: Microsoft Joliet Level 3
[   82.721157] ISOFS: changing to secondary root
[  247.560248] [UFW BLOCK] IN=usb0 OUT= MAC=5a:67:e7:9f:bc:ec:ba:c4:d7:b3:10:03:08:00:45:00:00:28:00:00:40:00:36:06:6f:6a:b2:14:37:eb:c0:a8:2a:be:01:bb:b7:24:e5:de:6a:51:00:00:00:00:50:04:00:00:d1:6a:00:00:00:00:00:00 SRC=178.20.55.235 DST=192.168.42.190 LEN=40 TOS=0x00 PREC=0x00 TTL=54 ID=0 DF PROTO=TCP SPT=443 DPT=46884 WINDOW=0 RES=0x00 RST URGP=0 
[  248.712347] [UFW BLOCK] IN=usb0 OUT= MAC=5a:67:e7:9f:bc:ec:ba:c4:d7:b3:10:03:08:00:45:00:00:28:00:00:40:00:35:06:70:6a:b2:14:37:eb:c0:a8:2a:be:01:bb:b7:4e:9e:6f:2b:86:00:00:00:00:50:04:00:00:57:7b:00:00:00:00:00:00 SRC=178.20.55.235 DST=192.168.42.190 LEN=40 TOS=0x00 PREC=0x00 TTL=53 ID=0 DF PROTO=TCP SPT=443 DPT=46926 WINDOW=0 RES=0x00 RST URGP=0 
[  248.712460] [UFW BLOCK] IN=usb0 OUT= MAC=5a:67:e7:9f:bc:ec:ba:c4:d7:b3:10:03:08:00:45:00:00:28:00:00:40:00:35:06:70:6a:b2:14:37:eb:c0:a8:2a:be:01:bb:b7:4e:9e:6f:2b:86:00:00:00:00:50:04:00:00:57:7b:00:00:00:00:00:00 SRC=178.20.55.235 DST=192.168.42.190 LEN=40 TOS=0x00 PREC=0x00 TTL=53 ID=0 DF PROTO=TCP SPT=443 DPT=46926 WINDOW=0 RES=0x00 RST URGP=0 
~$ cat /etc/modprobe.d/*
# Disable power management in the 8192cu driver. This works around a bug in
# some hardware where the device never wakes back up.
# Credit goes to Saqib Razaq (https://github.com/s-razaq) for the fix.

# rtw_power_mgnt=0 disables power saving
# rtw_enusbss=0 disables USB autosuspend
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
options 8192eu rtw_power_mgnt=0 rtw_enusbss=0
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
# The microcode module attempts to apply a microcode update when
# it autoloads.  This is not always safe, so we block it by default.
blacklist microcode
# For some Atheros 5K RF MACs, the madwifi driver loads buts fails to
# correctly initialize the hardware, leaving it in a state from
# which ath5k cannot recover. To prevent this condition, stop
# madwifi from loading by default. Use Jockey to select one driver
# or the other. (Ubuntu: #315056, #323830)
blacklist ath_pci

# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
blacklist b43
blacklist b43legacy
blacklist ssb
blacklist bcm43xx
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist bcma
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac

# https://doc.ubuntu-fr.org/hercules_hwnup-150
# rtl18192cu de merde !!!
blacklist rtl8192cu
#blacklist rtl8xxxu

              
# Select the legacy firewire stack over the new CONFIG_FIREWIRE one.

blacklist ohci1394
blacklist sbp2
blacklist dv1394
blacklist raw1394
blacklist video1394

#blacklist firewire-ohci
#blacklist firewire-sbp2
# Framebuffer drivers are generally buggy and poorly-supported, and cause
# suspend failures, kernel panics and general mayhem.  For this reason we
# never load them automatically.
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist cirrusfb
blacklist cyber2000fb
blacklist cyblafb
blacklist gx1fb
blacklist hgafb
blacklist i810fb
blacklist intelfb
blacklist kyrofb
blacklist lxfb
blacklist matroxfb_base
blacklist neofb
blacklist nvidiafb
blacklist pm2fb
blacklist rivafb
blacklist s1d13xxxfb
blacklist savagefb
blacklist sisfb
blacklist sstfb
blacklist tdfxfb
blacklist tridentfb
#blacklist vesafb
blacklist vfb
blacklist viafb
blacklist vt8623fb
blacklist udlfb
# Uncomment these entries in order to blacklist unwanted modem drivers
# blacklist snd-atiixp-modem
# blacklist snd-intel8x0m
# blacklist snd-via82xx-modem
## This file ships with the rtl8192-fixes DKMS module.
## Keep the native (and currently broken) kernel driver from loading so ours
## is used instead:
install rtl8192cu /bin/false
install rtl8192c_common /bin/false
install rtlwifi /bin/false
## There is also a new mainline driver starting with kernel v4.4
install rtl8xxxu /bin/false
blacklist ac97
blacklist ac97_codec
blacklist ac97_plugin_ad1980
blacklist ad1848
blacklist ad1889
blacklist adlib_card
blacklist aedsp16
blacklist ali5455
blacklist btaudio
blacklist cmpci
blacklist cs4232
blacklist cs4281
blacklist cs461x
blacklist cs46xx
blacklist emu10k1
blacklist es1370
blacklist es1371
blacklist esssolo1
blacklist forte
blacklist gus
blacklist i810_audio
blacklist kahlua
blacklist mad16
blacklist maestro
blacklist maestro3
blacklist maui
blacklist mpu401
blacklist nm256_audio
blacklist opl3
blacklist opl3sa
blacklist opl3sa2
blacklist pas2
blacklist pss
blacklist rme96xx
blacklist sb
blacklist sb_lib
blacklist sgalaxy
blacklist sonicvibes
blacklist sound
blacklist sscape
blacklist trident
blacklist trix
blacklist uart401
blacklist uart6850
blacklist via82cxxx_audio
blacklist v_midi
blacklist wavefront
blacklist ymfpci
blacklist ac97_plugin_wm97xx
blacklist ad1816
blacklist audio
blacklist awe_wave
blacklist dmasound_core
blacklist dmasound_pmac
blacklist harmony
blacklist sequencer
blacklist soundcard
blacklist usb-midi
# Many less commonly used network protocols have recently had various
# security flaws discovered. In an effort to reduce the scope of future
# vulnerability exploitations, they are being blacklisted here so that
# unprivileged users cannot use them by default. System owners can still
# either modify this file, or specifically modprobe any needed protocols.

# ax25
alias net-pf-3 off
# netrom
alias net-pf-6 off
# x25
alias net-pf-9 off
# rose
alias net-pf-11 off
# decnet
alias net-pf-12 off
# econet
alias net-pf-19 off
# rds
alias net-pf-21 off
# af_802154
alias net-pf-36 off
# modprobe information used for DKMS modules
#
# This is a stub file, should be edited when needed,
# used by default by DKMS.
blacklist ideapad_laptop
# The microcode module attempts to apply a microcode update when
# it autoloads.  This is not always safe, so we block it by default.
blacklist microcode
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system.  When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
blacklist rtl8xxxu

Hors ligne

#22 Le 04/04/2021, à 17:10

Nuliel

Re : "Make" ne make pas :(

C'est la fête dans /etc/modprobe.d/ !

# https://doc.ubuntu-fr.org/hercules_hwnup-150
# rtl18192cu de merde !!!
blacklist rtl8192cu
#blacklist rtl8xxxu
...
## This file ships with the rtl8192-fixes DKMS module.
## Keep the native (and currently broken) kernel driver from loading so ours
## is used instead:
install rtl8192cu /bin/false
install rtl8192c_common /bin/false
install rtlwifi /bin/false
## There is also a new mainline driver starting with kernel v4.4
install rtl8xxxu /bin/false
...
blacklist rtl8xxxu

+1 pour le commentaire big_smile
Le bluetooth râle à cause de fichiers bin manquants, c'est possiblement le cas aussi pour le wifi.

Je veux bien aussi le retour de

dkms status

afin de faire un petit nettoyage avant de tenter d'autres pilotes.

Edit: je rajoute aussi

dpkg -l | grep ^ii | grep dkms

Dernière modification par Nuliel (Le 05/04/2021, à 09:34)

Hors ligne

#23 Le 07/04/2021, à 08:18

Goutte gotti

Re : "Make" ne make pas :(

Oui le commentaire c'est aussi pour me souvenir que c'est mon édit manuelle smile

$ dkms status
8192cu, 1.11, 5.4.0-66-generic, x86_64: installed
8192cu, 1.11, 5.4.0-67-generic, x86_64: installed
8192cu, 1.11, 5.4.0-70-generic, x86_64: installed
8192cu, 1.11, 5.8.0-23-generic, x86_64: installed
8192cu, 1.11, 5.8.0-45-generic, x86_64: installed
8192cu, 1.11, 5.8.0-48-generic, x86_64: installed
bcmwl, 6.30.223.271+bdcom, 5.4.0-67-generic, x86_64: installed
bcmwl, 6.30.223.271+bdcom, 5.4.0-70-generic, x86_64: installed
bcmwl, 6.30.223.271+bdcom, 5.8.0-23-generic, x86_64: installed
bcmwl, 6.30.223.271+bdcom, 5.8.0-45-generic, x86_64: installed
bcmwl, 6.30.223.271+bdcom, 5.8.0-48-generic, x86_64: installed
ndiswrapper, 1.60: added
nvidia, 390.141, 5.4.0-67-generic, x86_64: installed
nvidia, 390.141, 5.4.0-70-generic, x86_64: installed
nvidia, 390.141, 5.8.0-23-generic, x86_64: installed
nvidia, 390.141, 5.8.0-45-generic, x86_64: installed
nvidia, 390.141, 5.8.0-48-generic, x86_64: installed
rtl8192eu, 1.0, 5.4.0-66-generic, x86_64: installed
rtl8192eu, 1.0, 5.4.0-67-generic, x86_64: installed
rtl8192eu, 1.0, 5.4.0-70-generic, x86_64: installed
rtl8192eu, 1.0, 5.8.0-23-generic, x86_64: installed
rtl8192eu, 1.0, 5.8.0-45-generic, x86_64: installed
rtl8192eu, 1.0, 5.8.0-48-generic, x86_64: installed
~$ dpkg -l | grep ^ii | grep dkms
ii  dkms                                       2.8.1-5ubuntu2                             all          Dynamic Kernel Module Support Framework
ii  ndiswrapper-dkms                           1.60-8ubuntu3                              all          Source for the ndiswrapper Linux kernel module (DKMS)
ii  nvidia-dkms-390                            390.141-0ubuntu0.20.04.1                   amd64        NVIDIA DKMS package

Hors ligne

#24 Le 07/04/2021, à 13:25

FrancisFDZ

Re : "Make" ne make pas :(

en #14,Nuliel a écrit :

Hello,
Pas besoin de mettre de sudo devant make. Sinon je pense qu'on va devoir passer par les paquets de la distribution, à voir ce qui est compatible avec cette carte. Je vais faire quelques recherches

Pour un "make install" (c'est le premier qui me vient à l'esprit), le sudo est nécessaire pour permettre l'installation des fichiers dans des répertoires interdits à l'écriture, autrement effectivement sudo est superflu.


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne

#25 Le 07/04/2021, à 13:35

Nuliel

Re : "Make" ne make pas :(

Oui, je voulais dire pour make, pas make install (au passage il y a généralement une option pour ne pas mettre dans /bin/local avec make install)

Sinon, on commence par faire du ménage:

sudo dkms remove 8192cu/1.11 --all
sudo dkms remove rtl8192eu/1.0 --all

puis tu peux redonner

dkms status

et aussi

dpkg -l | grep bcm

pour savoir ce qui a install bcmwl (à moins que tu en aies besoin pour autre chose)
Tu te sers de ndiswrapper?

Dernière modification par Nuliel (Le 07/04/2021, à 13:35)

Hors ligne