Résolu LinuxCNC compatible avec carte Wifi PCI ?

  • Auteur de la discussion Lezard
  • Date de début
L

Lezard

Ouvrier
Merci d'avoir passé tout ce temps, j'ai un peu avancé, au moins dans ma compréhension du système si ce n'est dans la résolution de ce problème :)
 
U

usitour

Compagnon
C'est comme une machine, quand on l'a démontée on sait comment ça marche :wink:
Edit: ce que je fais souvent, c'est faire une recherche sur goog.. avec les messages d'erreur
 
L

Lezard

Ouvrier
C'est bien vrai, mais en plus difficile : on ne peut pas tripoter les pièces pour voir comment elles s'assemblent !
 
L

Lezard

Ouvrier
Ce que je crois avoir compris jusqu'ici c'est que :
- la carte que je voudrais utiliser n'est pas supportée par la distro de base de LinuxCNC
- je ne sais comment/si c'est possible de/ l'ajouter après que la compilation du kernel a été faite
Bref, je continue à chercher :)
 
U

usitour

Compagnon
Linuxcnc est issu de la distribution wheezy de Debian, je pense que le noyau a été recompilé pour
une utilisation cnc. Ubuntu, dérivé de Debian, est plus appropriée pour une utilisation grand public,
beaucoup plus de driver et firmware non-free. A l'inverse Debian ne déroge pas de la philosophie du libre.
A une époque, firefox n'étais pas installé sous Debian, remplacé par iceweasel, c'était juste l'icône, le
renard roux, qui n'était pas sous license Gnu.
 
L

Lezard

Ouvrier
Je vais essayer de tester une version 'normale' de Wheezy, pour voir si elle reconnait cette carte. Si c'est le cas, j'ai peut-être une chance, sinon je laisse tomber à moins que le SAV de TP-Link que j'ai consulté Vendredi ne revienne avec une solution. Je ne comprends tjs pas pourquoi la compil de leur driver échoue
 
L

Lezard

Ouvrier
Merci pour le tuyau.
Sauf erreur de ma part, il me semble que cette page est pour Stretch, qui est une version plus récente de Debian ?
Quand je clique sur le lien "search in other suite>Wheezy" depuis cette page, j'ai "Sorry, your search gave no results"
Cela indiquerait donc que cette version de driver n'est pas supportée par Wheezy... :-(

Quand TP-Link annonce une compatibilité "[Linux]2.6.24~4.1", ils font référence au N° de Kernel non ?
Est-ce que cela signifie que le driver est compatible au point de vue du kernel, mais pas inclus dans les distros avant Stretch ? (votre remarque à propos de la philosophie Debian vs. les logiciels propriétaires)
 
O

osiver

Compagnon
Quand TP-Link annonce une compatibilité "[Linux]2.6.24~4.1", ils font référence au N° de Kernel non ?
Oui, depuis le 2.6.24 jusqu'au 4.1
Cependant, suivant la date où ça a été publié, les versions de kernel suivantes sont peut-être encore compatibles :wink:
 
U

usitour

Compagnon
Le paquet firmware-realtek
https://packages.debian.org/wheezy/firmware-realtek
il n'a pas besoin de dépendance, apparemment, ce n'est pas le cas de tous les drivers.

Ce firmware pour wheezy est "non-free", pas encore incorporé dans la version wheezy, elle a été
pour les versions suivantes, jessie, stretch. mais le lien donné par @osiver peut fonctionner à condition
que les dépendances suivent, gcc, les headers 4.9.0.3 (source du noyau), et toi des headers 3.4.9.rtai,
ça équivaut à upgrader une partie du système, et linuxcnc ne tourne que sous wheezy
 
L

Lezard

Ouvrier
Je suis perdu.
Quand je fais une mise à jour du package firmware-realtek :
sudo apt-get update
sudo apt-get install firmware-realtek
j'obtiens : "firmware-realtek is already the newest version" et le driver rtl8192ee n'est pas présent.
Est-ce qu'il faut que j'ajoute le repository de Stretch pour essayer de charger un upgrade du package postérieur à Wheezy ?
 
L

Lezard

Ouvrier
OK, j'ai ajouté deux lignes dans /etc/apt/sources.list pour essayer d'ajouter le repos Stretch (I'm feeling adventurous here !)

Puis :
sudo apt-get update
sudo apt-get install firmware-realtek

Cette fois, il semble bien que le package firmware-realtek soit mis à jour : la console me dit que le package a été remplacé.
J'ai ensuite rebooté, pas de changement...

J'arrête pour ce soir, c'est l'heure de l'apéro !
Merci à tous pour votre aide, la suite au prochain épisode :)
 
L

Lezard

Ouvrier
Bonjour à tous,

Cette question est maintenant réglée, grâce à l'aide de @ozzyrob sur le forum linuxcnc qui m'a indiqué une modif à faire sur le Makefile du source du driver fourni par TP Link :
en ligne 7 :
CONFIG_IOCTL_CFG80211=y
change to
CONFIG_IOCTL_CFG80211=n

J'ai donc pu compiler et installer le driver, et après un reboot me connecter en Wifi sans difficultés. Je confirme donc que cette carte Wifi PCI TP-Link TL-WN881ND fonctionne avec l'install de base de LinuxCNC.

Un grand merci à tous les membres du forum qui m'ont aidé sur ce sujet un peu éloigné de l'usinage. L'aventure continue ... :smt023
 
O

osiver

Compagnon
Bonne nouvelle ! On sentait bien qu'on était à un doigt de la solution. 8-)
 
U

usitour

Compagnon
Bonjour

Bien vu, la recherche ça paye. C'est la joie des logiciels libre, la liberté a un prix, mais aussi
une grande satisfaction quand on résouds le problème.
J'avais vu sur un site un truc similaire mais pour un driver Broadcom, mais en allemand,
j'avais aussi vu un site qui semblait prometteur mais en chinois.
Félicitation, parce que plus d'un aurais changé de carte sans chercher à résoudre le problème;
Bonne continuation pour ton projet
Cdlt
 
B

bruno-ebri

Nouveau
Bonjour à tous,

Cette question est maintenant réglée, grâce à l'aide de @ozzyrob sur le forum linuxcnc qui m'a indiqué une modif à faire sur le Makefile du source du driver fourni par TP Link :
en ligne 7 :
CONFIG_IOCTL_CFG80211=y
change to
CONFIG_IOCTL_CFG80211=n

J'ai donc pu compiler et installer le driver, et après un reboot me connecter en Wifi sans difficultés. Je confirme donc que cette carte Wifi PCI TP-Link TL-WN881ND fonctionne avec l'install de base de LinuxCNC.

Un grand merci à tous les membres du forum qui m'ont aidé sur ce sujet un peu éloigné de l'usinage. L'aventure continue ... :smt023

Bonjour à tous,
J'ai la meme installation et le désire d'installer ce driver sur mon Linuxcnc, je ne sais pas comment faire....pourriez-vous svp m'indiquer comment faire pour modifier sur le "Makefile".
 
L

Lezard

Ouvrier
Bonjour,

Il faut simplement ouvrir le fichier Makefile avec un éditeur de texte, faire la modif et sauvegarder. Sur ma machine :
- j'ouvre le dossier dans lequel se trouve les fichiers d'installation décompressés,
- clic droit : Open Terminal here
- sudo nano Makefile
- se déplacer avec le curseur à la fin de la ligne à modifier : CONFIG_IOCTL_CFG80211=y
- remplacer "y" par "n"
- Ctrl-X pour sortir
- Save modified buffer : Y puis Enter
De retour dans le terminal :
- make modules
- sudo make install
Redémarrer le système.

J'espère ne pas avoir écrit trop de bêtises, je suis débutant, en tous cas cela a marché pour moi :)
 
Dernière édition:
B

bruno-ebri

Nouveau
Merci Laurent pour les explications détaillées mais après avoir fait la modif et rebooté....rien n'indique que j'ai du Wifi......
verifications avec votre historique de mon terminal:
# iwconfig wlan0
wlan0 No such device
et aussi:
iwconfig lo no wireless extensions
encore
# sudo modinfo rtlwifi
filename: /lib/modules/3.4-9-rtai-686-pae/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko
description: Realtek 802.11n PCI wireless core
license: GPL
author: Larry Finger <Larry.FInger@lwfinger.net>
author: Realtek WlanFAE <wlanfae@realtek.com>
author: lizhaoming <chaoming_li@realsil.com.cn>
depends: mac80211,cfg80211,usbcore
intree: Y
vermagic: 3.4-9-rtai-686-pae SMP preempt mod_unload modversions 686

JE continu ma recherche....
 
L

Lezard

Ouvrier
Bonsoir,

Quand tu fais lspci -v, est-ce que tu vois la carte PCI listée ?
 
B

bruno-ebri

Nouveau
Bonsoir, Oui, Voici le resultat de la requete:
$ lspci -v
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: d0000000-d02fffff
Capabilities: <access denied>
Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d0400000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 30c0
Memory at c0000000 (32-bit, prefetchable) [size=256M]
Memory at d0480000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915

00:02.1 Display controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
Subsystem: IBM Device 02f6
Flags: fast devsel
Memory at 40600000 (32-bit, non-prefetchable) [disabled] [size=512K]
Capabilities: <access denied>

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at d04c0000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: d0300000-d03fffff
Prefetchable memory behind bridge: 0000000040000000-00000000401fffff
Capabilities: <access denied>
Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: 40200000-403fffff
Prefetchable memory behind bridge: 0000000040400000-00000000405fffff
Capabilities: <access denied>
Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at 3000
Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at 3020
Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 3040
Kernel driver in use: uhci_hcd

00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at 3060
Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at d06c4000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>

00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01) (prog-if 80 [Master])
Subsystem: IBM Device 02f6
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
I/O ports at 01f0
I/O ports at 03f4
I/O ports at 0170
I/O ports at 0374
I/O ports at 30b0
Capabilities: <access denied>
Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
Subsystem: IBM Device 02f6
Flags: medium devsel, IRQ 19
I/O ports at 3080

01:00.0 Network controller: Broadcom Corporation Device 43a0 (rev 03)
Subsystem: Broadcom Corporation Device 0619
Flags: bus master, fast devsel, latency 0, IRQ 5
Memory at d0200000 (64-bit, non-prefetchable) [size=32K]
Memory at d0000000 (64-bit, non-prefetchable) [size=2M]
Capabilities: <access denied>

02:00.0 Ethernet controller: Intel Corporation 82573E Gigabit Ethernet Controller (Copper) (rev 03)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d0380000 (32-bit, non-prefetchable) [size=128K]
Memory at d0300000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 4000
Capabilities: <access denied>
Kernel driver in use: e1000e

 
B

bruno-ebri

Nouveau
OK, j'ai ajouté deux lignes dans /etc/apt/sources.list pour essayer d'ajouter le repos Stretch (I'm feeling adventurous here !)

Puis :
sudo apt-get update
sudo apt-get install firmware-realtek

Cette fois, il semble bien que le package firmware-realtek soit mis à jour : la console me dit que le package a été remplacé.
J'ai ensuite rebooté, pas de changement...
Bonsoir Laurent, j'aimerais bien ajouter ses deux ligne aussi, ca semble etre la solution....du moins je crois. Peux tu SVP me les donner?
J'ai regardé sur https://packages.debian.org/stretch/firmware-realtek mais je ne suis vraiment pas sur.....

Merci pour ton aide.
 
L

Lezard

Ouvrier
Bonjour,

Désolé, je reviens sur ma question à propos de lspci -v : je ne vois pas ta carte RealTek dans ta liste des devices PCI. Sur ma machine, j'ai en fin de liste :
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 818b
Subsystem: Realtek Semiconductor Co., Ltd. Device 8196
Flags: bus master, fast devsel, latency 0, IRQ 17
I/O ports at cc00
Memory at fe7fc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: rtl8192ee

Dans ton premier message, quand tu dis que tu as "la meme installation", est-ce que tu peux préciser ?
Je me plante probablement, mais j'ai l'impression que ton driver est bien installé (cf. # sudo modinfo rtlwifi) mais que la carte elle n'est pas 'vue'.
 
Dernière édition:
B

bruno-ebri

Nouveau
Bonjour Laurent,

Voici donc ce que j'ai installé:

TP-Link Archer T6E AC1300 Dual Band Wireless PCI Express Adapter with Two Antennas, Selectable Dual Band Speeds 867/400 Mbps, Heat Sink for Better Sta



Et voici plus d'infos de ma machine:
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 3192.137 MHz processor.
[ 0.008003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6384.27 BogoMIPS (lpj=12768548)
[ 0.008010] pid_max: default: 32768 minimum: 301
[ 0.008083] Security Framework initialized
[ 0.008089] AppArmor: AppArmor disabled by boot time parameter
[ 0.008118] Mount-cache hash table entries: 512
[ 0.008410] Initializing cgroup subsys cpuacct
[ 0.008414] Initializing cgroup subsys memory
[ 0.008429] Initializing cgroup subsys devices
[ 0.008432] Initializing cgroup subsys freezer
[ 0.008436] Initializing cgroup subsys net_cls
[ 0.008439] Initializing cgroup subsys blkio
[ 0.008451] Initializing cgroup subsys perf_event
[ 0.008501] CPU: Physical Processor ID: 0
[ 0.008505] CPU: Processor Core ID: 0
[ 0.008509] mce: CPU supports 4 MCE banks
[ 0.008520] CPU0: Thermal monitoring handled by SMI
[ 0.008602] ACPI: Core revision 20120320
[ 0.017766] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.018152] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.057969] CPU0: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 03
[ 0.060003] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[ 0.060003] ... version: 0
[ 0.060003] ... bit width: 40
[ 0.060003] ... generic registers: 18
[ 0.060003] ... value mask: 000000ffffffffff
[ 0.060003] ... max period: 0000007fffffffff
[ 0.060003] ... fixed-purpose events: 0
[ 0.060003] ... event mask: 000000000003ffff
[ 0.068037] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.080040] CPU 1 irqstacks, hard=f589a000 soft=f589c000
[ 0.080045] Booting Node 0, Processors #1 Ok.
[ 0.012000] Initializing CPU#1
[ 0.012000] CPU1: Thermal monitoring handled by SMI
[ 0.092053] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.092128] Brought up 2 CPUs
[ 0.092134] Total of 2 processors activated (12768.54 BogoMIPS).
[ 0.093625] devtmpfs: initialized
[ 0.093625] PM: Registering ACPI NVS region [mem 0x3f536000-0x3f5fffff] (827392 bytes)
[ 0.093625] dummy:
[ 0.093625] NET: Registered protocol family 16
[ 0.093625] ACPI: bus type pci registered
[ 0.093625] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.093625] PCI: Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub with MMCONFIG support
[ 0.093625] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.093625] PCI: Using MMCONFIG for extended config space
[ 0.093625] PCI: Using configuration type 1 for base access
[ 0.096153] bio: create slab <bio-0> at 0
[ 0.096228] ACPI: Added _OSI(Module Device)
[ 0.096228] ACPI: Added _OSI(Processor Device)
[ 0.096228] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.096228] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.098166] ACPI: EC: Look up EC in DSDT
[ 0.104262] ACPI: SSDT 3f530349 001C3 (v01 PmRef Cpu0Ist 00003000 INTL 20030224)
[ 0.104837] ACPI: Dynamic OEM Table Load:
[ 0.104844] ACPI: SSDT (null) 001C3 (v01 PmRef Cpu0Ist 00003000 INTL 20030224)
[ 0.105128] ACPI: SSDT 3f5302b9 00090 (v01 PmRef Cpu1Ist 00003000 INTL 20030224)
[ 0.105664] ACPI: Dynamic OEM Table Load:
[ 0.105671] ACPI: SSDT (null) 00090 (v01 PmRef Cpu1Ist 00003000 INTL 20030224)
[ 0.106072] ACPI: Interpreter enabled
[ 0.106082] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.106137] ACPI: Using IOAPIC for interrupt routing
[ 0.146247] ACPI: No dock devices found.
[ 0.146256] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.148692] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20120320/nspredef-359)
[ 0.148710] \_SB_.PCI0:_OSC evaluation returned wrong type
[ 0.148715] _OSC request data:1 8 0
[ 0.148725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.151504] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.151510] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.151515] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[ 0.151519] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.151523] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.151528] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[ 0.151533] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[ 0.151537] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed40fff] (ignored)
[ 0.151541] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.151546] PCI: root bus 00: using default resources
[ 0.151605] PCI host bridge to bus 0000:00
[ 0.151611] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.151615] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.151633] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
[ 0.151705] pci 0000:00:01.0: [8086:2771] type 01 class 0x060400
[ 0.151763] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.151791] pci 0000:00:02.0: [8086:2772] type 00 class 0x030000
[ 0.151811] pci 0000:00:02.0: reg 10: [mem 0xd0400000-0xd047ffff]
[ 0.151821] pci 0000:00:02.0: reg 14: [io 0x30c0-0x30c7]
[ 0.151832] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[ 0.151842] pci 0000:00:02.0: reg 1c: [mem 0xd0480000-0xd04bffff]
[ 0.151902] pci 0000:00:02.1: [8086:2776] type 00 class 0x038000
[ 0.151918] pci 0000:00:02.1: reg 10: [mem 0x00000000-0x0007ffff]
[ 0.152052] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[ 0.152077] pci 0000:00:1b.0: reg 10: [mem 0xd04c0000-0xd04c3fff 64bit]
[ 0.152154] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.152189] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[ 0.152269] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.152305] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[ 0.152385] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.152425] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[ 0.152481] pci 0000:00:1d.0: reg 20: [io 0x3000-0x301f]
[ 0.152522] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[ 0.152578] pci 0000:00:1d.1: reg 20: [io 0x3020-0x303f]
[ 0.152621] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[ 0.152677] pci 0000:00:1d.2: reg 20: [io 0x3040-0x305f]
[ 0.152718] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[ 0.152774] pci 0000:00:1d.3: reg 20: [io 0x3060-0x307f]
[ 0.152829] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[ 0.152856] pci 0000:00:1d.7: reg 10: [mem 0xd06c4000-0xd06c43ff]
[ 0.152949] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.152977] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.153059] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[ 0.153167] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.153178] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.153186] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.153197] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0800 (mask 00ff)
[ 0.153242] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x010180
[ 0.153264] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
[ 0.153277] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
[ 0.153290] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
[ 0.153302] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
[ 0.153314] pci 0000:00:1f.2: reg 20: [io 0x30b0-0x30bf]
[ 0.153356] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.153380] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[ 0.153446] pci 0000:00:1f.3: reg 20: [io 0x3080-0x309f]
[ 0.153556] pci 0000:01:00.0: [14e4:43a0] type 00 class 0x028000
[ 0.153582] pci 0000:01:00.0: reg 10: [mem 0xd0200000-0xd0207fff 64bit]
[ 0.153602] pci 0000:01:00.0: reg 18: [mem 0xd0000000-0xd01fffff 64bit]
[ 0.153674] pci 0000:01:00.0: supports D1 D2
[ 0.153678] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.160036] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.160046] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd02fffff]
[ 0.160153] pci 0000:02:00.0: [8086:108c] type 00 class 0x020000
[ 0.160185] pci 0000:02:00.0: reg 10: [mem 0xd0380000-0xd039ffff]
[ 0.160207] pci 0000:02:00.0: reg 14: [mem 0xd0300000-0xd037ffff]
[ 0.160229] pci 0000:02:00.0: reg 18: [io 0x4000-0x401f]
[ 0.160362] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.160405] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.160422] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.160428] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.160435] pci 0000:00:1c.0: bridge window [mem 0xd0300000-0xd03fffff]
[ 0.160500] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.160592] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[ 0.160607] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.160612] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.160636] pci_bus 0000:00: on NUMA node 0
[ 0.160644] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.161139] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG_._PRT]
[ 0.161226] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[ 0.161356] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.161527] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SLOT._PRT]
[ 0.162002] \_SB_.PCI0:_OSC evaluation returned wrong type
[ 0.162006] _OSC request data:1 f 0
[ 0.162016] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[ 0.322197] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[ 0.322332] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[ 0.322464] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[ 0.322595] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[ 0.322734] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.322877] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.323025] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 7 9 10 11 12 14 15)
[ 0.323166] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.324051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.324074] vgaarb: loaded
[ 0.324077] vgaarb: bridge control possible 0000:00:02.0
[ 0.324130] PCI: Using ACPI for IRQ routing
[ 0.331489] PCI: pci_cache_line_size set to 64 bytes
[ 0.331601] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.331606] reserve RAM buffer: 000000003f520000 - 000000003fffffff
[ 0.331900] hpet clockevent registered
[ 0.331908] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.331919] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.333048] Switching to clocksource hpet
[ 0.333148] pnp: PnP ACPI init
[ 0.333168] ACPI: bus type pnp registered
[ 0.334613] pnp 00:00: [bus 00-ff]
[ 0.334619] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.334624] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.334629] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.334633] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.334637] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.334641] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.334646] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.334650] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.334656] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.334661] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.334665] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.334669] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.334673] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.334677] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.334681] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.334685] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.334689] pnp 00:00: [mem 0x40000000-0xfebfffff window]
[ 0.334694] pnp 00:00: [mem 0xfed40000-0xfed40fff window]
[ 0.334698] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.334769] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.334977] pnp 00:01: [io 0x0010-0x001f]
[ 0.334983] pnp 00:01: [io 0x0024-0x0025]
[ 0.334986] pnp 00:01: [io 0x0028-0x0029]
[ 0.334990] pnp 00:01: [io 0x002c-0x002d]
[ 0.334994] pnp 00:01: [io 0x002e-0x002f]
[ 0.334997] pnp 00:01: [io 0x0030-0x0031]
[ 0.335001] pnp 00:01: [io 0x0034-0x0035]
[ 0.335005] pnp 00:01: [io 0x0038-0x0039]
[ 0.335008] pnp 00:01: [io 0x003c-0x003d]
[ 0.335012] pnp 00:01: [io 0x004e-0x004f]
[ 0.335016] pnp 00:01: [io 0x0072-0x0077]
[ 0.335019] pnp 00:01: [io 0x0080]
[ 0.335023] pnp 00:01: [io 0x0090-0x009f]
[ 0.335027] pnp 00:01: [io 0x00a4-0x00a5]
[ 0.335030] pnp 00:01: [io 0x00a8-0x00a9]
[ 0.335034] pnp 00:01: [io 0x00ac-0x00ad]
[ 0.335038] pnp 00:01: [io 0x00b0-0x00b5]
[ 0.335041] pnp 00:01: [io 0x00b8-0x00b9]
[ 0.335045] pnp 00:01: [io 0x00bc-0x00bd]
[ 0.335049] pnp 00:01: [io 0x04d0-0x04d1]
[ 0.335053] pnp 00:01: [io 0x0200-0x0207]
[ 0.335056] pnp 00:01: [io 0x0800-0x080f]
[ 0.335060] pnp 00:01: [io 0x0810-0x0865]
[ 0.335064] pnp 00:01: [io 0x0880-0x08ff]
[ 0.335067] pnp 00:01: [io 0x1000-0x107f]
[ 0.335071] pnp 00:01: [io 0x1100-0x111f]
[ 0.335075] pnp 00:01: [io 0x1180-0x11bf]
[ 0.335079] pnp 00:01: [io 0xe000-0xe00f]
[ 0.335082] pnp 00:01: [io 0xfe00]
[ 0.335086] pnp 00:01: [io 0xfe10-0xfe11]
[ 0.335090] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.335095] pnp 00:01: [mem 0xfebffc00-0xfebfffff]
[ 0.335095] pnp 00:01: [mem 0xfed13000-0xfed13fff]
[ 0.335095] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.335095] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.335095] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.335095] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.335095] pnp 00:01: [mem 0xfed50000-0xfed8ffff]
[ 0.335095] pnp 00:01: [mem 0xfef00000-0xfeffffff]
[ 0.335095] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.335095] system 00:01: [io 0x0200-0x0207] has been reserved
[ 0.335095] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.335095] system 00:01: [io 0x0810-0x0865] has been reserved
[ 0.335095] system 00:01: [io 0x0880-0x08ff] has been reserved
[ 0.335095] system 00:01: [io 0x1000-0x107f] has been reserved
[ 0.335095] system 00:01: [io 0x1100-0x111f] has been reserved
[ 0.335095] system 00:01: [io 0x1180-0x11bf] has been reserved
[ 0.335095] system 00:01: [io 0xe000-0xe00f] has been reserved
[ 0.335095] system 00:01: [io 0xfe00] has been reserved
[ 0.335095] system 00:01: [io 0xfe10-0xfe11] has been reserved
[ 0.335095] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfebffc00-0xfebfffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed13000-0xfed13fff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed50000-0xfed8ffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
[ 0.335095] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.335095] pnp 00:02: [io 0x0000-0x000f]
[ 0.335095] pnp 00:02: [io 0x0081-0x008f]
[ 0.335095] pnp 00:02: [io 0x00c0-0x00df]
[ 0.335095] pnp 00:02: [dma 4]
[ 0.335095] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.335095] pnp 00:03: [io 0x00f0-0x00fe]
[ 0.335095] pnp 00:03: [irq 13]
[ 0.335095] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.335095] pnp 00:04: [io 0x0070-0x0071]
[ 0.335095] pnp 00:04: [irq 8]
[ 0.335095] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.335095] pnp 00:05: [io 0x0061]
[ 0.335095] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.335095] pnp 00:06: [mem 0xff800000-0xffffffff]
[ 0.335095] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.335199] pnp 00:07: [io 0x0060]
[ 0.335204] pnp 00:07: [io 0x0064]
[ 0.335213] pnp 00:07: [irq 1]
[ 0.335301] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.335415] pnp 00:08: [irq 12]
[ 0.335504] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.341785] pnp 00:09: [io 0x03f0-0x03f5]
[ 0.341792] pnp 00:09: [io 0x03f7]
[ 0.341801] pnp 00:09: [irq 6]
[ 0.341805] pnp 00:09: [dma 2]
[ 0.343859] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.350372] pnp 00:0a: [io 0x03f8-0x03ff]
[ 0.350382] pnp 00:0a: [irq 4]
[ 0.350457] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.361396] pnp 00:0b: [io 0x0378-0x037f]
[ 0.361401] pnp 00:0b: [io 0x0778-0x077f]
[ 0.361410] pnp 00:0b: [irq 7]
[ 0.361414] pnp 00:0b: [dma 1]
[ 0.364133] pnp 00:0b: Plug and Play ACPI device, IDs PNP0401 (active)
[ 0.366730] pnp 00:0c: Plug and Play ACPI device, IDs NSC1200 (disabled)
[ 0.366811] pnp: PnP ACPI: found 13 devices
[ 0.366815] ACPI: ACPI bus type pnp unregistered
[ 0.366820] PnPBIOS: Disabled by ACPI PNP
[ 0.406146] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
[ 0.406166] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 04-04] add_size 1000
[ 0.406172] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-04] add_size 200000
[ 0.406177] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 04-04] add_size 200000
[ 0.406202] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.406207] pci 0000:00:1c.1: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.406212] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.406217] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.406224] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40000000-0x401fffff 64bit pref]
[ 0.406229] pci 0000:00:1c.1: BAR 14: assigned [mem 0x40200000-0x403fffff]
[ 0.406235] pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
[ 0.406240] pci 0000:00:02.1: BAR 0: assigned [mem 0x40600000-0x4067ffff]
[ 0.406248] pci 0000:00:1c.1: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.406256] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.406265] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd02fffff]
[ 0.406275] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.406280] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.406287] pci 0000:00:1c.0: bridge window [mem 0xd0300000-0xd03fffff]
[ 0.406294] pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff 64bit pref]
[ 0.406303] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.406308] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.406316] pci 0000:00:1c.1: bridge window [mem 0x40200000-0x403fffff]
[ 0.406322] pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
[ 0.406331] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.406382] pci 0000:00:1c.1: enabling device (0000 -> 0003)
[ 0.406402] pci 0000:00:1e.0: setting latency timer to 64
[ 0.406410] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.406415] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.406420] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd02fffff]
[ 0.406424] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.406428] pci_bus 0000:02: resource 1 [mem 0xd0300000-0xd03fffff]
[ 0.406432] pci_bus 0000:02: resource 2 [mem 0x40000000-0x401fffff 64bit pref]
[ 0.406436] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 0.406440] pci_bus 0000:04: resource 1 [mem 0x40200000-0x403fffff]
[ 0.406444] pci_bus 0000:04: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
[ 0.406448] pci_bus 0000:0a: resource 4 [io 0x0000-0xffff]
[ 0.406452] pci_bus 0000:0a: resource 5 [mem 0x00000000-0xffffffff]
[ 0.406586] NET: Registered protocol family 2
[ 0.406680] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.406987] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.407461] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.407702] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.407706] TCP: reno registered
[ 0.407711] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.407722] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.407852] NET: Registered protocol family 1
[ 0.407880] pci 0000:00:02.0: Boot video device
[ 0.408126] PCI: CLS 32 bytes, default 64
[ 0.408210] Unpacking initramfs...
[ 0.797165] Freeing initrd memory: 13716k freed
[ 0.804960] Simple Boot Flag at 0x35 set to 0x1
[ 0.805697] audit: initializing netlink socket (disabled)
[ 0.805719] type=2000 audit(1525429150.800:1): initialized
[ 0.820016] highmem bounce pool size: 64 pages
[ 0.820028] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.820407] VFS: Disk quotas dquot_6.5.2
[ 0.820454] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.820578] msgmni has been set to 1741
[ 0.820897] alg: No test for stdrng (krng)
[ 0.820952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.820959] io scheduler noop registered
[ 0.820962] io scheduler deadline registered
[ 0.820996] io scheduler cfq registered (default)
[ 0.821372] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.821406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.821410] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.822015] GHES: HEST is not enabled!
[ 0.822037] isapnp: Scanning for PnP cards...
[ 1.175404] isapnp: No Plug & Play device found
[ 1.175510] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.195926] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.216856] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.217097] Linux agpgart interface v0.103
[ 1.217259] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[ 1.217383] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[ 1.218085] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 1.218259] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[ 1.218476] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.220342] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.220399] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.220613] mousedev: PS/2 mouse device common for all mice
[ 1.220688] rtc_cmos 00:04: RTC can wake from S4
[ 1.220875] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.220909] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.221085] TCP: cubic registered
[ 1.221185] NET: Registered protocol family 10
[ 1.221518] Mobile IPv6
[ 1.221524] NET: Registered protocol family 17
[ 1.221532] Registering the dns_resolver key type
[ 1.221609] Using IPI No-Shortcut mode
[ 1.221821] PM: Hibernation image not present or could not be loaded.
[ 1.221848] registered taskstats version 1
[ 1.222432] rtc_cmos 00:04: setting system clock to 2018-05-04 10:19:11 UTC (1525429151)
[ 1.222590] Freeing unused kernel memory: 416k freed
[ 1.222881] Write protecting the kernel text: 3496k
[ 1.222915] Write protecting the kernel read-only data: 984k
[ 1.242553] udevd[49]: starting version 175
[ 1.293425] usbcore: registered new interface driver usbfs
[ 1.293479] usbcore: registered new interface driver hub
[ 1.297562] usbcore: registered new device driver usb
[ 1.298546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.298682] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.298692] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.298744] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.298784] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 1.298804] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.312709] e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k
[ 1.312718] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[ 1.312762] e1000e 0000:02:00.0: Disabling ASPM L0s L1
[ 1.312974] e1000e 0000:02:00.0: (unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.315175] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.315223] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd06c4000
[ 1.319266] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.324082] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.324145] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.324154] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.324161] usb usb1: Product: EHCI Host Controller
[ 1.324168] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[ 1.324174] usb usb1: SerialNumber: 0000:00:1d.7
[ 1.324528] hub 1-0:1.0: USB hub found
[ 1.324546] hub 1-0:1.0: 8 ports detected
[ 1.329272] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.329284] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.329317] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.329363] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003000
[ 1.329445] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.329452] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.329458] usb usb2: Product: UHCI Host Controller
[ 1.329463] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.329469] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.329738] hub 2-0:1.0: USB hub found
[ 1.329751] hub 2-0:1.0: 2 ports detected
[ 1.329955] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.329964] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.329985] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.330048] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003020
[ 1.330137] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.330145] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.330151] usb usb3: Product: UHCI Host Controller
[ 1.330157] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.330163] usb usb3: SerialNumber: 0000:00:1d.1
[ 1.330188] SCSI subsystem initialized
[ 1.330438] hub 3-0:1.0: USB hub found
[ 1.330454] hub 3-0:1.0: 2 ports detected
[ 1.330651] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.330659] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.330679] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.330739] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
[ 1.330814] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.330823] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.330830] usb usb4: Product: UHCI Host Controller
[ 1.330835] usb usb4: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.330841] usb usb4: SerialNumber: 0000:00:1d.2
[ 1.331087] hub 4-0:1.0: USB hub found
[ 1.331102] hub 4-0:1.0: 2 ports detected
[ 1.331302] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 1.331310] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.331330] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 1.331393] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00003060
[ 1.331469] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.331476] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.331483] usb usb5: Product: UHCI Host Controller
[ 1.331489] usb usb5: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.331495] usb usb5: SerialNumber: 0000:00:1d.3
[ 1.331796] hub 5-0:1.0: USB hub found
[ 1.331812] hub 5-0:1.0: 2 ports detected
[ 1.342045] microcode: CPU0 sig=0xf43, pf=0x10, revision=0x5
[ 1.343875] libata version 3.00 loaded.
[ 1.347011] ata_piix 0000:00:1f.2: version 2.13
[ 1.347045] ata_piix 0000:00:1f.2: MAP [ IDE IDE P1 P3 ]
[ 1.364514] e1000e 0000:02:00.0: Warning: detected DSPD enabled in EEPROM
[ 1.399373] FDC 0 is a National Semiconductor PC87306
[ 1.430114] e1000e 0000:02:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:14:85:9f:62:38
[ 1.430124] e1000e 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.430144] e1000e 0000:02:00.0: eth0: MAC: 2, PHY: 2, PBA No: FFFFFF-0FF
[ 1.436552] microcode: CPU1 sig=0xf43, pf=0x10, revision=0x5
[ 1.440833] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.500050] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.500786] scsi0 : ata_piix
[ 1.501008] scsi1 : ata_piix
[ 1.502562] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x30b0 irq 14
[ 1.502568] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x30b8 irq 15
[ 1.664356] ata1.01: ATAPI: HL-DT-STDVD-ROM GDR8164B, 0L06, max UDMA/33
[ 1.680235] ata1.01: configured for UDMA/33
[ 1.688173] ata2.00: ATA-7: WDC WD800JD-08LSA0, 09.01D09, max UDMA/133
[ 1.688180] ata2.00: 156312576 sectors, multi 16: LBA48
[ 1.696185] ata2.00: configured for UDMA/133
[ 1.704377] scsi 0:0:1:0: CD-ROM HL-DT-ST DVD-ROM GDR8164B 0L06 PQ: 0 ANSI: 5
[ 1.704849] scsi 1:0:0:0: Direct-Access ATA WDC WD800JD-08LS 09.0 PQ: 0 ANSI: 5
[ 1.713131] sd 1:0:0:0: [sda] 156312576 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.713307] sd 1:0:0:0: [sda] Write Protect is off
[ 1.713316] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.713387] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.744265] sda: sda1 sda2 < sda5 >
[ 1.745041] sd 1:0:0:0: [sda] Attached SCSI disk
[ 1.748327] sr 0:0:1:0: Attached scsi generic sg0 type 5
[ 1.748662] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.757113] sr0: scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda tray
[ 1.757124] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.757782] sr 0:0:1:0: Attached scsi CD-ROM sr0
[ 1.804075] Refined TSC clocksource calibration: 3191.999 MHz.
[ 1.804087] Switching to clocksource tsc
[ 1.932064] usb 2-2: new full-speed USB device number 2 using uhci_hcd
[ 2.114435] usb 2-2: New USB device found, idVendor=046d, idProduct=c531
[ 2.114443] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.114448] usb 2-2: Product: USB Receiver
[ 2.114452] usb 2-2: Manufacturer: Logitech
[ 2.130112] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input0
[ 2.130329] generic-usb 0003:046D:C531.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-2/input0
[ 2.138649] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input1
[ 2.138896] generic-usb 0003:046D:C531.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-2/input1
[ 2.138957] usbcore: registered new interface driver usbhid
[ 2.138963] usbhid: USB HID core driver
[ 2.360029] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[ 2.533126] usb 3-1: New USB device found, idVendor=413c, idProduct=2113
[ 2.533133] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.533138] usb 3-1: Product: Dell KB216 Wired Keyboard
[ 2.552840] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input2
[ 2.552971] generic-usb 0003:413C:2113.0003: input,hidraw2: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:00:1d.1-1/input0
[ 2.575270] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input3
[ 2.575387] generic-usb 0003:413C:2113.0004: input,hidraw3: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:00:1d.1-1/input1
[ 7.033815] PM: Starting manual resume from disk
[ 7.033823] PM: Hibernation image partition 8:5 present
[ 7.033826] PM: Looking for hibernation image.
[ 7.034060] PM: Image not found (code -22)
[ 7.034064] PM: Hibernation image not present or could not be loaded.
[ 7.044191] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 7.044197] EXT4-fs (sda1): write access will be enabled during recovery
[ 8.659567] EXT4-fs (sda1): recovery complete
[ 8.666319] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.772830] udevd[337]: starting version 175
[ 11.186287] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/PNP0C0C:00/input/input4
[ 11.186302] ACPI: Power Button [PWRB]
[ 11.186621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 11.186634] ACPI: Power Button [PWRF]
[ 11.454476] ACPI Warning: 0x00003080-0x0000309f SystemIO conflicts with Region \_SB_.PCI0.SMBS.SMB0 1 (20120320/utaddress-251)
[ 11.454490] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 11.898570] intel_rng: FWH not detected
[ 11.937909] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[ 12.052073] iTCO_vendor_support: vendor-support=0
[ 12.053085] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 12.053257] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x1060)
[ 12.054202] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.150418] leds_ss4200: no LED devices found
[ 12.164386] tpm_tis 00:0c: [irq 10]
[ 12.164405] tpm_tis 00:0c: [mem 0xfed40000-0xfed40fff]
[ 12.164729] tpm_tis 00:0c: activated
[ 12.164903] tpm_tis 00:0c: 1.2 TPM (device-id 0xFE, rev-id 3)
[ 12.260126] tpm_tis 00:0c: TPM is disabled/deactivated (0x6)
[ 12.260211] parport_pc 00:0b: reported by Plug and Play ACPI
[ 12.260314] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[ 12.366957] [drm] Initialized drm 1.1.0 20060810
[ 12.777089] i915 0000:00:02.0: setting latency timer to 64
[ 12.810458] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 12.810465] [drm] Driver supports precise vblank timestamp query.
[ 12.810547] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 12.837416] [drm] initialized overlay support
[ 12.903262] fbcon: inteldrmfb (fb0) is primary device
[ 12.950951] Console: switching to colour frame buffer device 200x56
[ 12.957033] fb0: inteldrmfb frame buffer device
[ 12.957037] drm: registered panic notifier
[ 12.957048] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 14.462156] Adding 2070524k swap on /dev/sda5. Priority:-1 extents:1 across:2070524k
[ 14.485262] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 14.732679] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 14.881422] loop: module loaded
[ 16.490662] RPC: Registered named UNIX socket transport module.
[ 16.490670] RPC: Registered udp transport module.
[ 16.490675] RPC: Registered tcp transport module.
[ 16.490680] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 16.544707] FS-Cache: Loaded
[ 16.604501] NFS: Registering the id_resolver key type
[ 16.604541] FS-Cache: Netfs 'nfs' registered for caching
[ 16.611728] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 18.932986] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input7
[ 19.503717] Bluetooth: Core ver 2.16
[ 19.503752] NET: Registered protocol family 31
[ 19.503758] Bluetooth: HCI device and connection manager initialized
[ 19.503765] Bluetooth: HCI socket layer initialized
[ 19.503770] Bluetooth: L2CAP socket layer initialized
[ 19.503783] Bluetooth: SCO socket layer initialized
[ 19.520865] Bluetooth: RFCOMM TTY layer initialized
[ 19.520879] Bluetooth: RFCOMM socket layer initialized
[ 19.520886] Bluetooth: RFCOMM ver 1.11
[ 19.540801] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 19.540809] Bluetooth: BNEP filters: protocol multicast
[ 19.952714] lp0: using parport0 (interrupt-driven).
[ 20.013246] ppdev: user-space parallel port driver
[ 22.803304] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 25.896217] e1000e 0000:02:00.0: Disabling ASPM L0s L1
[ 25.903825] e1000e 0000:02:00.0: eth0: MAC Wakeup cause - Link Status Change
[ 29.056982] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 29.057181] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 39.312014] eth0: no IPv6 routers present
[ 3683.008469] e1000e: eth0 NIC Link is Down
[ 4175.005127] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 4185.620025] eth0: no IPv6 routers present
root@linuxcnc2018:/home/bruno#
root@linuxcnc2018:/home/bruno# lshw -c Network
*-network NON-RÉCLAMÉ
description: Network controller
produit: Broadcom Corporation
fabriquant: Broadcom Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: 03
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration: latency=0
ressources: mémoire:d0200000-d0207fff mémoire:d0000000-d01fffff
*-network
description: Ethernet interface
produit: 82573E Gigabit Ethernet Controller (Copper)
fabriquant: Intel Corporation
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: eth0
version: 03
numéro de série: 00:14:85:9f:62:38
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.9.5-k duplex=full firmware=1.0-7 ip=192.168.100.160 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources: irq:16 mémoire:d0380000-d039ffff mémoire:d0300000-d037ffff portE/S:4000(taille=32)
root@linuxcnc2018:/home/bruno# dmesg | grep firmware
root@linuxcnc2018:/home/bruno# sudo dmesg | grep firmware
root@linuxcnc2018:/home/bruno#
root@linuxcnc2018:/home/bruno# clear

root@linuxcnc2018:/home/bruno# lspci -v
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=09 <?>
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: d0000000-d02fffff
Capabilities: [88] Subsystem: Intel Corporation Device 0000
Capabilities: [80] Power Management version 2
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [a0] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [140] Root Complex Link
Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d0400000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 30c0
Memory at c0000000 (32-bit, prefetchable) [size=256M]
Memory at d0480000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Kernel driver in use: i915

00:02.1 Display controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
Subsystem: IBM Device 02f6
Flags: fast devsel
Memory at 40600000 (32-bit, non-prefetchable) [disabled] [size=512K]
Capabilities: [d0] Power Management version 2

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at d04c0000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: d0300000-d03fffff
Prefetchable memory behind bridge: 0000000040000000-00000000401fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: IBM Device 02f6
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Root Complex Link
Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: 40200000-403fffff
Prefetchable memory behind bridge: 0000000040400000-00000000405fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: IBM Device 02f6
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Root Complex Link
Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at 3000
Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at 3020
Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 3040
Kernel driver in use: uhci_hcd

00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at 3060
Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at d06c4000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
Capabilities: [50] Subsystem: IBM Device 02f6

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01) (prog-if 80 [Master])
Subsystem: IBM Device 02f6
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
I/O ports at 01f0
I/O ports at 03f4
I/O ports at 0170
I/O ports at 0374
I/O ports at 30b0
Capabilities: [70] Power Management version 2
Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
Subsystem: IBM Device 02f6
Flags: medium devsel, IRQ 19
I/O ports at 3080

01:00.0 Network controller: Broadcom Corporation Device 43a0 (rev 03)
Subsystem: Broadcom Corporation Device 0619
Flags: bus master, fast devsel, latency 0, IRQ 5
Memory at d0200000 (64-bit, non-prefetchable) [size=32K]
Memory at d0000000 (64-bit, non-prefetchable) [size=2M]
Capabilities: [48] Power Management version 3
Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [68] Vendor Specific Information: Len=44 <?>
Capabilities: [ac] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Device Serial Number 50-3e-00-ff-ff-00-00-00
Capabilities: [150] Power Budgeting <?>
Capabilities: [160] Virtual Channel
Capabilities: [1b0] Latency Tolerance Reporting
Capabilities: [220] #15

02:00.0 Ethernet controller: Intel Corporation 82573E Gigabit Ethernet Controller (Copper) (rev 03)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d0380000 (32-bit, non-prefetchable) [size=128K]
Memory at d0300000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 4000
Capabilities: [c8] Power Management version 2
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [e0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 00-14-85-ff-ff-9f-62-38
Kernel driver in use: e1000e


# lshw -c Network
*-network NON-RÉCLAMÉ
description: Network controller
produit: Broadcom Corporation
fabriquant: Broadcom Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: 03
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration: latency=0
ressources: mémoire:d0200000-d0207fff mémoire:d0000000-d01fffff
*-network
description: Ethernet interface
produit: 82573E Gigabit Ethernet Controller (Copper)
fabriquant: Intel Corporation
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: eth0
version: 03
numéro de série: 00:14:85:9f:62:38
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.9.5-k duplex=full firmware=1.0-7 ip=192.168.100.160 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources: irq:16 mémoire:d0380000-d039ffff mémoire:d0300000-d037ffff portE/S:4000(taille=32)
[ 16.604541] FS-Cache: Netfs 'nfs' registered for caching
[ 16.611728] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 18.932986] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input7
[ 19.503717] Bluetooth: Core ver 2.16
[ 19.503752] NET: Registered protocol family 31
[ 19.503758] Bluetooth: HCI device and connection manager initialized
[ 19.503765] Bluetooth: HCI socket layer initialized
[ 19.503770] Bluetooth: L2CAP socket layer initialized
[ 19.503783] Bluetooth: SCO socket layer initialized
[ 19.520865] Bluetooth: RFCOMM TTY layer initialized
[ 19.520879] Bluetooth: RFCOMM socket layer initialized
[ 19.520886] Bluetooth: RFCOMM ver 1.11
[ 19.540801] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 19.540809] Bluetooth: BNEP filters: protocol multicast
[ 19.952714] lp0: using parport0 (interrupt-driven).
[ 20.013246] ppdev: user-space parallel port driver
[ 22.803304] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 25.896217] e1000e 0000:02:00.0: Disabling ASPM L0s L1
[ 25.903825] e1000e 0000:02:00.0: eth0: MAC Wakeup cause - Link Status Change
[ 29.056982] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 29.057181] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 39.312014] eth0: no IPv6 routers present
[ 3683.008469] e1000e: eth0 NIC Link is Down
[ 4175.005127] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 4185.620025] eth0: no IPv6 routers present
root@linuxcnc2018:/home/bruno#
root@linuxcnc2018:/home/bruno# lshw -c Network
*-network NON-RÉCLAMÉ
description: Network controller
produit: Broadcom Corporation
fabriquant: Broadcom Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: 03
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration: latency=0
ressources: mémoire:d0200000-d0207fff mémoire:d0000000-d01fffff
*-network
description: Ethernet interface
produit: 82573E Gigabit Ethernet Controller (Copper)
fabriquant: Intel Corporation
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: eth0
version: 03
numéro de série: 00:14:85:9f:62:38
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.9.5-k duplex=full firmware=1.0-7 ip=192.168.100.160 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources: irq:16 mémoire:d0380000-d039ffff mémoire:d0300000-d037ffff portE/S:4000(taille=32)
root@linuxcnc2018:/home/bruno# dmesg | grep firmware
root@linuxcnc2018:/home/bruno# sudo dmesg | grep firmware
root@linuxcnc2018:/home/bruno#
root@linuxcnc2018:/home/bruno# clear

root@linuxcnc2018:/home/bruno# lspci -v
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=09 <?>
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: d0000000-d02fffff
Capabilities: [88] Subsystem: Intel Corporation Device 0000
Capabilities: [80] Power Management version 2
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [a0] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [140] Root Complex Link
Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d0400000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 30c0
Memory at c0000000 (32-bit, prefetchable) [size=256M]
Memory at d0480000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Kernel driver in use: i915

00:02.1 Display controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
Subsystem: IBM Device 02f6
Flags: fast devsel
Memory at 40600000 (32-bit, non-prefetchable) [disabled] [size=512K]
Capabilities: [d0] Power Management version 2

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at d04c0000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: d0300000-d03fffff
Prefetchable memory behind bridge: 0000000040000000-00000000401fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: IBM Device 02f6
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Root Complex Link
Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: 40200000-403fffff
Prefetchable memory behind bridge: 0000000040400000-00000000405fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: IBM Device 02f6
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Root Complex Link
Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at 3000
Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at 3020
Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 3040
Kernel driver in use: uhci_hcd

00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at 3060
Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at d06c4000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
Capabilities: [50] Subsystem: IBM Device 02f6

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: IBM Device 02f6
Flags: bus master, medium devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01) (prog-if 80 [Master])
Subsystem: IBM Device 02f6
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
I/O ports at 01f0
I/O ports at 03f4
I/O ports at 0170
I/O ports at 0374
I/O ports at 30b0
Capabilities: [70] Power Management version 2
Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
Subsystem: IBM Device 02f6
Flags: medium devsel, IRQ 19
I/O ports at 3080

01:00.0 Network controller: Broadcom Corporation Device 43a0 (rev 03)
Subsystem: Broadcom Corporation Device 0619
Flags: bus master, fast devsel, latency 0, IRQ 5
Memory at d0200000 (64-bit, non-prefetchable) [size=32K]
Memory at d0000000 (64-bit, non-prefetchable) [size=2M]
Capabilities: [48] Power Management version 3
Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [68] Vendor Specific Information: Len=44 <?>
Capabilities: [ac] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Device Serial Number 50-3e-00-ff-ff-00-00-00
Capabilities: [150] Power Budgeting <?>
Capabilities: [160] Virtual Channel
Capabilities: [1b0] Latency Tolerance Reporting
Capabilities: [220] #15

02:00.0 Ethernet controller: Intel Corporation 82573E Gigabit Ethernet Controller (Copper) (rev 03)
Subsystem: IBM Device 02f6
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d0380000 (32-bit, non-prefetchable) [size=128K]
Memory at d0300000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 4000
Capabilities: [c8] Power Management version 2
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [e0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 00-14-85-ff-ff-9f-62-38
Kernel driver in use: e1000e

root@linuxcnc2018:/home/bruno#
root@linuxcnc2018:/home/bruno# clear

root@linuxcnc2018:/home/bruno# sudo dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4-9-rtai-686-pae (Debian 3.4.55-4linuxcnc) () (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Debian 3.4.55-4linuxcnc
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003f520000 (usable)
[ 0.000000] BIOS-e820: 000000003f520000 - 000000003f536000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003f536000 - 000000003f600000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f600000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] SMBIOS 2.34 present.
[ 0.000000] DMI: IBM 811333F/IBM, BIOS 2EKT33AFR 02/14/2006
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x3f520 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-E3FFF uncachable
[ 0.000000] E4000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 03F600000 mask FFFE00000 uncachable
[ 0.000000] 2 base 03F800000 mask FFF800000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00f6600] f6600
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x017f8000-0x017fffff]
[ 0.000000] RAMDISK: 36526000 - 3728b000
[ 0.000000] ACPI: RSDP 000f6520 00014 (v00 PTLTD )
[ 0.000000] ACPI: RSDT 3f53007e 00040 (v01 PTLTD RSDT 060400D0 LTP 00000000)
[ 0.000000] ACPI: FACP 3f535e2b 00074 (v01 IBM THINKCEN 060400D0 PTL 00000001)
[ 0.000000] ACPI: DSDT 3f5307a0 0568B (v01 IBM THINKCEN 060400D0 MSFT 0100000E)
[ 0.000000] ACPI: FACS 3f58bfc0 00040
[ 0.000000] ACPI: TCPA 3f535e9f 00032 (v02 IBM THINKCEN 060400D0 PTL 00000001)
[ 0.000000] ACPI: MCFG 3f535ed1 0003C (v01 PTLTD MCFG 060400D0 LTP 00000000)
[ 0.000000] ACPI: APIC 3f535f0d 00068 (v01 PTLTD ? APIC 060400D0 LTP 00000000)
[ 0.000000] ACPI: BOOT 3f535f75 00028 (v01 PTLTD $SBFTBL$ 060400D0 LTP 00000001)
[ 0.000000] ACPI: ASF! 3f535f9d 00063 (v32 CETP CETP 060400D0 PTL 00000001)
[ 0.000000] ACPI: SSDT 3f5300be 001FB (v01 PmRef CpuPm 00003000 INTL 20030224)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 125MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0003f520
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003f520
[ 0.000000] On node 0 totalpages: 259247
[ 0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f5d36200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 251 pages used for memmap
[ 0.000000] HighMem zone: 31783 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 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 high edge)
[ 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: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 17 pages/cpu @f77d5000 s48384 r0 d21248 u69632
[ 0.000000] pcpu-alloc: s48384 r0 d21248 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257220
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=6982066e-45d4-42ae-a231-e638fc06df4b ro initrd=/install/gtk/initrd.gz lapic quiet rootdelay=5
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 2074752 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003f520)
[ 0.000000] Memory: 1006292k/1037440k available (3495k kernel code, 30696k reserved, 1237k data, 416k init, 128136k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff17000 - 0xfffff000 ( 928 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc14a0000 - 0xc1508000 ( 416 kB)
[ 0.000000] .data : 0xc1369d4a - 0xc149f480 (1237 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1369d4a (3495 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:512 16
[ 0.000000] CPU 0 irqstacks, hard=f5808000 soft=f580a000
[ 0.000000] Interrupt pipeline (release #3)
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 3192.137 MHz processor.
[ 0.008003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6384.27 BogoMIPS (lpj=12768548)
[ 0.008010] pid_max: default: 32768 minimum: 301
[ 0.008083] Security Framework initialized
[ 0.008089] AppArmor: AppArmor disabled by boot time parameter
[ 0.008118] Mount-cache hash table entries: 512
[ 0.008410] Initializing cgroup subsys cpuacct
[ 0.008414] Initializing cgroup subsys memory
[ 0.008429] Initializing cgroup subsys devices
[ 0.008432] Initializing cgroup subsys freezer
[ 0.008436] Initializing cgroup subsys net_cls
[ 0.008439] Initializing cgroup subsys blkio
[ 0.008451] Initializing cgroup subsys perf_event
[ 0.008501] CPU: Physical Processor ID: 0
[ 0.008505] CPU: Processor Core ID: 0
[ 0.008509] mce: CPU supports 4 MCE banks
[ 0.008520] CPU0: Thermal monitoring handled by SMI
[ 0.008602] ACPI: Core revision 20120320
[ 0.017766] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.018152] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.057969] CPU0: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 03
[ 0.060003] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[ 0.060003] ... version: 0
[ 0.060003] ... bit width: 40
[ 0.060003] ... generic registers: 18
[ 0.060003] ... value mask: 000000ffffffffff
[ 0.060003] ... max period: 0000007fffffffff
[ 0.060003] ... fixed-purpose events: 0
[ 0.060003] ... event mask: 000000000003ffff
[ 0.068037] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.080040] CPU 1 irqstacks, hard=f589a000 soft=f589c000
[ 0.080045] Booting Node 0, Processors #1 Ok.
[ 0.012000] Initializing CPU#1
[ 0.012000] CPU1: Thermal monitoring handled by SMI
[ 0.092053] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.092128] Brought up 2 CPUs
[ 0.092134] Total of 2 processors activated (12768.54 BogoMIPS).
[ 0.093625] devtmpfs: initialized
[ 0.093625] PM: Registering ACPI NVS region [mem 0x3f536000-0x3f5fffff] (827392 bytes)
[ 0.093625] dummy:
[ 0.093625] NET: Registered protocol family 16
[ 0.093625] ACPI: bus type pci registered
[ 0.093625] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.093625] PCI: Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub with MMCONFIG support
[ 0.093625] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.093625] PCI: Using MMCONFIG for extended config space
[ 0.093625] PCI: Using configuration type 1 for base access
[ 0.096153] bio: create slab <bio-0> at 0
[ 0.096228] ACPI: Added _OSI(Module Device)
[ 0.096228] ACPI: Added _OSI(Processor Device)
[ 0.096228] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.096228] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.098166] ACPI: EC: Look up EC in DSDT
[ 0.104262] ACPI: SSDT 3f530349 001C3 (v01 PmRef Cpu0Ist 00003000 INTL 20030224)
[ 0.104837] ACPI: Dynamic OEM Table Load:
[ 0.104844] ACPI: SSDT (null) 001C3 (v01 PmRef Cpu0Ist 00003000 INTL 20030224)
[ 0.105128] ACPI: SSDT 3f5302b9 00090 (v01 PmRef Cpu1Ist 00003000 INTL 20030224)
[ 0.105664] ACPI: Dynamic OEM Table Load:
[ 0.105671] ACPI: SSDT (null) 00090 (v01 PmRef Cpu1Ist 00003000 INTL 20030224)
[ 0.106072] ACPI: Interpreter enabled
[ 0.106082] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.106137] ACPI: Using IOAPIC for interrupt routing
[ 0.146247] ACPI: No dock devices found.
[ 0.146256] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.148692] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20120320/nspredef-359)
[ 0.148710] \_SB_.PCI0:_OSC evaluation returned wrong type
[ 0.148715] _OSC request data:1 8 0
[ 0.148725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.151504] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.151510] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.151515] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[ 0.151519] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.151523] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.151528] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[ 0.151533] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[ 0.151537] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed40fff] (ignored)
[ 0.151541] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.151546] PCI: root bus 00: using default resources
[ 0.151605] PCI host bridge to bus 0000:00
[ 0.151611] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.151615] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.151633] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
[ 0.151705] pci 0000:00:01.0: [8086:2771] type 01 class 0x060400
[ 0.151763] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.151791] pci 0000:00:02.0: [8086:2772] type 00 class 0x030000
[ 0.151811] pci 0000:00:02.0: reg 10: [mem 0xd0400000-0xd047ffff]
[ 0.151821] pci 0000:00:02.0: reg 14: [io 0x30c0-0x30c7]
[ 0.151832] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[ 0.151842] pci 0000:00:02.0: reg 1c: [mem 0xd0480000-0xd04bffff]
[ 0.151902] pci 0000:00:02.1: [8086:2776] type 00 class 0x038000
[ 0.151918] pci 0000:00:02.1: reg 10: [mem 0x00000000-0x0007ffff]
[ 0.152052] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[ 0.152077] pci 0000:00:1b.0: reg 10: [mem 0xd04c0000-0xd04c3fff 64bit]
[ 0.152154] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.152189] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[ 0.152269] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.152305] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[ 0.152385] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.152425] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[ 0.152481] pci 0000:00:1d.0: reg 20: [io 0x3000-0x301f]
[ 0.152522] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[ 0.152578] pci 0000:00:1d.1: reg 20: [io 0x3020-0x303f]
[ 0.152621] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[ 0.152677] pci 0000:00:1d.2: reg 20: [io 0x3040-0x305f]
[ 0.152718] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[ 0.152774] pci 0000:00:1d.3: reg 20: [io 0x3060-0x307f]
[ 0.152829] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[ 0.152856] pci 0000:00:1d.7: reg 10: [mem 0xd06c4000-0xd06c43ff]
[ 0.152949] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.152977] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.153059] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[ 0.153167] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.153178] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.153186] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.153197] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0800 (mask 00ff)
[ 0.153242] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x010180
[ 0.153264] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
[ 0.153277] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
[ 0.153290] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
[ 0.153302] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
[ 0.153314] pci 0000:00:1f.2: reg 20: [io 0x30b0-0x30bf]
[ 0.153356] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.153380] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[ 0.153446] pci 0000:00:1f.3: reg 20: [io 0x3080-0x309f]
[ 0.153556] pci 0000:01:00.0: [14e4:43a0] type 00 class 0x028000
[ 0.153582] pci 0000:01:00.0: reg 10: [mem 0xd0200000-0xd0207fff 64bit]
[ 0.153602] pci 0000:01:00.0: reg 18: [mem 0xd0000000-0xd01fffff 64bit]
[ 0.153674] pci 0000:01:00.0: supports D1 D2
[ 0.153678] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.160036] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.160046] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd02fffff]
[ 0.160153] pci 0000:02:00.0: [8086:108c] type 00 class 0x020000
[ 0.160185] pci 0000:02:00.0: reg 10: [mem 0xd0380000-0xd039ffff]
[ 0.160207] pci 0000:02:00.0: reg 14: [mem 0xd0300000-0xd037ffff]
[ 0.160229] pci 0000:02:00.0: reg 18: [io 0x4000-0x401f]
[ 0.160362] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.160405] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.160422] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.160428] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.160435] pci 0000:00:1c.0: bridge window [mem 0xd0300000-0xd03fffff]
[ 0.160500] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.160592] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[ 0.160607] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.160612] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.160636] pci_bus 0000:00: on NUMA node 0
[ 0.160644] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.161139] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG_._PRT]
[ 0.161226] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[ 0.161356] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.161527] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SLOT._PRT]
[ 0.162002] \_SB_.PCI0:_OSC evaluation returned wrong type
[ 0.162006] _OSC request data:1 f 0
[ 0.162016] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[ 0.322197] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[ 0.322332] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[ 0.322464] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[ 0.322595] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[ 0.322734] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.322877] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.323025] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 7 9 10 11 12 14 15)
[ 0.323166] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.324051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.324074] vgaarb: loaded
[ 0.324077] vgaarb: bridge control possible 0000:00:02.0
[ 0.324130] PCI: Using ACPI for IRQ routing
[ 0.331489] PCI: pci_cache_line_size set to 64 bytes
[ 0.331601] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.331606] reserve RAM buffer: 000000003f520000 - 000000003fffffff
[ 0.331900] hpet clockevent registered
[ 0.331908] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.331919] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.333048] Switching to clocksource hpet
[ 0.333148] pnp: PnP ACPI init
[ 0.333168] ACPI: bus type pnp registered
[ 0.334613] pnp 00:00: [bus 00-ff]
[ 0.334619] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.334624] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.334629] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.334633] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.334637] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.334641] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.334646] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.334650] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.334656] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.334661] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.334665] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.334669] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.334673] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.334677] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.334681] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.334685] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.334689] pnp 00:00: [mem 0x40000000-0xfebfffff window]
[ 0.334694] pnp 00:00: [mem 0xfed40000-0xfed40fff window]
[ 0.334698] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.334769] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.334977] pnp 00:01: [io 0x0010-0x001f]
[ 0.334983] pnp 00:01: [io 0x0024-0x0025]
[ 0.334986] pnp 00:01: [io 0x0028-0x0029]
[ 0.334990] pnp 00:01: [io 0x002c-0x002d]
[ 0.334994] pnp 00:01: [io 0x002e-0x002f]
[ 0.334997] pnp 00:01: [io 0x0030-0x0031]
[ 0.335001] pnp 00:01: [io 0x0034-0x0035]
[ 0.335005] pnp 00:01: [io 0x0038-0x0039]
[ 0.335008] pnp 00:01: [io 0x003c-0x003d]
[ 0.335012] pnp 00:01: [io 0x004e-0x004f]
[ 0.335016] pnp 00:01: [io 0x0072-0x0077]
[ 0.335019] pnp 00:01: [io 0x0080]
[ 0.335023] pnp 00:01: [io 0x0090-0x009f]
[ 0.335027] pnp 00:01: [io 0x00a4-0x00a5]
[ 0.335030] pnp 00:01: [io 0x00a8-0x00a9]
[ 0.335034] pnp 00:01: [io 0x00ac-0x00ad]
[ 0.335038] pnp 00:01: [io 0x00b0-0x00b5]
[ 0.335041] pnp 00:01: [io 0x00b8-0x00b9]
[ 0.335045] pnp 00:01: [io 0x00bc-0x00bd]
[ 0.335049] pnp 00:01: [io 0x04d0-0x04d1]
[ 0.335053] pnp 00:01: [io 0x0200-0x0207]
[ 0.335056] pnp 00:01: [io 0x0800-0x080f]
[ 0.335060] pnp 00:01: [io 0x0810-0x0865]
[ 0.335064] pnp 00:01: [io 0x0880-0x08ff]
[ 0.335067] pnp 00:01: [io 0x1000-0x107f]
[ 0.335071] pnp 00:01: [io 0x1100-0x111f]
[ 0.335075] pnp 00:01: [io 0x1180-0x11bf]
[ 0.335079] pnp 00:01: [io 0xe000-0xe00f]
[ 0.335082] pnp 00:01: [io 0xfe00]
[ 0.335086] pnp 00:01: [io 0xfe10-0xfe11]
[ 0.335090] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.335095] pnp 00:01: [mem 0xfebffc00-0xfebfffff]
[ 0.335095] pnp 00:01: [mem 0xfed13000-0xfed13fff]
[ 0.335095] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.335095] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.335095] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.335095] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.335095] pnp 00:01: [mem 0xfed50000-0xfed8ffff]
[ 0.335095] pnp 00:01: [mem 0xfef00000-0xfeffffff]
[ 0.335095] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.335095] system 00:01: [io 0x0200-0x0207] has been reserved
[ 0.335095] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.335095] system 00:01: [io 0x0810-0x0865] has been reserved
[ 0.335095] system 00:01: [io 0x0880-0x08ff] has been reserved
[ 0.335095] system 00:01: [io 0x1000-0x107f] has been reserved
[ 0.335095] system 00:01: [io 0x1100-0x111f] has been reserved
[ 0.335095] system 00:01: [io 0x1180-0x11bf] has been reserved
[ 0.335095] system 00:01: [io 0xe000-0xe00f] has been reserved
[ 0.335095] system 00:01: [io 0xfe00] has been reserved
[ 0.335095] system 00:01: [io 0xfe10-0xfe11] has been reserved
[ 0.335095] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfebffc00-0xfebfffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed13000-0xfed13fff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfed50000-0xfed8ffff] has been reserved
[ 0.335095] system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
[ 0.335095] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.335095] pnp 00:02: [io 0x0000-0x000f]
[ 0.335095] pnp 00:02: [io 0x0081-0x008f]
[ 0.335095] pnp 00:02: [io 0x00c0-0x00df]
[ 0.335095] pnp 00:02: [dma 4]
[ 0.335095] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.335095] pnp 00:03: [io 0x00f0-0x00fe]
[ 0.335095] pnp 00:03: [irq 13]
[ 0.335095] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.335095] pnp 00:04: [io 0x0070-0x0071]
[ 0.335095] pnp 00:04: [irq 8]
[ 0.335095] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.335095] pnp 00:05: [io 0x0061]
[ 0.335095] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.335095] pnp 00:06: [mem 0xff800000-0xffffffff]
[ 0.335095] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.335199] pnp 00:07: [io 0x0060]
[ 0.335204] pnp 00:07: [io 0x0064]
[ 0.335213] pnp 00:07: [irq 1]
[ 0.335301] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.335415] pnp 00:08: [irq 12]
[ 0.335504] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.341785] pnp 00:09: [io 0x03f0-0x03f5]
[ 0.341792] pnp 00:09: [io 0x03f7]
[ 0.341801] pnp 00:09: [irq 6]
[ 0.341805] pnp 00:09: [dma 2]
[ 0.343859] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.350372] pnp 00:0a: [io 0x03f8-0x03ff]
[ 0.350382] pnp 00:0a: [irq 4]
[ 0.350457] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.361396] pnp 00:0b: [io 0x0378-0x037f]
[ 0.361401] pnp 00:0b: [io 0x0778-0x077f]
[ 0.361410] pnp 00:0b: [irq 7]
[ 0.361414] pnp 00:0b: [dma 1]
[ 0.364133] pnp 00:0b: Plug and Play ACPI device, IDs PNP0401 (active)
[ 0.366730] pnp 00:0c: Plug and Play ACPI device, IDs NSC1200 (disabled)
[ 0.366811] pnp: PnP ACPI: found 13 devices
[ 0.366815] ACPI: ACPI bus type pnp unregistered
[ 0.366820] PnPBIOS: Disabled by ACPI PNP
[ 0.406146] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
[ 0.406166] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 04-04] add_size 1000
[ 0.406172] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-04] add_size 200000
[ 0.406177] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 04-04] add_size 200000
[ 0.406202] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.406207] pci 0000:00:1c.1: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.406212] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.406217] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.406224] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40000000-0x401fffff 64bit pref]
[ 0.406229] pci 0000:00:1c.1: BAR 14: assigned [mem 0x40200000-0x403fffff]
[ 0.406235] pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
[ 0.406240] pci 0000:00:02.1: BAR 0: assigned [mem 0x40600000-0x4067ffff]
[ 0.406248] pci 0000:00:1c.1: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.406256] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.406265] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd02fffff]
[ 0.406275] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.406280] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.406287] pci 0000:00:1c.0: bridge window [mem 0xd0300000-0xd03fffff]
[ 0.406294] pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff 64bit pref]
[ 0.406303] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.406308] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.406316] pci 0000:00:1c.1: bridge window [mem 0x40200000-0x403fffff]
[ 0.406322] pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
[ 0.406331] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.406382] pci 0000:00:1c.1: enabling device (0000 -> 0003)
[ 0.406402] pci 0000:00:1e.0: setting latency timer to 64
[ 0.406410] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.406415] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.406420] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd02fffff]
[ 0.406424] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.406428] pci_bus 0000:02: resource 1 [mem 0xd0300000-0xd03fffff]
[ 0.406432] pci_bus 0000:02: resource 2 [mem 0x40000000-0x401fffff 64bit pref]
[ 0.406436] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 0.406440] pci_bus 0000:04: resource 1 [mem 0x40200000-0x403fffff]
[ 0.406444] pci_bus 0000:04: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
[ 0.406448] pci_bus 0000:0a: resource 4 [io 0x0000-0xffff]
[ 0.406452] pci_bus 0000:0a: resource 5 [mem 0x00000000-0xffffffff]
[ 0.406586] NET: Registered protocol family 2
[ 0.406680] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.406987] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.407461] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.407702] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.407706] TCP: reno registered
[ 0.407711] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.407722] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.407852] NET: Registered protocol family 1
[ 0.407880] pci 0000:00:02.0: Boot video device
[ 0.408126] PCI: CLS 32 bytes, default 64
[ 0.408210] Unpacking initramfs...
[ 0.797165] Freeing initrd memory: 13716k freed
[ 0.804960] Simple Boot Flag at 0x35 set to 0x1
[ 0.805697] audit: initializing netlink socket (disabled)
[ 0.805719] type=2000 audit(1525429150.800:1): initialized
[ 0.820016] highmem bounce pool size: 64 pages
[ 0.820028] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.820407] VFS: Disk quotas dquot_6.5.2
[ 0.820454] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.820578] msgmni has been set to 1741
[ 0.820897] alg: No test for stdrng (krng)
[ 0.820952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.820959] io scheduler noop registered
[ 0.820962] io scheduler deadline registered
[ 0.820996] io scheduler cfq registered (default)
[ 0.821372] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.821406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.821410] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.822015] GHES: HEST is not enabled!
[ 0.822037] isapnp: Scanning for PnP cards...
[ 1.175404] isapnp: No Plug & Play device found
[ 1.175510] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.195926] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.216856] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.217097] Linux agpgart interface v0.103
[ 1.217259] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[ 1.217383] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[ 1.218085] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 1.218259] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[ 1.218476] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.220342] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.220399] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.220613] mousedev: PS/2 mouse device common for all mice
[ 1.220688] rtc_cmos 00:04: RTC can wake from S4
[ 1.220875] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.220909] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.221085] TCP: cubic registered
[ 1.221185] NET: Registered protocol family 10
[ 1.221518] Mobile IPv6
[ 1.221524] NET: Registered protocol family 17
[ 1.221532] Registering the dns_resolver key type
[ 1.221609] Using IPI No-Shortcut mode
[ 1.221821] PM: Hibernation image not present or could not be loaded.
[ 1.221848] registered taskstats version 1
[ 1.222432] rtc_cmos 00:04: setting system clock to 2018-05-04 10:19:11 UTC (1525429151)
[ 1.222590] Freeing unused kernel memory: 416k freed
[ 1.222881] Write protecting the kernel text: 3496k
[ 1.222915] Write protecting the kernel read-only data: 984k
[ 1.242553] udevd[49]: starting version 175
[ 1.293425] usbcore: registered new interface driver usbfs
[ 1.293479] usbcore: registered new interface driver hub
[ 1.297562] usbcore: registered new device driver usb
[ 1.298546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.298682] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.298692] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.298744] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.298784] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 1.298804] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.312709] e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k
[ 1.312718] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[ 1.312762] e1000e 0000:02:00.0: Disabling ASPM L0s L1
[ 1.312974] e1000e 0000:02:00.0: (unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.315175] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.315223] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd06c4000
[ 1.319266] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.324082] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.324145] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.324154] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.324161] usb usb1: Product: EHCI Host Controller
[ 1.324168] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[ 1.324174] usb usb1: SerialNumber: 0000:00:1d.7
[ 1.324528] hub 1-0:1.0: USB hub found
[ 1.324546] hub 1-0:1.0: 8 ports detected
[ 1.329272] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.329284] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.329317] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.329363] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003000
[ 1.329445] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.329452] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.329458] usb usb2: Product: UHCI Host Controller
[ 1.329463] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.329469] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.329738] hub 2-0:1.0: USB hub found
[ 1.329751] hub 2-0:1.0: 2 ports detected
[ 1.329955] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.329964] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.329985] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.330048] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003020
[ 1.330137] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.330145] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.330151] usb usb3: Product: UHCI Host Controller
[ 1.330157] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.330163] usb usb3: SerialNumber: 0000:00:1d.1
[ 1.330188] SCSI subsystem initialized
[ 1.330438] hub 3-0:1.0: USB hub found
[ 1.330454] hub 3-0:1.0: 2 ports detected
[ 1.330651] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.330659] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.330679] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.330739] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
[ 1.330814] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.330823] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.330830] usb usb4: Product: UHCI Host Controller
[ 1.330835] usb usb4: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.330841] usb usb4: SerialNumber: 0000:00:1d.2
[ 1.331087] hub 4-0:1.0: USB hub found
[ 1.331102] hub 4-0:1.0: 2 ports detected
[ 1.331302] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 1.331310] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.331330] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 1.331393] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00003060
[ 1.331469] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.331476] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.331483] usb usb5: Product: UHCI Host Controller
[ 1.331489] usb usb5: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.331495] usb usb5: SerialNumber: 0000:00:1d.3
[ 1.331796] hub 5-0:1.0: USB hub found
[ 1.331812] hub 5-0:1.0: 2 ports detected
[ 1.342045] microcode: CPU0 sig=0xf43, pf=0x10, revision=0x5
[ 1.343875] libata version 3.00 loaded.
[ 1.347011] ata_piix 0000:00:1f.2: version 2.13
[ 1.347045] ata_piix 0000:00:1f.2: MAP [ IDE IDE P1 P3 ]
[ 1.364514] e1000e 0000:02:00.0: Warning: detected DSPD enabled in EEPROM
[ 1.399373] FDC 0 is a National Semiconductor PC87306
[ 1.430114] e1000e 0000:02:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:14:85:9f:62:38
[ 1.430124] e1000e 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.430144] e1000e 0000:02:00.0: eth0: MAC: 2, PHY: 2, PBA No: FFFFFF-0FF
[ 1.436552] microcode: CPU1 sig=0xf43, pf=0x10, revision=0x5
[ 1.440833] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.500050] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.500786] scsi0 : ata_piix
[ 1.501008] scsi1 : ata_piix
[ 1.502562] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x30b0 irq 14
[ 1.502568] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x30b8 irq 15
[ 1.664356] ata1.01: ATAPI: HL-DT-STDVD-ROM GDR8164B, 0L06, max UDMA/33
[ 1.680235] ata1.01: configured for UDMA/33
[ 1.688173] ata2.00: ATA-7: WDC WD800JD-08LSA0, 09.01D09, max UDMA/133
[ 1.688180] ata2.00: 156312576 sectors, multi 16: LBA48
[ 1.696185] ata2.00: configured for UDMA/133
[ 1.704377] scsi 0:0:1:0: CD-ROM HL-DT-ST DVD-ROM GDR8164B 0L06 PQ: 0 ANSI: 5
[ 1.704849] scsi 1:0:0:0: Direct-Access ATA WDC WD800JD-08LS 09.0 PQ: 0 ANSI: 5
[ 1.713131] sd 1:0:0:0: [sda] 156312576 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.713307] sd 1:0:0:0: [sda] Write Protect is off
[ 1.713316] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.713387] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.744265] sda: sda1 sda2 < sda5 >
[ 1.745041] sd 1:0:0:0: [sda] Attached SCSI disk
[ 1.748327] sr 0:0:1:0: Attached scsi generic sg0 type 5
[ 1.748662] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.757113] sr0: scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda tray
[ 1.757124] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.757782] sr 0:0:1:0: Attached scsi CD-ROM sr0
[ 1.804075] Refined TSC clocksource calibration: 3191.999 MHz.
[ 1.804087] Switching to clocksource tsc
[ 1.932064] usb 2-2: new full-speed USB device number 2 using uhci_hcd
[ 2.114435] usb 2-2: New USB device found, idVendor=046d, idProduct=c531
[ 2.114443] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.114448] usb 2-2: Product: USB Receiver
[ 2.114452] usb 2-2: Manufacturer: Logitech
[ 2.130112] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input0
[ 2.130329] generic-usb 0003:046D:C531.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-2/input0
[ 2.138649] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input1
[ 2.138896] generic-usb 0003:046D:C531.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-2/input1
[ 2.138957] usbcore: registered new interface driver usbhid
[ 2.138963] usbhid: USB HID core driver
[ 2.360029] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[ 2.533126] usb 3-1: New USB device found, idVendor=413c, idProduct=2113
[ 2.533133] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.533138] usb 3-1: Product: Dell KB216 Wired Keyboard
[ 2.552840] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input2
[ 2.552971] generic-usb 0003:413C:2113.0003: input,hidraw2: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:00:1d.1-1/input0
[ 2.575270] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input3
[ 2.575387] generic-usb 0003:413C:2113.0004: input,hidraw3: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:00:1d.1-1/input1
[ 7.033815] PM: Starting manual resume from disk
[ 7.033823] PM: Hibernation image partition 8:5 present
[ 7.033826] PM: Looking for hibernation image.
[ 7.034060] PM: Image not found (code -22)
[ 7.034064] PM: Hibernation image not present or could not be loaded.
[ 7.044191] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 7.044197] EXT4-fs (sda1): write access will be enabled during recovery
[ 8.659567] EXT4-fs (sda1): recovery complete
[ 8.666319] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.772830] udevd[337]: starting version 175
[ 11.186287] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/PNP0C0C:00/input/input4
[ 11.186302] ACPI: Power Button [PWRB]
[ 11.186621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 11.186634] ACPI: Power Button [PWRF]
[ 11.454476] ACPI Warning: 0x00003080-0x0000309f SystemIO conflicts with Region \_SB_.PCI0.SMBS.SMB0 1 (20120320/utaddress-251)
[ 11.454490] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 11.898570] intel_rng: FWH not detected
[ 11.937909] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[ 12.052073] iTCO_vendor_support: vendor-support=0
[ 12.053085] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 12.053257] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x1060)
[ 12.054202] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.150418] leds_ss4200: no LED devices found
[ 12.164386] tpm_tis 00:0c: [irq 10]
[ 12.164405] tpm_tis 00:0c: [mem 0xfed40000-0xfed40fff]
[ 12.164729] tpm_tis 00:0c: activated
[ 12.164903] tpm_tis 00:0c: 1.2 TPM (device-id 0xFE, rev-id 3)
[ 12.260126] tpm_tis 00:0c: TPM is disabled/deactivated (0x6)
[ 12.260211] parport_pc 00:0b: reported by Plug and Play ACPI
[ 12.260314] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[ 12.366957] [drm] Initialized drm 1.1.0 20060810
[ 12.777089] i915 0000:00:02.0: setting latency timer to 64
[ 12.810458] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 12.810465] [drm] Driver supports precise vblank timestamp query.
[ 12.810547] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 12.837416] [drm] initialized overlay support
[ 12.903262] fbcon: inteldrmfb (fb0) is primary device
[ 12.950951] Console: switching to colour frame buffer device 200x56
[ 12.957033] fb0: inteldrmfb frame buffer device
[ 12.957037] drm: registered panic notifier
[ 12.957048] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 14.462156] Adding 2070524k swap on /dev/sda5. Priority:-1 extents:1 across:2070524k
[ 14.485262] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 14.732679] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 14.881422] loop: module loaded
[ 16.490662] RPC: Registered named UNIX socket transport module.
[ 16.490670] RPC: Registered udp transport module.
[ 16.490675] RPC: Registered tcp transport module.
[ 16.490680] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 16.544707] FS-Cache: Loaded
[ 16.604501] NFS: Registering the id_resolver key type
[ 16.604541] FS-Cache: Netfs 'nfs' registered for caching
[ 16.611728] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 18.932986] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input7
[ 19.503717] Bluetooth: Core ver 2.16
[ 19.503752] NET: Registered protocol family 31
[ 19.503758] Bluetooth: HCI device and connection manager initialized
[ 19.503765] Bluetooth: HCI socket layer initialized
[ 19.503770] Bluetooth: L2CAP socket layer initialized
[ 19.503783] Bluetooth: SCO socket layer initialized
[ 19.520865] Bluetooth: RFCOMM TTY layer initialized
[ 19.520879] Bluetooth: RFCOMM socket layer initialized
[ 19.520886] Bluetooth: RFCOMM ver 1.11
[ 19.540801] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 19.540809] Bluetooth: BNEP filters: protocol multicast
[ 19.952714] lp0: using parport0 (interrupt-driven).
[ 20.013246] ppdev: user-space parallel port driver
[ 22.803304] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 25.896217] e1000e 0000:02:00.0: Disabling ASPM L0s L1
[ 25.903825] e1000e 0000:02:00.0: eth0: MAC Wakeup cause - Link Status Change
[ 29.056982] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 29.057181] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 39.312014] eth0: no IPv6 routers present
[ 3683.008469] e1000e: eth0 NIC Link is Down
[ 4175.005127] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 4185.620025] eth0: no IPv6 routers present


lshw -c Network
*-network NON-RÉCLAMÉ
description: Network controller
produit: Broadcom Corporation
fabriquant: Broadcom Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: 03
bits: 64 bits
horloge: 33MHz

Je suis un peu perdu dans tous ca.....
 
L

Lezard

Ouvrier
Je suis moi-même très loin d'être un spécialiste, mais on peut toujours essayer.

Bon, ta carte n'est pas exactement le même modèle que le mien, du coup est-ce que tu as pu vérifier quelles versions de Linux elle supporte ? LinuxCnC utilise une version un peu ancienne du kernel, il est donc important de vérifier que cette version est compatible avec ta carte.

Sinon, et histoire d'avancer, tu peux peut-être tester ta carte avec une version plus récente de Linux, par ex. Ubuntu :
- aller sur le site Ubuntu, télécharger une image disque sur une clé USB bootable
- booter ta machine avec la clé USB
- voir si la carte est reconnue et activée

Cela permettrait déjà de vérifier qu'il n'y a pas de problème au niveau de la carte elle-même, "elle marche"

Bon courage :)

[EDIT] je viens de regarder le site TP Link pour cette carte, il n'est fait nulle part mention de la compatibilité Linux, idem dans la page Utilitaires, ou le guide utilisateur, pas de version Linux mentionnée. Ca va peut-être être compliqué... [/EDIT]
 
Dernière édition:
L

Lezard

Ouvrier
J'ai fait un peu de recherche, mais je patauge moi aussi pas mal.

Bon, il semblerait que cette carte n'utilise pas le même chipset que la mienne, et il y a donc peu de chance que le driver que j'ai utilisé convienne. Le chipset serait (selon cette page, et sous toute réserve) un Broadcom BCMxxxx, ce qui matcherait avec un des éléments listés dans ton lspci -v :
01:00.0 Network controller: Broadcom Corporation Device 43a0 (rev 03)
Subsystem: Broadcom Corporation Device 0619

Reste à trouver le bon driver s'il existe, et à l'installer...
 
Dernière édition:
B

bruno-ebri

Nouveau
Bonjour Laurent, merci pour ton support.
Voici les étapes que j'ai fais, peux etre que ca peut aider quelqu'un.

Donc depuis vendredi, j'ai fais plusieurs recherche sans succès.... J'ai donc enlever mon device PCI, et installer un USB TP Link WIN722N
Voici ce que ca donne:
bruno@linuxcnc2018:~$ lsusb
Bus 001 Device 005: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 002 Device 002: ID 413c:2113 Dell Computer Corp.
Bus 002 Device 003: ID 046d:c531 Logitech, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
J'ai suivi les instructions de ce tuto: https://wiki.debian.org/fr/WiFi/HowToUse

bruno@linuxcnc2018:~$ sudo nano /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

bruno@linuxcnc2018:~$ sudo iwlist scan
wlan0 Scan completed :
Cell 01 - Address: C0:4A:00:2C:B8:D1
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=69/70 Signal level=-41 dBm
Encryption key:on
ESSID:"Cela est juste et bon"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=00000096dfab9380
Extra: Last beacon: 476ms ago
IE: Unknown: 001543656C6120657374206A7573746520657420626F6E
IE: Unknown: 010882848B960C121824
IE: Unknown: 030106
IE: Unknown: 2A0104
IE: Unknown: 32043048606C
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: 2D1AED111BFFFF000000000000000000000100000000000000000000
IE: Unknown: 3D1606000400000000000000000000000000000000000000
IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00

J'ai fait un essai avec Wicd. Ca semble ne pas fonctionner.
Je fais un essai avec Connman .... ce ne fonctionne pas non plus....

Je suis perdu...
J'ai en fin trouvé avec les 5 lignes suivante!!!

je refait l'installation du systeme avec le cd
L'installation me demande dans la configuration du réseau de choisir sois
-le wifi
-ou la connection de base
J'ai choisi le wifi et répondu au questions avec le SSID et mot de passe de mon internet.


Je crois que j'ai trouvé la façon facile!! Merci
 
L

Lezard

Ouvrier
Bonjour,
Content de lire que tu as trouvé une solution à ton problème, bonne continuation dans ton projet !
 

Sujets similaires

V
Réponses
18
Affichages
1 163
V
N
Réponses
27
Affichages
687
Jean 47
J
HenriIV
Réponses
10
Affichages
1 272
Doctor_itchy
D
D
Réponses
11
Affichages
1 679
Dubois laurent
D
laurenttanguy
Réponses
0
Affichages
480
laurenttanguy
laurenttanguy
Haut