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 08/08/2019, à 10:19

titou83

iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Bonjour,

J'ai un nouveau iMac 2019 sur lequel j'ai installé Ubuntu 18.04

Tout marche impeccable sauf le bluetooth et le wifi.

La puce est une Broadcom 4464 :

jb@jb-iMac4K:~$ lspci -nn -d 14e4:
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries Device [14e4:4464] (rev 03)

Impossible de trouver des drivers ou d'installer les drivers STA.
J'ai suivi tous les tutos que j'ai trouvés et toutes les recommandations (désactivation secure boot notamment).

Quelqu'un a-t-il la même configuration que moi ?
Que faire d'autre ?

Merci !

Dernière modification par titou83 (Le 08/08/2019, à 11:57)

Hors ligne

#2 Le 08/08/2019, à 11:40

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Bonjour,

Montre, en te servant du Retour utilisable de commande :

lspci -nnk | grep 0280 -A3

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

En ligne

#3 Le 08/08/2019, à 11:56

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Bonjour,

Voila :

jb@jb-iMac4K:~$ lspci -nnk | grep 0280 -A3
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries Device [14e4:4464] (rev 03)
	Subsystem: Apple Inc. Device [106b:07bf]
	Kernel modules: wl
04:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM57766 Gigabit Ethernet PCIe [14e4:1686] (rev 01)

Merci pour ton aide.

Dernière modification par titou83 (Le 08/08/2019, à 11:57)

Hors ligne

#4 Le 08/08/2019, à 12:39

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Essaye :

sudo apt-get install --reinstall bcmwl-kernel-source

_ _ _

@diesel83140

Pour le filaire ?

> broadcom.com/site-search?q=57766

(Edit= messages regroupés)

Dernière modification par xubu1957 (Le 08/08/2019, à 14:41)


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

En ligne

#5 Le 08/08/2019, à 13:20

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

xubu1957 a écrit :

Essaye :

sudo apt-get install --reinstall bcmwl-kernel-source

Voici :

jb@jb-iMac4K:~$ sudo apt-get install --reinstall bcmwl-kernel-source
[sudo] Mot de passe de jb : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 0 o/1550 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
(Lecture de la base de données... 163851 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb ...
Removing all DKMS Modules
Done.
Dépaquetage de bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) sur (6.30.223.271+bdcom-0ubuntu4) ...
Paramétrage de bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building for 4.15.0-55-generic
Building for architecture x86_64
Building initial module for 4.15.0-55-generic
This system doesn't support Secure Boot
Secure Boot not enabled on this system.
Done.

wl:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.15.0-55-generic/updates/dkms/

depmod...

DKMS: install completed.
update-initramfs: deferring update (trigger activated)
Traitement des actions différées (« triggers ») pour initramfs-tools (0.130ubuntu3.8) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic

Hors ligne

#6 Le 08/08/2019, à 13:22

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

xubu1957 a écrit :

@diesel83140

Pour le filaire ?

> broadcom.com/site-search?q=57766

Le filaire fonctionne bien. Et heureusement sinon je n'aurai pas d'internet !

C'est le sans-fil qui ne fonctionne pas (bluetooth et wifi).
C'est surtout le bluetooth que je voudrais récupérer pour le clavier et la souris.

Hors ligne

#7 Le 08/08/2019, à 13:25

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Il faut fournir,pour le bluetooth  :

lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
sudo service bluetooth status
dpkg -l | grep blue

et :

rfkill list all

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

En ligne

#8 Le 08/08/2019, à 13:30

diesel

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

titou83 a écrit :
xubu1957 a écrit :

@diesel83140

Pour le filaire ?

> broadcom.com/site-search?q=57766

Le filaire fonctionne bien. Et heureusement sinon je n'aurai pas d'internet !

C'est le sans-fil qui ne fonctionne pas (bluetooth et wifi).
C'est surtout le bluetooth que je voudrais récupérer pour le clavier et la souris.

Oui, je me suis emmêlé les pinceaux, excuse-moi. C'est pour ça que j'ai supprimé mon message.

En fait, pour l'instant, on ne connaît pas la référence de ta puce. 4464, c'est juste un numéro.

Donne nous le résultat d'un

sudo lshw -C network

Dans les résultats d'un

dmesg

tu dois aussi avoir des lignes d'erreur pour l'initialisation du circuit.

Amicalement.

Jean-Marie

Dernière modification par diesel (Le 08/08/2019, à 13:31)


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#9 Le 08/08/2019, à 13:35

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

jb@jb-iMac4K:~$ lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries Device [14e4:4464] (rev 03)
	Subsystem: Apple Inc. Device [106b:07bf]
	Kernel modules: wl
04:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM57766 Gigabit Ethernet PCIe [14e4:1686] (rev 01)
	Subsystem: Broadcom Inc. and subsidiaries NetXtreme BCM57766 Gigabit Ethernet PCIe [14e4:1686]
	Kernel driver in use: tg3
	Kernel modules: tg3
04:00.1 SD Host controller [0805]: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 01)
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0603:00f2 Novatek Microelectronics Corp. Keyboard (Labtec Ultra Flat Keyboard)
Bus 001 Device 003: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 001 Device 002: ID 05ac:8511 Apple, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    5.221767] Bluetooth: Core ver 2.22
[    5.221776] Bluetooth: HCI device and connection manager initialized
[    5.221777] Bluetooth: HCI socket layer initialized
[    5.221778] Bluetooth: L2CAP socket layer initialized
[    5.221781] Bluetooth: SCO socket layer initialized
[    5.231034] Bluetooth: HCI UART driver ver 2.3
[    5.231035] Bluetooth: HCI UART protocol H4 registered
[    5.231035] Bluetooth: HCI UART protocol BCSP registered
[    5.231043] Bluetooth: HCI UART protocol LL registered
[    5.231043] Bluetooth: HCI UART protocol ATH3K registered
[    5.231043] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.231057] Bluetooth: HCI UART protocol Intel registered
[    5.231068] Bluetooth: HCI UART protocol Broadcom registered
[    5.231068] Bluetooth: HCI UART protocol QCA registered
[    5.231068] Bluetooth: HCI UART protocol AG6XX registered
[    5.231069] Bluetooth: HCI UART protocol Marvell registered
[    5.735167] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.735168] Bluetooth: BNEP filters: protocol multicast
[    5.735169] Bluetooth: BNEP socket layer initialized
[    7.670030] Bluetooth: hci0: command 0x0c03 tx timeout
[   15.584010] Bluetooth: hci0: BCM: Reset failed (-110)
[   61.159114] Bluetooth: hci0: Frame reassembly failed (-84)
[   61.227037] Bluetooth: hci0: Frame reassembly failed (-84)
[   61.665787] Bluetooth: hci0: Frame reassembly failed (-84)
[   61.755785] Bluetooth: hci0: Frame reassembly failed (-84)
[   82.916543] Bluetooth: hci0: Frame reassembly failed (-84)
[   82.984310] Bluetooth: hci0: Frame reassembly failed (-84)
[   83.074498] Bluetooth: hci0: Frame reassembly failed (-84)
[   83.186959] Bluetooth: hci0: Frame reassembly failed (-84)
[   83.333268] Bluetooth: hci0: Frame reassembly failed (-84)
[   83.400745] Bluetooth: hci0: Frame reassembly failed (-84)
[   83.456986] Bluetooth: hci0: Frame reassembly failed (-84)
[   83.558230] Bluetooth: hci0: Frame reassembly failed (-84)
[   83.861803] Bluetooth: hci0: Frame reassembly failed (-84)
[   83.918264] Bluetooth: hci0: Frame reassembly failed (-84)
[   84.165795] Bluetooth: hci0: Frame reassembly failed (-84)
[   84.232686] Bluetooth: hci0: Frame reassembly failed (-84)
[   84.390695] Bluetooth: hci0: Frame reassembly failed (-84)
[   84.458142] Bluetooth: hci0: Frame reassembly failed (-84)
[   84.593251] Bluetooth: hci0: Frame reassembly failed (-84)
[   84.660712] Bluetooth: hci0: Frame reassembly failed (-84)
[   86.618045] Bluetooth: hci0: Frame reassembly failed (-84)
[   86.741532] Bluetooth: hci0: Frame reassembly failed (-84)
[   86.944283] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.023020] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.158026] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.248199] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.383043] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.473030] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.608199] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.686788] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.878159] Bluetooth: hci0: Frame reassembly failed (-84)
[   87.956924] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.619070] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.708607] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.787730] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.866369] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.922795] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.001545] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.102803] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.159071] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.237765] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.294082] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.462717] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.519023] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.575292] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.654041] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.676488] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.744057] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.845327] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.924027] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.957784] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.024807] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.058945] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.137801] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.227808] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.272728] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.373998] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.452791] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.475272] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.542798] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.700220] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.767750] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.891492] Bluetooth: hci0: Frame reassembly failed (-84)
[  225.959012] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.094047] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.161547] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.251081] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.318552] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.363866] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.431537] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.577782] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.622798] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.746557] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.802758] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.847779] Bluetooth: hci0: Frame reassembly failed (-84)
[  226.915284] Bluetooth: hci0: Frame reassembly failed (-84)
[  227.095261] Bluetooth: hci0: Frame reassembly failed (-84)
[  227.162780] Bluetooth: hci0: Frame reassembly failed (-84)
[  227.230287] Bluetooth: hci0: Frame reassembly failed (-84)
[  227.309001] Bluetooth: hci0: Frame reassembly failed (-84)
[  227.432566] Bluetooth: hci0: Frame reassembly failed (-84)
[  227.500088] Bluetooth: hci0: Frame reassembly failed (-84)
[  227.623814] Bluetooth: hci0: Frame reassembly failed (-84)
[  227.691439] Bluetooth: hci0: Frame reassembly failed (-84)
[  228.771416] Bluetooth: hci0: Frame reassembly failed (-84)
[  228.827250] Bluetooth: hci0: Frame reassembly failed (-84)
[  228.962732] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.018956] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.221507] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.288977] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.412739] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.468984] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.615288] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.671498] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.817695] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.885186] Bluetooth: hci0: Frame reassembly failed (-84)
[  229.986452] Bluetooth: hci0: Frame reassembly failed (-84)
[  230.031397] Bluetooth: hci0: Frame reassembly failed (-84)
[  230.132098] Bluetooth: hci0: Frame reassembly failed (-84)
[  230.200192] Bluetooth: hci0: Frame reassembly failed (-84)
[  230.323939] Bluetooth: hci0: Frame reassembly failed (-84)
[  230.380187] Bluetooth: hci0: Frame reassembly failed (-84)
[  231.392285] Bluetooth: hci0: Frame reassembly failed (-84)
[  231.471405] Bluetooth: hci0: Frame reassembly failed (-84)
[  231.550291] Bluetooth: hci0: Frame reassembly failed (-84)
[  231.606479] Bluetooth: hci0: Frame reassembly failed (-84)
[  231.696256] Bluetooth: hci0: Frame reassembly failed (-84)
[  231.752715] Bluetooth: hci0: Frame reassembly failed (-84)
[  231.887678] Bluetooth: hci0: Frame reassembly failed (-84)
[  231.966411] Bluetooth: hci0: Frame reassembly failed (-84)
[  232.090142] Bluetooth: hci0: Frame reassembly failed (-84)
[  232.157716] Bluetooth: hci0: Frame reassembly failed (-84)
[  232.225216] Bluetooth: hci0: Frame reassembly failed (-84)
[  232.281258] Bluetooth: hci0: Frame reassembly failed (-84)
[  232.405218] Bluetooth: hci0: Frame reassembly failed (-84)
[  232.461461] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.075235] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.131549] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.198837] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.266496] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.277755] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.334032] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.390088] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.469017] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.536506] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.558884] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.569816] Bluetooth: hci0: Frame reassembly failed (-84)
[  602.603564] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.026959] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.094714] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.173314] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.218458] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.240933] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.285747] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.454662] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.465864] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.488417] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.555941] Bluetooth: hci0: Frame reassembly failed (-84)
[  645.972154] Bluetooth: hci0: Frame reassembly failed (-84)
[  646.039656] Bluetooth: hci0: Frame reassembly failed (-84)
[  646.197160] Bluetooth: hci0: Frame reassembly failed (-84)
[  646.230893] Bluetooth: hci0: Frame reassembly failed (-84)
[  687.360142] Bluetooth: hci0: Frame reassembly failed (-84)
[  687.427793] Bluetooth: hci0: Frame reassembly failed (-84)
[  758.773731] Bluetooth: hci0: Frame reassembly failed (-84)
[  758.829971] Bluetooth: hci0: Frame reassembly failed (-84)
[  759.111819] Bluetooth: hci0: Frame reassembly failed (-84)
[  759.381620] Bluetooth: hci0: Frame reassembly failed (-84)
[  759.471803] Bluetooth: hci0: Frame reassembly failed (-84)
[  759.494310] Bluetooth: hci0: Frame reassembly failed (-84)
[  759.561795] Bluetooth: hci0: Frame reassembly failed (-84)
[  759.629302] Bluetooth: hci0: Frame reassembly failed (-84)
[  759.854315] Bluetooth: hci0: Frame reassembly failed (-84)
[  759.944292] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2638.784343] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2638.908204] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2638.987038] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2639.099493] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2860.404646] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2860.415638] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2860.562117] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2860.607095] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2860.708324] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2860.775782] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2860.832091] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2860.877121] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2861.844624] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2861.889550] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.092116] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.148338] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.226973] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.260882] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.350215] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.373315] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.451933] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.496885] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.564487] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.609591] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.631997] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.699549] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.755824] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.845826] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.890851] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2862.947064] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2863.003301] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2863.070793] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2863.127089] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2863.217080] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2863.250805] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2863.374550] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2869.303185] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2869.336872] Bluetooth: hci0: Frame reassembly failed (-84)
[ 2886.324002] Bluetooth: hci0: Frame reassembly failed (-84)
[ 4471.850722] Bluetooth: hci0: Frame reassembly failed (-84)
[    0.004000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.016927] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.022287] ACPI: \_SB_.PCI0.RP01.ARPT: [Firmware Info]: skipped 1 properties: wrong type
[    0.028859] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7a] only partially covers this bridge
[    1.316160] thunderbolt 0000:07:00.0: starting ICM firmware
[    4.508291] thunderbolt 0000:07:00.0: could not start ICM firmware
[    5.170419] [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS
[    5.284680] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[    5.286052] [drm] Found VCE firmware Version: 52.4 Binary ID: 3
bluetooth             548864  12 btqca,btintel,hci_uart,btbcm,bnep
ecdh_generic           24576  1 bluetooth
jb@jb-iMac4K:~$ sudo service bluetooth status
[sudo] Mot de passe de jb : 
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2019-08-08 10:03:01 CEST; 3h 31min ago
     Docs: man:bluetoothd(8)
 Main PID: 683 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─683 /usr/lib/bluetooth/bluetoothd

août 08 10:03:01 jb-iMac4K systemd[1]: Starting Bluetooth service...
août 08 10:03:01 jb-iMac4K bluetoothd[683]: Bluetooth daemon 5.48
août 08 10:03:01 jb-iMac4K bluetoothd[683]: Starting SDP server
août 08 10:03:01 jb-iMac4K systemd[1]: Started Bluetooth service.
août 08 10:03:01 jb-iMac4K bluetoothd[683]: Bluetooth management interface 1.14 initialized
jb@jb-iMac4K:~$ dpkg -l | grep blue
ii  bluez                                      5.48-0ubuntu3.1                              amd64        Bluetooth tools and daemons
ii  bluez-cups                                 5.48-0ubuntu3.1                              amd64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                5.48-0ubuntu3.1                              amd64        bluez obex daemon
ii  gir1.2-gnomebluetooth-1.0:amd64            3.28.0-2ubuntu0.2                            amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                            3.28.0-2ubuntu0.2                            amd64        GNOME Bluetooth tools
ii  libbluetooth3:amd64                        5.48-0ubuntu3.1                              amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth13:amd64                 3.28.0-2ubuntu0.2                            amd64        GNOME Bluetooth tools - support library
ii  pulseaudio-module-bluetooth                1:11.1-1ubuntu7.2                            amd64        Bluetooth module for PulseAudio sound server
jb@jb-iMac4K:~$ rfkill list all
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

Hors ligne

#10 Le 08/08/2019, à 13:38

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

jb@jb-iMac4K:~$ sudo lshw -C network
  *-network NON-RÉCLAMÉ     
       description: Network controller
       produit: Broadcom Inc. and subsidiaries
       fabriquant: Broadcom Inc. and subsidiaries
       identifiant matériel: 0
       information bus: pci@0000:03:00.0
       version: 03
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress cap_list
       configuration: latency=0
       ressources: mémoire:81400000-81407fff mémoire:81000000-813fffff
  *-network
       description: Ethernet interface
       produit: NetXtreme BCM57766 Gigabit Ethernet PCIe
       fabriquant: Broadcom Inc. and subsidiaries
       identifiant matériel: 0
       information bus: pci@0000:04:00.0
       nom logique: enp4s0f0
       version: 01
       numéro de série: 38:f9:d3:14:24:6f
       taille: 1Gbit/s
       capacité: 1Gbit/s
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 duplex=full firmware=57766a-v1.15 ip=192.168.0.68 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       ressources: irq:17 mémoire:b0200000-b020ffff mémoire:b0210000-b021ffff

Pour le dmseg, j'ai plein de :

[  223.619070] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.708607] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.787730] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.866369] Bluetooth: hci0: Frame reassembly failed (-84)
[  223.922795] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.001545] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.102803] Bluetooth: hci0: Frame reassembly failed (-84)
[  224.159071] Bluetooth: hci0: Frame reassembly failed (-84)

Hors ligne

#11 Le 08/08/2019, à 13:41

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

C'est fou que je sois le premier a découvrir cette puce BCM 4464 sur iMac et donc à avoir des problèmes sur Ubuntu (depuis un iMac).
Cela dit, j'ai acheté l'ordinateur début aout.

Hors ligne

#12 Le 08/08/2019, à 13:59

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

A noter qu'au démarrage, après avoir choisi Ubuntu sur la fenêtre rEFInd, j'ai ceci :

BCMDHD_ExitBootService: ENTER
dhd_os_wifi_platform_set_power: Setting wl_reg_on to 0 succeeded
dhd_os_wifi_platform_set_power: Setting wl_reg_on to 1 succeeded

Peut-être lié ?

Hors ligne

#13 Le 08/08/2019, à 14:01

diesel

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

titou83 a écrit :

C'est fou que je sois le premier a découvrir cette puce BCM 4464 sur iMac et donc à avoir des problèmes sur Ubuntu (depuis un iMac).
Cela dit, j'ai acheté l'ordinateur début aout.

Je te répète, le 4464, c'est juste un numéro d'ordre et non la référence de ton circuit.

Si tu n'as pas de wifi non plus, je soupçonne que ce soit le même circuit qui s'occupe du wifi et du bluetooth.

Regarde dans le résultat de

dmesg

ce que tu peux trouver à propos du wifi.

Au pire, poste-nous le résultat complet du "dmesg".

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#14 Le 08/08/2019, à 14:13

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

diesel83140 a écrit :
titou83 a écrit :

C'est fou que je sois le premier a découvrir cette puce BCM 4464 sur iMac et donc à avoir des problèmes sur Ubuntu (depuis un iMac).
Cela dit, j'ai acheté l'ordinateur début aout.

Je te répète, le 4464, c'est juste un numéro d'ordre et non la référence de ton circuit.

Si tu n'as pas de wifi non plus, je soupçonne que ce soit le même circuit qui s'occupe du wifi et du bluetooth.

Regarde dans le résultat de

dmesg

ce que tu peux trouver à propos du wifi.

Au pire, poste-nous le résultat complet du "dmesg".

Amicalement.

Jean-Marie

Merci Jean-Marie

jb@jb-iMac4K:~$ dmesg
[    0.000000] Linux version 4.15.0-55-generic (buildd@lcy01-amd64-029) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 (Ubuntu 4.15.0-55.60-generic 4.15.18)
[    0.000000] Command line: \\boot\vmlinuz-4.15.0-55-generic root=UUID=18866711-70ec-47ea-96fc-e85f1088f52e ro quiet splash vt.handoff=1 initrd=boot\initrd.img-4.15.0-55-generic
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x00000000670acfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000670ad000-0x000000006742efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006742f000-0x0000000068125fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000068126000-0x0000000068126fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000068127000-0x0000000068127fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000068128000-0x000000006850dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000006850e000-0x000000006850efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006850f000-0x000000007ac0efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ac0f000-0x000000007aedefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aedf000-0x000000007af9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007af9f000-0x000000007affefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff21c000-0x00000000ff24bfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6493b018-0x64949c57] usable ==> usable
[    0.000000] e820: update [mem 0x6493b018-0x64949c57] usable ==> usable
[    0.000000] e820: update [mem 0x64852018-0x64863770] usable ==> usable
[    0.000000] e820: update [mem 0x64852018-0x64863770] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000040400000-0x0000000064852017] usable
[    0.000000] reserve setup_data: [mem 0x0000000064852018-0x0000000064863770] usable
[    0.000000] reserve setup_data: [mem 0x0000000064863771-0x000000006493b017] usable
[    0.000000] reserve setup_data: [mem 0x000000006493b018-0x0000000064949c57] usable
[    0.000000] reserve setup_data: [mem 0x0000000064949c58-0x00000000670acfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000670ad000-0x000000006742efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006742f000-0x0000000068125fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000068126000-0x0000000068126fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000068127000-0x0000000068127fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000068128000-0x000000006850dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000006850e000-0x000000006850efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006850f000-0x000000007ac0efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ac0f000-0x000000007aedefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007aedf000-0x000000007af9efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007af9f000-0x000000007affefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff21c000-0x00000000ff24bfff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047dffffff] usable
[    0.000000] efi: EFI v2.40 by Apple
[    0.000000] efi:  ACPI=0x7affe000  ACPI 2.0=0x7affe014  SMBIOS=0x7aed0000  SMBIOS 3.0=0x7aece000 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Apple Inc. iMac19,2/Mac-63001698E7A34814, BIOS 220.270.93.0.0 06/16/2019
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x47e000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007B000000 mask 7FFF000000 uncachable
[    0.000000]   3 base 4000000000 mask 4000000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 99000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x5833f000, 0x5833ffff] PGTABLE
[    0.000000] BRK [0x58340000, 0x58340fff] PGTABLE
[    0.000000] BRK [0x58341000, 0x58341fff] PGTABLE
[    0.000000] BRK [0x58342000, 0x58342fff] PGTABLE
[    0.000000] BRK [0x58343000, 0x58343fff] PGTABLE
[    0.000000] BRK [0x58344000, 0x58344fff] PGTABLE
[    0.000000] BRK [0x58345000, 0x58345fff] PGTABLE
[    0.000000] BRK [0x58346000, 0x58346fff] PGTABLE
[    0.000000] BRK [0x58347000, 0x58347fff] PGTABLE
[    0.000000] BRK [0x58348000, 0x58348fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x6d29f000-0x6f7a1fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007AFFE014 000024 (v02 APPLE )
[    0.000000] ACPI: XSDT 0x000000007AFFD148 0000D4 (v01 APPLE  Apple00  00000000      01000013)
[    0.000000] ACPI: FACP 0x000000007AFF0000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
[    0.000000] ACPI: DSDT 0x000000007AFE4000 00767D (v02 APPLE  MacXX    00150001 INTL 20160930)
[    0.000000] ACPI: FACS 0x000000007AF63000 000040
[    0.000000] ACPI: SSDT 0x000000007AFFC000 000605 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFFB000 0005FC (v02 PmRef  ApIst    00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFFA000 000370 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFF9000 00024A (v02 PmRef  ApCst    00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFF7000 001BCD (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFF3000 0031C6 (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
[    0.000000] ACPI: UEFI 0x000000007AF65000 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: ECDT 0x000000007AFF2000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: HPET 0x000000007AFEF000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 0x000000007AFEE000 00012C (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 0x000000007AFEC000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 0x000000007AFE3000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFDE000 000031 (v01 APPLE  SsdtS3   00001000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFDD000 0002A6 (v01 APPLE  SataAhci 00001000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFDC000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFD7000 0047CD (v02 APPLE  TbtOnPCH 00001000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007AFD3000 000CC6 (v02 APPLE  Xhci     00001000 INTL 20160930)
[    0.000000] ACPI: DMAR 0x000000007AFD2000 000088 (v01 APPLE  EDK2     00000002      01000013)
[    0.000000] ACPI: MCFG 0x000000007AFED000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: NHLT 0x000000007AFD1000 00002D (v00 APPLE  EDK2     00000002      01000013)
[    0.000000] ACPI: VFCT 0x000000007AFC2000 00EC84 (v01 APPLE  Apple00  00000001 AMD  31504F47)
[    0.000000] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000047dffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x47dfd3000-0x47dffdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000047dffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.000000]   node   0: [mem 0x0000000040400000-0x00000000670acfff]
[    0.000000]   node   0: [mem 0x000000006742f000-0x0000000068125fff]
[    0.000000]   node   0: [mem 0x0000000068128000-0x000000006850dfff]
[    0.000000]   node   0: [mem 0x000000006850f000-0x000000007ac0efff]
[    0.000000]   node   0: [mem 0x000000007afff000-0x000000007affffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000047dffffff]
[    0.000000] Reserved but unavailable: 23511 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000047dffffff]
[    0.000000] On node 0 totalpages: 4162601
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7763 pages used for memmap
[    0.000000]   DMA32 zone: 496779 pages, LIFO batch:31
[    0.000000]   Normal zone: 57216 pages used for memmap
[    0.000000]   Normal zone: 3661824 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x64852000-0x64852fff]
[    0.000000] PM: Registered nosave memory: [mem 0x64863000-0x64863fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6493b000-0x6493bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x64949000-0x64949fff]
[    0.000000] PM: Registered nosave memory: [mem 0x670ad000-0x6742efff]
[    0.000000] PM: Registered nosave memory: [mem 0x68126000-0x68126fff]
[    0.000000] PM: Registered nosave memory: [mem 0x68127000-0x68127fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6850e000-0x6850efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ac0f000-0x7aedefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7aedf000-0x7af9efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af9f000-0x7affefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe00ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xff21bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xff21c000-0xff24bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xff24c000-0xffffffff]
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:6 nr_cpu_ids:6 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4097537
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: \\boot\vmlinuz-4.15.0-55-generic root=UUID=18866711-70ec-47ea-96fc-e85f1088f52e ro quiet splash vt.handoff=1 initrd=boot\initrd.img-4.15.0-55-generic
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16062556K/16650404K available (12300K kernel code, 2473K rwdata, 4276K rodata, 2408K init, 2416K bss, 587848K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39219 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=6.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] Using NULL legacy PIC
[    0.000000] NR_IRQS: 524544, nr_irqs: 472, preallocated irqs: 0
[    0.000000] vt handoff: transparent VT on vt#1
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] DMAR: Host address width 39
[    0.000000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.000000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.000000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.000000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.000000] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.000000] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.000000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.000000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.000000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.000000] x2apic enabled
[    0.000000] Switched APIC routing to cluster x2apic.
[    0.000000] tsc: Detected 3000.000 MHz processor
[    0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 6000.00 BogoMIPS (lpj=12000000)
[    0.000007] pid_max: default: 32768 minimum: 301
[    0.004000] Security Framework initialized
[    0.004000] Yama: becoming mindful.
[    0.004000] AppArmor: AppArmor initialized
[    0.004000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.004000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.004000] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.004000] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.004000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.004000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.004000] mce: CPU supports 12 MCE banks
[    0.004000] CPU0: Thermal monitoring enabled (TM1)
[    0.004000] process: using mwait in idle threads
[    0.004000] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.004000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.004000] Spectre V2 : Mitigation: Full generic retpoline
[    0.004000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.004000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.004000] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.004000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.004000] MDS: Mitigation: Clear CPU buffers
[    0.004000] Freeing SMP alternatives memory: 36K
[    0.004000] TSC deadline timer enabled
[    0.004000] smpboot: CPU0: Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[    0.004000] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.004000] ... version:                4
[    0.004000] ... bit width:              48
[    0.004000] ... generic registers:      8
[    0.004000] ... value mask:             0000ffffffffffff
[    0.004000] ... max period:             00007fffffffffff
[    0.004000] ... fixed-purpose events:   3
[    0.004000] ... event mask:             00000007000000ff
[    0.004000] Hierarchical SRCU implementation.
[    0.004000] smp: Bringing up secondary CPUs ...
[    0.004000] x86: Booting SMP configuration:
[    0.004000] .... node  #0, CPUs:      #1
[    0.004000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.004000]  #2 #3 #4 #5
[    0.004111] smp: Brought up 1 node, 6 CPUs
[    0.004111] smpboot: Max logical packages: 1
[    0.004111] smpboot: Total of 6 processors activated (36000.00 BogoMIPS)
[    0.007303] devtmpfs: initialized
[    0.007303] x86/mm: Memory block size: 128MB
[    0.008462] evm: security.selinux
[    0.008462] evm: security.SMACK64
[    0.008462] evm: security.SMACK64EXEC
[    0.008463] evm: security.SMACK64TRANSMUTE
[    0.008463] evm: security.SMACK64MMAP
[    0.008463] evm: security.apparmor
[    0.008464] evm: security.ima
[    0.008464] evm: security.capability
[    0.008472] PM: Registering ACPI NVS region [mem 0x68126000-0x68126fff] (4096 bytes)
[    0.008472] PM: Registering ACPI NVS region [mem 0x7aedf000-0x7af9efff] (786432 bytes)
[    0.008472] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.008472] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.008472] pinctrl core: initialized pinctrl subsystem
[    0.008472] RTC time: 11:56:00, date: 08/08/19
[    0.008472] NET: Registered protocol family 16
[    0.008472] audit: initializing netlink subsys (disabled)
[    0.008472] audit: type=2000 audit(1565265360.008:1): state=initialized audit_enabled=0 res=1
[    0.008472] cpuidle: using governor ladder
[    0.008472] cpuidle: using governor menu
[    0.008472] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.008472] ACPI: bus type PCI registered
[    0.008472] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.008472] PCI: MMCONFIG for domain 0000 [bus 00-7a] at [mem 0xe0000000-0xe7afffff] (base 0xe0000000)
[    0.008472] PCI: MMCONFIG at [mem 0xe0000000-0xe7afffff] reserved in E820
[    0.008472] PCI: Using configuration type 1 for base access
[    0.008773] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.008773] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.008773] ACPI: Disabled all _OSI OS vendors
[    0.008773] ACPI: Added _OSI(Module Device)
[    0.008773] ACPI: Added _OSI(Processor Device)
[    0.008773] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.008773] ACPI: Added _OSI(Processor Aggregator Device)
[    0.008773] ACPI: Added _OSI(Linux-Dell-Video)
[    0.008773] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.008773] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.008773] ACPI: Added _OSI(Darwin)
[    0.008773] ACPI: EC: EC started
[    0.008773] ACPI: EC: interrupt blocked
[    0.009180] ACPI: \: Used as first EC
[    0.009181] ACPI: \: GPE=0x7, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.009182] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.009182] ACPI: Executed 11 blocks of module-level executable AML code
[    0.015127] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.016985] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.017153] ACPI: Dynamic OEM Table Load:
[    0.017153] ACPI: SSDT 0xFFFF8E2D6B33ED00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160930)
[    0.017153] ACPI: Executed 1 blocks of module-level executable AML code
[    0.017153] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.017153] ACPI: Dynamic OEM Table Load:
[    0.017153] ACPI Exception: AE_NO_MEMORY, SSDT 0xFFFF8E2D6AEDE400 Table is duplicated (20170831/tbdata-562)
[    0.017153] No Local Variables are initialized for Method [GCAP]
[    0.017153] Initialized Arguments for Method [GCAP]:  (1 arguments defined for method invocation)
[    0.017153]   Arg0:           (ptrval) <Obj>           Buffer(12) 00 00 00 00 BF 0B 00 00
[    0.017153] ACPI Error: Method parse/execution failed \_PR.CPU0.GCAP, AE_ALREADY_EXISTS (20170831/psparse-550)
[    0.017154] ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_ALREADY_EXISTS (20170831/psparse-550)
[    0.017154] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.017154] ACPI: Dynamic OEM Table Load:
[    0.017154] ACPI Exception: AE_NO_MEMORY, SSDT 0xFFFF8E2D6AC3A800 Table is duplicated (20170831/tbdata-562)
[    0.017154] No Local Variables are initialized for Method [APPT]
[    0.017154] No Arguments are initialized for method [APPT]
[    0.017154] ACPI Error: Method parse/execution failed \_PR.CPU1.APPT, AE_ALREADY_EXISTS (20170831/psparse-550)
[    0.017154] ACPI Error: Method parse/execution failed \_PR.CPU1.GCAP, AE_ALREADY_EXISTS (20170831/psparse-550)
[    0.017154] ACPI Error: Method parse/execution failed \_PR.CPU1._PDC, AE_ALREADY_EXISTS (20170831/psparse-550)
[    0.017154] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.017154] ACPI: Dynamic OEM Table Load:
[    0.017154] ACPI: SSDT 0xFFFF8E2D6AEED000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160930)
[    0.017154] ACPI: Executed 1 blocks of module-level executable AML code
[    0.017154] ACPI: Dynamic OEM Table Load:
[    0.017154] ACPI Exception: AE_NO_MEMORY, SSDT 0xFFFF8E2D6AE43C00 Table is duplicated (20170831/tbdata-562)
[    0.017154] No Local Variables are initialized for Method [APCT]
[    0.017154] No Arguments are initialized for method [APCT]
[    0.017154] ACPI Error: Method parse/execution failed \_PR.CPU1.APCT, AE_ALREADY_EXISTS (20170831/psparse-550)
[    0.017154] ACPI Error: Method parse/execution failed \_PR.CPU2.GCAP, AE_ALREADY_EXISTS (20170831/psparse-550)
[    0.017154] ACPI Error: Method parse/execution failed \_PR.CPU2._PDC, AE_ALREADY_EXISTS (20170831/psparse-550)
[    0.017154] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.017154] ACPI: Interpreter enabled
[    0.017154] ACPI: (supports S0 S3 S4 S5)
[    0.017154] ACPI: Using IOAPIC for interrupt routing
[    0.017154] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.017154] ACPI: Enabled 5 GPEs in block 00 to 7F
[    0.018811] ACPI: \_SB_.PCI0.RP01.ARPT: [Firmware Info]: skipped 1 properties: wrong type
[    0.025420] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.025423] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability]
[    0.025433] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7a] only partially covers this bridge
[    0.025799] PCI host bridge to bus 0000:00
[    0.025800] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.025801] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.025802] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.025803] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.025803] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.025804] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.025805] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.025806] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.025806] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.025807] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.025808] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.025809] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.025809] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.025810] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.025811] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.025812] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.025812] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfeafffff window]
[    0.025813] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.025814] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.025820] pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000
[    0.025888] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.025916] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.026211] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.026243] pci 0000:00:12.0: reg 0x10: [mem 0x81818000-0x81818fff 64bit]
[    0.026458] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.026491] pci 0000:00:14.0: reg 0x10: [mem 0x81800000-0x8180ffff 64bit]
[    0.026591] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.026650] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.026676] pci 0000:00:14.2: reg 0x10: [mem 0x81814000-0x81815fff 64bit]
[    0.026690] pci 0000:00:14.2: reg 0x18: [mem 0x81819000-0x81819fff 64bit]
[    0.026834] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.026868] pci 0000:00:16.0: reg 0x10: [mem 0x8181a000-0x8181afff 64bit]
[    0.026969] pci 0000:00:16.0: PME# supported from D3hot
[    0.027098] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
[    0.027125] pci 0000:00:17.0: reg 0x10: [mem 0x81816000-0x81817fff]
[    0.027136] pci 0000:00:17.0: reg 0x14: [mem 0x8181f800-0x8181f8ff]
[    0.027147] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    0.027158] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    0.027169] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.027180] pci 0000:00:17.0: reg 0x24: [mem 0x8181f000-0x8181f7ff]
[    0.027239] pci 0000:00:17.0: PME# supported from D3hot
[    0.027325] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
[    0.027453] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.027476] pci 0000:00:1b.0: PTM enabled (root), 4dns granularity
[    0.027611] pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
[    0.027736] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.027758] pci 0000:00:1c.0: PTM enabled (root), 4dns granularity
[    0.027816] pci 0000:00:1c.1: [8086:a339] type 01 class 0x060400
[    0.027941] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.027962] pci 0000:00:1c.1: PTM enabled (root), 4dns granularity
[    0.028039] pci 0000:00:1c.4: [8086:a33c] type 01 class 0x060400
[    0.028164] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.028185] pci 0000:00:1c.4: PTM enabled (root), 4dns granularity
[    0.028537] pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000
[    0.029231] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.031497] pci 0000:00:1e.1: [8086:a329] type 00 class 0x078000
[    0.032192] pci 0000:00:1e.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.034276] pci 0000:00:1f.0: [8086:a306] type 00 class 0x060100
[    0.034587] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040380
[    0.034657] pci 0000:00:1f.3: reg 0x10: [mem 0x81810000-0x81813fff 64bit]
[    0.034750] pci 0000:00:1f.3: reg 0x20: [mem 0x00000000-0x000fffff 64bit]
[    0.034882] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.034969] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.035017] pci 0000:00:1f.4: reg 0x10: [mem 0x8181d000-0x8181d0ff 64bit]
[    0.035067] pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
[    0.035162] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.035182] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.035330] pci 0000:01:00.0: [1002:67ef] type 00 class 0x030000
[    0.035346] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.035354] pci 0000:01:00.0: reg 0x18: [mem 0xb0000000-0xb01fffff 64bit pref]
[    0.035359] pci 0000:01:00.0: reg 0x20: [io  0x4000-0x40ff]
[    0.035365] pci 0000:01:00.0: reg 0x24: [mem 0x81700000-0x8173ffff]
[    0.035370] pci 0000:01:00.0: reg 0x30: [mem 0x81740000-0x8175ffff pref]
[    0.035381] pci 0000:01:00.0: BAR 0: assigned to efifb
[    0.035408] pci 0000:01:00.0: supports D1 D2
[    0.035454] pci 0000:01:00.1: [1002:aae0] type 00 class 0x040300
[    0.035468] pci 0000:01:00.1: reg 0x10: [mem 0x81760000-0x81763fff 64bit]
[    0.035517] pci 0000:01:00.1: supports D1 D2
[    0.048041] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.048043] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.048045] pci 0000:00:01.0:   bridge window [mem 0x81700000-0x817fffff]
[    0.048048] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xb01fffff 64bit pref]
[    0.048183] pci 0000:02:00.0: [144d:a804] type 00 class 0x010802
[    0.048224] pci 0000:02:00.0: reg 0x10: [mem 0x81600000-0x81603fff 64bit]
[    0.048235] pci 0000:02:00.0: reg 0x18: [io  0x3000-0x30ff]
[    0.064103] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.064107] pci 0000:00:1b.0:   bridge window [io  0x3000-0x3fff]
[    0.064111] pci 0000:00:1b.0:   bridge window [mem 0x81600000-0x816fffff]
[    0.064201] pci 0000:03:00.0: [14e4:4464] type 00 class 0x028000
[    0.064242] pci 0000:03:00.0: reg 0x10: [mem 0x81400000-0x81407fff 64bit]
[    0.064256] pci 0000:03:00.0: reg 0x18: [mem 0x81000000-0x813fffff 64bit]
[    0.064390] pci 0000:03:00.0: supports D1 D2
[    0.064391] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.080066] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.080073] pci 0000:00:1c.0:   bridge window [mem 0x81000000-0x814fffff]
[    0.080201] pci 0000:04:00.0: [14e4:1686] type 00 class 0x020000
[    0.080240] pci 0000:04:00.0: reg 0x10: [mem 0xb0200000-0xb020ffff 64bit pref]
[    0.080258] pci 0000:04:00.0: reg 0x18: [mem 0xb0210000-0xb021ffff 64bit pref]
[    0.080406] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.080542] pci 0000:04:00.1: [14e4:16bc] type 00 class 0x080501
[    0.080580] pci 0000:04:00.1: reg 0x10: [mem 0xb0220000-0xb022ffff 64bit pref]
[    0.080715] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    0.096088] pci 0000:00:1c.1: PCI bridge to [bus 04]
[    0.096100] pci 0000:00:1c.1:   bridge window [mem 0xb0200000-0xb02fffff 64bit pref]
[    0.096186] pci 0000:05:00.0: [8086:1578] type 01 class 0x060400
[    0.096258] pci 0000:05:00.0: enabling Extended Tags
[    0.096372] pci 0000:05:00.0: supports D1 D2
[    0.096373] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.096462] pci 0000:05:00.0: PTM enabled, 4dns granularity
[    0.112061] pci 0000:00:1c.4: PCI bridge to [bus 05-7a]
[    0.112065] pci 0000:00:1c.4:   bridge window [io  0x6000-0x9fff]
[    0.112069] pci 0000:00:1c.4:   bridge window [mem 0x81900000-0x8fafffff]
[    0.112075] pci 0000:00:1c.4:   bridge window [mem 0xb0300000-0xbe2fffff 64bit pref]
[    0.112201] pci 0000:06:00.0: [8086:15ea] type 01 class 0x060400
[    0.112274] pci 0000:06:00.0: enabling Extended Tags
[    0.112389] pci 0000:06:00.0: supports D1 D2
[    0.112390] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.112531] pci 0000:06:01.0: [8086:15ea] type 01 class 0x060400
[    0.112604] pci 0000:06:01.0: enabling Extended Tags
[    0.112715] pci 0000:06:01.0: supports D1 D2
[    0.112716] pci 0000:06:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.112830] pci 0000:06:02.0: [8086:15ea] type 01 class 0x060400
[    0.112903] pci 0000:06:02.0: enabling Extended Tags
[    0.113014] pci 0000:06:02.0: supports D1 D2
[    0.113015] pci 0000:06:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.113153] pci 0000:06:04.0: [8086:15ea] type 01 class 0x060400
[    0.113226] pci 0000:06:04.0: enabling Extended Tags
[    0.113337] pci 0000:06:04.0: supports D1 D2
[    0.113338] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.113476] pci 0000:05:00.0: PCI bridge to [bus 06-7a]
[    0.113483] pci 0000:05:00.0:   bridge window [io  0x6000-0x9fff]
[    0.113487] pci 0000:05:00.0:   bridge window [mem 0x81900000-0x8fafffff]
[    0.113494] pci 0000:05:00.0:   bridge window [mem 0xb0300000-0xbe2fffff 64bit pref]
[    0.113577] pci 0000:07:00.0: [8086:15eb] type 00 class 0x088000
[    0.113613] pci 0000:07:00.0: reg 0x10: [mem 0x81a00000-0x81a3ffff]
[    0.113624] pci 0000:07:00.0: reg 0x14: [mem 0x81a40000-0x81a40fff]
[    0.113685] pci 0000:07:00.0: enabling Extended Tags
[    0.113801] pci 0000:07:00.0: supports D1 D2
[    0.113802] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.114020] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.114031] pci 0000:06:00.0:   bridge window [mem 0x81a00000-0x81afffff]
[    0.114123] pci 0000:06:01.0: PCI bridge to [bus 09-41]
[    0.114130] pci 0000:06:01.0:   bridge window [io  0x6000-0x7fff]
[    0.114133] pci 0000:06:01.0:   bridge window [mem 0x81b00000-0x88afffff]
[    0.114140] pci 0000:06:01.0:   bridge window [mem 0xb0300000-0xb72fffff 64bit pref]
[    0.114221] pci 0000:08:00.0: [8086:15ec] type 00 class 0x0c0330
[    0.114255] pci 0000:08:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[    0.114313] pci 0000:08:00.0: enabling Extended Tags
[    0.114425] pci 0000:08:00.0: supports D1 D2
[    0.114426] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.114662] pci 0000:06:02.0: PCI bridge to [bus 08]
[    0.114672] pci 0000:06:02.0:   bridge window [mem 0x81900000-0x819fffff]
[    0.114763] pci 0000:06:04.0: PCI bridge to [bus 42-7a]
[    0.114770] pci 0000:06:04.0:   bridge window [io  0x8000-0x9fff]
[    0.114774] pci 0000:06:04.0:   bridge window [mem 0x88b00000-0x8fafffff]
[    0.114781] pci 0000:06:04.0:   bridge window [mem 0xb7300000-0xbe2fffff 64bit pref]
[    0.115590] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    0.115651] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    0.115710] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    0.115769] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    0.115828] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    0.115887] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    0.115946] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    0.116007] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    0.116169] ACPI: EC: interrupt unblocked
[    0.116187] ACPI: EC: event unblocked
[    0.116240] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x7, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.116241] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    0.116398] SCSI subsystem initialized
[    0.116409] libata version 3.00 loaded.
[    0.116409] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.116409] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.116409] pci 0000:01:00.0: vgaarb: setting as boot device
[    0.116409] vgaarb: loaded
[    0.116409] ACPI: bus type USB registered
[    0.116409] usbcore: registered new interface driver usbfs
[    0.116409] usbcore: registered new interface driver hub
[    0.120001] usbcore: registered new device driver usb
[    0.120009] EDAC MC: Ver: 3.0.0
[    0.120353] Registered efivars operations
[    0.348012] PCI: Using ACPI for IRQ routing
[    0.350379] PCI: pci_cache_line_size set to 64 bytes
[    0.350776] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.350777] e820: reserve RAM buffer [mem 0x64852018-0x67ffffff]
[    0.350778] e820: reserve RAM buffer [mem 0x6493b018-0x67ffffff]
[    0.350778] e820: reserve RAM buffer [mem 0x670ad000-0x67ffffff]
[    0.350779] e820: reserve RAM buffer [mem 0x68126000-0x6bffffff]
[    0.350780] e820: reserve RAM buffer [mem 0x6850e000-0x6bffffff]
[    0.350781] e820: reserve RAM buffer [mem 0x7ac0f000-0x7bffffff]
[    0.350781] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.350782] e820: reserve RAM buffer [mem 0x47e000000-0x47fffffff]
[    0.350841] NetLabel: Initializing
[    0.350842] NetLabel:  domain hash size = 128
[    0.350842] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.350854] NetLabel:  unlabeled traffic allowed by default
[    0.352489] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.352494] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.357047] clocksource: Switched to clocksource hpet
[    0.363566] VFS: Disk quotas dquot_6.6.0
[    0.363576] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.363645] AppArmor: AppArmor Filesystem Enabled
[    0.363657] pnp: PnP ACPI init
[    0.364128] system 00:00: [io  0xffff] has been reserved
[    0.364129] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.364130] system 00:00: [io  0x0800-0x087f] has been reserved
[    0.364134] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.364150] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.364317] system 00:02: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.364319] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.364320] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.364321] system 00:02: [mem 0xe0000000-0xefffffff] has been reserved
[    0.364323] system 00:02: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.364324] system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.364325] system 00:02: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.364326] system 00:02: [mem 0xff000000-0xffffffff] could not be reserved
[    0.364328] system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.364329] system 00:02: [mem 0x40000000-0x403fffff] has been reserved
[    0.364331] system 00:02: [mem 0xfd000000-0xfdffffff] has been reserved
[    0.364332] system 00:02: [mem 0xfe010000-0xfe010fff] has been reserved
[    0.364334] system 00:02: [mem 0xfe036000-0xfe0affff] has been reserved
[    0.364335] system 00:02: [mem 0xfc800000-0xfcffffff] has been reserved
[    0.364336] system 00:02: [mem 0xfe100000-0xfe1fffff] has been reserved
[    0.364337] system 00:02: [mem 0xfe200000-0xfe3fffff] has been reserved
[    0.364341] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.364553] pnp: PnP ACPI: found 3 devices
[    0.370861] pci 0000:01:00.0: assigning 77 device properties
[    0.376652] pci 0000:07:00.0: assigning 8 device properties
[    0.376697] pci 0000:00:1f.3: assigning 4 device properties
[    0.376704] apple-properties: device path parse error -19 at 0x14:
[    0.376709] apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a  R............A..
[    0.376713] apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00  ..............,.
[    0.376717] apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00  ..A.A.P.L.,.i.g.
[    0.376721] apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00  -.p.l.a.t.f.o.r.
[    0.376724] apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 03 00  m.-.i.d.........
[    0.376726] apple-properties: 00000050: 92 3e                                            .>
[    0.381214] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.381315] pci 0000:00:1f.3: BAR 4: assigned [mem 0x4000000000-0x40000fffff 64bit]
[    0.381350] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4000100000-0x4000100fff 64bit]
[    0.381619] pci 0000:00:1e.1: BAR 0: assigned [mem 0x4000101000-0x4000101fff 64bit]
[    0.381885] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.381887] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.381889] pci 0000:00:01.0:   bridge window [mem 0x81700000-0x817fffff]
[    0.381891] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xb01fffff 64bit pref]
[    0.381894] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.381899] pci 0000:00:1b.0:   bridge window [io  0x3000-0x3fff]
[    0.381905] pci 0000:00:1b.0:   bridge window [mem 0x81600000-0x816fffff]
[    0.381915] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.381920] pci 0000:00:1c.0:   bridge window [mem 0x81000000-0x814fffff]
[    0.381930] pci 0000:00:1c.1: PCI bridge to [bus 04]
[    0.381938] pci 0000:00:1c.1:   bridge window [mem 0xb0200000-0xb02fffff 64bit pref]
[    0.381945] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.381951] pci 0000:06:00.0:   bridge window [mem 0x81a00000-0x81afffff]
[    0.381961] pci 0000:06:01.0: PCI bridge to [bus 09-41]
[    0.381963] pci 0000:06:01.0:   bridge window [io  0x6000-0x7fff]
[    0.381968] pci 0000:06:01.0:   bridge window [mem 0x81b00000-0x88afffff]
[    0.381972] pci 0000:06:01.0:   bridge window [mem 0xb0300000-0xb72fffff 64bit pref]
[    0.381980] pci 0000:08:00.0: BAR 0: assigned [mem 0x81900000-0x8190ffff]
[    0.381984] pci 0000:06:02.0: PCI bridge to [bus 08]
[    0.381990] pci 0000:06:02.0:   bridge window [mem 0x81900000-0x819fffff]
[    0.381999] pci 0000:06:04.0: PCI bridge to [bus 42-7a]
[    0.382002] pci 0000:06:04.0:   bridge window [io  0x8000-0x9fff]
[    0.382007] pci 0000:06:04.0:   bridge window [mem 0x88b00000-0x8fafffff]
[    0.382011] pci 0000:06:04.0:   bridge window [mem 0xb7300000-0xbe2fffff 64bit pref]
[    0.382018] pci 0000:05:00.0: PCI bridge to [bus 06-7a]
[    0.382020] pci 0000:05:00.0:   bridge window [io  0x6000-0x9fff]
[    0.382025] pci 0000:05:00.0:   bridge window [mem 0x81900000-0x8fafffff]
[    0.382029] pci 0000:05:00.0:   bridge window [mem 0xb0300000-0xbe2fffff 64bit pref]
[    0.382036] pci 0000:00:1c.4: PCI bridge to [bus 05-7a]
[    0.382038] pci 0000:00:1c.4:   bridge window [io  0x6000-0x9fff]
[    0.382043] pci 0000:00:1c.4:   bridge window [mem 0x81900000-0x8fafffff]
[    0.382047] pci 0000:00:1c.4:   bridge window [mem 0xb0300000-0xbe2fffff 64bit pref]
[    0.382055] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.382056] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.382057] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.382058] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.382059] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.382060] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.382061] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.382062] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.382063] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.382064] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.382065] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.382066] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.382067] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.382068] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.382069] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.382070] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.382071] pci_bus 0000:00: resource 20 [mem 0x80000000-0xfeafffff window]
[    0.382073] pci_bus 0000:00: resource 21 [mem 0x4000000000-0x7fffffffff window]
[    0.382074] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.382075] pci_bus 0000:01: resource 1 [mem 0x81700000-0x817fffff]
[    0.382076] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb01fffff 64bit pref]
[    0.382077] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.382078] pci_bus 0000:02: resource 1 [mem 0x81600000-0x816fffff]
[    0.382079] pci_bus 0000:03: resource 1 [mem 0x81000000-0x814fffff]
[    0.382080] pci_bus 0000:04: resource 2 [mem 0xb0200000-0xb02fffff 64bit pref]
[    0.382081] pci_bus 0000:05: resource 0 [io  0x6000-0x9fff]
[    0.382082] pci_bus 0000:05: resource 1 [mem 0x81900000-0x8fafffff]
[    0.382083] pci_bus 0000:05: resource 2 [mem 0xb0300000-0xbe2fffff 64bit pref]
[    0.382084] pci_bus 0000:06: resource 0 [io  0x6000-0x9fff]
[    0.382085] pci_bus 0000:06: resource 1 [mem 0x81900000-0x8fafffff]
[    0.382086] pci_bus 0000:06: resource 2 [mem 0xb0300000-0xbe2fffff 64bit pref]
[    0.382087] pci_bus 0000:07: resource 1 [mem 0x81a00000-0x81afffff]
[    0.382088] pci_bus 0000:09: resource 0 [io  0x6000-0x7fff]
[    0.382089] pci_bus 0000:09: resource 1 [mem 0x81b00000-0x88afffff]
[    0.382090] pci_bus 0000:09: resource 2 [mem 0xb0300000-0xb72fffff 64bit pref]
[    0.382091] pci_bus 0000:08: resource 1 [mem 0x81900000-0x819fffff]
[    0.382092] pci_bus 0000:42: resource 0 [io  0x8000-0x9fff]
[    0.382093] pci_bus 0000:42: resource 1 [mem 0x88b00000-0x8fafffff]
[    0.382094] pci_bus 0000:42: resource 2 [mem 0xb7300000-0xbe2fffff 64bit pref]
[    0.382203] NET: Registered protocol family 2
[    0.382321] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.382452] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.382528] TCP: Hash tables configured (established 131072 bind 65536)
[    0.382552] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.382581] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.382626] NET: Registered protocol family 1
[    0.383176] pci 0000:08:00.0: enabling device (0000 -> 0002)
[    0.383268] PCI: CLS 256 bytes, default 64
[    0.383291] Unpacking initramfs...
[    0.828933] Freeing initrd memory: 37900K
[    0.828970] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.828973] software IO TLB [mem 0x6929f000-0x6d29f000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    0.829346] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e459bf4c, max_idle_ns: 440795289890 ns
[    0.829674] Scanning for low memory corruption every 60 seconds
[    0.830380] Initialise system trusted keyrings
[    0.830387] Key type blacklist registered
[    0.830509] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.831276] zbud: loaded
[    0.831738] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.831965] fuse init (API version 7.26)
[    0.838910] Key type asymmetric registered
[    0.838910] Asymmetric key parser 'x509' registered
[    0.838928] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.839047] io scheduler noop registered
[    0.839048] io scheduler deadline registered
[    0.839064] io scheduler cfq registered (default)
[    0.841333] dpc 0000:00:1b.0:pcie010: DPC error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.841347] dpc 0000:00:1c.0:pcie010: DPC error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.841361] dpc 0000:00:1c.1:pcie010: DPC error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.841376] dpc 0000:00:1c.4:pcie010: DPC error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.841389] pciehp 0000:06:01.0:pcie204: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.841473] pciehp 0000:06:04.0:pcie204: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.841570] efifb: probing for efifb
[    0.841606] efifb: framebuffer at 0xa0300000, using 32400k, total 32400k
[    0.841607] efifb: mode is 3840x2160x32, linelength=15360, pages=1
[    0.841607] efifb: scrolling: redraw
[    0.841608] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.841719] Console: switching to colour frame buffer device 480x135
[    0.841778] fb0: EFI VGA frame buffer device
[    0.841784] intel_idle: MWAIT substates: 0x11142120
[    0.841785] intel_idle: v0.4.1 model 0x9E
[    0.842238] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.842314] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.842453] ACPI: Power Button [PWRB]
[    0.842476] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.842491] ACPI: Sleep Button [SLPB]
[    0.842510] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.842613] ACPI: Power Button [PWRF]
[    0.843733] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.847314] Linux agpgart interface v0.103
[    0.849643] loop: module loaded
[    0.849749] libphy: Fixed MDIO Bus: probed
[    0.849750] tun: Universal TUN/TAP device driver, 1.6
[    0.849830] PPP generic driver version 2.4.2
[    0.849918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.849919] ehci-pci: EHCI PCI platform driver
[    0.849926] ehci-platform: EHCI generic platform driver
[    0.849931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.849932] ohci-pci: OHCI PCI platform driver
[    0.849938] ohci-platform: OHCI generic platform driver
[    0.849941] uhci_hcd: USB Universal Host Controller Interface driver
[    0.850056] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.850061] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.851228] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.851233] xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
[    0.851378] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.851379] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.851380] usb usb1: Product: xHCI Host Controller
[    0.851381] usb usb1: Manufacturer: Linux 4.15.0-55-generic xhci-hcd
[    0.851382] usb usb1: SerialNumber: 0000:00:14.0
[    0.851517] hub 1-0:1.0: USB hub found
[    0.851533] hub 1-0:1.0: 16 ports detected
[    0.851933] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.851936] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.851938] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.851965] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.851966] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.851967] usb usb2: Product: xHCI Host Controller
[    0.851968] usb usb2: Manufacturer: Linux 4.15.0-55-generic xhci-hcd
[    0.851969] usb usb2: SerialNumber: 0000:00:14.0
[    0.852163] hub 2-0:1.0: USB hub found
[    0.852186] hub 2-0:1.0: 10 ports detected
[    0.852238] usb: port power management may be unreliable
[    0.852517] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    0.852520] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 3
[    0.853729] xhci_hcd 0000:08:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.853969] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.853971] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.853972] usb usb3: Product: xHCI Host Controller
[    0.853973] usb usb3: Manufacturer: Linux 4.15.0-55-generic xhci-hcd
[    0.853973] usb usb3: SerialNumber: 0000:08:00.0
[    0.854129] hub 3-0:1.0: USB hub found
[    0.854141] hub 3-0:1.0: 2 ports detected
[    0.854223] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    0.854225] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 4
[    0.854227] xhci_hcd 0000:08:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.854257] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.854258] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.854259] usb usb4: Product: xHCI Host Controller
[    0.854260] usb usb4: Manufacturer: Linux 4.15.0-55-generic xhci-hcd
[    0.854261] usb usb4: SerialNumber: 0000:08:00.0
[    0.854414] hub 4-0:1.0: USB hub found
[    0.854425] hub 4-0:1.0: 2 ports detected
[    0.854522] i8042: PNP: No PS/2 controller found.
[    0.854752] mousedev: PS/2 mouse device common for all mice
[    0.855207] rtc_cmos 00:01: RTC can wake from S4
[    0.855574] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.855640] rtc_cmos 00:01: no alarms, y3k, 242 bytes nvram, hpet irqs
[    0.855644] i2c /dev entries driver
[    0.855672] device-mapper: uevent: version 1.0.3
[    0.855789] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.855791] intel_pstate: Intel P-state driver initializing
[    0.857546] intel_pstate: HWP enabled
[    0.858092] ledtrig-cpu: registered to indicate activity on CPUs
[    0.858093] EFI Variables Facility v0.08 2004-May-17
[    1.097188] intel_pmc_core:  initialized
[    1.097319] NET: Registered protocol family 10
[    1.102060] Segment Routing with IPv6
[    1.102069] NET: Registered protocol family 17
[    1.102311] Key type dns_resolver registered
[    1.103275] RAS: Correctable Errors collector initialized.
[    1.103356] microcode: sig=0x906ea, pf=0x2, revision=0xb4
[    1.103735] microcode: Microcode Update Driver: v2.2.
[    1.103740] sched_clock: Marking stable (1103722197, 0)->(1116472390, -12750193)
[    1.104535] registered taskstats version 1
[    1.104542] Loading compiled-in X.509 certificates
[    1.106338] Loaded X.509 cert 'Build time autogenerated kernel key: 2ed9c0a78927f1fed24db33f01fd983502d97350'
[    1.117786] Couldn't get size: 0x800000000000000e
[    1.117788] MODSIGN: Couldn't get UEFI db list
[    1.123437] Couldn't get size: 0x800000000000000e
[    1.123438] MODSIGN: Couldn't get UEFI MokListRT
[    1.129224] Couldn't get size: 0x800000000000000e
[    1.129225] MODSIGN: Couldn't get UEFI dbx list
[    1.129234] zswap: loaded using pool lzo/zbud
[    1.132945] Key type big_key registered
[    1.132947] Key type trusted registered
[    1.134586] Key type encrypted registered
[    1.134588] AppArmor: AppArmor sha1 policy hashing enabled
[    1.134590] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.134593] ima: Allocated hash algorithm: sha1
[    1.134601] evm: HMAC attrs: 0x1
[    1.135775]   Magic number: 15:668:933
[    1.136311] rtc_cmos 00:01: setting system clock to 2019-08-08 11:56:01 UTC (1565265361)
[    1.136479] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.136479] EDD information not available.
[    1.137747] Freeing unused kernel image memory: 2408K
[    1.172340] Write protecting the kernel read-only data: 20480k
[    1.172964] Freeing unused kernel image memory: 2008K
[    1.173243] Freeing unused kernel image memory: 1868K
[    1.177568] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.177569] x86/mm: Checking user space page tables
[    1.181594] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.184117] usb 1-3: new low-speed USB device number 2 using xhci_hcd
[    1.250918] ahci 0000:00:17.0: version 3.0
[    1.251171] pps_core: LinuxPPS API ver. 1 registered
[    1.251172] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.251612] sdhci: Secure Digital Host Controller Interface driver
[    1.251612] sdhci: Copyright(c) Pierre Ossman
[    1.252107] PTP clock support registered
[    1.252527] sdhci-pci 0000:04:00.1: SDHCI controller found [14e4:16bc] (rev 1)
[    1.252671] nvme nvme0: pci function 0000:02:00.0
[    1.254499] thunderbolt 0000:07:00.0: NHI initialized, starting thunderbolt
[    1.254501] thunderbolt 0000:07:00.0: allocating TX ring 0 of size 10
[    1.254511] thunderbolt 0000:07:00.0: allocating RX ring 0 of size 10
[    1.254520] thunderbolt 0000:07:00.0: control channel created
[    1.254520] thunderbolt 0000:07:00.0: control channel starting...
[    1.254521] thunderbolt 0000:07:00.0: starting TX ring 0
[    1.254549] thunderbolt 0000:07:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[    1.254550] thunderbolt 0000:07:00.0: starting RX ring 0
[    1.254576] thunderbolt 0000:07:00.0: enabling interrupt at register 0x38200 bit 12 (0x1 -> 0x1001)
[    1.254587] thunderbolt 0000:07:00.0: starting ICM firmware
[    1.255517] mmc0: SDHCI controller on PCI [0000:04:00.1] using ADMA 64-bit
[    1.255577] tg3.c:v3.137 (May 11, 2014)
[    1.261314] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.261316] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst 
[    1.261754] scsi host0: ahci
[    1.261786] ata1: SATA max UDMA/133 abar m2048@0x8181f000 port 0x8181f100 irq 37
[    1.310090] tg3 0000:04:00.0 eth0: Tigon3 [partno(BCM957766a) rev 57766001] (PCI Express) MAC address 38:f9:d3:14:24:6f
[    1.310091] tg3 0000:04:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    1.310092] tg3 0000:04:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.310093] tg3 0000:04:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    1.333073] tg3 0000:04:00.0 enp4s0f0: renamed from eth0
[    1.338446] usb 1-3: New USB device found, idVendor=0603, idProduct=00f2
[    1.338448] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.338449] usb 1-3: Product: USB Keyboard
[    1.338450] usb 1-3: Manufacturer: NOVATEK
[    1.464371] usb 1-13: new high-speed USB device number 3 using xhci_hcd
[    1.481924]  nvme0n1: p1 p2 p3 p4 p5 p6
[    1.574131] ata1: SATA link down (SStatus 0 SControl 300)
[    1.639280] usb 1-13: New USB device found, idVendor=05ac, idProduct=8511
[    1.639281] usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.639282] usb 1-13: Product: FaceTime HD Camera (Built-in)
[    1.639284] usb 1-13: Manufacturer: Apple Inc.
[    1.639284] usb 1-13: SerialNumber: CCG91760BETH5DFPC
[    1.772363] usb 1-14: new full-speed USB device number 4 using xhci_hcd
[    1.852592] clocksource: Switched to clocksource tsc
[    1.924319] usb 1-14: New USB device found, idVendor=046d, idProduct=c534
[    1.924320] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.924321] usb 1-14: Product: USB Receiver
[    1.924322] usb 1-14: Manufacturer: Logitech
[    1.928693] hidraw: raw HID events driver (C) Jiri Kosina
[    1.937923] usbcore: registered new interface driver usbhid
[    1.937924] usbhid: USB HID core driver
[    1.939336] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0603:00F2.0001/input/input3
[    1.996532] hid-generic 0003:0603:00F2.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:14.0-3/input0
[    1.996638] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0603:00F2.0002/input/input4
[    2.056563] hid-generic 0003:0603:00F2.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:14.0-3/input1
[    2.056643] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:046D:C534.0003/input/input5
[    2.116487] hid-generic 0003:046D:C534.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-14/input0
[    2.116636] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:046D:C534.0004/input/input6
[    2.176338] hid-generic 0003:046D:C534.0004: input,hiddev1,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-14/input1
[    4.444292] thunderbolt 0000:07:00.0: could not start ICM firmware
[    4.444295] thunderbolt 0000:07:00.0: stopping RX ring 0
[    4.444307] thunderbolt 0000:07:00.0: disabling interrupt at register 0x38200 bit 12 (0x1001 -> 0x1)
[    4.444314] thunderbolt 0000:07:00.0: stopping TX ring 0
[    4.444321] thunderbolt 0000:07:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
[    4.444323] thunderbolt 0000:07:00.0: control channel stopped
[    4.444333] thunderbolt 0000:07:00.0: freeing RX ring 0
[    4.444337] thunderbolt 0000:07:00.0: freeing TX ring 0
[    4.444342] thunderbolt 0000:07:00.0: shutdown
[    4.444487] thunderbolt: probe of 0000:07:00.0 failed with error -110
[    4.482502] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[    4.488636] random: fast init done
[    4.531140] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.971245] random: systemd: uninitialized urandom read (16 bytes read)
[    4.971998] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    4.992232] systemd[1]: Detected architecture x86-64.
[    4.992258] random: systemd: uninitialized urandom read (16 bytes read)
[    4.992264] random: systemd: uninitialized urandom read (16 bytes read)
[    4.994145] systemd[1]: Set hostname to <jb-iMac4K>.
[    5.044409] systemd[1]: Reached target Remote File Systems.
[    5.044451] systemd[1]: Reached target User and Group Name Lookups.
[    5.044574] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.044670] systemd[1]: Created slice User and Session Slice.
[    5.044736] systemd[1]: Created slice System Slice.
[    5.044794] systemd[1]: Listening on Journal Socket.
[    5.045113] systemd[1]: Mounting POSIX Message Queue File System...
[    5.051318] EXT4-fs (nvme0n1p5): re-mounted. Opts: errors=remount-ro
[    5.055874] lp: driver loaded but no devices found
[    5.057770] ppdev: user-space parallel port driver
[    5.100778] systemd-journald[264]: Received request to flush runtime journal from PID 1
[    5.128101] intel_pch_thermal 0000:00:12.0: can't derive routing for PCI INT A
[    5.128102] intel_pch_thermal 0000:00:12.0: PCI INT A: not connected
[    5.128150] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.131040] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.135155] [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS
[    5.135176] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.139353] acpi device:02: registered as cooling_device6
[    5.139374] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7
[    5.143913] Bluetooth: Core ver 2.22
[    5.143921] NET: Registered protocol family 31
[    5.143921] Bluetooth: HCI device and connection manager initialized
[    5.143922] Bluetooth: HCI socket layer initialized
[    5.143924] Bluetooth: L2CAP socket layer initialized
[    5.143926] Bluetooth: SCO socket layer initialized
[    5.154031] Bluetooth: HCI UART driver ver 2.3
[    5.154032] Bluetooth: HCI UART protocol H4 registered
[    5.154033] Bluetooth: HCI UART protocol BCSP registered
[    5.154042] Bluetooth: HCI UART protocol LL registered
[    5.154042] Bluetooth: HCI UART protocol ATH3K registered
[    5.154042] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.154056] Bluetooth: HCI UART protocol Intel registered
[    5.154068] Bluetooth: HCI UART protocol Broadcom registered
[    5.154068] Bluetooth: HCI UART protocol QCA registered
[    5.154069] Bluetooth: HCI UART protocol AG6XX registered
[    5.154069] Bluetooth: HCI UART protocol Marvell registered
[    5.172184] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    5.181771] media: Linux media interface: v0.10
[    5.187588] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    5.188043] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    5.188044] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.188044] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.188044] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.188045] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.188045] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    5.190037] Linux video capture interface: v2.00
[    5.198593] uvcvideo: Found UVC 1.00 device FaceTime HD Camera (Built-in) (05ac:8511)
[    5.203043] AVX2 version of gcm_enc/dec engaged.
[    5.203044] AES CTR mode by8 optimization enabled
[    5.207570] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    5.207598] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.207599] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    5.210283] uvcvideo 1-13:1.0: Entity type for entity Processing 3 was not initialized!
[    5.210285] uvcvideo 1-13:1.0: Entity type for entity Camera 1 was not initialized!
[    5.210565] input: FaceTime HD Camera (Built-in):  as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input8
[    5.210597] usbcore: registered new interface driver uvcvideo
[    5.210598] USB Video Class driver (1.1.1)
[    5.218731] [drm] amdgpu kernel modesetting enabled.
[    5.220458] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[    5.220512] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    5.220549] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    5.220590] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    5.220631] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[    5.220677] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    5.224016] intel-lpss 0000:00:1e.1: enabling device (0000 -> 0002)
[    5.224232] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    5.224767] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    5.224768] AMD IOMMUv2 functionality not available on this system
[    5.224955] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=2 (0x24/0x25/0x0/0x0/0x0) type:speaker
[    5.224956] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.224957] snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x2c/0x0/0x0/0x0/0x0)
[    5.224958] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[    5.224958] snd_hda_codec_generic hdaudioC0D0:    inputs:
[    5.224959] snd_hda_codec_generic hdaudioC0D0:      Internal Mic=0x45
[    5.224960] snd_hda_codec_generic hdaudioC0D0:      Mic=0x3c
[    5.227770] CRAT table not found
[    5.227770] Finished initializing topology ret=0
[    5.227780] kfd kfd: Initialized module
[    5.227875] checking generic (a0300000 1fa4000) vs hw (a0000000 10000000)
[    5.227876] fb: switching to amdgpudrmfb from EFI VGA
[    5.227898] Console: switching to colour dummy device 80x25
[    5.229413] [drm] initializing kernel modesetting (POLARIS11 0x1002:0x67EF 0x106B:0x0197 0xC2).
[    5.229424] [drm] register mmio base: 0x81700000
[    5.229425] [drm] register mmio size: 262144
[    5.229434] [drm] probing gen 2 caps for device 8086:1901 = 261ac83/e
[    5.229435] [drm] probing mlw for device 8086:1901 = 261ac83
[    5.229444] [drm] UVD is enabled in VM mode
[    5.229444] [drm] UVD ENC is enabled in VM mode
[    5.229448] [drm] VCE enabled in VM mode
[    5.229460] ATOM BIOS: 113-C9819A1X-009
[    5.229470] [drm] GPU post is not needed
[    5.229481] [drm] vm size is 64 GB, block size is 13-bit, fragment size is 9-bit
[    5.231936] random: crng init done
[    5.231937] random: 7 urandom warning(s) missed due to ratelimiting
[    5.232205] amdgpu 0000:01:00.0: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
[    5.232206] amdgpu 0000:01:00.0: GTT: 256M 0x0000000000000000 - 0x000000000FFFFFFF
[    5.232218] [drm] Detected VRAM RAM=4096M, BAR=256M
[    5.232218] [drm] RAM width 128bits GDDR5
[    5.232247] [TTM] Zone  kernel: Available graphics memory: 8149590 kiB
[    5.232248] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    5.232249] [TTM] Initializing pool allocator
[    5.232251] [TTM] Initializing DMA pool allocator
[    5.232263] [drm] amdgpu: 4096M of VRAM memory ready
[    5.232264] [drm] amdgpu: 4096M of GTT memory ready.
[    5.232269] [drm] GART: num cpu pages 65536, num gpu pages 65536
[    5.232345] [drm] PCIE GART of 256M enabled (table at 0x000000F401FA4000).
[    5.232385] amdgpu 0000:01:00.0: amdgpu: using MSI.
[    5.232399] [drm] amdgpu: irq initialized.
[    5.232413] amdgpu: [powerplay] amdgpu: powerplay sw initialized
[    5.246342] [drm] Chained IB support enabled!
[    5.273890] amdgpu 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000000400040, cpu addr 0x00000000d6a7e5de
[    5.274830] amdgpu 0000:01:00.0: fence driver on ring 1 use gpu addr 0x00000000004000c0, cpu addr 0x00000000720865fb
[    5.275120] amdgpu 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000000400140, cpu addr 0x00000000e7e4b792
[    5.275252] amdgpu 0000:01:00.0: fence driver on ring 3 use gpu addr 0x00000000004001c0, cpu addr 0x000000002e6be423
[    5.276370] intel_rapl: Found RAPL domain package
[    5.276371] intel_rapl: Found RAPL domain core
[    5.276372] intel_rapl: Found RAPL domain uncore
[    5.276372] intel_rapl: Found RAPL domain dram
[    5.276634] amdgpu 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000000400240, cpu addr 0x000000000e3913db
[    5.281059] amdgpu 0000:01:00.0: fence driver on ring 5 use gpu addr 0x00000000004002c0, cpu addr 0x0000000052ba3abd
[    5.284311] amdgpu 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000000400340, cpu addr 0x00000000b9d4f380
[    5.284715] amdgpu 0000:01:00.0: fence driver on ring 7 use gpu addr 0x00000000004003c0, cpu addr 0x000000003fe3fefa
[    5.284762] amdgpu 0000:01:00.0: fence driver on ring 8 use gpu addr 0x0000000000400440, cpu addr 0x000000002f178f33
[    5.284859] amdgpu 0000:01:00.0: fence driver on ring 9 use gpu addr 0x00000000004004e0, cpu addr 0x000000002a821c80
[    5.286232] amdgpu 0000:01:00.0: fence driver on ring 10 use gpu addr 0x0000000000400560, cpu addr 0x000000003e12e8e6
[    5.288506] amdgpu 0000:01:00.0: fence driver on ring 11 use gpu addr 0x00000000004005e0, cpu addr 0x000000005f720dba
[    5.289566] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[    5.296582] amdgpu 0000:01:00.0: fence driver on ring 12 use gpu addr 0x000000f40214ba80, cpu addr 0x00000000b4bb401a
[    5.300332] dw-apb-uart.0: ttyS4 at MMIO 0x4000100000 (irq = 20, base_baud = 7500000) is a 16550A
[    5.300380] serial serial0: tty port ttyS4 registered
[    5.300488] hci_uart_bcm serial0-0: BCM irq: -22
[    5.300567] amdgpu 0000:01:00.0: fence driver on ring 13 use gpu addr 0x00000000004006e0, cpu addr 0x000000002b340c0f
[    5.301107] amdgpu 0000:01:00.0: fence driver on ring 14 use gpu addr 0x0000000000400760, cpu addr 0x000000000bd25fa3
[    5.301380] [drm] Found VCE firmware Version: 52.4 Binary ID: 3
[    5.301470] amdgpu 0000:01:00.0: fence driver on ring 15 use gpu addr 0x00000000004007e0, cpu addr 0x00000000baf67b39
[    5.301533] amdgpu 0000:01:00.0: fence driver on ring 16 use gpu addr 0x0000000000400860, cpu addr 0x00000000af9faa55
[    5.320270] dw-apb-uart.1: ttyS5 at MMIO 0x4000101000 (irq = 21, base_baud = 7500000) is a 16550A
[    5.345631] Bluetooth: hci0: Frame reassembly failed (-84)
[    5.355254] applesmc: key=759 fan=1 temp=85 index=77 acc=0 lux=2 kbd=0
[    5.355333] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.360156] amdgpu: [powerplay] Voltage value looks like a Leakage ID but it's not patched 
[    5.360158] amdgpu: [powerplay] Voltage value looks like a Leakage ID but it's not patched 
[    5.360159] amdgpu: [powerplay] Voltage value looks like a Leakage ID but it's not patched 
[    5.363314] amdgpu: [powerplay] 
                failed to send message 309 ret is 254 
[    5.363327] amdgpu: [powerplay] 
                failed to send pre message 14e ret is 254 
[    5.371443] [drm] DM_PPLIB: values for Engine clock
[    5.371444] [drm] DM_PPLIB:	 21400
[    5.371444] [drm] DM_PPLIB:	 36300
[    5.371444] [drm] DM_PPLIB:	 53300
[    5.371444] [drm] DM_PPLIB:	 67000
[    5.371445] [drm] DM_PPLIB:	 78000
[    5.371445] [drm] DM_PPLIB:	 88800
[    5.371445] [drm] DM_PPLIB:	 96600
[    5.371445] [drm] DM_PPLIB:	 100400
[    5.371446] [drm] DM_PPLIB: Warning: using default validation clocks!
[    5.371446] [drm] DM_PPLIB: Validation clocks:
[    5.371446] [drm] DM_PPLIB:    engine_max_clock: 72000
[    5.371447] [drm] DM_PPLIB:    memory_max_clock: 80000
[    5.371447] [drm] DM_PPLIB:    level           : 0
[    5.371447] [drm] DM_PPLIB: reducing engine clock level from 8 to 4
[    5.371448] [drm] DM_PPLIB: values for Memory clock
[    5.371449] [drm] DM_PPLIB:	 30000
[    5.371449] [drm] DM_PPLIB:	 147000
[    5.371449] [drm] DM_PPLIB: Warning: using default validation clocks!
[    5.371449] [drm] DM_PPLIB: Validation clocks:
[    5.371450] [drm] DM_PPLIB:    engine_max_clock: 72000
[    5.371450] [drm] DM_PPLIB:    memory_max_clock: 80000
[    5.371450] [drm] DM_PPLIB:    level           : 0
[    5.371451] [drm] DM_PPLIB: reducing memory clock level from 2 to 1
[    5.371452] [drm] DC: create_links: connectors_num: physical:4, virtual:0
[    5.377463] Adding 23289852k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:23289852k SSFS
[    5.400085] [drm] Display Core initialized!
[    5.401302] [drm] Rx Caps: 
[    5.409030] [drm] iMac: [Block 0] 
[    5.409032] [drm] iMac: [Block 1] 
[    5.409033] [drm] dc_link_detect: manufacturer_id = 1006, product_id = AE19, serial_number = 56E57977, manufacture_week = 33, manufacture_year = 26, display_name = iMac, speaker_flag = 1, audio_mode_count = 1
[    5.409034] [drm] dc_link_detect: mode number = 0, format_code = 1, channel_count = 2, sample_rate = 7, sample_size = 7
[    5.409985] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.409986] [drm] Driver supports precise vblank timestamp query.
[    5.411392] [drm] ring test on 0 succeeded in 17 usecs
[    5.412141] [drm] ring test on 9 succeeded in 13 usecs
[    5.412163] [drm] ring test on 1 succeeded in 10 usecs
[    5.412215] [drm] ring test on 2 succeeded in 26 usecs
[    5.412254] [drm] ring test on 3 succeeded in 19 usecs
[    5.412292] [drm] ring test on 4 succeeded in 18 usecs
[    5.412330] [drm] ring test on 5 succeeded in 19 usecs
[    5.412369] [drm] ring test on 6 succeeded in 19 usecs
[    5.412407] [drm] ring test on 7 succeeded in 18 usecs
[    5.412446] [drm] ring test on 8 succeeded in 19 usecs
[    5.412505] [drm] ring test on 10 succeeded in 7 usecs
[    5.412513] [drm] ring test on 11 succeeded in 7 usecs
[    5.416253] audit: type=1400 audit(1565265365.776:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=581 comm="apparmor_parser"
[    5.416310] audit: type=1400 audit(1565265365.776:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=582 comm="apparmor_parser"
[    5.416571] audit: type=1400 audit(1565265365.776:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=580 comm="apparmor_parser"
[    5.416574] audit: type=1400 audit(1565265365.776:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=580 comm="apparmor_parser"
[    5.416575] audit: type=1400 audit(1565265365.776:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=580 comm="apparmor_parser"
[    5.417144] audit: type=1400 audit(1565265365.776:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=577 comm="apparmor_parser"
[    5.417146] audit: type=1400 audit(1565265365.776:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=577 comm="apparmor_parser"
[    5.417147] audit: type=1400 audit(1565265365.776:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=577 comm="apparmor_parser"
[    5.417148] audit: type=1400 audit(1565265365.776:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=577 comm="apparmor_parser"
[    5.417668] audit: type=1400 audit(1565265365.776:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=584 comm="apparmor_parser"
[    5.459081] [drm] ring test on 12 succeeded in 1 usecs
[    5.459129] [drm] ring test on 13 succeeded in 19 usecs
[    5.459143] [drm] ring test on 14 succeeded in 5 usecs
[    5.459144] [drm] UVD and UVD ENC initialized successfully.
[    5.569054] [drm] ring test on 15 succeeded in 6 usecs
[    5.569064] [drm] ring test on 16 succeeded in 3 usecs
[    5.569064] [drm] VCE initialized successfully.
[    5.569286] [drm] ib test on ring 0 succeeded
[    5.569482] [drm] ib test on ring 1 succeeded
[    5.569559] [drm] ib test on ring 2 succeeded
[    5.569701] [drm] ib test on ring 3 succeeded
[    5.569778] [drm] ib test on ring 4 succeeded
[    5.569854] [drm] ib test on ring 5 succeeded
[    5.569933] [drm] ib test on ring 6 succeeded
[    5.570010] [drm] ib test on ring 7 succeeded
[    5.570052] [drm] ib test on ring 8 succeeded
[    5.697190] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.697190] Bluetooth: BNEP filters: protocol multicast
[    5.697192] Bluetooth: BNEP socket layer initialized
[    5.858324] IPv6: ADDRCONF(NETDEV_UP): enp4s0f0: link is not ready
[    6.076096] [drm] ib test on ring 9 succeeded
[    6.076167] [drm] ib test on ring 10 succeeded
[    6.076227] [drm] ib test on ring 11 succeeded
[    6.077829] [drm] ib test on ring 12 succeeded
[    6.080186] [drm] ib test on ring 13 succeeded
[    6.082504] [drm] ib test on ring 14 succeeded
[    6.082755] [drm] ib test on ring 15 succeeded
[    6.087848] [drm] fb mappable at 0xA24CE000
[    6.087848] [drm] vram apper at 0xA0000000
[    6.087849] [drm] size 33177600
[    6.087849] [drm] fb depth is 24
[    6.087849] [drm]    pitch is 15360
[    6.087924] fbcon: amdgpudrmfb (fb0) is primary device
[    6.088020] Console: switching to colour frame buffer device 480x135
[    6.088067] amdgpu 0000:01:00.0: fb0: amdgpudrmfb frame buffer device
[    6.135387] IPv6: ADDRCONF(NETDEV_UP): enp4s0f0: link is not ready
[    6.164143] amdgpu 0000:01:00.0: kfd not supported on this ASIC
[    6.164152] [drm] Initialized amdgpu 3.23.0 20150101 for 0000:01:00.0 on minor 0
[    6.192334] [drm] {3840x2160, 4000x2222@533250Khz}
[    6.204688] [drm] HBR2x4 pass VS=0, PE=0
[    7.161831] [drm] {1920x1080, 2080x1111@138500Khz}
[    7.644533] Bluetooth: hci0: command 0x0c03 tx timeout
[    7.657425] [drm] RBRx4 pass VS=0, PE=0
[    8.744968] rfkill: input handler disabled
[    9.572678] tg3 0000:04:00.0 enp4s0f0: Link is up at 1000 Mbps, full duplex
[    9.572679] tg3 0000:04:00.0 enp4s0f0: Flow control is on for TX and on for RX
[    9.572680] tg3 0000:04:00.0 enp4s0f0: EEE is enabled
[    9.572690] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0f0: link becomes ready
[   15.580036] Bluetooth: hci0: BCM: Reset failed (-110)
[  530.119529] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  530.120987] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  530.143903] PKCS#7 signature not signed with a trusted key
[  530.143908] wl: loading out-of-tree module taints kernel.
[  530.143910] wl: module license 'MIXED/Proprietary' taints kernel.
[  530.143911] Disabling lock debugging due to kernel taint
[  530.145361] wl: module verification failed: signature and/or required key missing - tainting kernel

J'ai posté le tout car je ne vois rien sur le wifi.
Je vois du bluetooth mais je ne comprends pas.

Pour info, en effet, je pense que c'est la même puce qui gère le wifi et le bluetooth sur ce mac.
Sous MacOS, j'ai eu ces informations là à propos du bluetooth :
Jeu de puces : 4364B0
Version du programme interne : v67 c4398

Merci Jean-Marie !

Hors ligne

#15 Le 08/08/2019, à 14:32

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Il y a peu de discussions pour cette carte.

> reddit.com/r/archlinux/comments/a43xs8/getting_wifi_working_during_arch_installation

Dans > egpu.io/forums/which-gear-should-i-buy/2018-mac-mini

on voit cette ligne :

[14e4:4464] [0280] (rev 03) Network controller: Broadcom Inc. and subsidiaries Device

(Edit= messages regroupés)
_ _ _

titou83 a écrit :

A noter qu'au démarrage, après avoir choisi Ubuntu sur la fenêtre rEFInd, j'ai ceci :

BCMDHD_ExitBootService: ENTER
dhd_os_wifi_platform_set_power: Setting wl_reg_on to 0 succeeded
dhd_os_wifi_platform_set_power: Setting wl_reg_on to 1 succeeded

Peut-être lié ?

Je trouve cette info dans > CentOS 7 on iMac Pro :

Le 08/08/2018, j.a.duke a écrit :

As an aside, the newly released 2018 MacBook Pros incorporate a newer version of the T2 and are subject to the same constraints as the iMac Pro.

Soit dit en passant, les MacBook Pros 2018 récemment sortis intègrent une version plus récente du T2 et sont soumis aux mêmes contraintes que l'iMac Pro.

Dernière modification par xubu1957 (Le 08/08/2019, à 14:49)


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

En ligne

#16 Le 08/08/2019, à 14:43

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

xubu1957, merci.
J'avais déjà trouvé ces pages mais elles ne m'ont pas permis de solutionner mon problème.

Mon iMac n'a pas la puce T2 (c'est seulement les iMac Pro et les mac mini à partir de 2018).
Heureusement, mon iMac n'est pas concerné, encore qu'il aurait suffit de désactiver le SIP.

Dernier point que j'aimerai vérifier, c'est le registre wl_reg_on.

Visiblement, au pre-boot, sur l'écran rEFInd, il y a un reset du contrôleur wifi :
wl_reg_on 0 puis
wl_reg_on 1

Or, aucune trace de wifi sous ubuntu.
Je me demande si la partie wifi n'est tout simplement pas désalimentée par ce registre.
A noter qu'il existe le même registre bt_reg_on pour le contrôleur bluetooth, lui je le vois bien sous ubuntu, il doit être bien alimenté.

Savez-vous ou est ce que je peux modifier ces opérations de paramétrage de registre ? Dans quel fichier modifier cela ?

dhd_os_wifi_platform_set_power: Setting wl_reg_on to 0 succeeded
dhd_os_wifi_platform_set_power: Setting wl_reg_on to 1 succeeded

Hors ligne

#17 Le 08/08/2019, à 14:48

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Un retour avec :

iw reg get

?


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

En ligne

#18 Le 08/08/2019, à 14:55

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

jb@jb-iMac4K:~$ iw reg get
global
country 00: DFS-UNSET
	(2402 - 2472 @ 40), (N/A, 20), (N/A)
	(2457 - 2482 @ 20), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
	(2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, PASSIVE-SCAN
	(5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
	(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
	(5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, PASSIVE-SCAN
	(5735 - 5835 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
	(57240 - 63720 @ 2160), (N/A, 0), (N/A)

Hors ligne

#19 Le 08/08/2019, à 14:57

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Tu as des retours pour :

lsmod | grep cfg80211
iwconfig

et :

nmcli dev wifi

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

En ligne

#20 Le 08/08/2019, à 15:02

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

xubu1957 a écrit :

Tu as des retours pour :

lsmod | grep cfg80211
iwconfig

et :

nmcli dev wifi
jb@jb-iMac4K:~$ lsmod | grep cfg80211
cfg80211              622592  1 wl
jb@jb-iMac4K:~$ iwconfig
enp4s0f0  no wireless extensions.

lo        no wireless extensions.
jb@jb-iMac4K:~$ nmcli dev wifi

Pas de retour sur le dernier

Hors ligne

#21 Le 08/08/2019, à 15:04

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Si tu es en France, teste :

sudo iw reg set FR && sudo iw reg get

> "iw reg get" returns "country 00: DFS-UNSET" although CRDA is configured

Dernière modification par xubu1957 (Le 08/08/2019, à 15:05)


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

En ligne

#22 Le 08/08/2019, à 15:08

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

jb@jb-iMac4K:~$ sudo iw reg set FR && sudo iw reg get
[sudo] Mot de passe de jb : 
global
country FR: DFS-ETSI
	(2402 - 2482 @ 40), (N/A, 20), (N/A)
	(5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW
	(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW
	(5490 - 5710 @ 160), (N/A, 27), (0 ms), DFS
	(57000 - 66000 @ 2160), (N/A, 40), (N/A)

Hors ligne

#23 Le 08/08/2019, à 15:09

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Essaye de redémarrer.


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

En ligne

#24 Le 08/08/2019, à 15:12

titou83

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Dans les paramètre Ubuntu, j'ai :

Aucun adaptateur Wi-Fi trouvé
Assurez-vous d'avoir un adaptateur Wi-Fi branché et opérationnel

Pour le Bluetooth, j'ai :
Bluetooth désactivé
Activez pour connecter des périphériques et recevoir des transferts de fichiers.

Sur le wifi, je n'ai pas de bouton d'activation.
Sur le bluetooth, il est bloqué sur OFF, je ne peux pas mettre sur ON.

Hors ligne

#25 Le 08/08/2019, à 15:14

xubu1957

Re : iMac 2019, pilote pour BCM 4464 introuvable pour Bluetooth et WiFi

Dans la notice, quelles sont les touches pour activer le Bluetooth ?

Dernière modification par xubu1957 (Le 08/08/2019, à 15:23)


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

En ligne