Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 03/12/2013, à 06:18

mike22

[Contourné] Pilote Ath9k - compilation du noyau?

Bonjour à vous,

Je suis nouvel utilisateur de Lubuntu 13.10 , j'ai quitté windows "presque" que sans regret.

J'ai un eeepc 1011px avec la carte wifi Atheros ar9285 qui utilise le pilote Ath9k.

Voila j ai essayé beaucoup de chose mais je n'arrive pas à regler mes lenteurs de connexion wifi .

Si une ame charitable pouvait me sortir de là ....

Voici un extrait du fichier readme apres decompression du pilote qui a permis à beaucoup de personne de la communauté de s en sortir :

Linux Wireless compatibility package
=====================================

This is a Linux wireless compatibility package which provides the latest
Linux wireless subsystem enhancements for kernels 2.6.24 and above.
It is technically possible to support kernels < 2.6.24 but more
work is required for that.
It also provides Linux bluetooth subsystem enhancements for kernels 2.6.27 and above.

With a local git repository you can update the compatibility package yourself.
For more information on how to do this please refer the Developers section below.

Documentation
------------

This package is also documented online and has more-up-to date
information online than on this README file. You should read the wiki page
and not rely on this README:

http://wireless.kernel.org/en/users/Download

Subscribe to the wiki page to get updates on the documentation.

Where to get the latest
-----------------------

This package lets you build your own 'latest', all you need is a local git
repository. The process is documented in the Developers section of this document.
However since not many users are expected to keep a local git repository we
provide daily snapshots of this package + the wireless and bluetooth subsystem
code. You can find the latest snapshot at:

linux-next.git version:
http://wireless.kernel.org/en/users/Download

stable version:
http://wireless.kernel.org/en/users/Download/stable/

Versions
--------

There are two different versions of this package available.
* Version based on latest linux-next.git tree named compat-wireless-YYYY-MM-DD.tar.bz2
* Version based on linux-2.6-stable.git tree named compat-wireless-2.6.CC.DD.tar.bz2

Both versions should work for every kernel > 2.6.24. The differences are the
code they are containing. The version based on linux-next.git contains the
wireless and bluetooth subsystem out of linux-next.git and the stable version
the wireless subsystem out of the corresponding linux stable version.

Selecting your driver
---------------------

If you know the driver you want you can select it with our
helper script:

./scripts/driver-select

Run that script to see more information.
Not all drivers are currently enabled via driver-select.

Building, and installing
------------------------

Build: compile the latest linux wireless subsystem

    make

Install:

We use the updates/ directory so your distribution's drivers are left intact.

    sudo make install

Uninstall:

This nukes our changes to updates/ so you can go back to using your
distribution's supported drivers.

    sudo make uninstall

Load:

Reboot unless you know what you are doing.
(Usually modprobe 'driver-name' is the way to go)


Bluetooth modules can be separately compiled and installed using below commands
Bluetooth drivers are also available via ./scripts/driver-select

Build:
    make bt

Install:
    sudo make btinstall

Uninstall:
    sudo make btuninstall

Unload:
    sudo make btunload

Load:
    modprobe driver-name. If unsure, reboot.

Drivers
-------

This is the list of drivers the package currently provides. It adds
all new drivers or drivers which keep being updated which you might
be interested in.

Drivers list:

adm8211
ar9170usb
at76c50x-usb
ath5k
ath6kl
ath9k
ath9k_htc
b43
b43legacy
b44
carl9170
brcm80211
ipw2100
ipw2200
iwl3945
iwlagn
iwlcore
iwmc3200wifi
libertas
libertas_cs
libertas_sdio
libertas_spi
libertas_tf
libertas_tf_usb
libipw
mwl8k
orinoco_cs
orinoco_nortel
orinoco_pci
orinoco_plx
orinoco_tld
orinoco_usb
orinoco
p54common
p54pci
p54spi
p54usb
rt2400pci
rt2500pci
rt2500usb
rt2800pci
rt2800usb
rt61pci
rt73usb
rtl8180
rtl8187
rtlwifi
rtl8192ce
spectrum_cs
ssb
wl1251
wl12xx
zd1211rw

This package also provides more drivers which may be documented here

For a complete list see:

http://wireless.kernel.org/en/users/Download

Non-wireless drivers



Apparament, j ai cru comprendre qu il s'agit de compiler le noyau...? Pas facile pour un novice comme moi...

Merci pour votre aide.

Mike22

Dernière modification par mike22 (Le 19/12/2013, à 04:14)

Hors ligne

#2 Le 03/12/2013, à 08:05

gigiair

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Ben non, fort heureusement. Il s'agit seulement d'installer des modules qui gèrent le wifi et le bluetooth  plus récents.
J'ai un eeepc X101CH avec un Atheros ar9285, j'ai juste fait un classique

sudo -s echo "options ath9k nohwcrypt=1" > /etc/modprobe.d/ath9k.conf

J'ai aussi changé le canal de ma freebox, car il y avait beaucoup de monde sur le même canal dans mon quartier, et tout va bien.
Bonne chance.


--
JJR.

Hors ligne

#3 Le 03/12/2013, à 15:04

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Hello JJR,

Voici le résultat de la commande :

mike@mike-1011PX:~$ sudo -s echo "options ath9k nohwcrypt=1" > /etc/modprobe.d/ath9k.conf
bash: /etc/modprobe.d/ath9k.conf: Permission non accordée
mike@mike-1011PX:~$

Hors ligne

#4 Le 03/12/2013, à 15:23

gigiair

Re : [Contourné] Pilote Ath9k - compilation du noyau?

C'est une commande que j'ai récupérée, essaye

sudo -i
echo "options ath9k nohwcrypt=1"  |tee  /etc/modprobe.d/ath9k.conf

Je pensais que tu l'avais déjà fait, je n'avais pas vérifié la syntaxe.


--
JJR.

Hors ligne

#5 Le 03/12/2013, à 19:59

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Salut,

Voila ce que j obtiens :

mike@mike-1011PX:~$ sudo -i
[sudo] password for mike: 
Sorry, try again.
[sudo] password for mike: 
root@mike-1011PX:~# sudo -i
root@mike-1011PX:~# echo "options ath9k nohwcrypt=1"  |tee  /etc/modprobe.d/ath9k.conf
options ath9k nohwcrypt=1
root@mike-1011PX:~#

Mon debit est misérable, vitesse 1 ou 2 Mb/s...

Hors ligne

#6 Le 03/12/2013, à 20:24

gigiair

Re : [Contourné] Pilote Ath9k - compilation du noyau?

C'était la première chose à essayer.
Il faut toutefois une réinitialisation du module ath9k, par exemple par un redémarrage.

Sinon la piste de la compilation d'un module plus récent est à essayer je pense, mais je ne l'ai jamais fait.
Il suffit de lire la doc, c'est quand même assez simple.
Une autre piste est d'utiliser ndiswrapper. Je pense qu'il y a plein de littérature sur ce sujet dans les docs Ubuntu.


--
JJR.

Hors ligne

#7 Le 04/12/2013, à 05:21

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Peut tu m'expliquer à quoi sert cette commande et si elle a fonctionné sur mon pc?

Car après redemarrage c'est idem.

Justement c'est parce que je trouve la doc pas simple que j'ai posté sad

Je vais regarder ndiswrapper tout de meme, merci pour la piste.

Mais si quelqu'un peut m'accompagner dans la compilation d'un module plus récent ou bien voit une autre piste, je suis preneur...

Merci

Mike22

Hors ligne

#8 Le 04/12/2013, à 18:40

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Bonjour à Tous,

Aporie doit prendre le relai, il m'a demandé de poster les résultats de la commande Ispci que voici :

mike@mike-1011PX:~$ lspci
00:00.0 Host bridge: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 02)
00:1c.3 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation NM10/ICH7 Family SATA Controller [AHCI mode] (rev 02)
01:00.0 Ethernet controller: Qualcomm Atheros AR8152 v2.0 Fast Ethernet (rev c1)
02:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)

Merci

Hors ligne

#9 Le 05/12/2013, à 10:08

Aporie

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Salut,

J'ai cherché un peu, avant de se lancer dans la compilation du module ath9k pour ton noyau, et je suis tombé sur ça :

sudo modprobe -rfv ath9k

sudo modprobe -v ath9k

Ça devrait supprimer et recharger le module. Après, honnêtement, je suis loin d'être spécialiste, et je ne fais que lire les docs. On peut tester ça dans un premier temps. T'as la possibilité de te brancher en ethernet, si jamais on fait une bêtise ?

Sinon d'après ce que j'ai lu (rapidement). Il faut, pour compiler les nouveaux drivers ath9k, activer le module mac80211. Je ne me souviens pas avoir fait ça pour mon précédent problème.

lsmod

Nous permet de voir si le module mac80211 est actuellement activé au démarrage de ton ordi. Si oui, alors c'est facile. Tu n'as qu'à suivre par étapes les consignes données dans le fichier readme du driver.

Il y a un script fournit qui te permet de sélectionner seulement les drivers ath9k et ainsi éviter d'installer tous les drivers de cartes wifi que tu n'utilises pas. Tu te places à la racine du répertoire des drivers et tu suis la doc. make ... makeinstall etc... Le mot "compiler" fait peur, mais en gros ça veut juste dire installer un programme de façon spécifique à ton ordinateur...

Faut se lancer c'est tout wink

Dernière modification par Aporie (Le 05/12/2013, à 10:37)


Dell Inspiron 3520 : Fedora 20
Ordi de bureau : Kubuntu 14.04
Serveur : Ubuntu-serveur 14.04

Hors ligne

#10 Le 06/12/2013, à 04:33

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Merci Aporie, je te tiens au courant

Hors ligne

#11 Le 06/12/2013, à 04:42

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

En attendant, est ce que ce message peut avoir une incidence sur mon wifi?

Executable patch /sbin/wpa_supplicant 1.0-3ubuntu2
Désolé , Ubuntu 13.0 à rencontré une erreur interne.

Je l'ai depuis le début de mon install et à chaque démarrage.

Merci

Hors ligne

#12 Le 06/12/2013, à 09:36

Aporie

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Salut,

Sachant que wpa_suplicant est le logiciel qui réalise la connexion wifi, il y a de forte chance que ton problème vienne plutot de là. Juste après avoir redémarré l'ordi fait un petit

dmesg

et poste les dernière lignes ici. Essaye de booter sur un live USB pour voir si tu as le même problème.


Dell Inspiron 3520 : Fedora 20
Ordi de bureau : Kubuntu 14.04
Serveur : Ubuntu-serveur 14.04

Hors ligne

#13 Le 06/12/2013, à 12:55

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Voici le résultat de la commande dmesg :

[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07F700000 mask FFFF00000 uncachable
[    0.000000]   2 base 07F800000 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] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2039MB, range: 1MB, type UC
[    0.000000] reg 2, base: 2040MB, range: 8MB, type UC
[    0.000000] total RAM covered: 2039M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 16M 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2039MB, range: 1MB, type UC
[    0.000000] reg 2, base: 2040MB, range: 8MB, type UC
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
[    0.000000]  [mem 0x37800000-0x379fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
[    0.000000]  [mem 0x34000000-0x377fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x33ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
[    0.000000]  [mem 0x37a00000-0x37bfdfff] page 4k
[    0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35fa2000-0x36fc8fff]
[    0.000000] ACPI: RSDP 000fbe90 00024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 7f680100 0006C (v01 _ASUS_ Notebook 05001106 MSFT 00000097)
[    0.000000] ACPI: FACP 7f680290 000F4 (v04 A_M_I_ OEMFACP  05001106 MSFT 00000097)
[    0.000000] ACPI: DSDT 7f6804a0 085B1 (v02  A1563 A1563000 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 7f68e000 00040
[    0.000000] ACPI: APIC 7f680390 0006C (v02 A_M_I_ OEMAPIC  05001106 MSFT 00000097)
[    0.000000] ACPI: MCFG 7f680400 0003C (v01 A_M_I_ OEMMCFG  05001106 MSFT 00000097)
[    0.000000] ACPI: ECDT 7f680440 00055 (v01 A_M_I_ OEMECDT  05001106 MSFT 00000097)
[    0.000000] ACPI: OEMB 7f68e040 00061 (v01 A_M_I_ AMI_OEM  05001106 MSFT 00000097)
[    0.000000] ACPI: HPET 7f688a60 00038 (v01 A_M_I_ OEMHPET  05001106 MSFT 00000097)
[    0.000000] ACPI: GSCI 7f68e0b0 02024 (v01 A_M_I_ GMCHSCI  05001106 MSFT 00000097)
[    0.000000] ACPI: SSDT 7f691360 00999 (v01  PmRef   CpuPm4 00003000 INTL 20051117)
[    0.000000] ACPI: SLIC 7f688aa0 00176 (v01 _ASUS_ Notebook 05001106 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1146MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] BRK [0x01b3a000, 0x01b3afff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x37bfdfff]
[    0.000000]   HighMem  [mem 0x37bfe000-0x7f67ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x7f67ffff]
[    0.000000] On node 0 totalpages: 521758
[    0.000000] free_area_init_node: node 0, pgdat c1948b40, node_mem_map f4fb2020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1752 pages used for memmap
[    0.000000]   Normal zone: 224254 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2294 pages used for memmap
[    0.000000]   HighMem zone: 293506 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @f7bba000 s36288 r0 d21056 u57344
[    0.000000] pcpu-alloc: s36288 r0 d21056 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 519974
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic root=UUID=92674bef-58e0-459c-8c9a-e70361f3f00b ro quiet splash vt.handoff=7
[    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 4174840 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 (00037bfe:0007f680)
[    0.000000] Memory: 2037448K/2087032K available (6352K kernel code, 607K rwdata, 2640K rodata, 880K init, 908K bss, 49584K reserved, 1174024K highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff14000 - 0xfffff000   ( 940 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
[    0.000000]       .init : 0xc1962000 - 0xc1a3e000   ( 880 kB)
[    0.000000]       .data : 0xc16343a4 - 0xc1961dc0   (3254 kB)
[    0.000000]       .text : 0xc1000000 - 0xc16343a4   (6352 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] NR_IRQS:2304 nr_irqs:712 16
[    0.000000] CPU 0 irqstacks, hard=f7008000 soft=f700a000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1666.507 MHz processor
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3333.01 BogoMIPS (lpj=6666028)
[    0.004013] pid_max: default: 32768 minimum: 301
[    0.004089] Security Framework initialized
[    0.004122] AppArmor: AppArmor initialized
[    0.004126] Yama: becoming mindful.
[    0.004236] Mount-cache hash table entries: 512
[    0.004666] Initializing cgroup subsys memory
[    0.004688] Initializing cgroup subsys devices
[    0.004694] Initializing cgroup subsys freezer
[    0.004700] Initializing cgroup subsys blkio
[    0.004705] Initializing cgroup subsys perf_event
[    0.004712] Initializing cgroup subsys hugetlb
[    0.004763] CPU: Physical Processor ID: 0
[    0.004768] CPU: Processor Core ID: 0
[    0.004775] mce: CPU supports 5 MCE banks
[    0.004790] CPU0: Thermal monitoring enabled (TM2)
[    0.004812] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
[    0.004812] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
[    0.004812] tlb_flushall_shift: 6
[    0.005226] Freeing SMP alternatives memory: 28K (c1a3e000 - c1a45000)
[    0.009944] ACPI: Core revision 20130517
[    0.021416] ACPI: All ACPI Tables successfully acquired
[    0.024022] ftrace: allocating 27140 entries in 54 pages
[    0.044172] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.044670] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.084788] smpboot: CPU0: Intel(R) Atom(TM) CPU N570   @ 1.66GHz (fam: 06, model: 1c, stepping: 0a)
[    0.088000] Performance Events: PEBS fmt0+, 8-deep LBR, Atom events, Intel PMU driver.
[    0.088000] ... version:                3
[    0.088000] ... bit width:              40
[    0.088000] ... generic registers:      2
[    0.088000] ... value mask:             000000ffffffffff
[    0.088000] ... max period:             000000007fffffff
[    0.088000] ... fixed-purpose events:   3
[    0.088000] ... event mask:             0000000700000003
[    0.088227] CPU 1 irqstacks, hard=f70f4000 soft=f70f6000
[    0.008000] Initializing CPU#1
[    0.008000] Disabled fast string operations
[    0.088235] smpboot: Booting Node   0, Processors  #1
[    0.100000] TSC synchronization [CPU#0 -> CPU#1]:
[    0.100000] Measured 180 cycles TSC warp between CPUs, turning off TSC clock.
[    0.100000] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.100221] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.100530] CPU 2 irqstacks, hard=f715e000 soft=f7160000
[    0.008000] Initializing CPU#2
[    0.008000] Disabled fast string operations
[    0.100536]  #2
[    0.113236] CPU 3 irqstacks, hard=f71ac000 soft=f71ae000
[    0.113247]  #3 OK
[    0.008000] Initializing CPU#3
[    0.008000] Disabled fast string operations
[    0.124365] Brought up 4 CPUs
[    0.124376] smpboot: Total of 4 processors activated (13332.05 BogoMIPS)
[    0.126253] devtmpfs: initialized
[    0.126253] EVM: security.selinux
[    0.126253] EVM: security.SMACK64
[    0.126253] EVM: security.capability
[    0.126253] PM: Registering ACPI NVS region [mem 0x7f68e000-0x7f6cffff] (270336 bytes)
[    0.130599] regulator-dummy: no parameters
[    0.130658] RTC time: 10:46:37, date: 12/06/13
[    0.130768] NET: Registered protocol family 16
[    0.131109] EISA bus registered
[    0.131262] ACPI: bus type PCI registered
[    0.131270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.131409] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.131417] PCI: not using MMCONFIG
[    0.131622] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
[    0.131715] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[    0.131719] PCI: Using configuration type 1 for base access
[    0.134281] bio: create slab <bio-0> at 0
[    0.134281] ACPI: Added _OSI(Module Device)
[    0.134281] ACPI: Added _OSI(Processor Device)
[    0.134281] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.134281] ACPI: Added _OSI(Processor Aggregator Device)
[    0.138786] ACPI: EC: EC description table is found, configuring boot EC
[    0.142768] ACPI: Executed 1 blocks of module-level executable AML code
[    0.148810] ACPI: SSDT 7f690740 0033A (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.149786] ACPI: Dynamic OEM Table Load:
[    0.149794] ACPI: SSDT   (null) 0033A (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.150114] ACPI: SSDT 7f690c30 00724 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.150987] ACPI: Dynamic OEM Table Load:
[    0.150993] ACPI: SSDT   (null) 00724 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.152139] ACPI: SSDT 7f690520 00217 (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.153109] ACPI: Dynamic OEM Table Load:
[    0.153116] ACPI: SSDT   (null) 00217 (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.153301] ACPI: SSDT 7f690ba0 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.154184] ACPI: Dynamic OEM Table Load:
[    0.154191] ACPI: SSDT   (null) 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.154757] ACPI: SSDT 7f690300 00217 (v01  PmRef  Cpu2Ist 00003000 INTL 20051117)
[    0.155739] ACPI: Dynamic OEM Table Load:
[    0.155746] ACPI: SSDT   (null) 00217 (v01  PmRef  Cpu2Ist 00003000 INTL 20051117)
[    0.155929] ACPI: SSDT 7f690b10 00085 (v01  PmRef  Cpu2Cst 00003000 INTL 20051117)
[    0.156831] ACPI: Dynamic OEM Table Load:
[    0.156838] ACPI: SSDT   (null) 00085 (v01  PmRef  Cpu2Cst 00003000 INTL 20051117)
[    0.157415] ACPI: SSDT 7f6900e0 00217 (v01  PmRef  Cpu3Ist 00003000 INTL 20051117)
[    0.158396] ACPI: Dynamic OEM Table Load:
[    0.158403] ACPI: SSDT   (null) 00217 (v01  PmRef  Cpu3Ist 00003000 INTL 20051117)
[    0.158585] ACPI: SSDT 7f690a80 00085 (v01  PmRef  Cpu3Cst 00003000 INTL 20051117)
[    0.159482] ACPI: Dynamic OEM Table Load:
[    0.159489] ACPI: SSDT   (null) 00085 (v01  PmRef  Cpu3Cst 00003000 INTL 20051117)
[    0.159954] ACPI: Interpreter enabled
[    0.159979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
[    0.159990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[    0.160040] ACPI: (supports S0 S3 S4 S5)
[    0.160045] ACPI: Using IOAPIC for interrupt routing
[    0.160110] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.161349] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.161355] PCI: Using MMCONFIG for extended config space
[    0.161391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.161671] ACPI: No dock devices found.
[    0.174595] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.178291] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.178307] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.178314] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.178853] PCI host bridge to bus 0000:00
[    0.178863] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.178870] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.178876] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.178883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.178889] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.178896] pci_bus 0000:00: root bus resource [mem 0x7f700000-0xfed8ffff]
[    0.178918] pci 0000:00:00.0: [8086:a010] type 00 class 0x060000
[    0.179114] pci 0000:00:02.0: [8086:a011] type 00 class 0x030000
[    0.179134] pci 0000:00:02.0: reg 0x10: [mem 0xf7e00000-0xf7e7ffff]
[    0.179145] pci 0000:00:02.0: reg 0x14: [io  0xdc00-0xdc07]
[    0.179157] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
[    0.179168] pci 0000:00:02.0: reg 0x1c: [mem 0xf7d00000-0xf7dfffff]
[    0.179359] pci 0000:00:02.1: [8086:a012] type 00 class 0x038000
[    0.179376] pci 0000:00:02.1: reg 0x10: [mem 0xf7e80000-0xf7efffff]
[    0.179628] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.179661] pci 0000:00:1b.0: reg 0x10: [mem 0xf7cf8000-0xf7cfbfff 64bit]
[    0.179784] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.179972] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.180120] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.180238] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.180335] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[    0.180465] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.180581] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.180676] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
[    0.180805] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.180927] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.181025] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.181094] pci 0000:00:1d.0: reg 0x20: [io  0xd400-0xd41f]
[    0.181285] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.181354] pci 0000:00:1d.1: reg 0x20: [io  0xd480-0xd49f]
[    0.181547] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.181616] pci 0000:00:1d.2: reg 0x20: [io  0xd800-0xd81f]
[    0.181818] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.181887] pci 0000:00:1d.3: reg 0x20: [io  0xd880-0xd89f]
[    0.182094] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.182128] pci 0000:00:1d.7: reg 0x10: [mem 0xf7cf7c00-0xf7cf7fff]
[    0.182251] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.182437] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.182623] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.182725] pci 0000:00:1f.0: [8086:27bc] type 00 class 0x060100
[    0.183035] pci 0000:00:1f.2: [8086:27c1] type 00 class 0x010601
[    0.183071] pci 0000:00:1f.2: reg 0x10: [io  0xd080-0xd087]
[    0.183089] pci 0000:00:1f.2: reg 0x14: [io  0xd000-0xd003]
[    0.183106] pci 0000:00:1f.2: reg 0x18: [io  0xcc00-0xcc07]
[    0.183123] pci 0000:00:1f.2: reg 0x1c: [io  0xc880-0xc883]
[    0.183141] pci 0000:00:1f.2: reg 0x20: [io  0xc800-0xc81f]
[    0.183159] pci 0000:00:1f.2: reg 0x24: [mem 0xf7cf7800-0xf7cf7bff]
[    0.183238] pci 0000:00:1f.2: PME# supported from D3hot
[    0.183532] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.183690] pci 0000:02:00.0: [168c:002b] type 00 class 0x028000
[    0.183733] pci 0000:02:00.0: reg 0x10: [mem 0xfbff0000-0xfbffffff 64bit]
[    0.183899] pci 0000:02:00.0: supports D1
[    0.183905] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.192038] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[    0.192053] pci 0000:00:1c.1:   bridge window [mem 0xf8000000-0xfbffffff]
[    0.192067] pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf6ffffff 64bit pref]
[    0.192215] pci 0000:01:00.0: [1969:2062] type 00 class 0x020000
[    0.192258] pci 0000:01:00.0: reg 0x10: [mem 0xf7fc0000-0xf7ffffff 64bit]
[    0.192281] pci 0000:01:00.0: reg 0x18: [io  0xec00-0xec7f]
[    0.192444] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.200033] pci 0000:00:1c.3: PCI bridge to [bus 01]
[    0.200044] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.200054] pci 0000:00:1c.3:   bridge window [mem 0xf7f00000-0xf7ffffff]
[    0.200197] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[    0.200218] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.200225] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.200232] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.200238] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.200245] pci 0000:00:1e.0:   bridge window [mem 0x7f700000-0xfed8ffff] (subtractive decode)
[    0.200280] pci_bus 0000:00: on NUMA node 0
[    0.201715] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.201886] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.202053] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.202219] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.202385] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.202553] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.202719] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 11 12 14 15)
[    0.202885] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.203320] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.203341] ACPI: \_SB_.PCI0: notify handler is installed
[    0.203468] Found 1 acpi root devices
[    0.203616] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[    0.203834] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.203834] vgaarb: loaded
[    0.203834] vgaarb: bridge control possible 0000:00:02.0
[    0.204451] SCSI subsystem initialized
[    0.204459] ACPI: bus type ATA registered
[    0.204524] libata version 3.00 loaded.
[    0.204524] ACPI: bus type USB registered
[    0.204524] usbcore: registered new interface driver usbfs
[    0.204524] usbcore: registered new interface driver hub
[    0.204524] usbcore: registered new device driver usb
[    0.204524] PCI: Using ACPI for IRQ routing
[    0.204524] PCI: pci_cache_line_size set to 64 bytes
[    0.204524] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.204524] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.204524] e820: reserve RAM buffer [mem 0x7f680000-0x7fffffff]
[    0.204524] NetLabel: Initializing
[    0.204524] NetLabel:  domain hash size = 128
[    0.204524] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.204524] NetLabel:  unlabeled traffic allowed by default
[    0.204524] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.204524] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.204524] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.208067] Switched to clocksource hpet
[    0.223166] AppArmor: AppArmor Filesystem Enabled
[    0.223241] pnp: PnP ACPI init
[    0.223279] ACPI: bus type PNP registered
[    0.223431] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.223440] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.223450] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.223547] pnp 00:01: [dma 4]
[    0.223610] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.223704] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.223844] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.223978] pnp 00:04: Plug and Play ACPI device, IDs SYN0a13 SYN0a00 SYN0002 PNP0f13 (active)
[    0.224094] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.224174] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.224602] system 00:07: [io  0x025c-0x025f] has been reserved
[    0.224611] system 00:07: [io  0x0380-0x0383] has been reserved
[    0.224619] system 00:07: [io  0x0400-0x041f] has been reserved
[    0.224626] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.224634] system 00:07: [io  0x0800-0x087f] could not be reserved
[    0.224641] system 00:07: [io  0x0480-0x04bf] has been reserved
[    0.224650] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.224658] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.224666] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
[    0.224673] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.224681] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    0.224690] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.224896] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.225091] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.225101] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.225109] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.225270] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    0.225280] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.225893] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.225903] system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.225911] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.225918] system 00:0b: [mem 0x00100000-0x7f6fffff] could not be reserved
[    0.225926] system 00:0b: [mem 0xfed90000-0xffffffff] could not be reserved
[    0.225935] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.226360] pnp: PnP ACPI: found 12 devices
[    0.226366] ACPI: bus type PNP unregistered
[    0.226374] PnPBIOS: Disabled by ACPI PNP
[    0.267431] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.267444] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
[    0.267453] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
[    0.267475] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 02-03] add_size 1000
[    0.267494] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.267524] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.267531] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.267539] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.267546] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.267553] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.267566] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[    0.267576] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
[    0.267585] pci 0000:00:1c.3: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
[    0.267595] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.267604] pci 0000:00:1c.1: BAR 13: assigned [io  0x2000-0x2fff]
[    0.267612] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.267621] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.267632] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x801fffff]
[    0.267642] pci 0000:00:1c.0:   bridge window [mem 0x80200000-0x803fffff 64bit pref]
[    0.267655] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[    0.267663] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.267674] pci 0000:00:1c.1:   bridge window [mem 0xf8000000-0xfbffffff]
[    0.267684] pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf6ffffff 64bit pref]
[    0.267696] pci 0000:00:1c.3: PCI bridge to [bus 01]
[    0.267704] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.267715] pci 0000:00:1c.3:   bridge window [mem 0xf7f00000-0xf7ffffff]
[    0.267725] pci 0000:00:1c.3:   bridge window [mem 0x80400000-0x805fffff 64bit pref]
[    0.267737] pci 0000:00:1e.0: PCI bridge to [bus 05]
[    0.267763] pci 0000:00:1c.0: enabling device (0104 -> 0107)
[    0.267930] pci 0000:00:1c.1: enabling device (0106 -> 0107)
[    0.268193] pci 0000:00:1e.0: setting latency timer to 64
[    0.268204] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.268211] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.268217] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.268224] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.268230] pci_bus 0000:00: resource 8 [mem 0x7f700000-0xfed8ffff]
[    0.268237] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.268243] pci_bus 0000:04: resource 1 [mem 0x80000000-0x801fffff]
[    0.268250] pci_bus 0000:04: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
[    0.268257] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.268263] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xfbffffff]
[    0.268270] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf6ffffff 64bit pref]
[    0.268276] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.268283] pci_bus 0000:01: resource 1 [mem 0xf7f00000-0xf7ffffff]
[    0.268290] pci_bus 0000:01: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
[    0.268296] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.268303] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.268309] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.268316] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
[    0.268322] pci_bus 0000:05: resource 8 [mem 0x7f700000-0xfed8ffff]
[    0.268388] NET: Registered protocol family 2
[    0.268726] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.268792] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.268848] TCP: Hash tables configured (established 8192 bind 8192)
[    0.268891] TCP: reno registered
[    0.268899] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.268916] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.269074] NET: Registered protocol family 1
[    0.269109] pci 0000:00:02.0: Boot video device
[    0.270299] PCI: CLS 32 bytes, default 64
[    0.270416] Trying to unpack rootfs image as initramfs...
[    0.995991] Freeing initrd memory: 16540K (f5fa2000 - f6fc9000)
[    0.996539] Scanning for low memory corruption every 60 seconds
[    0.997129] Initialise module verification
[    0.997249] audit: initializing netlink socket (disabled)
[    0.997274] type=2000 audit(1386326796.996:1): initialized
[    1.050087] bounce pool size: 64 pages
[    1.050115] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.053572] zbud: loaded
[    1.053721] VFS: Disk quotas dquot_6.5.2
[    1.053849] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.055205] fuse init (API version 7.22)
[    1.055429] msgmni has been set to 1718
[    1.056840] Key type asymmetric registered
[    1.056849] Asymmetric key parser 'x509' registered
[    1.056948] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.057060] io scheduler noop registered
[    1.057068] io scheduler deadline registered (default)
[    1.057148] io scheduler cfq registered
[    1.057422] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    1.057579] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    1.057720] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
[    1.057882] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.057922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.058099] intel_idle: MWAIT substates: 0x20220
[    1.058121] intel_idle: v0.4 model 0x1C
[    1.058126] intel_idle: lapic_timer_reliable_states 0x2
[    1.058378] ACPI: AC Adapter [AC0] (off-line)
[    1.058637] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.063380] ACPI: Lid Switch [LID]
[    1.063518] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    1.063530] ACPI: Sleep Button [SLPB]
[    1.063632] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    1.063641] ACPI: Power Button [PWRB]
[    1.063747] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.063755] ACPI: Power Button [PWRF]
[    1.063934] ACPI: Requesting acpi_cpufreq
[    1.080245] thermal LNXTHERM:00: registered as thermal_zone0
[    1.080253] ACPI: Thermal Zone [TZ00] (64 C)
[    1.080359] GHES: HEST is not enabled!
[    1.080677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.081053] isapnp: Scanning for PnP cards...
[    1.086094] Linux agpgart interface v0.103
[    1.086291] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[    1.086415] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.086666] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.086971] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.092378] brd: module loaded
[    1.095102] loop: module loaded
[    1.096969] libphy: Fixed MDIO Bus: probed
[    1.097431] tun: Universal TUN/TAP device driver, 1.6
[    1.097436] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.097582] PPP generic driver version 2.4.2
[    1.097747] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.097753] ehci-pci: EHCI PCI platform driver
[    1.097998] ehci-pci 0000:00:1d.7: setting latency timer to 64
[    1.098021] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.098039] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.098068] ehci-pci 0000:00:1d.7: debug port 1
[    1.102015] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    1.102091] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf7cf7c00
[    1.112056] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.112112] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.112121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.112129] usb usb1: Product: EHCI Host Controller
[    1.112136] usb usb1: Manufacturer: Linux 3.11.0-13-generic ehci_hcd
[    1.112143] usb usb1: SerialNumber: 0000:00:1d.7
[    1.112505] hub 1-0:1.0: USB hub found
[    1.112520] hub 1-0:1.0: 8 ports detected
[    1.113643] ehci-platform: EHCI generic platform driver
[    1.113681] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.113687] ohci-platform: OHCI generic platform driver
[    1.113717] uhci_hcd: USB Universal Host Controller Interface driver
[    1.113928] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.113939] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.113957] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.114005] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
[    1.114106] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.114114] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.114122] usb usb2: Product: UHCI Host Controller
[    1.114130] usb usb2: Manufacturer: Linux 3.11.0-13-generic uhci_hcd
[    1.114137] usb usb2: SerialNumber: 0000:00:1d.0
[    1.114477] hub 2-0:1.0: USB hub found
[    1.114492] hub 2-0:1.0: 2 ports detected
[    1.114996] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.115007] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.115024] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.115109] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d480
[    1.115210] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.115218] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.115226] usb usb3: Product: UHCI Host Controller
[    1.115234] usb usb3: Manufacturer: Linux 3.11.0-13-generic uhci_hcd
[    1.115241] usb usb3: SerialNumber: 0000:00:1d.1
[    1.115573] hub 3-0:1.0: USB hub found
[    1.115588] hub 3-0:1.0: 2 ports detected
[    1.116090] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.116101] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.116118] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.116198] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d800
[    1.116298] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.116307] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.116315] usb usb4: Product: UHCI Host Controller
[    1.116323] usb usb4: Manufacturer: Linux 3.11.0-13-generic uhci_hcd
[    1.116330] usb usb4: SerialNumber: 0000:00:1d.2
[    1.116681] hub 4-0:1.0: USB hub found
[    1.116697] hub 4-0:1.0: 2 ports detected
[    1.117171] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.117182] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.117199] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.117278] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000d880
[    1.117377] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.117386] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.117394] usb usb5: Product: UHCI Host Controller
[    1.117401] usb usb5: Manufacturer: Linux 3.11.0-13-generic uhci_hcd
[    1.117409] usb usb5: SerialNumber: 0000:00:1d.3
[    1.117732] hub 5-0:1.0: USB hub found
[    1.117747] hub 5-0:1.0: 2 ports detected
[    1.118304] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.161978] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.161997] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.162382] mousedev: PS/2 mouse device common for all mice
[    1.163487] rtc_cmos 00:02: RTC can wake from S4
[    1.163730] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.163777] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.163962] device-mapper: uevent: version 1.0.3
[    1.164193] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com
[    1.164252] platform eisa.0: Probing EISA bus 0
[    1.164301] platform eisa.0: EISA: Detected 0 cards
[    1.164320] cpufreq-nforce2: No nForce2 chipset.
[    1.164531] cpuidle: using governor ladder
[    1.164787] cpuidle: using governor menu
[    1.164822] ledtrig-cpu: registered to indicate activity on CPUs
[    1.165054] TCP: cubic registered
[    1.165322] NET: Registered protocol family 10
[    1.165760] NET: Registered protocol family 17
[    1.165787] Key type dns_resolver registered
[    1.166279] Using IPI No-Shortcut mode
[    1.166581] PM: Hibernation image not present or could not be loaded.
[    1.166592] Loading module verification certificates
[    1.177894] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 121c3931998f688796d5ac98c50cd636878ded2d'
[    1.177928] registered taskstats version 1
[    1.184600] Key type trusted registered
[    1.190613] Key type encrypted registered
[    1.196650] AppArmor: AppArmor sha1 policy hashing enabled
[    1.197358] ACPI: Battery Slot [BAT0] (battery present)
[    1.197450]   Magic number: 9:781:779
[    1.197620] rtc_cmos 00:02: setting system clock to 2013-12-06 10:46:38 UTC (1386326798)
[    1.208456] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.424088] usb 1-6: new high-speed USB device number 2 using ehci-pci
[    1.434951] isapnp: No Plug & Play device found
[    1.443595] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.443601] EDD information not available.
[    1.444712] Freeing unused kernel memory: 880K (c1962000 - c1a3e000)
[    1.444860] Write protecting the kernel text: 6356k
[    1.445023] Write protecting the kernel read-only data: 2644k
[    1.445028] NX-protecting the kernel data: 5932k
[    1.479542] systemd-udevd[109]: starting version 204
[    1.559785] libahci: module verification failed: signature and/or required key missing - tainting kernel
[    1.561919] ahci 0000:00:1f.2: version 3.0
[    1.562236] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    1.562380] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
[    1.562393] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part 
[    1.562407] ahci 0000:00:1f.2: setting latency timer to 64
[    1.563892] scsi0 : ahci
[    1.564259] scsi1 : ahci
[    1.564507] scsi2 : ahci
[    1.564747] scsi3 : ahci
[    1.565049] ata1: SATA max UDMA/133 abar m1024@0xf7cf7800 port 0xf7cf7900 irq 43
[    1.565057] ata2: DUMMY
[    1.565063] ata3: DUMMY
[    1.565068] ata4: DUMMY
[    1.608197] atl1c 0000:01:00.0: version 1.0.1.1-NAPI
[    1.643309] usb 1-6: New USB device found, idVendor=13d3, idProduct=5711
[    1.643320] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.643327] usb 1-6: Product: USB 2.0 UVC VGA WebCam
[    1.643332] usb 1-6: Manufacturer: Azurewave
[    1.643338] usb 1-6: SerialNumber: 0x0001
[    1.884161] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.885174] ata1.00: unexpected _GTF length (8)
[    1.885500] ata1.00: ATA-8: Hitachi HTS543232A7A384, ES2OA60W, max UDMA/133
[    1.885511] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.886581] ata1.00: unexpected _GTF length (8)
[    1.886885] ata1.00: configured for UDMA/133
[    1.887216] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54323 ES2O PQ: 0 ANSI: 5
[    1.887889] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.887921] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    1.888222] sd 0:0:0:0: [sda] Write Protect is off
[    1.888235] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.888364] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.950430]  sda: sda1 sda2 < sda5 > sda3 sda4
[    1.952043] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.625155] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   10.510891] Adding 2086908k swap on /dev/sda5.  Priority:-1 extents:1 across:2086908k FS
[   10.597945] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.790844] systemd-udevd[282]: starting version 204
[   10.951144] lp: driver loaded but no devices found
[   11.046303] wmi: Mapper loaded
[   11.124889] [drm] Initialized drm 1.1.0 20060810
[   11.245722] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   11.310227] cfg80211: Calling CRDA to update world regulatory domain
[   11.311403] [drm] Memory usable by graphics device = 512M
[   11.311427] i915 0000:00:02.0: setting latency timer to 64
[   11.314069] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[   11.314115] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   11.314122] [drm] Driver supports precise vblank timestamp query.
[   11.314274] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   11.338659] type=1400 audit(1386326808.637:2): apparmor="STATUS" operation="profile_load" parent=346 profile="unconfined" name="/sbin/dhclient" pid=350 comm="apparmor_parser"
[   11.338689] type=1400 audit(1386326808.637:3): apparmor="STATUS" operation="profile_load" parent=346 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=350 comm="apparmor_parser"
[   11.338710] type=1400 audit(1386326808.637:4): apparmor="STATUS" operation="profile_load" parent=346 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=350 comm="apparmor_parser"
[   11.341399] type=1400 audit(1386326808.641:5): apparmor="STATUS" operation="profile_replace" parent=346 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=350 comm="apparmor_parser"
[   11.341428] type=1400 audit(1386326808.641:6): apparmor="STATUS" operation="profile_replace" parent=346 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=350 comm="apparmor_parser"
[   11.342833] type=1400 audit(1386326808.641:7): apparmor="STATUS" operation="profile_replace" parent=346 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=350 comm="apparmor_parser"
[   11.453501] type=1400 audit(1386326808.753:8): apparmor="STATUS" operation="profile_load" parent=346 profile="unconfined" name="/usr/sbin/ntpd" pid=354 comm="apparmor_parser"
[   11.483210] microcode: CPU0 sig=0x106ca, pf=0x10, revision=0x107
[   11.502407] [drm] initialized overlay support
[   11.657636] Linux video capture interface: v2.00
[   11.666178] ath: phy0: ASPM enabled: 0x42
[   11.666192] ath: EEPROM regdomain: 0x60
[   11.666198] ath: EEPROM indicates we should expect a direct regpair map
[   11.666206] ath: Country alpha2 being used: 00
[   11.666211] ath: Regpair used: 0x60
[   11.677109] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   11.678896] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf89a0000, irq=17
[   11.753251] uvcvideo: Found UVC 1.00 device USB 2.0 UVC VGA WebCam (13d3:5711)
[   11.771198] input: USB 2.0 UVC VGA WebCam as /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input5
[   11.771457] usbcore: registered new interface driver uvcvideo
[   11.771465] USB Video Class driver (1.1.1)
[   11.819524] fbcon: inteldrmfb (fb0) is primary device
[   12.194840] asus_wmi: ASUS WMI generic driver loaded
[   12.208355] asus_wmi: Initialization: 0x0
[   12.208431] asus_wmi: BIOS WMI version: 0.8
[   12.208580] asus_wmi: SFUN value: 0x0
[   12.210730] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input6
[   12.244158] Console: switching to colour frame buffer device 128x37
[   12.252744] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.252749] i915 0000:00:02.0: registered panic notifier
[   12.263904] acpi device:2c: registered as cooling_device4
[   12.263996] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   12.264187] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[   12.267966] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   12.268265] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
[   12.268279] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \_SB_.PCI0.SBRG.IELK.GPSE 2 (20130517/utaddress-251)
[   12.268282] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.268297] ACPI Warning: 0x000004b0-0x000004bf SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20130517/utaddress-251)
[   12.268299] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.268310] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20130517/utaddress-251)
[   12.268312] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.268315] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   12.268788] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   12.314484] SKU: Nid=0x1d sku_cfg=0x4006852d
[   12.314493] SKU: port_connectivity=0x1
[   12.314498] SKU: enable_pcbeep=0x0
[   12.314503] SKU: check_sum=0x00000006
[   12.314509] SKU: customization=0x00000085
[   12.314513] SKU: external_amp=0x5
[   12.314518] SKU: platform_type=0x1
[   12.314523] SKU: swap=0x0
[   12.314528] SKU: override=0x1
[   12.315068] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   12.315078]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.315086]    hp_outs=1 (0x1a/0x0/0x0/0x0/0x0)
[   12.315091]    mono: mono_out=0x0
[   12.315096]    inputs:
[   12.315103]      Mic=0x12
[   12.315111] realtek: No valid SSID, checking pincfg 0x4006852d for NID 0x1d
[   12.315118] realtek: Enabling init ASM_ID=0x852d CODEC_ID=10ec0269
[   12.322941] input: HDA Intel Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   12.351244] microcode: CPU1 sig=0x106ca, pf=0x10, revision=0x107
[   12.428729] microcode: CPU2 sig=0x106ca, pf=0x10, revision=0x107
[   12.432317] microcode: CPU3 sig=0x106ca, pf=0x10, revision=0x107
[   12.436514] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   12.551451] psmouse serio1: elantech: assuming hardware version 2 (with firmware version 0x140100)
[   12.583673] cfg80211: World regulatory domain updated:
[   12.583684] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   12.583692] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.583700] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.583707] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.583714] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.583721] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.642191] Bluetooth: Core ver 2.16
[   12.642286] NET: Registered protocol family 31
[   12.642292] Bluetooth: HCI device and connection manager initialized
[   12.642313] Bluetooth: HCI socket layer initialized
[   12.642326] Bluetooth: L2CAP socket layer initialized
[   12.642348] Bluetooth: SCO socket layer initialized
[   12.656896] psmouse serio1: elantech: Synaptics capabilities query result 0x68, 0x15, 0x0a.
[   12.673283] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.673294] Bluetooth: BNEP filters: protocol multicast
[   12.673320] Bluetooth: BNEP socket layer initialized
[   12.733890] Bluetooth: RFCOMM TTY layer initialized
[   12.733925] Bluetooth: RFCOMM socket layer initialized
[   12.733933] Bluetooth: RFCOMM ver 1.11
[   12.996115] psmouse serio1: elantech: retrying ps2 command 0xe6 (2).
[   13.218812] asus_wmi: Backlight controlled by ACPI video driver
[   13.248213] ppdev: user-space parallel port driver
[   13.393419] vesafb: mode is 800x600x32, linelength=3200, pages=0
[   13.393428] vesafb: scrolling: redraw
[   13.393437] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   13.394494] vesafb: framebuffer at 0xd0000000, mapped to 0xf9000000, using 1920k, total 1920k
[   13.394742] fb1: VESA VGA frame buffer device
[   13.510230] psmouse serio1: elantech: retrying ps2 command 0xf8 (2).
[   14.198484] init: failsafe main process (529) killed by TERM signal
[   14.201123] init: avahi-cups-reload main process (561) terminated with status 1
[   14.212070] psmouse serio1: elantech: retrying ps2 command 0xf8 (1).
[   14.449353] type=1400 audit(1386326811.749:9): apparmor="STATUS" operation="profile_load" parent=572 profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=683 comm="apparmor_parser"
[   14.449386] type=1400 audit(1386326811.749:10): apparmor="STATUS" operation="profile_load" parent=572 profile="unconfined" name="/usr/sbin/cupsd" pid=683 comm="apparmor_parser"
[   14.455254] type=1400 audit(1386326811.753:11): apparmor="STATUS" operation="profile_replace" parent=572 profile="unconfined" name="/usr/sbin/cupsd" pid=683 comm="apparmor_parser"
[   14.839860] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input9
[   15.676795] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.679229] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.697063] atl1c 0000:01:00.0: irq 46 for MSI/MSI-X
[   15.713888] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.718393] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.519912] zram: module is from the staging directory, the quality is unknown, you have been warned.
[   16.524286] zram: Created 4 device(s) ...
[   16.581243] Adding 256860k swap on /dev/zram0.  Priority:5 extents:1 across:256860k SSFS
[   16.604103] Adding 256860k swap on /dev/zram1.  Priority:5 extents:1 across:256860k SSFS
[   16.641200] Adding 256860k swap on /dev/zram2.  Priority:5 extents:1 across:256860k SSFS
[   16.662987] Adding 256860k swap on /dev/zram3.  Priority:5 extents:1 across:256860k SSFS
[   17.860690] wlan0: authenticate with aa:7e:cb:77:09:cd
[   17.879402] wlan0: send auth to aa:7e:cb:77:09:cd (try 1/3)
[   17.883754] wlan0: authenticated
[   17.888087] wlan0: associate with aa:7e:cb:77:09:cd (try 1/3)
[   17.891447] wlan0: RX AssocResp from aa:7e:cb:77:09:cd (capab=0x401 status=0 aid=1)
[   17.891544] wlan0: associated
[   17.891566] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   84.674957] wlan0: authenticate with 8a:25:15:34:d3:15
[   84.691877] wlan0: direct probe to 8a:25:15:34:d3:15 (try 1/3)
[   84.692539] cfg80211: Calling CRDA to update world regulatory domain
[   84.705876] cfg80211: World regulatory domain updated:
[   84.705888] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   84.705898] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   84.705906] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   84.705914] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   84.705922] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   84.705930] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   84.892094] wlan0: direct probe to 8a:25:15:34:d3:15 (try 2/3)
[   85.096117] wlan0: direct probe to 8a:25:15:34:d3:15 (try 3/3)
[   86.067334] wlan0: authentication with 8a:25:15:34:d3:15 timed out
[   86.068775] wlan0: authenticate with aa:7e:cb:77:09:cd
[   86.085673] wlan0: send auth to aa:7e:cb:77:09:cd (try 1/3)
[   86.088141] wlan0: authenticated
[   86.318393] wlan0: authenticate with ca:7e:cb:b1:9f:95
[   86.335795] wlan0: send auth to ca:7e:cb:b1:9f:95 (try 1/3)
[   86.339280] wlan0: authenticated
[   86.344152] wlan0: associate with ca:7e:cb:b1:9f:95 (try 1/3)
[   86.350918] wlan0: RX AssocResp from ca:7e:cb:b1:9f:95 (capab=0x401 status=0 aid=1)
[   86.351044] wlan0: associated
[  108.549213] wlan0: deauthenticating from ca:7e:cb:b1:9f:95 by local choice (reason=3)
[  108.560973] cfg80211: Calling CRDA to update world regulatory domain
[  108.576455] cfg80211: World regulatory domain updated:
[  108.576465] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  108.576472] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  108.576478] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  108.576483] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  108.576488] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  108.576494] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  109.658898] wlan0: authenticate with f4:ca:e5:d2:b3:ed
[  109.679630] wlan0: direct probe to f4:ca:e5:d2:b3:ed (try 1/3)
[  109.880095] wlan0: direct probe to f4:ca:e5:d2:b3:ed (try 2/3)
[  110.084090] wlan0: direct probe to f4:ca:e5:d2:b3:ed (try 3/3)
[  110.288081] wlan0: authentication with f4:ca:e5:d2:b3:ed timed out
[  110.533601] wlan0: authenticate with f4:ca:e5:9a:c9:59
[  110.552383] wlan0: send auth to f4:ca:e5:9a:c9:59 (try 1/3)
[  110.554418] wlan0: authenticated
[  110.556329] wlan0: associate with f4:ca:e5:9a:c9:59 (try 1/3)
[  110.560650] wlan0: RX AssocResp from f4:ca:e5:9a:c9:59 (capab=0x401 status=0 aid=1)
[  110.560809] wlan0: associated
mike@mike-1011PX:~$ 

Concernant le redemarrage sur live usb, le message de wpa n'apparait pas.
Ma connexion est plus accrocheuse mais le débit reste lent.

Merci

Hors ligne

#14 Le 07/12/2013, à 04:45

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Hello


sudo modprobe -rfv ath9k

sudo modprobe -v ath9k

Donc ces 2 commandes donne un petit  coup de fouet  à mon wifi, par contre si je redemarre ça redevient très lent
Question : Y a t il possibilité de rendre la commande permanente?

Ensuite résultat de la commande lsmod :

mike@mike-1011PX:~$ lsmod
Module                  Size  Used by
ath9k                 135969  0 
ath9k_common           13619  1 ath9k
ath9k_hw              429197  2 ath9k_common,ath9k
ath                    19187  3 ath9k_common,ath9k,ath9k_hw
mac80211              513247  1 ath9k
cfg80211              401436  3 ath,ath9k,mac80211
zram                   18070  4 
joydev                 17097  0 
parport_pc             31981  0 
ppdev                  17391  0 
vesafb                 13500  0 
rfcomm                 53664  0 
bnep                   18893  2 
bluetooth             323622  10 bnep,rfcomm
coretemp               13195  0 
kvm_intel             128218  0 
kvm                   364766  1 kvm_intel
snd_hda_codec_realtek    45592  1 
eeepc_wmi              12983  0 
asus_wmi               23495  1 eeepc_wmi
sparse_keymap          13708  1 asus_wmi
uvcvideo               71309  0 
videobuf2_vmalloc      13048  1 uvcvideo
videobuf2_memops       13170  1 videobuf2_vmalloc
videobuf2_core         39125  1 uvcvideo
arc4                   12536  2 
videodev              107508  2 uvcvideo,videobuf2_core
snd_hda_intel          42658  4 
snd_hda_codec         164003  2 snd_hda_codec_realtek,snd_hda_intel
i915                  589697  2 
snd_hwdep              13272  1 snd_hda_codec
snd_pcm                89488  3 snd_hda_codec,snd_hda_intel
snd_page_alloc         14230  2 snd_pcm,snd_hda_intel
snd_seq_midi           13132  0 
snd_seq_midi_event     14475  1 snd_seq_midi
snd_rawmidi            25094  1 snd_seq_midi
microcode              18830  0 
snd_seq                55383  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         14137  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              24447  3 snd_pcm,snd_seq
psmouse                90642  0 
serio_raw              13189  0 
drm_kms_helper         46867  1 i915
snd                    60790  16 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
drm                   242354  3 i915,drm_kms_helper
lpc_ich                16864  0 
i2c_algo_bit           13197  1 i915
soundcore              12600  1 snd
wmi                    18590  1 asus_wmi
mac_hid                13037  0 
video                  18777  2 i915,asus_wmi
lp                     13299  0 
parport                40795  3 lp,ppdev,parport_pc
atl1c                  40949  0 
ahci                   25579  2 
libahci                26554  1 ahci
mike@mike-1011PX:~$ 

Peut tu me confirmer que le module mac80211  est bien activé?


Puis tu me dit :

Il y a un script fournit qui te permet de sélectionner seulement les drivers ath9k et ainsi éviter d'installer tous les drivers de cartes wifi que tu n'utilises pas. Tu te places à la racine du répertoire des drivers et tu suis la doc. make ... makeinstall etc...

J'aimerais que tu m'explique cela (j'ai jamais fait) plus en détail :

-Quel script prendre? (il y en a plusieurs)
-Indique moi la position de la racine des drivers (dois je ouvrir un terminal à ce moment là?)
-et donne moi les commandes à taper ( si c'est pas trop long pour toi)

Il faut rendre cela permanent ou c'est automatiquement enregistré?

Tu trouvera le fichier à telecharger ici :

http://wireless.kernel.org/download/com … eless-2.6/

voici son nom : 'compat-wireless-2011-04-23.tar.bz2'

(j'espère au moins que c'est le bon... il y en a un autre qui se nomme 'compat-wireless-2011-04-23-p.tar.bz2' c'est quoi la différence?)

Merci Beaucoup

Hors ligne

#15 Le 09/12/2013, à 17:34

Aporie

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Salut,

Oui le module mac80211 est bien activé. Y a plus qu'à ..

Désolé pour le temps de réponse, mais je savais que je devais faire des recherches pour te répondre et comme je t'ai dis je suis assez busy. J'ai trouvé une version plus récente de tes drivers.

Tu peux les télécharger ici. C'est sur le même site que tu avais trouvé, mais ce coup ci c'est la version 3.6.8. La version que tu avais c'était 2.6.

Donc tu télécharge ce fichier dans ton dossier Téléchargements. Ensuite tu ouvres un terminal et exécutes ces commandes dans l'ordre :

Tu te places dans ton dossier Téléchargements :

cd Téléchargements

Tu décompresses l'archive qu'on vient de télécharger :

tar -xf compat-wireless-3.6.8-1.tar.bz2

Tu te places dans le dossier qu'on vient de dézipper :

cd compat-wireless-3.6.8-1

Et tu installe (ou compile) les drivers pour ton systême :

On va d'abord séléctionner les bons drivers (le fameux script fournis). Je te fais installer tous les pilotes atheros, car j'ai lu je sais plus ou que les cartes wifi fonctionnaient avec ath5k. Bref, je pense que t'es pas à un ou deux Mo prêt, donc autant tout installer.

./scripts/driver-select atheros
make
sudo make install

Tu redémarre ton ordis, et avec un peu de chance ta carte devrait marcher à merveille wink

Dernière modification par Aporie (Le 09/12/2013, à 19:32)


Dell Inspiron 3520 : Fedora 20
Ordi de bureau : Kubuntu 14.04
Serveur : Ubuntu-serveur 14.04

Hors ligne

#16 Le 09/12/2013, à 21:15

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Hello Aporie et Merci pour ta réponse bien adapté à un Newbiz comme moi :

Tout ce passe bien jusqu'a ce que j'enclenche la commande make, j'ai à ce moment des messages d'erreur :

mike@mike-1011PX:~$ cd Téléchargements
mike@mike-1011PX:~/Téléchargements$ cd compat-wireless-3.6.8-1
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ ./scripts/driver-select atheros
Processing new driver-select request...
Backup exists: Makefile.bk
Backup exists: drivers/net/wireless/Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: net/wireless/Makefile.bk
Backup exists: drivers/ssb/Makefile.bk
Backup exists: drivers/bcma/Makefile.bk
Backup exists: drivers/misc/eeprom/Makefile.bk
Backup exists: Makefile.bk
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ make
make -C /lib/modules/3.11.0-13-generic/build M=/home/mike/Téléchargements/compat-wireless-3.6.8-1 modules
/usr/src/linux-headers-3.11.0-13-generic/scripts/gcc-version.sh: ligne 25: gcc : commande introuvable
/usr/src/linux-headers-3.11.0-13-generic/scripts/gcc-version.sh: ligne 26: gcc : commande introuvable
make[1]: entrant dans le répertoire « /usr/src/linux-headers-3.11.0-13-generic »
/usr/src/linux-headers-3.11.0-13-generic/arch/x86/Makefile:92: stack protector enabled but no compiler support
make[1]: gcc : commande introuvable
make[2]: gcc : commande introuvable
make[2]: gcc : commande introuvable
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/compat/main.o
/bin/sh: 1: gcc: not found
make[3]: *** [/home/mike/Téléchargements/compat-wireless-3.6.8-1/compat/main.o] Erreur 127
make[2]: *** [/home/mike/Téléchargements/compat-wireless-3.6.8-1/compat] Erreur 2
make[1]: *** [_module_/home/mike/Téléchargements/compat-wireless-3.6.8-1] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-3.11.0-13-generic »
make: *** [modules] Erreur 2
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ 

J'ai quand meme  fait make install et redemarré mais j'ai pas encore d'amélioration.


Un éclaicissement?

Hors ligne

#17 Le 09/12/2013, à 21:21

Aporie

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Oui, c'est normal. Comme on compile un module du noyau, il faut que tu installes avant les fichiers "headers".

sudo apt-get install linux-headers-`uname -r`

Ensuite tu recommences make + make install.

Dernière modification par Aporie (Le 09/12/2013, à 21:25)


Dell Inspiron 3520 : Fedora 20
Ordi de bureau : Kubuntu 14.04
Serveur : Ubuntu-serveur 14.04

Hors ligne

#18 Le 09/12/2013, à 21:30

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

J'ai fait la commande, j'obtiens :

mike@mike-1011PX:~$ sudo apt-get install linux-headers-`uname -r`
[sudo] password for mike: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
linux-headers-3.11.0-13-generic est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 12 non mis à jour.
mike@mike-1011PX:~$ 

Je fais make et j'ai la meme erreur:(

Hors ligne

#19 Le 09/12/2013, à 22:50

Aporie

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Mince pardon ...

sudo apt-get install gcc

On va finir par y arriver ^^. Puis make et sudo make install.


Dell Inspiron 3520 : Fedora 20
Ordi de bureau : Kubuntu 14.04
Serveur : Ubuntu-serveur 14.04

Hors ligne

#20 Le 10/12/2013, à 02:34

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Hello,

Je sais pas si c moi ou j'ai pas de chance mais voilà ce que j'obtiens après gcc et make :

mike@mike-1011PX:~$ cd Téléchargements
mike@mike-1011PX:~/Téléchargements$ cd compat-wireless-3.6.8-1
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ ./scripts/driver-select atheros
Processing new driver-select request...
Backup exists: Makefile.bk
Backup exists: drivers/net/wireless/Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: net/wireless/Makefile.bk
Backup exists: drivers/ssb/Makefile.bk
Backup exists: drivers/bcma/Makefile.bk
Backup exists: drivers/misc/eeprom/Makefile.bk
Backup exists: Makefile.bk
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ make
make -C /lib/modules/3.11.0-14-generic/build M=/home/mike/Téléchargements/compat-wireless-3.6.8-1 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-3.11.0-14-generic »
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.o
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:2438:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ath5k_init_ah’
 ath5k_init_ah(struct ath5k_hw *ah, const struct ath_bus_ops *bus_ops)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:2863:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ath5k_init’
 ath5k_init(struct ieee80211_hw *hw)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:96:12: warning: ‘ath5k_init’ declared ‘static’ but never defined [-Wunused-function]
 static int ath5k_init(struct ieee80211_hw *hw);
            ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:245:12: warning: ‘ath5k_reg_notifier’ defined but not used [-Wunused-function]
 static int ath5k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request)
            ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:350:1: warning: ‘ath5k_setup_bands’ defined but not used [-Wunused-function]
 ath5k_setup_bands(struct ieee80211_hw *hw)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:781:1: warning: ‘ath5k_desc_alloc’ defined but not used [-Wunused-function]
 ath5k_desc_alloc(struct ath5k_hw *ah)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:902:1: warning: ‘ath5k_txq_setup’ defined but not used [-Wunused-function]
 ath5k_txq_setup(struct ath5k_hw *ah,
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:954:1: warning: ‘ath5k_beaconq_setup’ defined but not used [-Wunused-function]
 ath5k_beaconq_setup(struct ath5k_hw *ah)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:1457:1: warning: ‘ath5k_tasklet_rx’ defined but not used [-Wunused-function]
 ath5k_tasklet_rx(unsigned long data)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:1700:1: warning: ‘ath5k_tasklet_tx’ defined but not used [-Wunused-function]
 ath5k_tasklet_tx(unsigned long data)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:2091:13: warning: ‘ath5k_tasklet_beacon’ defined but not used [-Wunused-function]
 static void ath5k_tasklet_beacon(unsigned long data)
             ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:2173:1: warning: ‘ath5k_intr’ defined but not used [-Wunused-function]
 ath5k_intr(int irq, void *dev_id)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:2316:1: warning: ‘ath5k_calibrate_work’ defined but not used [-Wunused-function]
 ath5k_calibrate_work(struct work_struct *work)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:2362:1: warning: ‘ath5k_tasklet_ani’ defined but not used [-Wunused-function]
 ath5k_tasklet_ani(unsigned long data)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:2373:1: warning: ‘ath5k_tx_complete_poll_work’ defined but not used [-Wunused-function]
 ath5k_tx_complete_poll_work(struct work_struct *work)
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.c:2852:13: warning: ‘ath5k_reset_work’ defined but not used [-Wunused-function]
 static void ath5k_reset_work(struct work_struct *work)
             ^
make[5]: *** [/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k/base.o] Erreur 1
make[4]: *** [/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath5k] Erreur 2
make[3]: *** [/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath] Erreur 2
make[2]: *** [/home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless] Erreur 2
make[1]: *** [_module_/home/mike/Téléchargements/compat-wireless-3.6.8-1] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-3.11.0-14-generic »
make: *** [modules] Erreur 2
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ 

Hors ligne

#21 Le 10/12/2013, à 14:55

Aporie

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Salut,

Apparemment c'est les pilotes ath5k qui posent problèmes...

./scripts/driver-select restore
./scripts/driver-select ath9k
make
sudo make install

Bon j'espère que ça va marché ce coup ci ^^.


Dell Inspiron 3520 : Fedora 20
Ordi de bureau : Kubuntu 14.04
Serveur : Ubuntu-serveur 14.04

Hors ligne

#22 Le 10/12/2013, à 18:48

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

dur dur...

Tout ce passe bien pendant 2 minutes environs puis :

mike@mike-1011PX:~$ ./scripts/driver-select restore
bash: ./scripts/driver-select: Aucun fichier ou dossier de ce type
mike@mike-1011PX:~$ cd Téléchargements
mike@mike-1011PX:~/Téléchargements$ cd compat-wireless-3.6.8-1
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ ./scripts/driver-select restore
Restored makefile: ./net/wireless/Makefile (and removed backup)
Restored makefile: ./drivers/net/wireless/Makefile (and removed backup)
Restored makefile: ./drivers/ssb/Makefile (and removed backup)
Restored makefile: ./drivers/misc/eeprom/Makefile (and removed backup)
Restored makefile: ./drivers/bcma/Makefile (and removed backup)
Restored makefile: ./Makefile (and removed backup)
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ ./scripts/driver-select ath9k
Processing new driver-select request...
Backing up makefile: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backing up makefile: drivers/net/wireless/Makefile.bk
Backing up makefile: drivers/net/wireless/ath/Makefile.bk
Backing up makefile: net/wireless/Makefile.bk
Backing up makefile: drivers/ssb/Makefile.bk
Backing up makefile: drivers/bcma/Makefile.bk
Backing up makefile: drivers/misc/eeprom/Makefile.bk
Backup exists: Makefile.bk
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ make
make -C /lib/modules/3.11.0-12-generic/build M=/home/mike/Téléchargements/compat-wireless-3.6.8-1 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-3.11.0-12-generic »
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/main.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/regd.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/hw.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/key.o
  LD [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/beacon.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/gpio.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/init.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/main.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/recv.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/xmit.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/link.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/antenna.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/mci.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/rc.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/pci.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ahb.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/debug.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/wow.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/common.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/htc_hst.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/hif_usb.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/wmi.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/htc_drv_txrx.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/htc_drv_main.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/htc_drv_beacon.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/htc_drv_init.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/htc_drv_gpio.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/htc_drv_debug.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9002_hw.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9003_hw.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/hw.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9003_phy.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9002_phy.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar5008_phy.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9002_calib.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9003_calib.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9003_rtt.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/calib.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/eeprom.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/eeprom_def.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/eeprom_4k.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/eeprom_9287.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ani.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/mac.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9002_mac.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9003_mac.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9003_eeprom.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9003_paprd.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/btcoex.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ar9003_mci.o
  LD [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ath9k.o
  LD [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ath9k_hw.o
  LD [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ath9k_common.o
  LD [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/drivers/net/wireless/ath/ath9k/ath9k_htc.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/main.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/status.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/sta_info.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/wep.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/wpa.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/scan.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/offchannel.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/ht.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/agg-tx.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/agg-rx.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/ibss.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/iface.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/rate.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/michael.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/tkip.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/aes_ccm.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/aes_cmac.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/cfg.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/rx.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/spectmgmt.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/tx.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/key.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/util.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/wme.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/event.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/chan.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mlme.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/trace.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/led.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/debugfs.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/debugfs_sta.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/debugfs_netdev.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/debugfs_key.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh.o
  CC [M]  /home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.o
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_table_free’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:140:29: error: macro "hlist_for_each_entry_safe" passed 5 arguments, but takes just 4
       tbl->known_gates, list) {
                             ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:139:3: error: ‘hlist_for_each_entry_safe’ undeclared (first use in this function)
   hlist_for_each_entry_safe(gate, p, q,
   ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:139:3: note: each undeclared identifier is reported only once for each function it appears in
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:140:31: error: expected ‘;’ before ‘{’ token
       tbl->known_gates, list) {
                               ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:125:21: warning: unused variable ‘gate’ [-Wunused-variable]
  struct mpath_node *gate;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mpath_lookup’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:341:48: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  hlist_for_each_entry_rcu(node, n, bucket, list) {
                                                ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:341:2: error: ‘hlist_for_each_entry_rcu’ undeclared (first use in this function)
  hlist_for_each_entry_rcu(node, n, bucket, list) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:341:50: error: expected ‘;’ before ‘{’ token
  hlist_for_each_entry_rcu(node, n, bucket, list) {
                                                  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:338:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:336:21: warning: unused variable ‘n’ [-Wunused-variable]
  struct hlist_node *n;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:335:20: warning: unused variable ‘mpath’ [-Wunused-variable]
  struct mesh_path *mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:354:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_lookup_by_idx’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:393:37: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  for_each_mesh_entry(tbl, p, node, i) {
                                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:74:3: error: ‘hlist_for_each_entry_rcu’ undeclared (first use in this function)
   hlist_for_each_entry_rcu(node, p, &tbl->hash_buckets[i], list)
   ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:393:2: note: in expansion of macro ‘for_each_mesh_entry’
  for_each_mesh_entry(tbl, p, node, i) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:393:39: error: expected ‘;’ before ‘{’ token
  for_each_mesh_entry(tbl, p, node, i) {
                                       ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:391:6: warning: unused variable ‘j’ [-Wunused-variable]
  int j = 0;
      ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:389:21: warning: unused variable ‘p’ [-Wunused-variable]
  struct hlist_node *p;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:388:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_add_gate’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:423:58: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  hlist_for_each_entry_rcu(gate, n, tbl->known_gates, list)
                                                          ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:423:2: error: ‘hlist_for_each_entry_rcu’ undeclared (first use in this function)
  hlist_for_each_entry_rcu(gate, n, tbl->known_gates, list)
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:424:3: error: expected ‘;’ before ‘if’
   if (gate->mpath == mpath) {
   ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:417:21: warning: unused variable ‘n’ [-Wunused-variable]
  struct hlist_node *n;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:416:21: warning: unused variable ‘gate’ [-Wunused-variable]
  struct mpath_node *gate, *new_gate;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_gate_del’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:465:62: error: macro "hlist_for_each_entry_safe" passed 5 arguments, but takes just 4
  hlist_for_each_entry_safe(gate, p, q, tbl->known_gates, list)
                                                              ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:465:2: error: ‘hlist_for_each_entry_safe’ undeclared (first use in this function)
  hlist_for_each_entry_safe(gate, p, q, tbl->known_gates, list)
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:466:3: error: expected ‘;’ before ‘if’
   if (gate->mpath == mpath) {
   ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:463:25: warning: unused variable ‘q’ [-Wunused-variable]
  struct hlist_node *p, *q;
                         ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:463:21: warning: unused variable ‘p’ [-Wunused-variable]
  struct hlist_node *p, *q;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:462:21: warning: unused variable ‘gate’ [-Wunused-variable]
  struct mpath_node *gate;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:480:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_add’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:554:44: error: macro "hlist_for_each_entry" passed 4 arguments, but takes just 3
  hlist_for_each_entry(node, n, bucket, list) {
                                            ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:554:2: error: ‘hlist_for_each_entry’ undeclared (first use in this function)
  hlist_for_each_entry(node, n, bucket, list) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:554:46: error: expected ‘;’ before ‘{’ token
  hlist_for_each_entry(node, n, bucket, list) {
                                              ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:576:1: warning: label ‘err_exists’ defined but not used [-Wunused-label]
 err_exists:
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:508:21: warning: unused variable ‘n’ [-Wunused-variable]
  struct hlist_node *n;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:506:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node, *new_node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:505:20: warning: unused variable ‘mpath’ [-Wunused-variable]
  struct mesh_path *mpath, *new_mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mpp_path_add’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:683:44: error: macro "hlist_for_each_entry" passed 4 arguments, but takes just 3
  hlist_for_each_entry(node, n, bucket, list) {
                                            ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:683:2: error: ‘hlist_for_each_entry’ undeclared (first use in this function)
  hlist_for_each_entry(node, n, bucket, list) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:683:46: error: expected ‘;’ before ‘{’ token
  hlist_for_each_entry(node, n, bucket, list) {
                                              ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:703:1: warning: label ‘err_exists’ defined but not used [-Wunused-label]
 err_exists:
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:643:21: warning: unused variable ‘n’ [-Wunused-variable]
  struct hlist_node *n;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:641:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node, *new_node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:640:20: warning: unused variable ‘mpath’ [-Wunused-variable]
  struct mesh_path *mpath, *new_mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_plink_broken’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:735:37: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  for_each_mesh_entry(tbl, p, node, i) {
                                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:74:3: error: ‘hlist_for_each_entry_rcu’ undeclared (first use in this function)
   hlist_for_each_entry_rcu(node, p, &tbl->hash_buckets[i], list)
   ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:735:2: note: in expansion of macro ‘for_each_mesh_entry’
  for_each_mesh_entry(tbl, p, node, i) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:735:39: error: expected ‘;’ before ‘{’ token
  for_each_mesh_entry(tbl, p, node, i) {
                                       ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:731:9: warning: unused variable ‘reason’ [-Wunused-variable]
  __le16 reason = cpu_to_le16(WLAN_REASON_MESH_PATH_DEST_UNREACHABLE);
         ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:729:32: warning: unused variable ‘sdata’ [-Wunused-variable]
  struct ieee80211_sub_if_data *sdata = sta->sdata;
                                ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:728:21: warning: unused variable ‘p’ [-Wunused-variable]
  struct hlist_node *p;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:727:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:726:20: warning: unused variable ‘mpath’ [-Wunused-variable]
  struct mesh_path *mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:725:18: warning: unused variable ‘bcast’ [-Wunused-variable]
  static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
                  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_flush_by_nexthop’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:800:37: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  for_each_mesh_entry(tbl, p, node, i) {
                                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:74:3: error: ‘hlist_for_each_entry_rcu’ undeclared (first use in this function)
   hlist_for_each_entry_rcu(node, p, &tbl->hash_buckets[i], list)
   ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:800:2: note: in expansion of macro ‘for_each_mesh_entry’
  for_each_mesh_entry(tbl, p, node, i) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:800:39: error: expected ‘;’ before ‘{’ token
  for_each_mesh_entry(tbl, p, node, i) {
                                       ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:794:21: warning: unused variable ‘p’ [-Wunused-variable]
  struct hlist_node *p;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:793:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:792:20: warning: unused variable ‘mpath’ [-Wunused-variable]
  struct mesh_path *mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘table_flush_by_iface’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:821:37: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  for_each_mesh_entry(tbl, p, node, i) {
                                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:74:3: error: ‘hlist_for_each_entry_rcu’ undeclared (first use in this function)
   hlist_for_each_entry_rcu(node, p, &tbl->hash_buckets[i], list)
   ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:821:2: note: in expansion of macro ‘for_each_mesh_entry’
  for_each_mesh_entry(tbl, p, node, i) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:821:39: error: expected ‘;’ before ‘{’ token
  for_each_mesh_entry(tbl, p, node, i) {
                                       ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:817:21: warning: unused variable ‘p’ [-Wunused-variable]
  struct hlist_node *p;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:816:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:815:20: warning: unused variable ‘mpath’ [-Wunused-variable]
  struct mesh_path *mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_del’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:877:44: error: macro "hlist_for_each_entry" passed 4 arguments, but takes just 3
  hlist_for_each_entry(node, n, bucket, list) {
                                            ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:877:2: error: ‘hlist_for_each_entry’ undeclared (first use in this function)
  hlist_for_each_entry(node, n, bucket, list) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:877:46: error: expected ‘;’ before ‘{’ token
  hlist_for_each_entry(node, n, bucket, list) {
                                              ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:887:1: warning: label ‘enddel’ defined but not used [-Wunused-label]
 enddel:
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:867:21: warning: unused variable ‘n’ [-Wunused-variable]
  struct hlist_node *n;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:865:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:864:20: warning: unused variable ‘mpath’ [-Wunused-variable]
  struct mesh_path *mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_send_to_gates’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:937:53: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  hlist_for_each_entry_rcu(gate, n, known_gates, list) {
                                                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:937:2: error: ‘hlist_for_each_entry_rcu’ undeclared (first use in this function)
  hlist_for_each_entry_rcu(gate, n, known_gates, list) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:937:55: error: expected ‘;’ before ‘{’ token
  hlist_for_each_entry_rcu(gate, n, known_gates, list) {
                                                       ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:953:53: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  hlist_for_each_entry_rcu(gate, n, known_gates, list)
                                                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:926:7: warning: unused variable ‘copy’ [-Wunused-variable]
  bool copy = false;
       ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:925:21: warning: unused variable ‘gate’ [-Wunused-variable]
  struct mpath_node *gate = NULL;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:924:20: warning: unused variable ‘from_mpath’ [-Wunused-variable]
  struct mesh_path *from_mpath = mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:922:21: warning: unused variable ‘n’ [-Wunused-variable]
  struct hlist_node *n;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:921:32: warning: unused variable ‘sdata’ [-Wunused-variable]
  struct ieee80211_sub_if_data *sdata = mpath->sdata;
                                ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_expire’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:1103:37: error: macro "hlist_for_each_entry_rcu" passed 4 arguments, but takes just 3
  for_each_mesh_entry(tbl, p, node, i) {
                                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:74:3: error: ‘hlist_for_each_entry_rcu’ undeclared (first use in this function)
   hlist_for_each_entry_rcu(node, p, &tbl->hash_buckets[i], list)
   ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:1103:2: note: in expansion of macro ‘for_each_mesh_entry’
  for_each_mesh_entry(tbl, p, node, i) {
  ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:1103:39: error: expected ‘;’ before ‘{’ token
  for_each_mesh_entry(tbl, p, node, i) {
                                       ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:1098:21: warning: unused variable ‘p’ [-Wunused-variable]
  struct hlist_node *p;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:1097:21: warning: unused variable ‘node’ [-Wunused-variable]
  struct mpath_node *node;
                     ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:1096:20: warning: unused variable ‘mpath’ [-Wunused-variable]
  struct mesh_path *mpath;
                    ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: At top level:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:284:13: warning: ‘mesh_path_move_to_queue’ defined but not used [-Wunused-function]
 static void mesh_path_move_to_queue(struct mesh_path *gate_mpath,
             ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:764:13: warning: ‘__mesh_path_del’ defined but not used [-Wunused-function]
 static void __mesh_path_del(struct mesh_table *tbl, struct mpath_node *node)
             ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_lookup_by_idx’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:407:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c: In function ‘mesh_path_send_to_gates’:
/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.c:960:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
make[3]: *** [/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211/mesh_pathtbl.o] Erreur 1
make[2]: *** [/home/mike/Téléchargements/compat-wireless-3.6.8-1/net/mac80211] Erreur 2
make[1]: *** [_module_/home/mike/Téléchargements/compat-wireless-3.6.8-1] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-3.11.0-12-generic »
make: *** [modules] Erreur 2
mike@mike-1011PX:~/Téléchargements/compat-wireless-3.6.8-1$ 
 

J'ai vraiment l'impression d'etre un chat noir... lol

Hors ligne

#23 Le 10/12/2013, à 19:27

Aporie

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Rhooo ! Oui je crois que ça viens de nous deux ^^.

Ca commence à devenir compliqué.... Je sais pas trop, il semble y avoir un problème au niveau de ce fameux module mac80211. Pourtant il me semblais activé et le fait que gcc ait commencé à manipuler les fichiers semble le confirmer (enfin je crois).

Essaye de recharger le module mac80211

sudo modprobe -rv mac80211
sudo modprobe -v mac80211

Dernière modification par Aporie (Le 10/12/2013, à 19:27)


Dell Inspiron 3520 : Fedora 20
Ordi de bureau : Kubuntu 14.04
Serveur : Ubuntu-serveur 14.04

Hors ligne

#24 Le 10/12/2013, à 21:23

mike22

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Il semble bien activé :

mike@mike-1011PX:~$ sudo modprobe -rv mac80211
[sudo] password for mike: 
FATAL: Module mac80211 is in use.
mike@mike-1011PX:~$ 

Et si je ne suis pas un chat noir, je dirais que je suis au moins un chat de gouttière...

Hors ligne

#25 Le 10/12/2013, à 21:32

Aporie

Re : [Contourné] Pilote Ath9k - compilation du noyau?

Ok on va forcer la suppression :

sudo modprobe -rfv mac80211
sudo modprobe -v mac80211

Dell Inspiron 3520 : Fedora 20
Ordi de bureau : Kubuntu 14.04
Serveur : Ubuntu-serveur 14.04

Hors ligne