2012-04-17 17:59:17

by Dominik Feser

[permalink] [raw]
Subject: wlan0 not present

Hi!
Maybe someone can help me. I have compiled and installed compat-wireless-3.4-rc1-2 and it seems to load correctly. The thing I am missing is the wlan0 device.

# lspci -kvm
Device: 02:00.0
Class: Network controller
Vendor: Intel Corporation
Device: Centrino Advanced-N 6205
SVendor: Intel Corporation
SDevice: Centrino Advanced-N 6205 AGN
Rev: 34
Module: iwlwifi

# dmesg | grep iwlwifi
iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlwifi 0000:02:00.0: setting latency timer to 64
iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
iwlwifi 0000:02:00.0: pci_resource_base = f23e0000
iwlwifi 0000:02:00.0: HW Revision ID = 0x34
iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
iwlwifi 0000:02:00.0: edf81e1c
iwlwifi 0000:02:00.0: c9933e1c
iwlwifi 0000:02:00.0: c9933de8
iwlwifi 0000:02:00.0: PCI INT A disabled

# lsmod | grep iwl
iwlwifi 179689 0
mac80211 231218 1 iwlwifi
compat_firmware_class 5816 1 iwlwifi
cfg80211 161549 2 iwlwifi,mac80211
compat 28095 4 iwlwifi,mac80211,compat_firmware_class,cfg80211
led_class 2525 2 iwlwifi,compat

# uname -a
Linux xenserver 2.6.32.12-0.7.1 #6 SMP Mon Apr 16 19:31:06 EDT 2012 i686 i686 i386 GNU/Linux

For some reason there is no wlan0 when I run ifconfig -a and when I try to get it up I get:

# ifconfig wlan0 up
wlan0: unbekannte Schnittstelle: Kein passendes Ger?t gefunden

In proc:

# cat /proc/net/wireless
Inter-| sta-| Quality | Discarded packets | Missed | WE
face | tus | link level noise | nwid crypt frag retry misc | beacon | 22

Nothing...

Maybe some thoughts?

Cheers,
Dominik


2012-04-19 15:09:03

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

May it be that the fact that Centos 5 doesnt have hotplug causes the issue?

Am 19.04.2012 um 16:20 schrieb Johannes Berg:

> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>> Finally, here is the output of dmesg after recompiling:
>>
>> iwlwifi 0000:02:00.0: edd19e18
>> iwlwifi 0000:02:00.0: d55c1e18
>> iwlwifi 0000:02:00.0: d55c1ddc
>> iwlwifi 0000:02:00.0: PCI INT A disabled
>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>> Copyright(c) 2003-2012 Intel Corporation
>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> iwlwifi 0000:02:00.0: setting latency timer to 64
>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>> iwlwifi 0000:02:00.0: ee2afe18
>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>> iwlwifi 0000:02:00.0: cc93fe18
>> iwlwifi 0000:02:00.0: cc93fddc
>
> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>
> johannes


2012-04-25 07:32:04

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

Out of curisosity Dominik,

can you please try the patch attached ?

thanks

Emmanuel Grumbach
[email protected]


On Wed, Apr 25, 2012 at 10:26, Emmanuel Grumbach <[email protected]> wrote:
> On Wed, Apr 25, 2012 at 09:23, Sedat Dilek <[email protected]> wrote:
>> On Tue, Apr 24, 2012 at 5:34 PM, Emmanuel Grumbach <[email protected]> wrote:
>>> On Tue, Apr 24, 2012 at 15:45, Sedat Dilek <[email protected]> wrote:
>>>> On Tue, Apr 24, 2012 at 2:29 PM, Dominik Feser
>>>> <[email protected]> wrote:
>>>>> What does that mean?
>>>>>
>>>>
>>>> Pickup the patch from [2], apply it against a recent compat-wireless
>>>> version, build and test.
>>>> Report here again.
>>>>
>>>
>>> Pretty sure it won't help. True, we were trying to request the wrong
>>> fw, but then we requested (and got) the good one, so that the only
>>> effect was that load time was longer that it could be. But here, we
>>> can't even get anything working. And the prints don't made it to
>>> kernel log properly
>>>
>>
>> Originally I answered Pat as he asked what's the status with the patch
>> concerning the firmware-issue.
>> So, my post was about applying this one (so I understood the open question).
>> I didn't care about the original concern of the reporter.
>> BTW, the mentioned patch is now in wireless.git (master-2012-04-24-2).
>
> fair enough :-)
>
>>
>> Currently, I have an issue myself on iwlwifi (6230) with Ubuntu
>> precise, but it looks like a bug in network-manager with 3.4-rc4+ (see
>> [1]).
>>
>> - Sedat -
>>
>> [1] https://bugzilla.redhat.com/show_bug.cgi?id=785772
>>
>
> Thanks for that pointer.


Attachments:
ucode.patch (637.00 B)

2012-04-18 21:17:41

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

One thing I just remembered: I had problems compiling the code and because of that commented some lines in the code out:

# make
./scripts/gen-compat-autoconf.sh /root/compat-wireless-3.4-rc1-2/.config /root/compat-wireless-3.4-rc1-2/config.mk > include/linux/compat_autoconf.h
make -C /lib/modules/2.6.32.12-0.7.1/build M=/root/compat-wireless-3.4-rc1-2 modules
make[1]: Entering directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
Updating /root/compat-wireless-3.4-rc1-2/Makefile.xen
CC [M] /root/compat-wireless-3.4-rc1-2/compat/main.o
In file included from include/net/dst.h:13,
from include/net/sock.h:61,
from /root/compat-wireless-3.4-rc1-2/include/linux/compat-2.6.35.h:8,
from /root/compat-wireless-3.4-rc1-2/include/linux/compat-2.6.h:55,
from <Kommandozeile>:1:
include/linux/rtnetlink.h:785: Fehler: Redefinition von ?rcu_read_lock_held?
/root/compat-wireless-3.4-rc1-2/include/linux/compat-2.6.34.h:291: Fehler: Vorherige Definition von ?rcu_read_lock_held? war hier
make[3]: *** [/root/compat-wireless-3.4-rc1-2/compat/main.o] Fehler 1
make[2]: *** [/root/compat-wireless-3.4-rc1-2/compat] Fehler 2
make[1]: *** [_module_/root/compat-wireless-3.4-rc1-2] Fehler 2
make[1]: Leaving directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
make: *** [modules] Fehler 2

I made a change to the file /root/compat-wireless-3.4-rc1-2/include/linux/compat-2.6.34.h line 291 and commented the following lines out:

before:
static inline int rcu_read_lock_held(void)
{
return 1;
}

after:

/*
static inline int rcu_read_lock_held(void)
{
return 1;
}
*/

Might that cause the problem? How can I get rid of this error??


Am 18.04.2012 um 21:33 schrieb Emmanuel Grumbach:

> On Wed, Apr 18, 2012 at 22:28, Dominik Feser
> <[email protected]> wrote:
>> Thumb question but how do I compile the driver with debug support? I think its missing...
>> In which file do I have to enable the debug stuff?
>>
>> # modprobe iwlwifi debug=0xffffffff
>> FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
>>
>>
>
> You need to enable CONFIG_IWLWIFI_DEBUG in your .config file.
>
>>
>> Am 18.04.2012 um 21:25 schrieb Emmanuel Grumbach:
>>
>>> On Wed, Apr 18, 2012 at 19:56, Dominik Feser
>>> <[email protected]> wrote:
>>>> OK, that was the firmware I had tried before. I deleted it because it did not work, too.
>>>>
>>>> Here is the output you wanted:
>>>> # ls /lib/firmware/iwlwifi-6000*
>>>> /lib/firmware/iwlwifi-6000g2a-5.ucode
>>>>
>>>> After copying the firmware there again and rebooting dmesg looks like this:
>>>> # dmesg | grep iwl
>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>>
>>>> Still no wlan0 for me...
>>>>
>>>> Full dmesg:
>>>> # dmesg
>>>> Reserving virtual address space above 0xff400000
>>>> Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
>>>> KERNEL supported cpus:
>>>> Intel GenuineIntel
>>>> AMD AuthenticAMD
>>>> NSC Geode by NSC
>>>> Cyrix CyrixInstead
>>>> Centaur CentaurHauls
>>>> Transmeta GenuineTMx86
>>>> Transmeta TransmetaCPU
>>>> Xen-provided machine memory map:
>>>> BIOS: 0000000000000000 - 000000000009a800 (usable)
>>>> BIOS: 000000000009a800 - 00000000000a0000 (reserved)
>>>> BIOS: 00000000000e0000 - 0000000000100000 (reserved)
>>>> BIOS: 0000000000100000 - 0000000020000000 (usable)
>>>> BIOS: 0000000020000000 - 0000000020200000 (reserved)
>>>> BIOS: 0000000020200000 - 0000000040000000 (usable)
>>>> BIOS: 0000000040000000 - 0000000040200000 (reserved)
>>>> BIOS: 0000000040200000 - 00000000caa25000 (usable)
>>>> BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
>>>> BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
>>>> BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
>>>> BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
>>>> BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
>>>> BIOS: 00000000cafff000 - 00000000cb000000 (usable)
>>>> BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
>>>> BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
>>>> BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
>>>> BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
>>>> BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
>>>> BIOS: 0000000100000000 - 000000022e000000 (usable)
>>>> Xen-provided physical RAM map:
>>>> Xen: 0000000000000000 - 000000002f800000 (usable)
>>>> DMI 2.6 present.
>>>> last_pfn = 0x2f800 max_arch_pfn = 0x10000000
>>>> initial memory mapped : 0 - 00000000
>>>> init_memory_mapping: 0000000000000000-000000002f800000
>>>> NX (Execute Disable) protection: active
>>>> 0000000000 - 002f800000 page 4k
>>>> kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
>>>> RAMDISK: 005f9000 - 00d80e00
>>>> ACPI: RSDP 000fe300 00024 (v02 DELL )
>>>> ACPI: XSDT caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013)
>>>> ACPI: FACP caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013)
>>>> ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
>>>> ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
>>>> ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
>>>> ACPI: FACS cafe4e40 00040
>>>> ACPI: APIC caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013)
>>>> ACPI: TCPA cafe5d18 00032 (v02 00000000 00000000)
>>>> ACPI: SSDT caf88a98 002F9 (v01 DELLTP TPM 00003000 INTL 20090903)
>>>> ACPI: MCFG cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097)
>>>> ACPI: HPET cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003)
>>>> ACPI: BOOT cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013)
>>>> ACPI: SSDT caf6c018 00888 (v01 PmRef Cpu0Ist 00003000 INTL 20090903)
>>>> ACPI: SSDT caf6b018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903)
>>>> ACPI: XMAR caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001)
>>>> ACPI: SLIC caf75c18 00176 (v03 DELL CBX3 06222004 MSFT 00010013)
>>>> 0MB HIGHMEM available.
>>>> 760MB LOWMEM available.
>>>> mapped low ram: 0 - 2f800000
>>>> low ram: 0 - 2f800000
>>>> node 0 low ram: 00000000 - 2f000000
>>>> node 0 bootmap 00000000 - 00005e00
>>>> (5 early reservations) ==> bootmem [0000000000 - 002f000000]
>>>> #0 [0000100000 - 00005d8284] TEXT DATA BSS ==> [0000100000 - 00005d8284]
>>>> #1 [00005f9000 - 0000e4e000] Xen provided ==> [00005f9000 - 0000e4e000]
>>>> #2 [00005d9000 - 00005d91b3] BRK ==> [00005d9000 - 00005d91b3]
>>>> #3 [0000e4e000 - 0000fc4000] PGTABLE ==> [0000e4e000 - 0000fc4000]
>>>> #4 [0000000000 - 0000006000] BOOTMAP ==> [0000000000 - 0000006000]
>>>> found SMP MP-table at [ff3eca70] 000f1a70
>>>> Zone PFN ranges:
>>>> DMA 0x00000000 -> 0x00001000
>>>> Normal 0x00001000 -> 0x0002f800
>>>> HighMem 0x0002f800 -> 0x0002f800
>>>> Movable zone start PFN for each node
>>>> early_node_map[2] active PFN ranges
>>>> 0: 0x00000000 -> 0x0002f000
>>>> 0: 0x0002f800 -> 0x0002f800
>>>> On node 0 totalpages: 192512
>>>> free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
>>>> DMA zone: 32 pages used for memmap
>>>> DMA zone: 0 pages reserved
>>>> DMA zone: 4064 pages, LIFO batch:0
>>>> Normal zone: 1488 pages used for memmap
>>>> Normal zone: 186928 pages, LIFO batch:31
>>>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>>>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
>>>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
>>>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
>>>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
>>>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
>>>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
>>>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
>>>> ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
>>>> ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
>>>> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
>>>> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>>>> ACPI: IRQ0 used by override.
>>>> ACPI: IRQ2 used by override.
>>>> ACPI: IRQ9 used by override.
>>>> Using ACPI (MADT) for SMP configuration information
>>>> Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
>>>> NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
>>>> PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
>>>> pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
>>>> pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
>>>> Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
>>>> Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190992
>>>> Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
>>>> PID hash table entries: 4096 (order: 2, 16384 bytes)
>>>> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>>>> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>>>> Enabling fast FPU save and restore... done.
>>>> Enabling unmasked SIMD FPU exception support... done.
>>>> Initializing CPU#0
>>>> Software IO TLB enabled:
>>>> Aperture: 64 megabytes
>>>> Address size: 28 bits
>>>> Kernel range: c17b2000 - c57b2000
>>>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>>>> Initializing HighMem for node 0 (00000000:00000000)
>>>> Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
>>>> virtual kernel memory layout:
>>>> fixmap : 0xff077000 - 0xff3ff000 (3616 kB)
>>>> pkmap : 0xfec00000 - 0xfee00000 (2048 kB)
>>>> vmalloc : 0xf0000000 - 0xfebfe000 ( 235 MB)
>>>> lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
>>>> .init : 0xc04f7000 - 0xc0546000 ( 316 kB)
>>>> .data : 0xc0387d67 - 0xc04f66f8 (1466 kB)
>>>> .text : 0xc0100000 - 0xc0387d67 (2591 kB)
>>>> Checking if this processor honours the WP bit even in supervisor mode...Ok.
>>>> Hierarchical RCU implementation.
>>>> NR_IRQS:2048
>>>> Extended CMOS year: 2000
>>>> Xen reported: 2793.780 MHz processor.
>>>> Console: colour dummy device 80x25
>>>> console [tty0] enabled
>>>> console [hvc0] enabled
>>>> Calibrating delay using timer specific routine.. 5616.72 BogoMIPS (lpj=28083614)
>>>> pid_max: default: 32768 minimum: 301
>>>> Security Framework initialized
>>>> Mount-cache hash table entries: 512
>>>> mce: CPU supports 7 MCE banks
>>>> Checking 'hlt' instruction... OK.
>>>> SMP alternatives: switching to UP code
>>>> ACPI: Core revision 20090903
>>>> SMP alternatives: switching to SMP code
>>>> Initializing CPU#1
>>>> Initializing CPU#2
>>>> Brought up 4 CPUs
>>>> Initializing CPU#3
>>>> Grant table version 2
>>>> NET: Registered protocol family 16
>>>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>>>> ACPI: bus type pci registered
>>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>>> PCI: Not using MMCONFIG.
>>>> PCI: Using configuration type 1 for base access
>>>> bio: create slab <bio-0> at 0
>>>> ACPI: EC: Look up EC in DSDT
>>>> ACPI: BIOS _OSI(Linux) query ignored
>>>> ACPI: BIOS _OSI(Linux) query ignored
>>>> ACPI: Interpreter enabled
>>>> ACPI: (supports S0 S5)
>>>> ACPI: Using IOAPIC for interrupt routing
>>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>>> PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
>>>> PCI: Using MMCONFIG for extended config space
>>>> ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
>>>> ACPI: No dock devices found.
>>>> PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>>>> _OSC invalid UUID
>>>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>>>> pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
>>>> pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
>>>> pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
>>>> pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
>>>> pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:16.0: PME# disabled
>>>> pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
>>>> pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
>>>> pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
>>>> pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
>>>> pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
>>>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:19.0: PME# disabled
>>>> pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
>>>> pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1a.0: PME# disabled
>>>> pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
>>>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1b.0: PME# disabled
>>>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.0: PME# disabled
>>>> pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.1: PME# disabled
>>>> pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.2: PME# disabled
>>>> pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.3: PME# disabled
>>>> pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.5: PME# disabled
>>>> pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
>>>> pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1d.0: PME# disabled
>>>> pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
>>>> pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
>>>> pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
>>>> pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
>>>> pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
>>>> pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
>>>> pci 0000:00:1f.2: PME# supported from D3hot
>>>> pci 0000:00:1f.2: PME# disabled
>>>> pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
>>>> pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
>>>> pci 0000:00:1c.0: PCI bridge to [bus 01-01]
>>>> pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
>>>> pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:02:00.0: PME# disabled
>>>> pci 0000:00:1c.1: PCI bridge to [bus 02-02]
>>>> pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
>>>> pci 0000:00:1c.2: PCI bridge to [bus 03-08]
>>>> pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
>>>> pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
>>>> pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
>>>> pci 0000:00:1c.3: PCI bridge to [bus 09-09]
>>>> pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
>>>> pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
>>>> pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
>>>> pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
>>>> pci 0000:0a:00.0: supports D1 D2
>>>> pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
>>>> pci 0000:0a:00.0: PME# disabled
>>>> pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
>>>> pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
>>>> pci 0000:0a:00.1: supports D1 D2
>>>> pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
>>>> pci 0000:0a:00.1: PME# disabled
>>>> pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
>>>> pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
>>>> pci_bus 0000:00: on NUMA node 0
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
>>>> _OSC invalid UUID
>>>> ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>>> ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>>> ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>>> ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>>> ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
>>>> ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>>> ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
>>>> ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>>> xen_mem: Initialising balloon driver.
>>>> vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>>>> vgaarb: loaded
>>>> PCI: Using ACPI for IRQ routing
>>>> Switching to clocksource xen
>>>> pnp: PnP ACPI init
>>>> ACPI: bus type pnp registered
>>>> pnp: PnP ACPI: found 13 devices
>>>> ACPI: ACPI bus type pnp unregistered
>>>> system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
>>>> system 00:05: ioport range 0x680-0x69f has been reserved
>>>> system 00:05: ioport range 0x1000-0x100f has been reserved
>>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>>> system 00:05: ioport range 0x400-0x47f has been reserved
>>>> system 00:05: ioport range 0x500-0x57f has been reserved
>>>> system 00:05: ioport range 0x164e-0x164f has been reserved
>>>> system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
>>>> system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
>>>> system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
>>>> system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
>>>> system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
>>>> system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
>>>> system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
>>>> system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
>>>> system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
>>>> system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
>>>> system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
>>>> system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
>>>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
>>>> pci 0000:00:1c.0: IO window: disabled
>>>> pci 0000:00:1c.0: MEM window: disabled
>>>> pci 0000:00:1c.0: PREFETCH window: disabled
>>>> pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
>>>> pci 0000:00:1c.1: IO window: disabled
>>>> pci 0000:00:1c.1: MEM window: 0xe2d00000-0xe2dfffff
>>>> pci 0000:00:1c.1: PREFETCH window: disabled
>>>> pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
>>>> pci 0000:00:1c.2: IO window: 0x3000-0x3fff
>>>> pci 0000:00:1c.2: MEM window: 0xe2200000-0xe2bfffff
>>>> pci 0000:00:1c.2: PREFETCH window: 0x000000e0a00000-0x000000e13fffff
>>>> pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
>>>> pci 0000:00:1c.3: IO window: 0x2000-0x2fff
>>>> pci 0000:00:1c.3: MEM window: 0xe1800000-0xe21fffff
>>>> pci 0000:00:1c.3: PREFETCH window: 0x000000e0000000-0x000000e09fffff
>>>> pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
>>>> pci 0000:00:1c.5: IO window: disabled
>>>> pci 0000:00:1c.5: MEM window: 0xe2c00000-0xe2cfffff
>>>> pci 0000:00:1c.5: PREFETCH window: disabled
>>>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>> pci 0000:00:1c.0: setting latency timer to 64
>>>> pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>> pci 0000:00:1c.1: setting latency timer to 64
>>>> pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>> pci 0000:00:1c.2: setting latency timer to 64
>>>> pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
>>>> pci 0000:00:1c.3: setting latency timer to 64
>>>> pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>> pci 0000:00:1c.5: setting latency timer to 64
>>>> pci_bus 0000:00: resource 0 io: [0x00-0xffff]
>>>> pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
>>>> pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
>>>> pci_bus 0000:03: resource 0 io: [0x3000-0x3fff]
>>>> pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
>>>> pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
>>>> pci_bus 0000:09: resource 0 io: [0x2000-0x2fff]
>>>> pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
>>>> pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
>>>> pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
>>>> NET: Registered protocol family 2
>>>> IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
>>>> TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
>>>> TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
>>>> TCP: Hash tables configured (established 131072 bind 65536)
>>>> TCP reno registered
>>>> NET: Registered protocol family 1
>>>> pci 0000:00:02.0: Boot video device
>>>> Trying to unpack rootfs image as initramfs...
>>>> Freeing initrd memory: 7711k freed
>>>> Simple Boot Flag at 0xf3 set to 0x1
>>>> MCE: bind virq for DOM0 logging
>>>> MCE_DOM0_LOG: enter dom0 mce vIRQ handler
>>>> MCE_DOM0_LOG: No more urgent data
>>>> MCE_DOM0_LOG: No more nonurgent data
>>>> VFS: Disk quotas dquot_6.5.2
>>>> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
>>>> msgmni has been set to 379
>>>> alg: No test for stdrng (krng)
>>>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>>>> io scheduler noop registered
>>>> io scheduler anticipatory registered
>>>> io scheduler deadline registered
>>>> io scheduler cfq registered (default)
>>>> vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
>>>> vesafb: mode is 640x480x16, linelength=1280, pages=0
>>>> vesafb: scrolling: redraw
>>>> vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
>>>> fb0: VESA VGA frame buffer device
>>>> floppy0: Unable to grab DMA2 for the floppy driver
>>>> floppy0: no floppy controllers found
>>>> brd: module loaded
>>>> loop: module loaded
>>>> Xen virtual console successfully installed as hvc0
>>>> Event-channel device installed.
>>>> blktap_device_init: blktap device major 253
>>>> blktap_ring_init: blktap ring major: 253
>>>> netfront: Initialising virtual ethernet driver.
>>>> Uniform Multi-Platform E-IDE driver
>>>> PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>>>> i8042.c: Warning: Keylock active.
>>>> serio: i8042 KBD port at 0x60,0x64 irq 1
>>>> serio: i8042 AUX port at 0x60,0x64 irq 12
>>>> mice: PS/2 mouse device common for all mice
>>>> NET: Registered protocol family 17
>>>> registered taskstats version 1
>>>> input: AT Translated Set 2 keyboard as /class/input/input0
>>>> PCI IO multiplexer device installed.
>>>> BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
>>>> Freeing unused kernel memory: 316k freed
>>>> Console: switching to colour frame buffer device 80x30
>>>> usbcore: registered new interface driver usbfs
>>>> usbcore: registered new interface driver hub
>>>> usbcore: registered new device driver usb
>>>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>>>> ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>> ehci_hcd 0000:00:1a.0: setting latency timer to 64
>>>> ehci_hcd 0000:00:1a.0: EHCI Host Controller
>>>> ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
>>>> ehci_hcd 0000:00:1a.0: debug port 2
>>>> ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
>>>> ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
>>>> ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
>>>> usb usb1: configuration #1 chosen from 1 choice
>>>> hub 1-0:1.0: USB hub found
>>>> hub 1-0:1.0: 3 ports detected
>>>> ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> ehci_hcd 0000:00:1d.0: setting latency timer to 64
>>>> ehci_hcd 0000:00:1d.0: EHCI Host Controller
>>>> ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
>>>> ehci_hcd 0000:00:1d.0: debug port 2
>>>> ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
>>>> ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
>>>> ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
>>>> usb usb2: configuration #1 chosen from 1 choice
>>>> hub 2-0:1.0: USB hub found
>>>> hub 2-0:1.0: 3 ports detected
>>>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>>>> uhci_hcd: USB Universal Host Controller Interface driver
>>>> SCSI subsystem initialized
>>>> libata version 3.00 loaded.
>>>> ahci 0000:00:1f.2: version 3.0
>>>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>> ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
>>>> ahci: SSS flag set, parallel bus scan disabled
>>>> ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
>>>> ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
>>>> ahci 0000:00:1f.2: setting latency timer to 64
>>>> scsi0 : ahci
>>>> scsi1 : ahci
>>>> scsi2 : ahci
>>>> scsi3 : ahci
>>>> scsi4 : ahci
>>>> scsi5 : ahci
>>>> ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
>>>> ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
>>>> ata3: DUMMY
>>>> ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
>>>> ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
>>>> ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
>>>> input: PS/2 Generic Mouse as /class/input/input1
>>>> usb 1-1: new high speed USB device using ehci_hcd and address 2
>>>> usb 1-1: configuration #1 chosen from 1 choice
>>>> hub 1-1:1.0: USB hub found
>>>> hub 1-1:1.0: 6 ports detected
>>>> ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>>> usb 2-1: new high speed USB device using ehci_hcd and address 2
>>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>>> ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
>>>> ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>>> ata1.00: configured for UDMA/133
>>>> scsi 0:0:0:0: Direct-Access ATA ST9500423AS 0002 PQ: 0 ANSI: 5
>>>> sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>>>> sd 0:0:0:0: [sda] 4096-byte physical blocks
>>>> sd 0:0:0:0: [sda] Write Protect is off
>>>> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>>> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>> sda: sda1 sda2 sda3
>>>> sd 0:0:0:0: [sda] Attached SCSI disk
>>>> usb 2-1: configuration #1 chosen from 1 choice
>>>> hub 2-1:1.0: USB hub found
>>>> hub 2-1:1.0: 8 ports detected
>>>> usb 1-1.4: new full speed USB device using ehci_hcd and address 3
>>>> usb 1-1.4: configuration #1 chosen from 1 choice
>>>> usb 1-1.5: new high speed USB device using ehci_hcd and address 4
>>>> usb 1-1.5: configuration #1 chosen from 1 choice
>>>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
>>>> ata2.00: configured for UDMA/133
>>>> scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GU60N A102 PQ: 0 ANSI: 5
>>>> usb 2-1.8: new full speed USB device using ehci_hcd and address 3
>>>> usb 2-1.8: configuration #0 chosen from 1 choice
>>>> usb 2-1.8: config 0 descriptor??
>>>> ata4: SATA link down (SStatus 0 SControl 300)
>>>> ata5: SATA link down (SStatus 0 SControl 300)
>>>> ata6: SATA link down (SStatus 0 SControl 300)
>>>> device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
>>>> kjournald starting. Commit interval 15 seconds
>>>> EXT3-fs: mounted filesystem with ordered data mode.
>>>> input: PC Speaker as /class/input/input2
>>>> Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
>>>> serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>> 0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
>>>> e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
>>>> e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
>>>> e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
>>>> e1000e 0000:00:19.0: setting latency timer to 64
>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>> rtc_cmos 00:06: RTC can wake from S4
>>>> rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
>>>> rtc0: alarms up to one year, y3k, 242 bytes nvram
>>>> parport_pc 00:08: activated
>>>> parport_pc 00:08: reported by Plug and Play ACPI
>>>> parport_pc 00:08: disabled
>>>> e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
>>>> e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
>>>> e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
>>>> i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>> ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
>>>> ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
>>>> ACPI: SSDT cadd7798 00727 (v01 PmRef Cpu0Cst 00003001 INTL 20090903)
>>>> ACPI: SSDT cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903)
>>>> ACPI: SSDT cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903)
>>>> input: Lid Switch as /class/input/input3
>>>> ACPI: Lid Switch [LID]
>>>> input: Power Button as /class/input/input4
>>>> ACPI: Power Button [PBTN]
>>>> input: Sleep Button as /class/input/input5
>>>> ACPI: Sleep Button [SBTN]
>>>> input: Power Button as /class/input/input6
>>>> ACPI: Power Button [PWRF]
>>>> thermal LNXTHERM:01: registered as thermal_zone0
>>>> ACPI: Thermal Zone [THM] (25 C)
>>>> sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
>>>> Uniform CD-ROM driver Revision: 3.20
>>>> sr 1:0:0:0: Attached scsi CD-ROM sr0
>>>> Compat-wireless backport release: compat-wireless-v3.4-rc1-2
>>>> Backport based on linux-stable.git v3.4-rc1
>>>> cfg80211: Calling CRDA to update world regulatory domain
>>>> ACPI: AC Adapter [AC] (on-line)
>>>> sd 0:0:0:0: Attached scsi generic sg0 type 0
>>>> sr 1:0:0:0: Attached scsi generic sg1 type 5
>>>> ACPI: Battery Slot [BAT0] (battery present)
>>>> ACPI: Battery Slot [BAT1] (battery absent)
>>>> ACPI: Battery Slot [BAT2] (battery absent)
>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
>>>> Copyright(c) 2003-2012 Intel Corporation
>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>> acpi device:37: registered as cooling_device8
>>>> input: Video Bus as /class/input/input7
>>>> ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
>>>> Non-volatile memory driver v1.3
>>>> lp: driver loaded but no devices found
>>>> md: Autodetecting RAID arrays.
>>>> md: Scanned 0 and added 0 devices.
>>>> md: autorun ...
>>>> md: ... autorun DONE.
>>>> EXT3 FS on sda1, internal journal
>>>> ISO 9660 Extensions: Microsoft Joliet Level 3
>>>> ISO 9660 Extensions: RRIP_1991A
>>>> Adding 524280k swap on /var/swap/swap.001. Priority:-1 extents:137 across:637248k
>>>> Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
>>>> Microcode Update Driver: v2.00-xen removed.
>>>> ip_tables: (C) 2000-2006 Netfilter Core Team
>>>> nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>> 802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
>>>> All bugs added by David S. Miller <[email protected]>
>>>> device xenbr0 entered promiscuous mode
>>>> device eth0 entered promiscuous mode
>>>> e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
>>>> e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
>>>> RPC: Registered udp transport module.
>>>> RPC: Registered tcp transport module.
>>>> RPC: Registered tcp NFSv4.1 backchannel transport module.
>>>> warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
>>>> suspend: event channel 38
>>>> kjournald starting. Commit interval 15 seconds
>>>> EXT3 FS on dm-0, internal journal
>>>> EXT3-fs: mounted filesystem with ordered data mode.
>>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>> iwlwifi 0000:02:00.0: ca253e1c
>>>> iwlwifi 0000:02:00.0: ca253de8
>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>
>>>>
>>>
>>> Ok, can you please set all the debug flags. Since nothing happens here
>>> we shouldn't' see that many debug prints:
>>>
>>> modprobe iwlwifi debug=0xffffffff
>>>


2012-04-18 08:48:50

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Hi Emmanuel,

here is the output:
# lspci -s 02:00 -n
02:00.0 0280: 8086:0082 (rev 34)

THX,
Dominik

Am 18.04.2012 um 10:36 schrieb Emmanuel Grumbach:

> On Wed, Apr 18, 2012 at 09:49, Dominik Feser
> <[email protected]> wrote:
>>
>> Hello Johannes,
>>
>> Can you be a bit more specific about your thoughts? What do you think is not working correctly?
>> Am I understanding you correctly? You think I have a firmware problem?
>>
>
> Johannes says that you may be missing the fw file:
>
> please send the output of:
> lspci -s 02:00 -n
>
> and then I will tell you what fw you need


2012-04-19 13:16:57

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Thu, Apr 19, 2012 at 13:08, Dominik Feser
<[email protected]> wrote:
> Sice I downloaded compat-wireless manually and without git the command you proposed doesn't work. I would use git but I couldn't find a url to clone from.
> Can you give a hint on that?
>

Just unpack the tar again.

>
> Am 19.04.2012 um 09:54 schrieb Emmanuel Grumbach:
>
>> On Thu, Apr 19, 2012 at 10:49, Dominik Feser
>> <[email protected]> wrote:
>>> Here is the output! And by the way, I really appreciate your help! Thank you!
>>>
>>> # modinfo iwlwifi
>>> filename: ? ? ? /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko
>>> alias: ? ? ? ? ?iwlagn
>>> license: ? ? ? ?GPL
>>> author: ? ? ? ? Copyright(c) 2003-2012 Intel Corporation <[email protected]>
>>> version: ? ? ? ?in-tree:
>>> description: ? ?Intel(R) Wireless WiFi Link AGN driver for Linux
>>> firmware: ? ? ? iwlwifi-5150-2.ucode
>>> firmware: ? ? ? iwlwifi-5000-5.ucode
>>> firmware: ? ? ? iwlwifi-6000g2b-6.ucode
>>> firmware: ? ? ? iwlwifi-6000g2a-6.ucode
>>> firmware: ? ? ? iwlwifi-6050-5.ucode
>>> firmware: ? ? ? iwlwifi-6000-4.ucode
>>> firmware: ? ? ? iwlwifi-100-6.ucode
>>> firmware: ? ? ? iwlwifi-1000-6.ucode
>>> firmware: ? ? ? iwlwifi-135-6.ucode
>>> firmware: ? ? ? iwlwifi-105-6.ucode
>>> firmware: ? ? ? iwlwifi-2030-6.ucode
>>> firmware: ? ? ? iwlwifi-2000-6.ucode
>>> srcversion: ? ? 169044416CC2B674049889B
>>> alias: ? ? ? ? ?pci:v00008086d00000892sv*sd00000462bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000893sv*sd00000262bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000892sv*sd00000062bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000822bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000422bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000895sv*sd00000222bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000022bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004860bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004460bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000088Fsv*sd00004260bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004060bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000887sv*sd00004462bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000888sv*sd00004262bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000887sv*sd00004062bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004822bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004422bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000891sv*sd00004222bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004022bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005027bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005025bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000897sv*sd00005017bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000897sv*sd00005015bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005007bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005005bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001027bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001025bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d000008AFsv*sd00001017bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d000008AFsv*sd00001015bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001007bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001005bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001316bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001216bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001326bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001226bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001306bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001206bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001315bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001215bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001325bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001225bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001305bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001205bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000886sv*sd00001317bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000886sv*sd00001315bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001327bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001325bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001307bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001305bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000089sv*sd00001316bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000089sv*sd00001311bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001326bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001321bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001306bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001301bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005226bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005225bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005221bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005207bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005206bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005205bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005201bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005216bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005215bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005211bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000008Bsv*sd00005317bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000008Bsv*sd00005315bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005327bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005325bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005307bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005305bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001305bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001304bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00004820bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd0000C220bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd0000C020bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd00001316bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd00001311bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001326bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001321bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001307bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001306bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001301bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004239sv*sd00001316bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004239sv*sd00001311bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004238sv*sd00001111bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001326bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001321bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001307bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001306bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001301bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000422Bsv*sd00001121bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000422Bsv*sd00001101bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001316bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001216bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001311bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001211bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001321bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001221bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001306bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001206bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001301bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001201bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Bsv*sd00001011bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Asv*sd00001021bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d0000423Asv*sd00001001bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001114bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001014bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001111bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001011bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001104bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001004bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001101bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001001bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001124bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001024bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001121bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001021bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001316bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001216bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001315bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001215bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001314bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001214bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001311bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001211bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001326bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001226bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001325bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001225bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001324bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001224bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001321bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001221bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001306bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001206bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001305bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001205bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001304bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001204bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001301bc*sc*i*
>>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001201bc*sc*i*
>>> depends: ? ? ? ?mac80211,compat,led-class,cfg80211,compat_firmware_class
>>> vermagic: ? ? ? 2.6.32.12-0.7.1 SMP mod_unload modversions Xen 686
>>> parm: ? ? ? ? ? swcrypto:using crypto in software (default 0 [hardware]) (int)
>>> parm: ? ? ? ? ? 11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
>>> parm: ? ? ? ? ? amsdu_size_8K:enable 8K amsdu size (int)
>>> parm: ? ? ? ? ? fw_restart:restart firmware in case of error (int)
>>> parm: ? ? ? ? ? ucode_alternative:specify ucode alternative to use from ucode file (int)
>>> parm: ? ? ? ? ? antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
>>> parm: ? ? ? ? ? bt_ch_inhibition:Enable BT channel inhibition (default: enable) (bool)
>>> parm: ? ? ? ? ? plcp_check:Check plcp health (default: 1 [enabled]) (bool)
>>> parm: ? ? ? ? ? ack_check:Check ack health (default: 0 [disabled]) (bool)
>>> parm: ? ? ? ? ? wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
>>> parm: ? ? ? ? ? bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
>>> parm: ? ? ? ? ? led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
>>> parm: ? ? ? ? ? power_save:enable WiFi power management (default: disable) (bool)
>>> parm: ? ? ? ? ? power_level:default power save level (range from 1 - 5, default: 1) (int)
>>> parm: ? ? ? ? ? auto_agg:enable agg w/o check traffic load (default: enable) (bool)
>>> parm: ? ? ? ? ? no_sleep_autoadjust:don't automatically adjust sleep level according to maximum network latency (default: true) (bool)
>>>
>>
>> All right, no debug in there.
>> I understand that you use compat.
>> Please clean everything:
>>
>> git clean -f -d -x
>>
>> Beware this will remove all the files that you have added there. This
>> won't remove the W/A you made to compile.
>

2012-04-25 10:44:09

by Sedat Dilek

[permalink] [raw]
Subject: Re: wlan0 not present

On Wed, Apr 25, 2012 at 9:34 AM, Sedat Dilek <[email protected]> wrote:
> On Wed, Apr 25, 2012 at 9:26 AM, Emmanuel Grumbach <[email protected]> wrote:
>> On Wed, Apr 25, 2012 at 09:23, Sedat Dilek <[email protected]> wrote:
>>> On Tue, Apr 24, 2012 at 5:34 PM, Emmanuel Grumbach <[email protected]> wrote:
>>>> On Tue, Apr 24, 2012 at 15:45, Sedat Dilek <[email protected]> wrote:
>>>>> On Tue, Apr 24, 2012 at 2:29 PM, Dominik Feser
>>>>> <[email protected]> wrote:
>>>>>> What does that mean?
>>>>>>
>>>>>
>>>>> Pickup the patch from [2], apply it against a recent compat-wireless
>>>>> version, build and test.
>>>>> Report here again.
>>>>>
>>>>
>>>> Pretty sure it won't help. True, we were trying to request the wrong
>>>> fw, but then we requested (and got) the good one, so that the only
>>>> effect was that load time was longer that it could be. But here, we
>>>> can't even get anything working. And the prints don't made it to
>>>> kernel log properly
>>>>
>>>
>>> Originally I answered Pat as he asked what's the status with the patch
>>> concerning the firmware-issue.
>>> So, my post was about applying this one (so I understood the open question).
>>> I didn't care about the original concern of the reporter.
>>> BTW, the mentioned patch is now in wireless.git (master-2012-04-24-2).
>>
>> fair enough :-)
>>
>>>
>>> Currently, I have an issue myself on iwlwifi (6230) with Ubuntu
>>> precise, but it looks like a bug in network-manager with 3.4-rc4+ (see
>>> [1]).
>>>
>>> - Sedat -
>>>
>>> [1] https://bugzilla.redhat.com/show_bug.cgi?id=785772
>>>
>>
>> Thanks for that pointer.
>
> My first bug-report to Ubuntu BTS.
>
> Don't want to tell you how much effort this was, not the bug-report itself.
> It started with...
>
> $ sudo ubuntu-bug $(pidof NetworkManager)
>
> ...on Debian I was used to file with report-bug.
>
> That was not enough, I had to register a LaunchPad-account and got a
> strange "DisplayName" and "OpenIdName".
> After some struggling I got both changed.
> There are really easier ways...
>
> - Sedat -
>
> [1] https://bugs.launchpad.net/bugs/988183

Just FYI:
I found the NM upstream commit which fixes Ubuntu's NetworkManager
version in precise release (debdiff attached to my BR).
The issue reminds me of many drakes (male) court a single duck's
(female) favour in the pairing season, sort of a witch-hunt, not
gentleman-alike.

- Sedat -

2012-04-18 19:33:51

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Wed, Apr 18, 2012 at 22:28, Dominik Feser
<[email protected]> wrote:
> Thumb question but how do I compile the driver with debug support? I think its missing...
> In which file do I have to enable the debug stuff?
>
> # modprobe iwlwifi debug=0xffffffff
> FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
>
>

You need to enable CONFIG_IWLWIFI_DEBUG in your .config file.

>
> Am 18.04.2012 um 21:25 schrieb Emmanuel Grumbach:
>
>> On Wed, Apr 18, 2012 at 19:56, Dominik Feser
>> <[email protected]> wrote:
>>> OK, that was the firmware I had tried before. I deleted it because it did not work, too.
>>>
>>> Here is the output you wanted:
>>> # ls /lib/firmware/iwlwifi-6000*
>>> /lib/firmware/iwlwifi-6000g2a-5.ucode
>>>
>>> After copying the firmware there again and rebooting dmesg looks like this:
>>> # dmesg | grep iwl
>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>
>>> Still no wlan0 for me...
>>>
>>> Full dmesg:
>>> # dmesg
>>> Reserving virtual address space above 0xff400000
>>> Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
>>> KERNEL supported cpus:
>>> ?Intel GenuineIntel
>>> ?AMD AuthenticAMD
>>> ?NSC Geode by NSC
>>> ?Cyrix CyrixInstead
>>> ?Centaur CentaurHauls
>>> ?Transmeta GenuineTMx86
>>> ?Transmeta TransmetaCPU
>>> Xen-provided machine memory map:
>>> ?BIOS: 0000000000000000 - 000000000009a800 (usable)
>>> ?BIOS: 000000000009a800 - 00000000000a0000 (reserved)
>>> ?BIOS: 00000000000e0000 - 0000000000100000 (reserved)
>>> ?BIOS: 0000000000100000 - 0000000020000000 (usable)
>>> ?BIOS: 0000000020000000 - 0000000020200000 (reserved)
>>> ?BIOS: 0000000020200000 - 0000000040000000 (usable)
>>> ?BIOS: 0000000040000000 - 0000000040200000 (reserved)
>>> ?BIOS: 0000000040200000 - 00000000caa25000 (usable)
>>> ?BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
>>> ?BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
>>> ?BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
>>> ?BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
>>> ?BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
>>> ?BIOS: 00000000cafff000 - 00000000cb000000 (usable)
>>> ?BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
>>> ?BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
>>> ?BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
>>> ?BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
>>> ?BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
>>> ?BIOS: 0000000100000000 - 000000022e000000 (usable)
>>> Xen-provided physical RAM map:
>>> ?Xen: 0000000000000000 - 000000002f800000 (usable)
>>> DMI 2.6 present.
>>> last_pfn = 0x2f800 max_arch_pfn = 0x10000000
>>> initial memory mapped : 0 - 00000000
>>> init_memory_mapping: 0000000000000000-000000002f800000
>>> NX (Execute Disable) protection: active
>>> ?0000000000 - 002f800000 page 4k
>>> kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
>>> RAMDISK: 005f9000 - 00d80e00
>>> ACPI: RSDP 000fe300 00024 (v02 DELL ?)
>>> ACPI: XSDT caffde18 0007C (v01 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
>>> ACPI: FACP caf87d98 000F4 (v04 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
>>> ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
>>> ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
>>> ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
>>> ACPI: FACS cafe4e40 00040
>>> ACPI: APIC caffcf18 000CC (v02 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
>>> ACPI: TCPA cafe5d18 00032 (v02 ? ? ? ? ? ? ? ? 00000000 ? ? ?00000000)
>>> ACPI: SSDT caf88a98 002F9 (v01 DELLTP ? ? ?TPM 00003000 INTL 20090903)
>>> ACPI: MCFG cafe5c98 0003C (v01 DELL ? SNDYBRDG 06222004 MSFT 00000097)
>>> ACPI: HPET cafe5c18 00038 (v01 A M I ? PCHHPET 06222004 AMI. 00000003)
>>> ACPI: BOOT cafe5b98 00028 (v01 DELL ? CBX3 ? ? 06222004 AMI ?00010013)
>>> ACPI: SSDT caf6c018 00888 (v01 ?PmRef ?Cpu0Ist 00003000 INTL 20090903)
>>> ACPI: SSDT caf6b018 00996 (v01 ?PmRef ? ?CpuPm 00003000 INTL 20090903)
>>> ACPI: XMAR caf87c18 000E8 (v01 INTEL ? ? ?SNB ?00000001 INTL 00000001)
>>> ACPI: SLIC caf75c18 00176 (v03 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
>>> 0MB HIGHMEM available.
>>> 760MB LOWMEM available.
>>> ?mapped low ram: 0 - 2f800000
>>> ?low ram: 0 - 2f800000
>>> ?node 0 low ram: 00000000 - 2f000000
>>> ?node 0 bootmap 00000000 - 00005e00
>>> (5 early reservations) ==> bootmem [0000000000 - 002f000000]
>>> ?#0 [0000100000 - 00005d8284] ? ?TEXT DATA BSS ==> [0000100000 - 00005d8284]
>>> ?#1 [00005f9000 - 0000e4e000] ? ? Xen provided ==> [00005f9000 - 0000e4e000]
>>> ?#2 [00005d9000 - 00005d91b3] ? ? ? ? ? ? ?BRK ==> [00005d9000 - 00005d91b3]
>>> ?#3 [0000e4e000 - 0000fc4000] ? ? ? ? ?PGTABLE ==> [0000e4e000 - 0000fc4000]
>>> ?#4 [0000000000 - 0000006000] ? ? ? ? ?BOOTMAP ==> [0000000000 - 0000006000]
>>> found SMP MP-table at [ff3eca70] 000f1a70
>>> Zone PFN ranges:
>>> ?DMA ? ? ?0x00000000 -> 0x00001000
>>> ?Normal ? 0x00001000 -> 0x0002f800
>>> ?HighMem ?0x0002f800 -> 0x0002f800
>>> Movable zone start PFN for each node
>>> early_node_map[2] active PFN ranges
>>> ? ?0: 0x00000000 -> 0x0002f000
>>> ? ?0: 0x0002f800 -> 0x0002f800
>>> On node 0 totalpages: 192512
>>> free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
>>> ?DMA zone: 32 pages used for memmap
>>> ?DMA zone: 0 pages reserved
>>> ?DMA zone: 4064 pages, LIFO batch:0
>>> ?Normal zone: 1488 pages used for memmap
>>> ?Normal zone: 186928 pages, LIFO batch:31
>>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
>>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
>>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
>>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
>>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
>>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
>>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
>>> ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
>>> ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
>>> ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
>>> ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
>>> ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
>>> ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
>>> ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
>>> ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
>>> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
>>> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>>> ACPI: IRQ0 used by override.
>>> ACPI: IRQ2 used by override.
>>> ACPI: IRQ9 used by override.
>>> Using ACPI (MADT) for SMP configuration information
>>> Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
>>> NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
>>> PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
>>> pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
>>> pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
>>> Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
>>> Built 1 zonelists in Zone order, mobility grouping on. ?Total pages: 190992
>>> Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
>>> PID hash table entries: 4096 (order: 2, 16384 bytes)
>>> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>>> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>>> Enabling fast FPU save and restore... done.
>>> Enabling unmasked SIMD FPU exception support... done.
>>> Initializing CPU#0
>>> Software IO TLB enabled:
>>> ?Aperture: ? ? 64 megabytes
>>> ?Address size: 28 bits
>>> ?Kernel range: c17b2000 - c57b2000
>>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>>> Initializing HighMem for node 0 (00000000:00000000)
>>> Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
>>> virtual kernel memory layout:
>>> ? ?fixmap ?: 0xff077000 - 0xff3ff000 ? (3616 kB)
>>> ? ?pkmap ? : 0xfec00000 - 0xfee00000 ? (2048 kB)
>>> ? ?vmalloc : 0xf0000000 - 0xfebfe000 ? ( 235 MB)
>>> ? ?lowmem ?: 0xc0000000 - 0xef800000 ? ( 760 MB)
>>> ? ? ?.init : 0xc04f7000 - 0xc0546000 ? ( 316 kB)
>>> ? ? ?.data : 0xc0387d67 - 0xc04f66f8 ? (1466 kB)
>>> ? ? ?.text : 0xc0100000 - 0xc0387d67 ? (2591 kB)
>>> Checking if this processor honours the WP bit even in supervisor mode...Ok.
>>> Hierarchical RCU implementation.
>>> NR_IRQS:2048
>>> Extended CMOS year: 2000
>>> Xen reported: 2793.780 MHz processor.
>>> Console: colour dummy device 80x25
>>> console [tty0] enabled
>>> console [hvc0] enabled
>>> Calibrating delay using timer specific routine.. 5616.72 BogoMIPS (lpj=28083614)
>>> pid_max: default: 32768 minimum: 301
>>> Security Framework initialized
>>> Mount-cache hash table entries: 512
>>> mce: CPU supports 7 MCE banks
>>> Checking 'hlt' instruction... OK.
>>> SMP alternatives: switching to UP code
>>> ACPI: Core revision 20090903
>>> SMP alternatives: switching to SMP code
>>> Initializing CPU#1
>>> Initializing CPU#2
>>> Brought up 4 CPUs
>>> Initializing CPU#3
>>> Grant table version 2
>>> NET: Registered protocol family 16
>>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>>> ACPI: bus type pci registered
>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>> PCI: Not using MMCONFIG.
>>> PCI: Using configuration type 1 for base access
>>> bio: create slab <bio-0> at 0
>>> ACPI: EC: Look up EC in DSDT
>>> ACPI: BIOS _OSI(Linux) query ignored
>>> ACPI: BIOS _OSI(Linux) query ignored
>>> ACPI: Interpreter enabled
>>> ACPI: (supports S0 S5)
>>> ACPI: Using IOAPIC for interrupt routing
>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>> PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
>>> PCI: Using MMCONFIG for extended config space
>>> ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
>>> ACPI: No dock devices found.
>>> PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>>> _OSC invalid UUID
>>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>>> pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
>>> pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
>>> pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
>>> pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
>>> pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:16.0: PME# disabled
>>> pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
>>> pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
>>> pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
>>> pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
>>> pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
>>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:19.0: PME# disabled
>>> pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
>>> pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1a.0: PME# disabled
>>> pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
>>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1b.0: PME# disabled
>>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1c.0: PME# disabled
>>> pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1c.1: PME# disabled
>>> pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1c.2: PME# disabled
>>> pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1c.3: PME# disabled
>>> pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1c.5: PME# disabled
>>> pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
>>> pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1d.0: PME# disabled
>>> pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
>>> pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
>>> pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
>>> pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
>>> pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
>>> pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
>>> pci 0000:00:1f.2: PME# supported from D3hot
>>> pci 0000:00:1f.2: PME# disabled
>>> pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
>>> pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
>>> pci 0000:00:1c.0: PCI bridge to [bus 01-01]
>>> pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
>>> pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:02:00.0: PME# disabled
>>> pci 0000:00:1c.1: PCI bridge to [bus 02-02]
>>> pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
>>> pci 0000:00:1c.2: PCI bridge to [bus 03-08]
>>> pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
>>> pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
>>> pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
>>> pci 0000:00:1c.3: PCI bridge to [bus 09-09]
>>> pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
>>> pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
>>> pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
>>> pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
>>> pci 0000:0a:00.0: supports D1 D2
>>> pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
>>> pci 0000:0a:00.0: PME# disabled
>>> pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
>>> pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
>>> pci 0000:0a:00.1: supports D1 D2
>>> pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
>>> pci 0000:0a:00.1: PME# disabled
>>> pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
>>> pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
>>> pci_bus 0000:00: on NUMA node 0
>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
>>> _OSC invalid UUID
>>> ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>> ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>> ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>> ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>> ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
>>> ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>> ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
>>> ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>> xen_mem: Initialising balloon driver.
>>> vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>>> vgaarb: loaded
>>> PCI: Using ACPI for IRQ routing
>>> Switching to clocksource xen
>>> pnp: PnP ACPI init
>>> ACPI: bus type pnp registered
>>> pnp: PnP ACPI: found 13 devices
>>> ACPI: ACPI bus type pnp unregistered
>>> system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
>>> system 00:05: ioport range 0x680-0x69f has been reserved
>>> system 00:05: ioport range 0x1000-0x100f has been reserved
>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>> system 00:05: ioport range 0x400-0x47f has been reserved
>>> system 00:05: ioport range 0x500-0x57f has been reserved
>>> system 00:05: ioport range 0x164e-0x164f has been reserved
>>> system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
>>> system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
>>> system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
>>> system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
>>> system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
>>> system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
>>> system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
>>> system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
>>> system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
>>> system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
>>> system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
>>> system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
>>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
>>> pci 0000:00:1c.0: ? IO window: disabled
>>> pci 0000:00:1c.0: ? MEM window: disabled
>>> pci 0000:00:1c.0: ? PREFETCH window: disabled
>>> pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
>>> pci 0000:00:1c.1: ? IO window: disabled
>>> pci 0000:00:1c.1: ? MEM window: 0xe2d00000-0xe2dfffff
>>> pci 0000:00:1c.1: ? PREFETCH window: disabled
>>> pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
>>> pci 0000:00:1c.2: ? IO window: 0x3000-0x3fff
>>> pci 0000:00:1c.2: ? MEM window: 0xe2200000-0xe2bfffff
>>> pci 0000:00:1c.2: ? PREFETCH window: 0x000000e0a00000-0x000000e13fffff
>>> pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
>>> pci 0000:00:1c.3: ? IO window: 0x2000-0x2fff
>>> pci 0000:00:1c.3: ? MEM window: 0xe1800000-0xe21fffff
>>> pci 0000:00:1c.3: ? PREFETCH window: 0x000000e0000000-0x000000e09fffff
>>> pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
>>> pci 0000:00:1c.5: ? IO window: disabled
>>> pci 0000:00:1c.5: ? MEM window: 0xe2c00000-0xe2cfffff
>>> pci 0000:00:1c.5: ? PREFETCH window: disabled
>>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>> pci 0000:00:1c.0: setting latency timer to 64
>>> pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>> pci 0000:00:1c.1: setting latency timer to 64
>>> pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>> pci 0000:00:1c.2: setting latency timer to 64
>>> pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
>>> pci 0000:00:1c.3: setting latency timer to 64
>>> pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>> pci 0000:00:1c.5: setting latency timer to 64
>>> pci_bus 0000:00: resource 0 io: ?[0x00-0xffff]
>>> pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
>>> pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
>>> pci_bus 0000:03: resource 0 io: ?[0x3000-0x3fff]
>>> pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
>>> pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
>>> pci_bus 0000:09: resource 0 io: ?[0x2000-0x2fff]
>>> pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
>>> pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
>>> pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
>>> NET: Registered protocol family 2
>>> IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
>>> TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
>>> TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
>>> TCP: Hash tables configured (established 131072 bind 65536)
>>> TCP reno registered
>>> NET: Registered protocol family 1
>>> pci 0000:00:02.0: Boot video device
>>> Trying to unpack rootfs image as initramfs...
>>> Freeing initrd memory: 7711k freed
>>> Simple Boot Flag at 0xf3 set to 0x1
>>> MCE: bind virq for DOM0 logging
>>> MCE_DOM0_LOG: enter dom0 mce vIRQ handler
>>> MCE_DOM0_LOG: No more urgent data
>>> MCE_DOM0_LOG: No more nonurgent data
>>> VFS: Disk quotas dquot_6.5.2
>>> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
>>> msgmni has been set to 379
>>> alg: No test for stdrng (krng)
>>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>>> io scheduler noop registered
>>> io scheduler anticipatory registered
>>> io scheduler deadline registered
>>> io scheduler cfq registered (default)
>>> vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
>>> vesafb: mode is 640x480x16, linelength=1280, pages=0
>>> vesafb: scrolling: redraw
>>> vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
>>> fb0: VESA VGA frame buffer device
>>> floppy0: Unable to grab DMA2 for the floppy driver
>>> floppy0: no floppy controllers found
>>> brd: module loaded
>>> loop: module loaded
>>> Xen virtual console successfully installed as hvc0
>>> Event-channel device installed.
>>> blktap_device_init: blktap device major 253
>>> blktap_ring_init: blktap ring major: 253
>>> netfront: Initialising virtual ethernet driver.
>>> Uniform Multi-Platform E-IDE driver
>>> PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>>> i8042.c: Warning: Keylock active.
>>> serio: i8042 KBD port at 0x60,0x64 irq 1
>>> serio: i8042 AUX port at 0x60,0x64 irq 12
>>> mice: PS/2 mouse device common for all mice
>>> NET: Registered protocol family 17
>>> registered taskstats version 1
>>> input: AT Translated Set 2 keyboard as /class/input/input0
>>> PCI IO multiplexer device installed.
>>> BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
>>> Freeing unused kernel memory: 316k freed
>>> Console: switching to colour frame buffer device 80x30
>>> usbcore: registered new interface driver usbfs
>>> usbcore: registered new interface driver hub
>>> usbcore: registered new device driver usb
>>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>>> ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>> ehci_hcd 0000:00:1a.0: setting latency timer to 64
>>> ehci_hcd 0000:00:1a.0: EHCI Host Controller
>>> ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
>>> ehci_hcd 0000:00:1a.0: debug port 2
>>> ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
>>> ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
>>> ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
>>> usb usb1: configuration #1 chosen from 1 choice
>>> hub 1-0:1.0: USB hub found
>>> hub 1-0:1.0: 3 ports detected
>>> ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>> ehci_hcd 0000:00:1d.0: setting latency timer to 64
>>> ehci_hcd 0000:00:1d.0: EHCI Host Controller
>>> ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
>>> ehci_hcd 0000:00:1d.0: debug port 2
>>> ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
>>> ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
>>> ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
>>> usb usb2: configuration #1 chosen from 1 choice
>>> hub 2-0:1.0: USB hub found
>>> hub 2-0:1.0: 3 ports detected
>>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>>> uhci_hcd: USB Universal Host Controller Interface driver
>>> SCSI subsystem initialized
>>> libata version 3.00 loaded.
>>> ahci 0000:00:1f.2: version 3.0
>>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>> ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
>>> ahci: SSS flag set, parallel bus scan disabled
>>> ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
>>> ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
>>> ahci 0000:00:1f.2: setting latency timer to 64
>>> scsi0 : ahci
>>> scsi1 : ahci
>>> scsi2 : ahci
>>> scsi3 : ahci
>>> scsi4 : ahci
>>> scsi5 : ahci
>>> ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
>>> ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
>>> ata3: DUMMY
>>> ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
>>> ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
>>> ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
>>> input: PS/2 Generic Mouse as /class/input/input1
>>> usb 1-1: new high speed USB device using ehci_hcd and address 2
>>> usb 1-1: configuration #1 chosen from 1 choice
>>> hub 1-1:1.0: USB hub found
>>> hub 1-1:1.0: 6 ports detected
>>> ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>> usb 2-1: new high speed USB device using ehci_hcd and address 2
>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>> ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
>>> ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>> ata1.00: configured for UDMA/133
>>> scsi 0:0:0:0: Direct-Access ? ? ATA ? ? ?ST9500423AS ? ? ?0002 PQ: 0 ANSI: 5
>>> sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>>> sd 0:0:0:0: [sda] 4096-byte physical blocks
>>> sd 0:0:0:0: [sda] Write Protect is off
>>> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>> ?sda: sda1 sda2 sda3
>>> sd 0:0:0:0: [sda] Attached SCSI disk
>>> usb 2-1: configuration #1 chosen from 1 choice
>>> hub 2-1:1.0: USB hub found
>>> hub 2-1:1.0: 8 ports detected
>>> usb 1-1.4: new full speed USB device using ehci_hcd and address 3
>>> usb 1-1.4: configuration #1 chosen from 1 choice
>>> usb 1-1.5: new high speed USB device using ehci_hcd and address 4
>>> usb 1-1.5: configuration #1 chosen from 1 choice
>>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
>>> ata2.00: configured for UDMA/133
>>> scsi 1:0:0:0: CD-ROM ? ? ? ? ? ?HL-DT-ST DVD+-RW GU60N ? ?A102 PQ: 0 ANSI: 5
>>> usb 2-1.8: new full speed USB device using ehci_hcd and address 3
>>> usb 2-1.8: configuration #0 chosen from 1 choice
>>> usb 2-1.8: config 0 descriptor??
>>> ata4: SATA link down (SStatus 0 SControl 300)
>>> ata5: SATA link down (SStatus 0 SControl 300)
>>> ata6: SATA link down (SStatus 0 SControl 300)
>>> device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
>>> kjournald starting. ?Commit interval 15 seconds
>>> EXT3-fs: mounted filesystem with ordered data mode.
>>> input: PC Speaker as /class/input/input2
>>> Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
>>> serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>> 0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
>>> e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
>>> e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
>>> e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
>>> e1000e 0000:00:19.0: setting latency timer to 64
>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>> rtc_cmos 00:06: RTC can wake from S4
>>> rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
>>> rtc0: alarms up to one year, y3k, 242 bytes nvram
>>> parport_pc 00:08: activated
>>> parport_pc 00:08: reported by Plug and Play ACPI
>>> parport_pc 00:08: disabled
>>> e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
>>> e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
>>> e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
>>> i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>> ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
>>> ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
>>> ACPI: SSDT cadd7798 00727 (v01 ?PmRef ?Cpu0Cst 00003001 INTL 20090903)
>>> ACPI: SSDT cadd8a98 00303 (v01 ?PmRef ? ?ApIst 00003000 INTL 20090903)
>>> ACPI: SSDT cadd6d98 00119 (v01 ?PmRef ? ?ApCst 00003000 INTL 20090903)
>>> input: Lid Switch as /class/input/input3
>>> ACPI: Lid Switch [LID]
>>> input: Power Button as /class/input/input4
>>> ACPI: Power Button [PBTN]
>>> input: Sleep Button as /class/input/input5
>>> ACPI: Sleep Button [SBTN]
>>> input: Power Button as /class/input/input6
>>> ACPI: Power Button [PWRF]
>>> thermal LNXTHERM:01: registered as thermal_zone0
>>> ACPI: Thermal Zone [THM] (25 C)
>>> sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
>>> Uniform CD-ROM driver Revision: 3.20
>>> sr 1:0:0:0: Attached scsi CD-ROM sr0
>>> Compat-wireless backport release: compat-wireless-v3.4-rc1-2
>>> Backport based on linux-stable.git v3.4-rc1
>>> cfg80211: Calling CRDA to update world regulatory domain
>>> ACPI: AC Adapter [AC] (on-line)
>>> sd 0:0:0:0: Attached scsi generic sg0 type 0
>>> sr 1:0:0:0: Attached scsi generic sg1 type 5
>>> ACPI: Battery Slot [BAT0] (battery present)
>>> ACPI: Battery Slot [BAT1] (battery absent)
>>> ACPI: Battery Slot [BAT2] (battery absent)
>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
>>> Copyright(c) 2003-2012 Intel Corporation
>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>> acpi device:37: registered as cooling_device8
>>> input: Video Bus as /class/input/input7
>>> ACPI: Video Device [VID] (multi-head: yes ?rom: no ?post: no)
>>> Non-volatile memory driver v1.3
>>> lp: driver loaded but no devices found
>>> md: Autodetecting RAID arrays.
>>> md: Scanned 0 and added 0 devices.
>>> md: autorun ...
>>> md: ... autorun DONE.
>>> EXT3 FS on sda1, internal journal
>>> ISO 9660 Extensions: Microsoft Joliet Level 3
>>> ISO 9660 Extensions: RRIP_1991A
>>> Adding 524280k swap on /var/swap/swap.001. ?Priority:-1 extents:137 across:637248k
>>> Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
>>> Microcode Update Driver: v2.00-xen removed.
>>> ip_tables: (C) 2000-2006 Netfilter Core Team
>>> nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>> 802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
>>> All bugs added by David S. Miller <[email protected]>
>>> device xenbr0 entered promiscuous mode
>>> device eth0 entered promiscuous mode
>>> e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
>>> e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
>>> RPC: Registered udp transport module.
>>> RPC: Registered tcp transport module.
>>> RPC: Registered tcp NFSv4.1 backchannel transport module.
>>> warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
>>> suspend: event channel 38
>>> kjournald starting. ?Commit interval 15 seconds
>>> EXT3 FS on dm-0, internal journal
>>> EXT3-fs: mounted filesystem with ordered data mode.
>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>> iwlwifi 0000:02:00.0: ca253e1c
>>> iwlwifi 0000:02:00.0: ca253de8
>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>
>>>
>>
>> Ok, can you please set all the debug flags. Since nothing happens here
>> we shouldn't' see that many debug prints:
>>
>> modprobe iwlwifi debug=0xffffffff
>>

2012-04-24 11:58:27

by Pat Erley

[permalink] [raw]
Subject: Re: wlan0 not present

Try a newer compat-wireless. I saw mention of a patch on this ML
that iwlwifi was looking for firmwares that aren't available yet.

Specifically, it wants a -6 ucode, where you have -5. I'm not
sure if this has been merged upstream yet.

On 04/24/2012 01:28 AM, Emmanuel Grumbach wrote:
> On Tue, Apr 24, 2012 at 00:26, Dominik Feser
> <[email protected]> wrote:
>> Hmm, no one?
>>
>
> Apparently, Luis ?
>
>> Am 22.04.2012 um 18:53 schrieb Emmanuel Grumbach:
>>
>>> On Sun, Apr 22, 2012 at 16:00, Dominik Feser
>>> <[email protected]> wrote:
>>>> THX a lot! Here is the dmesg output:
>>>>
>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>> Copyright(c) 2003-2012 Intel Corporation
>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>> iwlwifi 0000:02:00.0: pci_resource_base = f4498000
>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware eebd9d74
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware c8ee1dd8
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ed655dd8
>>>> iwlwifi 0000:02:00.0: d21d7e18
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d21d7dd8
>>>> iwlwifi 0000:02:00.0: eda37e18
>>>> iwlwifi 0000:02:00.0: eda37de0
>>>> iwlwifi 0000:02:00.0: U iwl_trans_pcie_rx_free eda37d80
>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>
>>>>
>>>
>>> Still useless... Gosh... Does someone know to get real prints here ??
>>> I just use dev_err("WHATEVER %s", "STRING");
>>>
>>>>
>>>>
>>>> Am 19.04.2012 um 18:19 schrieb Emmanuel Grumbach:
>>>>
>>>>> On Thu, Apr 19, 2012 at 18:08, Dominik Feser
>>>>> <[email protected]> wrote:
>>>>>> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>>>>>>
>>>>>
>>>>> Don't think so.
>>>>> Can it be a problem in the backport of request_firwamre_no_wait ?
>>>>> Did I see somewhere that you run 2.6.38 ?
>>>>> Can you check again after having applied the patch attached ?
>>>>>
>>>>> from the main dir of compat:
>>>>> patch -p1< print.patch
>>>>>
>>>>> Thanks
>>>>>
>>>>>> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>>>>>>
>>>>>>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>>>>>>> Finally, here is the output of dmesg after recompiling:
>>>>>>>>
>>>>>>>> iwlwifi 0000:02:00.0: edd19e18
>>>>>>>> iwlwifi 0000:02:00.0: d55c1e18
>>>>>>>> iwlwifi 0000:02:00.0: d55c1ddc
>>>>>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>>>>>> Copyright(c) 2003-2012 Intel Corporation
>>>>>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>>>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>>>>>>> iwlwifi 0000:02:00.0: ee2afe18
>>>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>>>>>>> iwlwifi 0000:02:00.0: cc93fe18
>>>>>>>> iwlwifi 0000:02:00.0: cc93fddc
>>>>>>>
>>>>>>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>>>>>>
>>>>>>> johannes
>>>>>>
>>>>> <print.patch>
>>>>
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html


2012-04-19 07:55:19

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Thu, Apr 19, 2012 at 10:54, Emmanuel Grumbach <[email protected]> wrote:
> On Thu, Apr 19, 2012 at 10:49, Dominik Feser
> <[email protected]> wrote:
>> Here is the output! And by the way, I really appreciate your help! Thank you!
>>
>> # modinfo iwlwifi
>> filename: ? ? ? /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko
>> alias: ? ? ? ? ?iwlagn
>> license: ? ? ? ?GPL
>> author: ? ? ? ? Copyright(c) 2003-2012 Intel Corporation <[email protected]>
>> version: ? ? ? ?in-tree:
>> description: ? ?Intel(R) Wireless WiFi Link AGN driver for Linux
>> firmware: ? ? ? iwlwifi-5150-2.ucode
>> firmware: ? ? ? iwlwifi-5000-5.ucode
>> firmware: ? ? ? iwlwifi-6000g2b-6.ucode
>> firmware: ? ? ? iwlwifi-6000g2a-6.ucode
>> firmware: ? ? ? iwlwifi-6050-5.ucode
>> firmware: ? ? ? iwlwifi-6000-4.ucode
>> firmware: ? ? ? iwlwifi-100-6.ucode
>> firmware: ? ? ? iwlwifi-1000-6.ucode
>> firmware: ? ? ? iwlwifi-135-6.ucode
>> firmware: ? ? ? iwlwifi-105-6.ucode
>> firmware: ? ? ? iwlwifi-2030-6.ucode
>> firmware: ? ? ? iwlwifi-2000-6.ucode
>> srcversion: ? ? 169044416CC2B674049889B
>> alias: ? ? ? ? ?pci:v00008086d00000892sv*sd00000462bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000893sv*sd00000262bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000892sv*sd00000062bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000822bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000422bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000895sv*sd00000222bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000022bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004860bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004460bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000088Fsv*sd00004260bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004060bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000887sv*sd00004462bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000888sv*sd00004262bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000887sv*sd00004062bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004822bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004422bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000891sv*sd00004222bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004022bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005027bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005025bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000897sv*sd00005017bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000897sv*sd00005015bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005007bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005005bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001027bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001025bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d000008AFsv*sd00001017bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d000008AFsv*sd00001015bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001007bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001005bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001316bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001216bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001326bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001226bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001306bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001206bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001315bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001215bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001325bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001225bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001305bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001205bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000886sv*sd00001317bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000886sv*sd00001315bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001327bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001325bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001307bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001305bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000089sv*sd00001316bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000089sv*sd00001311bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001326bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001321bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001306bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001301bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005226bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005225bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005221bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005207bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005206bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005205bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005201bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005216bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005215bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005211bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000008Bsv*sd00005317bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000008Bsv*sd00005315bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005327bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005325bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005307bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005305bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001305bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001304bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00004820bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd0000C220bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd0000C020bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd00001316bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd00001311bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001326bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001321bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001307bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001306bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001301bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004239sv*sd00001316bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004239sv*sd00001311bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004238sv*sd00001111bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001326bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001321bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001307bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001306bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001301bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000422Bsv*sd00001121bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000422Bsv*sd00001101bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001316bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001216bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001311bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001211bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001321bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001221bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001306bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001206bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001301bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001201bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Bsv*sd00001011bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Asv*sd00001021bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d0000423Asv*sd00001001bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001114bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001014bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001111bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001011bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001104bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001004bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001101bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001001bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001124bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001024bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001121bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001021bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001316bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001216bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001315bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001215bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001314bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001214bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001311bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001211bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001326bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001226bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001325bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001225bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001324bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001224bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001321bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001221bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001306bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001206bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001305bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001205bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001304bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001204bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001301bc*sc*i*
>> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001201bc*sc*i*
>> depends: ? ? ? ?mac80211,compat,led-class,cfg80211,compat_firmware_class
>> vermagic: ? ? ? 2.6.32.12-0.7.1 SMP mod_unload modversions Xen 686
>> parm: ? ? ? ? ? swcrypto:using crypto in software (default 0 [hardware]) (int)
>> parm: ? ? ? ? ? 11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
>> parm: ? ? ? ? ? amsdu_size_8K:enable 8K amsdu size (int)
>> parm: ? ? ? ? ? fw_restart:restart firmware in case of error (int)
>> parm: ? ? ? ? ? ucode_alternative:specify ucode alternative to use from ucode file (int)
>> parm: ? ? ? ? ? antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
>> parm: ? ? ? ? ? bt_ch_inhibition:Enable BT channel inhibition (default: enable) (bool)
>> parm: ? ? ? ? ? plcp_check:Check plcp health (default: 1 [enabled]) (bool)
>> parm: ? ? ? ? ? ack_check:Check ack health (default: 0 [disabled]) (bool)
>> parm: ? ? ? ? ? wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
>> parm: ? ? ? ? ? bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
>> parm: ? ? ? ? ? led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
>> parm: ? ? ? ? ? power_save:enable WiFi power management (default: disable) (bool)
>> parm: ? ? ? ? ? power_level:default power save level (range from 1 - 5, default: 1) (int)
>> parm: ? ? ? ? ? auto_agg:enable agg w/o check traffic load (default: enable) (bool)
>> parm: ? ? ? ? ? no_sleep_autoadjust:don't automatically adjust sleep level according to maximum network latency (default: true) (bool)
>>
>
> All right, no debug in there.
> I understand that you use compat.
> Please clean everything:
>
> git clean -f -d -x
>
> Beware this will remove all the files that you have added there. This
> won't remove the W/A you made to compile.

And of course, recompile plus install after that

2012-04-19 07:54:50

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Thu, Apr 19, 2012 at 10:49, Dominik Feser
<[email protected]> wrote:
> Here is the output! And by the way, I really appreciate your help! Thank you!
>
> # modinfo iwlwifi
> filename: ? ? ? /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko
> alias: ? ? ? ? ?iwlagn
> license: ? ? ? ?GPL
> author: ? ? ? ? Copyright(c) 2003-2012 Intel Corporation <[email protected]>
> version: ? ? ? ?in-tree:
> description: ? ?Intel(R) Wireless WiFi Link AGN driver for Linux
> firmware: ? ? ? iwlwifi-5150-2.ucode
> firmware: ? ? ? iwlwifi-5000-5.ucode
> firmware: ? ? ? iwlwifi-6000g2b-6.ucode
> firmware: ? ? ? iwlwifi-6000g2a-6.ucode
> firmware: ? ? ? iwlwifi-6050-5.ucode
> firmware: ? ? ? iwlwifi-6000-4.ucode
> firmware: ? ? ? iwlwifi-100-6.ucode
> firmware: ? ? ? iwlwifi-1000-6.ucode
> firmware: ? ? ? iwlwifi-135-6.ucode
> firmware: ? ? ? iwlwifi-105-6.ucode
> firmware: ? ? ? iwlwifi-2030-6.ucode
> firmware: ? ? ? iwlwifi-2000-6.ucode
> srcversion: ? ? 169044416CC2B674049889B
> alias: ? ? ? ? ?pci:v00008086d00000892sv*sd00000462bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000893sv*sd00000262bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000892sv*sd00000062bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000822bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000422bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000895sv*sd00000222bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000894sv*sd00000022bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004860bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004460bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000088Fsv*sd00004260bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000088Esv*sd00004060bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000887sv*sd00004462bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000888sv*sd00004262bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000887sv*sd00004062bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004822bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004422bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000891sv*sd00004222bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000890sv*sd00004022bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005027bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005025bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000897sv*sd00005017bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000897sv*sd00005015bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005007bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000896sv*sd00005005bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001027bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001025bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d000008AFsv*sd00001017bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d000008AFsv*sd00001015bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001007bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d000008AEsv*sd00001005bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001316bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001216bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001326bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001226bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001306bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001206bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001315bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000084sv*sd00001215bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001325bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001225bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001305bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000083sv*sd00001205bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000886sv*sd00001317bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000886sv*sd00001315bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001327bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001325bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001307bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000885sv*sd00001305bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000089sv*sd00001316bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000089sv*sd00001311bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001326bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001321bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001306bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000087sv*sd00001301bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005226bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005225bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005221bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005207bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005206bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005205bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000091sv*sd00005201bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005216bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005215bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000090sv*sd00005211bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000008Bsv*sd00005317bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000008Bsv*sd00005315bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005327bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005325bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005307bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000008Asv*sd00005305bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001305bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001304bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00004820bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd0000C220bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd0000C020bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd00001316bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000085sv*sd00001311bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001326bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001321bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001307bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001306bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00000082sv*sd00001301bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004239sv*sd00001316bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004239sv*sd00001311bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004238sv*sd00001111bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001326bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001321bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001307bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001306bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000422Csv*sd00001301bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000422Bsv*sd00001121bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000422Bsv*sd00001101bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001316bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001216bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001311bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Dsv*sd00001211bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001321bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001221bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001306bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001206bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001301bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Csv*sd00001201bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Bsv*sd00001011bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Asv*sd00001021bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d0000423Asv*sd00001001bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001114bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001014bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001111bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004236sv*sd00001011bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001104bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001004bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001101bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001001bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001124bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001024bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001121bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004235sv*sd00001021bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001316bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001216bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001315bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001215bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001314bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001214bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001311bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004237sv*sd00001211bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001326bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001226bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001325bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001225bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001324bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001224bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001321bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001221bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001306bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001206bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001305bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001205bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001304bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001204bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001301bc*sc*i*
> alias: ? ? ? ? ?pci:v00008086d00004232sv*sd00001201bc*sc*i*
> depends: ? ? ? ?mac80211,compat,led-class,cfg80211,compat_firmware_class
> vermagic: ? ? ? 2.6.32.12-0.7.1 SMP mod_unload modversions Xen 686
> parm: ? ? ? ? ? swcrypto:using crypto in software (default 0 [hardware]) (int)
> parm: ? ? ? ? ? 11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
> parm: ? ? ? ? ? amsdu_size_8K:enable 8K amsdu size (int)
> parm: ? ? ? ? ? fw_restart:restart firmware in case of error (int)
> parm: ? ? ? ? ? ucode_alternative:specify ucode alternative to use from ucode file (int)
> parm: ? ? ? ? ? antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
> parm: ? ? ? ? ? bt_ch_inhibition:Enable BT channel inhibition (default: enable) (bool)
> parm: ? ? ? ? ? plcp_check:Check plcp health (default: 1 [enabled]) (bool)
> parm: ? ? ? ? ? ack_check:Check ack health (default: 0 [disabled]) (bool)
> parm: ? ? ? ? ? wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
> parm: ? ? ? ? ? bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
> parm: ? ? ? ? ? led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
> parm: ? ? ? ? ? power_save:enable WiFi power management (default: disable) (bool)
> parm: ? ? ? ? ? power_level:default power save level (range from 1 - 5, default: 1) (int)
> parm: ? ? ? ? ? auto_agg:enable agg w/o check traffic load (default: enable) (bool)
> parm: ? ? ? ? ? no_sleep_autoadjust:don't automatically adjust sleep level according to maximum network latency (default: true) (bool)
>

All right, no debug in there.
I understand that you use compat.
Please clean everything:

git clean -f -d -x

Beware this will remove all the files that you have added there. This
won't remove the W/A you made to compile.

2012-04-17 21:41:22

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Hi Arend,

here is the full output of dmesg:

# dmesg
Reserving virtual address space above 0xff400000
Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
NSC Geode by NSC
Cyrix CyrixInstead
Centaur CentaurHauls
Transmeta GenuineTMx86
Transmeta TransmetaCPU
Xen-provided machine memory map:
BIOS: 0000000000000000 - 000000000009a800 (usable)
BIOS: 000000000009a800 - 00000000000a0000 (reserved)
BIOS: 00000000000e0000 - 0000000000100000 (reserved)
BIOS: 0000000000100000 - 0000000020000000 (usable)
BIOS: 0000000020000000 - 0000000020200000 (reserved)
BIOS: 0000000020200000 - 0000000040000000 (usable)
BIOS: 0000000040000000 - 0000000040200000 (reserved)
BIOS: 0000000040200000 - 00000000caa25000 (usable)
BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
BIOS: 00000000cafff000 - 00000000cb000000 (usable)
BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
BIOS: 0000000100000000 - 000000022e000000 (usable)
Xen-provided physical RAM map:
Xen: 0000000000000000 - 000000002f800000 (usable)
DMI 2.6 present.
last_pfn = 0x2f800 max_arch_pfn = 0x10000000
initial memory mapped : 0 - 00000000
init_memory_mapping: 0000000000000000-000000002f800000
NX (Execute Disable) protection: active
0000000000 - 002f800000 page 4k
kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
RAMDISK: 005f9000 - 00d80e00
ACPI: RSDP 000fe300 00024 (v02 DELL )
ACPI: XSDT caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013)
ACPI: FACP caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013)
ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
ACPI: FACS cafe4e40 00040
ACPI: APIC caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013)
ACPI: TCPA cafe5d18 00032 (v02 00000000 00000000)
ACPI: SSDT caf88a98 002F9 (v01 DELLTP TPM 00003000 INTL 20090903)
ACPI: MCFG cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097)
ACPI: HPET cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003)
ACPI: BOOT cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013)
ACPI: SSDT caf6c018 00888 (v01 PmRef Cpu0Ist 00003000 INTL 20090903)
ACPI: SSDT caf6b018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903)
ACPI: XMAR caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001)
ACPI: SLIC caf75c18 00176 (v03 DELL CBX3 06222004 MSFT 00010013)
0MB HIGHMEM available.
760MB LOWMEM available.
mapped low ram: 0 - 2f800000
low ram: 0 - 2f800000
node 0 low ram: 00000000 - 2f000000
node 0 bootmap 00000000 - 00005e00
(5 early reservations) ==> bootmem [0000000000 - 002f000000]
#0 [0000100000 - 00005d8284] TEXT DATA BSS ==> [0000100000 - 00005d8284]
#1 [00005f9000 - 0000e4e000] Xen provided ==> [00005f9000 - 0000e4e000]
#2 [00005d9000 - 00005d91b3] BRK ==> [00005d9000 - 00005d91b3]
#3 [0000e4e000 - 0000fc4000] PGTABLE ==> [0000e4e000 - 0000fc4000]
#4 [0000000000 - 0000006000] BOOTMAP ==> [0000000000 - 0000006000]
found SMP MP-table at [ff3eca70] 000f1a70
Zone PFN ranges:
DMA 0x00000000 -> 0x00001000
Normal 0x00001000 -> 0x0002f800
HighMem 0x0002f800 -> 0x0002f800
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
0: 0x00000000 -> 0x0002f000
0: 0x0002f800 -> 0x0002f800
On node 0 totalpages: 192512
free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1488 pages used for memmap
Normal zone: 186928 pages, LIFO batch:31
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190992
Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
Software IO TLB enabled:
Aperture: 64 megabytes
Address size: 28 bits
Kernel range: c17b2000 - c57b2000
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Initializing HighMem for node 0 (00000000:00000000)
Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xff077000 - 0xff3ff000 (3616 kB)
pkmap : 0xfec00000 - 0xfee00000 (2048 kB)
vmalloc : 0xf0000000 - 0xfebfe000 ( 235 MB)
lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
.init : 0xc04f7000 - 0xc0546000 ( 316 kB)
.data : 0xc0387d67 - 0xc04f66f8 (1466 kB)
.text : 0xc0100000 - 0xc0387d67 (2591 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
Hierarchical RCU implementation.
NR_IRQS:2048
Extended CMOS year: 2000
Xen reported: 2793.714 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
console [hvc0] enabled
Calibrating delay using timer specific routine.. 5616.63 BogoMIPS (lpj=28083158)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Mount-cache hash table entries: 512
mce: CPU supports 7 MCE banks
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20090903
SMP alternatives: switching to SMP code
Initializing CPU#1
Initializing CPU#2
Brought up 4 CPUs
Initializing CPU#3
Grant table version 2
NET: Registered protocol family 16
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
PCI: Not using MMCONFIG.
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: BIOS _OSI(Linux) query ignored
ACPI: Interpreter enabled
ACPI: (supports S0 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
ACPI: No dock devices found.
PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
_OSC invalid UUID
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
pci 0000:00:16.0: PME# disabled
pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.0: PME# disabled
pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: PME# disabled
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PME# disabled
pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
pci 0000:00:1c.0: PCI bridge to [bus 01-01]
pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
pci 0000:02:00.0: PME# disabled
pci 0000:00:1c.1: PCI bridge to [bus 02-02]
pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
pci 0000:00:1c.2: PCI bridge to [bus 03-08]
pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
pci 0000:00:1c.3: PCI bridge to [bus 09-09]
pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
pci 0000:0a:00.0: supports D1 D2
pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:0a:00.0: PME# disabled
pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
pci 0000:0a:00.1: supports D1 D2
pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:0a:00.1: PME# disabled
pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
_OSC invalid UUID
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
xen_mem: Initialising balloon driver.
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
PCI: Using ACPI for IRQ routing
Switching to clocksource xen
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
system 00:05: ioport range 0x680-0x69f has been reserved
system 00:05: ioport range 0x1000-0x100f has been reserved
system 00:05: ioport range 0xffff-0xffff has been reserved
system 00:05: ioport range 0xffff-0xffff has been reserved
system 00:05: ioport range 0x400-0x47f has been reserved
system 00:05: ioport range 0x500-0x57f has been reserved
system 00:05: ioport range 0x164e-0x164f has been reserved
system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
pci 0000:00:1c.0: IO window: disabled
pci 0000:00:1c.0: MEM window: disabled
pci 0000:00:1c.0: PREFETCH window: disabled
pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.1: IO window: disabled
pci 0000:00:1c.1: MEM window: 0xe2d00000-0xe2dfffff
pci 0000:00:1c.1: PREFETCH window: disabled
pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
pci 0000:00:1c.2: IO window: 0x3000-0x3fff
pci 0000:00:1c.2: MEM window: 0xe2200000-0xe2bfffff
pci 0000:00:1c.2: PREFETCH window: 0x000000e0a00000-0x000000e13fffff
pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
pci 0000:00:1c.3: IO window: 0x2000-0x2fff
pci 0000:00:1c.3: MEM window: 0xe1800000-0xe21fffff
pci 0000:00:1c.3: PREFETCH window: 0x000000e0000000-0x000000e09fffff
pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
pci 0000:00:1c.5: IO window: disabled
pci 0000:00:1c.5: MEM window: 0xe2c00000-0xe2cfffff
pci 0000:00:1c.5: PREFETCH window: disabled
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.5: setting latency timer to 64
pci_bus 0000:00: resource 0 io: [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
pci_bus 0000:03: resource 0 io: [0x3000-0x3fff]
pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
pci_bus 0000:09: resource 0 io: [0x2000-0x2fff]
pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:00:02.0: Boot video device
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 7711k freed
Simple Boot Flag at 0xf3 set to 0x1
MCE: bind virq for DOM0 logging
MCE_DOM0_LOG: enter dom0 mce vIRQ handler
MCE_DOM0_LOG: No more urgent data
MCE_DOM0_LOG: No more nonurgent data
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 379
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
vesafb: mode is 640x480x16, linelength=1280, pages=0
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
fb0: VESA VGA frame buffer device
floppy0: Unable to grab DMA2 for the floppy driver
floppy0: no floppy controllers found
brd: module loaded
loop: module loaded
Xen virtual console successfully installed as hvc0
Event-channel device installed.
blktap_device_init: blktap device major 253
blktap_ring_init: blktap ring major: 253
netfront: Initialising virtual ethernet driver.
Uniform Multi-Platform E-IDE driver
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Warning: Keylock active.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 17
registered taskstats version 1
input: AT Translated Set 2 keyboard as /class/input/input0
PCI IO multiplexer device installed.
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
Freeing unused kernel memory: 316k freed
Console: switching to colour frame buffer device 80x30
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ehci_hcd 0000:00:1a.0: setting latency timer to 64
ehci_hcd 0000:00:1a.0: EHCI Host Controller
ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.0: debug port 2
ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ehci_hcd 0000:00:1d.0: setting latency timer to 64
ehci_hcd 0000:00:1d.0: EHCI Host Controller
ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.0: debug port 2
ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
SCSI subsystem initialized
libata version 3.00 loaded.
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
ahci: SSS flag set, parallel bus scan disabled
ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
ata3: DUMMY
ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
input: PS/2 Generic Mouse as /class/input/input1
usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 6 ports detected
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
usb 2-1: new high speed USB device using ehci_hcd and address 2
ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access ATA ST9500423AS 0002 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 0:0:0:0: [sda] 4096-byte physical blocks
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
usb 2-1: configuration #1 chosen from 1 choice
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 8 ports detected
usb 1-1.4: new full speed USB device using ehci_hcd and address 3
usb 1-1.4: configuration #1 chosen from 1 choice
usb 1-1.5: new high speed USB device using ehci_hcd and address 4
usb 1-1.5: configuration #1 chosen from 1 choice
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
ata2.00: configured for UDMA/133
scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GU60N A102 PQ: 0 ANSI: 5
usb 2-1.8: new full speed USB device using ehci_hcd and address 3
usb 2-1.8: configuration #0 chosen from 1 choice
usb 2-1.8: config 0 descriptor??
ata4: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting. Commit interval 15 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
input: PC Speaker as /class/input/input2
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
parport_pc 00:08: activated
parport_pc 00:08: reported by Plug and Play ACPI
parport_pc 00:08: disabled
rtc_cmos 00:06: RTC can wake from S4
rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 242 bytes nvram
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
e1000e 0000:00:19.0: setting latency timer to 64
e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
input: Lid Switch as /class/input/input3
ACPI: Lid Switch [LID]
input: Power Button as /class/input/input4
ACPI: Power Button [PBTN]
input: Sleep Button as /class/input/input5
ACPI: Sleep Button [SBTN]
input: Power Button as /class/input/input6
ACPI: Power Button [PWRF]
ACPI: SSDT cadd7798 00727 (v01 PmRef Cpu0Cst 00003001 INTL 20090903)
ACPI: SSDT cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903)
ACPI: SSDT cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903)
e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
Compat-wireless backport release: compat-wireless-v3.4-rc1-2
Backport based on linux-stable.git v3.4-rc1
cfg80211: Calling CRDA to update world regulatory domain
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THM] (25 C)
Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
Copyright(c) 2003-2012 Intel Corporation
iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlwifi 0000:02:00.0: setting latency timer to 64
iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
iwlwifi 0000:02:00.0: pci_resource_base = f23e0000
iwlwifi 0000:02:00.0: HW Revision ID = 0x34
iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
ACPI: Battery Slot [BAT0] (battery present)
ACPI: AC Adapter [AC] (on-line)
ACPI: Battery Slot [BAT1] (battery absent)
ACPI: Battery Slot [BAT2] (battery absent)
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 1:0:0:0: Attached scsi generic sg1 type 5
acpi device:37: registered as cooling_device8
input: Video Bus as /class/input/input7
ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
Non-volatile memory driver v1.3
lp: driver loaded but no devices found
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
EXT3 FS on sda1, internal journal
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
Adding 524280k swap on /var/swap/swap.001. Priority:-1 extents:137 across:637248k
Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
Microcode Update Driver: v2.00-xen removed.
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
All bugs added by David S. Miller <[email protected]>
device xenbr0 entered promiscuous mode
device eth0 entered promiscuous mode
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
suspend: event channel 38
kjournald starting. Commit interval 15 seconds
EXT3 FS on dm-0, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
iwlwifi 0000:02:00.0: edf81e1c
iwlwifi 0000:02:00.0: c9933e1c
iwlwifi 0000:02:00.0: c9933de8
iwlwifi 0000:02:00.0: PCI INT A disabled

It did not work before because I had to rebuild the kernel with wireless support and compile compat-wireless for it. This seemed to me as the only way to get the Centrino Advanced-N 6205 to work.
Am I wrong? May it be that I am missing the firmware? I tried to copy a ucode file to /lib/firmware but the behavior did not change. Overlooking the dmesg output no module is complaining about missing firmware files...
Regarding the driver api tracing, is there an easy way to get trace-cmd? I am not familiar with git...

Thank you!!
Cheers,
Dominik

Am 17.04.2012 um 21:19 schrieb Arend van Spriel:

> On 04/17/2012 07:59 PM, Dominik Feser wrote:
>> Hi!
>> Maybe someone can help me. I have compiled and installed compat-wireless-3.4-rc1-2 and it seems to load correctly. The thing I am missing is the wlan0 device.
>>
>> # lspci -kvm
>> Device: 02:00.0
>> Class: Network controller
>> Vendor: Intel Corporation
>> Device: Centrino Advanced-N 6205
>> SVendor: Intel Corporation
>> SDevice: Centrino Advanced-N 6205 AGN
>> Rev: 34
>> Module: iwlwifi
>>
>> Nothing...
>>
>> Maybe some thoughts?
>>
>
> I am not too familiar with iwlwifi or compat-wireless, but it seems the driver did not start successfully. Did it work before trying compat-wireless? Can you provide full dmesg output instead of filter it with grep? Can you enable Driver-API tracing in mac80211?
>
> Gr. AvS
>


2012-04-18 00:37:36

by Johannes Berg

[permalink] [raw]
Subject: Re: wlan0 not present

> iwlwifi 0000:02:00.0: edf81e1c
> iwlwifi 0000:02:00.0: c9933e1c
> iwlwifi 0000:02:00.0: c9933de8
> iwlwifi 0000:02:00.0: PCI INT A disabled

These messages are odd, must be some %pV thing not working correctly.

> It did not work before because I had to rebuild the kernel with wireless support and compile compat-wireless for it. This seemed to me as the only way to get the Centrino Advanced-N 6205 to work.
> Am I wrong? May it be that I am missing the firmware? I tried to copy a ucode file to /lib/firmware but the behavior did not change. Overlooking the dmesg output no module is complaining about missing firmware files...

I think those messages would in fact be complaining about missing
firmware if they'd get printed correctly.

johannes

2012-04-22 16:53:48

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Sun, Apr 22, 2012 at 16:00, Dominik Feser
<[email protected]> wrote:
> THX a lot! Here is the dmesg output:
>
> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
> Copyright(c) 2003-2012 Intel Corporation
> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> iwlwifi 0000:02:00.0: setting latency timer to 64
> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
> iwlwifi 0000:02:00.0: pci_resource_base = f4498000
> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
> iwlwifi 0000:02:00.0: U iwl_request_firmware eebd9d74
> iwlwifi 0000:02:00.0: U iwl_request_firmware c8ee1dd8
> iwlwifi 0000:02:00.0: U iwl_request_firmware ed655dd8
> iwlwifi 0000:02:00.0: d21d7e18
> iwlwifi 0000:02:00.0: U iwl_request_firmware d21d7dd8
> iwlwifi 0000:02:00.0: eda37e18
> iwlwifi 0000:02:00.0: eda37de0
> iwlwifi 0000:02:00.0: U iwl_trans_pcie_rx_free eda37d80
> iwlwifi 0000:02:00.0: PCI INT A disabled
>
>

Still useless... Gosh... Does someone know to get real prints here ??
I just use dev_err("WHATEVER %s", "STRING");

>
>
> Am 19.04.2012 um 18:19 schrieb Emmanuel Grumbach:
>
>> On Thu, Apr 19, 2012 at 18:08, Dominik Feser
>> <[email protected]> wrote:
>>> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>>>
>>
>> Don't think so.
>> Can it be a problem in the backport of request_firwamre_no_wait ?
>> Did I see somewhere that you run 2.6.38 ?
>> Can you check again after having applied the patch attached ?
>>
>> from the main dir of compat:
>> patch -p1 < print.patch
>>
>> Thanks
>>
>>> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>>>
>>>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>>>> Finally, here is the output of dmesg after recompiling:
>>>>>
>>>>> iwlwifi 0000:02:00.0: edd19e18
>>>>> iwlwifi 0000:02:00.0: d55c1e18
>>>>> iwlwifi 0000:02:00.0: d55c1ddc
>>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>>> Copyright(c) 2003-2012 Intel Corporation
>>>>> iwlwifi 0000:02:00.0: PCI INT A -> ?GSI 17 (level, low) -> ?IRQ 17
>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>>>> iwlwifi 0000:02:00.0: ee2afe18
>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>>>> iwlwifi 0000:02:00.0: cc93fe18
>>>>> iwlwifi 0000:02:00.0: cc93fddc
>>>>
>>>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>>>
>>>> johannes
>>>
>> <print.patch>
>

2012-04-24 12:45:02

by Sedat Dilek

[permalink] [raw]
Subject: Re: wlan0 not present

On Tue, Apr 24, 2012 at 2:29 PM, Dominik Feser
<[email protected]> wrote:
> What does that mean?
>

Pickup the patch from [2], apply it against a recent compat-wireless
version, build and test.
Report here again.

- Sedat -

>
> Am 24.04.2012 um 14:07 schrieb Sedat Dilek:
>
>> On Tue, Apr 24, 2012 at 1:50 PM, Pat Erley <[email protected]> wrote:
>>> Try a newer compat-wireless.  I saw mention of a patch on this ML
>>> that iwlwifi was looking for firmwares that aren't available yet.
>>>
>>> Specifically, it wants a -6 ucode, where you have -5.  I'm not
>>> sure if this has been merged upstream yet.
>>>
>>
>> No, pending for upstream and linux-stable GIT, see [1] and especially
>> "iwlwifi: use correct released ucode version" [2].
>>
>> - Sedat -
>>
>> [1] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=shortlog;h=refs/heads/wireless
>> [2] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=patch;h=462156fac4d69483c1d54c6218d019681da8ad74
>

2012-04-24 12:07:59

by Sedat Dilek

[permalink] [raw]
Subject: Re: wlan0 not present

On Tue, Apr 24, 2012 at 1:50 PM, Pat Erley <[email protected]> wrote:
> Try a newer compat-wireless.  I saw mention of a patch on this ML
> that iwlwifi was looking for firmwares that aren't available yet.
>
> Specifically, it wants a -6 ucode, where you have -5.  I'm not
> sure if this has been merged upstream yet.
>

No, pending for upstream and linux-stable GIT, see [1] and especially
"iwlwifi: use correct released ucode version" [2].

- Sedat -

[1] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=shortlog;h=refs/heads/wireless
[2] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=patch;h=462156fac4d69483c1d54c6218d019681da8ad74

2012-04-23 21:26:25

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Hmm, no one?

Am 22.04.2012 um 18:53 schrieb Emmanuel Grumbach:

> On Sun, Apr 22, 2012 at 16:00, Dominik Feser
> <[email protected]> wrote:
>> THX a lot! Here is the dmesg output:
>>
>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>> Copyright(c) 2003-2012 Intel Corporation
>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> iwlwifi 0000:02:00.0: setting latency timer to 64
>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>> iwlwifi 0000:02:00.0: pci_resource_base = f4498000
>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>> iwlwifi 0000:02:00.0: U iwl_request_firmware eebd9d74
>> iwlwifi 0000:02:00.0: U iwl_request_firmware c8ee1dd8
>> iwlwifi 0000:02:00.0: U iwl_request_firmware ed655dd8
>> iwlwifi 0000:02:00.0: d21d7e18
>> iwlwifi 0000:02:00.0: U iwl_request_firmware d21d7dd8
>> iwlwifi 0000:02:00.0: eda37e18
>> iwlwifi 0000:02:00.0: eda37de0
>> iwlwifi 0000:02:00.0: U iwl_trans_pcie_rx_free eda37d80
>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>
>>
>
> Still useless... Gosh... Does someone know to get real prints here ??
> I just use dev_err("WHATEVER %s", "STRING");
>
>>
>>
>> Am 19.04.2012 um 18:19 schrieb Emmanuel Grumbach:
>>
>>> On Thu, Apr 19, 2012 at 18:08, Dominik Feser
>>> <[email protected]> wrote:
>>>> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>>>>
>>>
>>> Don't think so.
>>> Can it be a problem in the backport of request_firwamre_no_wait ?
>>> Did I see somewhere that you run 2.6.38 ?
>>> Can you check again after having applied the patch attached ?
>>>
>>> from the main dir of compat:
>>> patch -p1 < print.patch
>>>
>>> Thanks
>>>
>>>> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>>>>
>>>>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>>>>> Finally, here is the output of dmesg after recompiling:
>>>>>>
>>>>>> iwlwifi 0000:02:00.0: edd19e18
>>>>>> iwlwifi 0000:02:00.0: d55c1e18
>>>>>> iwlwifi 0000:02:00.0: d55c1ddc
>>>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>>>> Copyright(c) 2003-2012 Intel Corporation
>>>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>>>>> iwlwifi 0000:02:00.0: ee2afe18
>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>>>>> iwlwifi 0000:02:00.0: cc93fe18
>>>>>> iwlwifi 0000:02:00.0: cc93fddc
>>>>>
>>>>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>>>>
>>>>> johannes
>>>>
>>> <print.patch>
>>


2012-04-25 06:24:00

by Sedat Dilek

[permalink] [raw]
Subject: Re: wlan0 not present

On Tue, Apr 24, 2012 at 5:34 PM, Emmanuel Grumbach <[email protected]> wrote:
> On Tue, Apr 24, 2012 at 15:45, Sedat Dilek <[email protected]> wrote:
>> On Tue, Apr 24, 2012 at 2:29 PM, Dominik Feser
>> <[email protected]> wrote:
>>> What does that mean?
>>>
>>
>> Pickup the patch from [2], apply it against a recent compat-wireless
>> version, build and test.
>> Report here again.
>>
>
> Pretty sure it won't help. True, we were trying to request the wrong
> fw, but then we requested (and got) the good one, so that the only
> effect was that load time was longer that it could be. But here, we
> can't even get anything working. And the prints don't made it to
> kernel log properly
>

Originally I answered Pat as he asked what's the status with the patch
concerning the firmware-issue.
So, my post was about applying this one (so I understood the open question).
I didn't care about the original concern of the reporter.
BTW, the mentioned patch is now in wireless.git (master-2012-04-24-2).

Currently, I have an issue myself on iwlwifi (6230) with Ubuntu
precise, but it looks like a bug in network-manager with 3.4-rc4+ (see
[1]).

- Sedat -

[1] https://bugzilla.redhat.com/show_bug.cgi?id=785772

>> - Sedat -
>>
>>>
>>> Am 24.04.2012 um 14:07 schrieb Sedat Dilek:
>>>
>>>> On Tue, Apr 24, 2012 at 1:50 PM, Pat Erley <[email protected]> wrote:
>>>>> Try a newer compat-wireless.  I saw mention of a patch on this ML
>>>>> that iwlwifi was looking for firmwares that aren't available yet.
>>>>>
>>>>> Specifically, it wants a -6 ucode, where you have -5.  I'm not
>>>>> sure if this has been merged upstream yet.
>>>>>
>>>>
>>>> No, pending for upstream and linux-stable GIT, see [1] and especially
>>>> "iwlwifi: use correct released ucode version" [2].
>>>>
>>>> - Sedat -
>>>>
>>>> [1] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=shortlog;h=refs/heads/wireless
>>>> [2] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=patch;h=462156fac4d69483c1d54c6218d019681da8ad74
>>>

2012-04-25 07:34:30

by Sedat Dilek

[permalink] [raw]
Subject: Re: wlan0 not present

On Wed, Apr 25, 2012 at 9:26 AM, Emmanuel Grumbach <[email protected]> wrote:
> On Wed, Apr 25, 2012 at 09:23, Sedat Dilek <[email protected]> wrote:
>> On Tue, Apr 24, 2012 at 5:34 PM, Emmanuel Grumbach <[email protected]> wrote:
>>> On Tue, Apr 24, 2012 at 15:45, Sedat Dilek <[email protected]> wrote:
>>>> On Tue, Apr 24, 2012 at 2:29 PM, Dominik Feser
>>>> <[email protected]> wrote:
>>>>> What does that mean?
>>>>>
>>>>
>>>> Pickup the patch from [2], apply it against a recent compat-wireless
>>>> version, build and test.
>>>> Report here again.
>>>>
>>>
>>> Pretty sure it won't help. True, we were trying to request the wrong
>>> fw, but then we requested (and got) the good one, so that the only
>>> effect was that load time was longer that it could be. But here, we
>>> can't even get anything working. And the prints don't made it to
>>> kernel log properly
>>>
>>
>> Originally I answered Pat as he asked what's the status with the patch
>> concerning the firmware-issue.
>> So, my post was about applying this one (so I understood the open question).
>> I didn't care about the original concern of the reporter.
>> BTW, the mentioned patch is now in wireless.git (master-2012-04-24-2).
>
> fair enough :-)
>
>>
>> Currently, I have an issue myself on iwlwifi (6230) with Ubuntu
>> precise, but it looks like a bug in network-manager with 3.4-rc4+ (see
>> [1]).
>>
>> - Sedat -
>>
>> [1] https://bugzilla.redhat.com/show_bug.cgi?id=785772
>>
>
> Thanks for that pointer.

My first bug-report to Ubuntu BTS.

Don't want to tell you how much effort this was, not the bug-report itself.
It started with...

$ sudo ubuntu-bug $(pidof NetworkManager)

...on Debian I was used to file with report-bug.

That was not enough, I had to register a LaunchPad-account and got a
strange "DisplayName" and "OpenIdName".
After some struggling I got both changed.
There are really easier ways...

- Sedat -

[1] https://bugs.launchpad.net/bugs/988183

2012-04-20 06:43:06

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

I downloaded the latest release from here: http://linuxwireless.org/en/users/Download/stable/ which is http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.4/compat-wireless-3.4-rc3-1.tar.bz2
Thx in advance, Emmanuel!


Am 19.04.2012 um 20:04 schrieb Emmanuel Grumbach:

> On Thu, Apr 19, 2012 at 20:26, Dominik Feser
> <[email protected]> wrote:
>> After applying the patch make comes up with:
>>
>> # make
>> ./scripts/gen-compat-autoconf.sh /root/compat-wireless-3.4-rc1-2/.config /root/compat-wireless-3.4-rc1-2/config.mk > include/linux/compat_autoconf.h
>> make -C /lib/modules/2.6.32.12-0.7.1/build M=/root/compat-wireless-3.4-rc1-2 modules
>> make[1]: Entering directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/main.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.33.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.35.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.36.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/kfifo.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.37.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.38.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.39.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/kstrtox.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-3.0.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-3.2.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-3.3.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-3.5.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/cordic.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/crc8.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat_atomic.o
>> LD [M] /root/compat-wireless-3.4-rc1-2/compat/compat.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat_firmware_class.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rs.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.o
>> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.c: In function ?iwlagn_mac_resume?:
>> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.c:440: Warnung: Variable ?img? wird nicht verwendet
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-ucode.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-tx.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-debug.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-lib.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-calib.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-io.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-tt.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-sta.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rx.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-core.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-eeprom.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-power.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-scan.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-led.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rxon.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-5000.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-6000.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-1000.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-2000.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-pci.o
>> CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.o
>> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c: In function ?iwl_request_firmware?:
>> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c:183: Fehler: ?struct iwl_drv? hat kein Element namens ?dev?
>> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c:183: Fehler: ?struct iwl_drv? hat kein Element namens ?dev?
>> make[4]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.o] Fehler 1
>> make[3]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi] Fehler 2
>> make[2]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless] Fehler 2
>> make[1]: *** [_module_/root/compat-wireless-3.4-rc1-2] Fehler 2
>> make[1]: Leaving directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
>> make: *** [modules] Fehler 2
>>
>> the geman text means:
>> struct iwl_drv has no element with name dev
>>
>
> Yeah I know. I have some souvenirs from the years I was dreaming in my
> german classes.
> We did a lot of changes in our driver in the last months and our code
> bases is probably different.
> Can you please tell me where you took your compat from (sorry... I
> don't really know...) and I will make a patch based on your code.
>
> I am not sure this will be before next week though...
>
>>
>> Am 19.04.2012 um 18:19 schrieb Emmanuel Grumbach:
>>
>>> On Thu, Apr 19, 2012 at 18:08, Dominik Feser
>>> <[email protected]> wrote:
>>>> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>>>>
>>>
>>> Don't think so.
>>> Can it be a problem in the backport of request_firwamre_no_wait ?
>>> Did I see somewhere that you run 2.6.38 ?
>>> Can you check again after having applied the patch attached ?
>>>
>>> from the main dir of compat:
>>> patch -p1 < print.patch
>>>
>>> Thanks
>>>
>>>> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>>>>
>>>>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>>>>> Finally, here is the output of dmesg after recompiling:
>>>>>>
>>>>>> iwlwifi 0000:02:00.0: edd19e18
>>>>>> iwlwifi 0000:02:00.0: d55c1e18
>>>>>> iwlwifi 0000:02:00.0: d55c1ddc
>>>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>>>> Copyright(c) 2003-2012 Intel Corporation
>>>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>>>>> iwlwifi 0000:02:00.0: ee2afe18
>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>>>>> iwlwifi 0000:02:00.0: cc93fe18
>>>>>> iwlwifi 0000:02:00.0: cc93fddc
>>>>>
>>>>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>>>>
>>>>> johannes
>>>>
>>> <print.patch>
>>


2012-04-22 13:01:00

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

THX a lot! Here is the dmesg output:

Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
Copyright(c) 2003-2012 Intel Corporation
iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlwifi 0000:02:00.0: setting latency timer to 64
iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
iwlwifi 0000:02:00.0: pci_resource_base = f4498000
iwlwifi 0000:02:00.0: HW Revision ID = 0x34
iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
iwlwifi 0000:02:00.0: U iwl_request_firmware eebd9d74
iwlwifi 0000:02:00.0: U iwl_request_firmware c8ee1dd8
iwlwifi 0000:02:00.0: U iwl_request_firmware ed655dd8
iwlwifi 0000:02:00.0: d21d7e18
iwlwifi 0000:02:00.0: U iwl_request_firmware d21d7dd8
iwlwifi 0000:02:00.0: eda37e18
iwlwifi 0000:02:00.0: eda37de0
iwlwifi 0000:02:00.0: U iwl_trans_pcie_rx_free eda37d80
iwlwifi 0000:02:00.0: PCI INT A disabled




Am 19.04.2012 um 18:19 schrieb Emmanuel Grumbach:

> On Thu, Apr 19, 2012 at 18:08, Dominik Feser
> <[email protected]> wrote:
>> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>>
>
> Don't think so.
> Can it be a problem in the backport of request_firwamre_no_wait ?
> Did I see somewhere that you run 2.6.38 ?
> Can you check again after having applied the patch attached ?
>
> from the main dir of compat:
> patch -p1 < print.patch
>
> Thanks
>
>> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>>
>>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>>> Finally, here is the output of dmesg after recompiling:
>>>>
>>>> iwlwifi 0000:02:00.0: edd19e18
>>>> iwlwifi 0000:02:00.0: d55c1e18
>>>> iwlwifi 0000:02:00.0: d55c1ddc
>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>> Copyright(c) 2003-2012 Intel Corporation
>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>>> iwlwifi 0000:02:00.0: ee2afe18
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>>> iwlwifi 0000:02:00.0: cc93fe18
>>>> iwlwifi 0000:02:00.0: cc93fddc
>>>
>>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>>
>>> johannes
>>
> <print.patch>


2012-04-19 07:45:17

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Thu, Apr 19, 2012 at 10:25, Dominik Feser
<[email protected]> wrote:
> Ok, I just wanted to clarify that.
> I changed my .config file to:
>
> # cat .config
> export CONFIG_COMPAT_KERNEL_2_6_33=y
> export CONFIG_COMPAT_KERNEL_2_6_34=y
> export CONFIG_COMPAT_KERNEL_2_6_35=y
> export CONFIG_COMPAT_KERNEL_2_6_36=y
> export CONFIG_COMPAT_KERNEL_2_6_37=y
> export CONFIG_COMPAT_KERNEL_2_6_38=y
> export CONFIG_COMPAT_KERNEL_2_6_39=y
> export CONFIG_COMPAT_KERNEL_3_0=y
> export CONFIG_COMPAT_KERNEL_3_1=y
> export CONFIG_COMPAT_KERNEL_3_2=y
> export CONFIG_COMPAT_KERNEL_3_3=y
> export CONFIG_COMPAT_KERNEL_3_4=y
> export CONFIG_COMPAT_KERNEL_3_5=y
> export CONFIG_COMPAT_FIRMWARE_CLASS=m
> export CONFIG_COMPAT_KFIFO=y
> export CONFIG_IWLWIFI_DEBUG=y
>
> And after making the driver I copied the new iwlwifi.ko into /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/. Then I did an rmmod iwlwifi and an modprobe iwlwifi debug=0xffffffff but:
>
> # modprobe iwlwifi debug=0xffffffff
> FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
>
> dmesg shows iwlwifi: Unknown parameter `debug'
>
>
>
>
>
> Am 18.04.2012 um 21:33 schrieb Emmanuel Grumbach:
>
>> On Wed, Apr 18, 2012 at 22:28, Dominik Feser
>> <[email protected]> wrote:
>>> Thumb question but how do I compile the driver with debug support? I think its missing...
>>> In which file do I have to enable the debug stuff?
>>>
>>> # modprobe iwlwifi debug=0xffffffff
>>> FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
>>>
>>>
>>
>> You need to enable CONFIG_IWLWIFI_DEBUG in your .config file.
>>
>>>
>>> Am 18.04.2012 um 21:25 schrieb Emmanuel Grumbach:
>>>
>>>> On Wed, Apr 18, 2012 at 19:56, Dominik Feser
>>>> <[email protected]> wrote:
>>>>> OK, that was the firmware I had tried before. I deleted it because it did not work, too.
>>>>>
>>>>> Here is the output you wanted:
>>>>> # ls /lib/firmware/iwlwifi-6000*
>>>>> /lib/firmware/iwlwifi-6000g2a-5.ucode
>>>>>
>>>>> After copying the firmware there again and rebooting dmesg looks like this:
>>>>> # dmesg | grep iwl
>>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>>>
>>>>> Still no wlan0 for me...
>>>>>
>>>>> Full dmesg:
>>>>> # dmesg
>>>>> Reserving virtual address space above 0xff400000
>>>>> Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
>>>>> KERNEL supported cpus:
>>>>> ?Intel GenuineIntel
>>>>> ?AMD AuthenticAMD
>>>>> ?NSC Geode by NSC
>>>>> ?Cyrix CyrixInstead
>>>>> ?Centaur CentaurHauls
>>>>> ?Transmeta GenuineTMx86
>>>>> ?Transmeta TransmetaCPU
>>>>> Xen-provided machine memory map:
>>>>> ?BIOS: 0000000000000000 - 000000000009a800 (usable)
>>>>> ?BIOS: 000000000009a800 - 00000000000a0000 (reserved)
>>>>> ?BIOS: 00000000000e0000 - 0000000000100000 (reserved)
>>>>> ?BIOS: 0000000000100000 - 0000000020000000 (usable)
>>>>> ?BIOS: 0000000020000000 - 0000000020200000 (reserved)
>>>>> ?BIOS: 0000000020200000 - 0000000040000000 (usable)
>>>>> ?BIOS: 0000000040000000 - 0000000040200000 (reserved)
>>>>> ?BIOS: 0000000040200000 - 00000000caa25000 (usable)
>>>>> ?BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
>>>>> ?BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
>>>>> ?BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
>>>>> ?BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
>>>>> ?BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
>>>>> ?BIOS: 00000000cafff000 - 00000000cb000000 (usable)
>>>>> ?BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
>>>>> ?BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
>>>>> ?BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
>>>>> ?BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
>>>>> ?BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
>>>>> ?BIOS: 0000000100000000 - 000000022e000000 (usable)
>>>>> Xen-provided physical RAM map:
>>>>> ?Xen: 0000000000000000 - 000000002f800000 (usable)
>>>>> DMI 2.6 present.
>>>>> last_pfn = 0x2f800 max_arch_pfn = 0x10000000
>>>>> initial memory mapped : 0 - 00000000
>>>>> init_memory_mapping: 0000000000000000-000000002f800000
>>>>> NX (Execute Disable) protection: active
>>>>> ?0000000000 - 002f800000 page 4k
>>>>> kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
>>>>> RAMDISK: 005f9000 - 00d80e00
>>>>> ACPI: RSDP 000fe300 00024 (v02 DELL ?)
>>>>> ACPI: XSDT caffde18 0007C (v01 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
>>>>> ACPI: FACP caf87d98 000F4 (v04 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
>>>>> ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
>>>>> ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
>>>>> ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
>>>>> ACPI: FACS cafe4e40 00040
>>>>> ACPI: APIC caffcf18 000CC (v02 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
>>>>> ACPI: TCPA cafe5d18 00032 (v02 ? ? ? ? ? ? ? ? 00000000 ? ? ?00000000)
>>>>> ACPI: SSDT caf88a98 002F9 (v01 DELLTP ? ? ?TPM 00003000 INTL 20090903)
>>>>> ACPI: MCFG cafe5c98 0003C (v01 DELL ? SNDYBRDG 06222004 MSFT 00000097)
>>>>> ACPI: HPET cafe5c18 00038 (v01 A M I ? PCHHPET 06222004 AMI. 00000003)
>>>>> ACPI: BOOT cafe5b98 00028 (v01 DELL ? CBX3 ? ? 06222004 AMI ?00010013)
>>>>> ACPI: SSDT caf6c018 00888 (v01 ?PmRef ?Cpu0Ist 00003000 INTL 20090903)
>>>>> ACPI: SSDT caf6b018 00996 (v01 ?PmRef ? ?CpuPm 00003000 INTL 20090903)
>>>>> ACPI: XMAR caf87c18 000E8 (v01 INTEL ? ? ?SNB ?00000001 INTL 00000001)
>>>>> ACPI: SLIC caf75c18 00176 (v03 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
>>>>> 0MB HIGHMEM available.
>>>>> 760MB LOWMEM available.
>>>>> ?mapped low ram: 0 - 2f800000
>>>>> ?low ram: 0 - 2f800000
>>>>> ?node 0 low ram: 00000000 - 2f000000
>>>>> ?node 0 bootmap 00000000 - 00005e00
>>>>> (5 early reservations) ==> bootmem [0000000000 - 002f000000]
>>>>> ?#0 [0000100000 - 00005d8284] ? ?TEXT DATA BSS ==> [0000100000 - 00005d8284]
>>>>> ?#1 [00005f9000 - 0000e4e000] ? ? Xen provided ==> [00005f9000 - 0000e4e000]
>>>>> ?#2 [00005d9000 - 00005d91b3] ? ? ? ? ? ? ?BRK ==> [00005d9000 - 00005d91b3]
>>>>> ?#3 [0000e4e000 - 0000fc4000] ? ? ? ? ?PGTABLE ==> [0000e4e000 - 0000fc4000]
>>>>> ?#4 [0000000000 - 0000006000] ? ? ? ? ?BOOTMAP ==> [0000000000 - 0000006000]
>>>>> found SMP MP-table at [ff3eca70] 000f1a70
>>>>> Zone PFN ranges:
>>>>> ?DMA ? ? ?0x00000000 -> 0x00001000
>>>>> ?Normal ? 0x00001000 -> 0x0002f800
>>>>> ?HighMem ?0x0002f800 -> 0x0002f800
>>>>> Movable zone start PFN for each node
>>>>> early_node_map[2] active PFN ranges
>>>>> ? ?0: 0x00000000 -> 0x0002f000
>>>>> ? ?0: 0x0002f800 -> 0x0002f800
>>>>> On node 0 totalpages: 192512
>>>>> free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
>>>>> ?DMA zone: 32 pages used for memmap
>>>>> ?DMA zone: 0 pages reserved
>>>>> ?DMA zone: 4064 pages, LIFO batch:0
>>>>> ?Normal zone: 1488 pages used for memmap
>>>>> ?Normal zone: 186928 pages, LIFO batch:31
>>>>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>>>>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
>>>>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
>>>>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
>>>>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
>>>>> ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
>>>>> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
>>>>> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
>>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>>>>> ACPI: IRQ0 used by override.
>>>>> ACPI: IRQ2 used by override.
>>>>> ACPI: IRQ9 used by override.
>>>>> Using ACPI (MADT) for SMP configuration information
>>>>> Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
>>>>> NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
>>>>> PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
>>>>> pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
>>>>> pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
>>>>> Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
>>>>> Built 1 zonelists in Zone order, mobility grouping on. ?Total pages: 190992
>>>>> Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
>>>>> PID hash table entries: 4096 (order: 2, 16384 bytes)
>>>>> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>>>>> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>>>>> Enabling fast FPU save and restore... done.
>>>>> Enabling unmasked SIMD FPU exception support... done.
>>>>> Initializing CPU#0
>>>>> Software IO TLB enabled:
>>>>> ?Aperture: ? ? 64 megabytes
>>>>> ?Address size: 28 bits
>>>>> ?Kernel range: c17b2000 - c57b2000
>>>>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>>>>> Initializing HighMem for node 0 (00000000:00000000)
>>>>> Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
>>>>> virtual kernel memory layout:
>>>>> ? ?fixmap ?: 0xff077000 - 0xff3ff000 ? (3616 kB)
>>>>> ? ?pkmap ? : 0xfec00000 - 0xfee00000 ? (2048 kB)
>>>>> ? ?vmalloc : 0xf0000000 - 0xfebfe000 ? ( 235 MB)
>>>>> ? ?lowmem ?: 0xc0000000 - 0xef800000 ? ( 760 MB)
>>>>> ? ? ?.init : 0xc04f7000 - 0xc0546000 ? ( 316 kB)
>>>>> ? ? ?.data : 0xc0387d67 - 0xc04f66f8 ? (1466 kB)
>>>>> ? ? ?.text : 0xc0100000 - 0xc0387d67 ? (2591 kB)
>>>>> Checking if this processor honours the WP bit even in supervisor mode...Ok.
>>>>> Hierarchical RCU implementation.
>>>>> NR_IRQS:2048
>>>>> Extended CMOS year: 2000
>>>>> Xen reported: 2793.780 MHz processor.
>>>>> Console: colour dummy device 80x25
>>>>> console [tty0] enabled
>>>>> console [hvc0] enabled
>>>>> Calibrating delay using timer specific routine.. 5616.72 BogoMIPS (lpj=28083614)
>>>>> pid_max: default: 32768 minimum: 301
>>>>> Security Framework initialized
>>>>> Mount-cache hash table entries: 512
>>>>> mce: CPU supports 7 MCE banks
>>>>> Checking 'hlt' instruction... OK.
>>>>> SMP alternatives: switching to UP code
>>>>> ACPI: Core revision 20090903
>>>>> SMP alternatives: switching to SMP code
>>>>> Initializing CPU#1
>>>>> Initializing CPU#2
>>>>> Brought up 4 CPUs
>>>>> Initializing CPU#3
>>>>> Grant table version 2
>>>>> NET: Registered protocol family 16
>>>>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>>>>> ACPI: bus type pci registered
>>>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>>>> PCI: Not using MMCONFIG.
>>>>> PCI: Using configuration type 1 for base access
>>>>> bio: create slab <bio-0> at 0
>>>>> ACPI: EC: Look up EC in DSDT
>>>>> ACPI: BIOS _OSI(Linux) query ignored
>>>>> ACPI: BIOS _OSI(Linux) query ignored
>>>>> ACPI: Interpreter enabled
>>>>> ACPI: (supports S0 S5)
>>>>> ACPI: Using IOAPIC for interrupt routing
>>>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>>>> PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
>>>>> PCI: Using MMCONFIG for extended config space
>>>>> ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
>>>>> ACPI: No dock devices found.
>>>>> PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>>>>> _OSC invalid UUID
>>>>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>>>>> pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
>>>>> pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
>>>>> pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
>>>>> pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
>>>>> pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:16.0: PME# disabled
>>>>> pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
>>>>> pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
>>>>> pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
>>>>> pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
>>>>> pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
>>>>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:19.0: PME# disabled
>>>>> pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
>>>>> pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:1a.0: PME# disabled
>>>>> pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
>>>>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:1b.0: PME# disabled
>>>>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:1c.0: PME# disabled
>>>>> pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:1c.1: PME# disabled
>>>>> pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:1c.2: PME# disabled
>>>>> pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:1c.3: PME# disabled
>>>>> pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:1c.5: PME# disabled
>>>>> pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
>>>>> pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:00:1d.0: PME# disabled
>>>>> pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
>>>>> pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
>>>>> pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
>>>>> pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
>>>>> pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
>>>>> pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
>>>>> pci 0000:00:1f.2: PME# supported from D3hot
>>>>> pci 0000:00:1f.2: PME# disabled
>>>>> pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
>>>>> pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
>>>>> pci 0000:00:1c.0: PCI bridge to [bus 01-01]
>>>>> pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
>>>>> pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
>>>>> pci 0000:02:00.0: PME# disabled
>>>>> pci 0000:00:1c.1: PCI bridge to [bus 02-02]
>>>>> pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
>>>>> pci 0000:00:1c.2: PCI bridge to [bus 03-08]
>>>>> pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
>>>>> pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
>>>>> pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
>>>>> pci 0000:00:1c.3: PCI bridge to [bus 09-09]
>>>>> pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
>>>>> pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
>>>>> pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
>>>>> pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
>>>>> pci 0000:0a:00.0: supports D1 D2
>>>>> pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
>>>>> pci 0000:0a:00.0: PME# disabled
>>>>> pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
>>>>> pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
>>>>> pci 0000:0a:00.1: supports D1 D2
>>>>> pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
>>>>> pci 0000:0a:00.1: PME# disabled
>>>>> pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
>>>>> pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
>>>>> pci_bus 0000:00: on NUMA node 0
>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
>>>>> _OSC invalid UUID
>>>>> ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>>>> ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>>>> ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>>>> ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>>>> ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
>>>>> ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>>>> ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
>>>>> ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>>>> xen_mem: Initialising balloon driver.
>>>>> vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>>>>> vgaarb: loaded
>>>>> PCI: Using ACPI for IRQ routing
>>>>> Switching to clocksource xen
>>>>> pnp: PnP ACPI init
>>>>> ACPI: bus type pnp registered
>>>>> pnp: PnP ACPI: found 13 devices
>>>>> ACPI: ACPI bus type pnp unregistered
>>>>> system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
>>>>> system 00:05: ioport range 0x680-0x69f has been reserved
>>>>> system 00:05: ioport range 0x1000-0x100f has been reserved
>>>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>>>> system 00:05: ioport range 0x400-0x47f has been reserved
>>>>> system 00:05: ioport range 0x500-0x57f has been reserved
>>>>> system 00:05: ioport range 0x164e-0x164f has been reserved
>>>>> system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
>>>>> system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
>>>>> system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
>>>>> system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
>>>>> system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
>>>>> system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
>>>>> system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
>>>>> system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
>>>>> system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
>>>>> system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
>>>>> system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
>>>>> system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
>>>>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
>>>>> pci 0000:00:1c.0: ? IO window: disabled
>>>>> pci 0000:00:1c.0: ? MEM window: disabled
>>>>> pci 0000:00:1c.0: ? PREFETCH window: disabled
>>>>> pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
>>>>> pci 0000:00:1c.1: ? IO window: disabled
>>>>> pci 0000:00:1c.1: ? MEM window: 0xe2d00000-0xe2dfffff
>>>>> pci 0000:00:1c.1: ? PREFETCH window: disabled
>>>>> pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
>>>>> pci 0000:00:1c.2: ? IO window: 0x3000-0x3fff
>>>>> pci 0000:00:1c.2: ? MEM window: 0xe2200000-0xe2bfffff
>>>>> pci 0000:00:1c.2: ? PREFETCH window: 0x000000e0a00000-0x000000e13fffff
>>>>> pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
>>>>> pci 0000:00:1c.3: ? IO window: 0x2000-0x2fff
>>>>> pci 0000:00:1c.3: ? MEM window: 0xe1800000-0xe21fffff
>>>>> pci 0000:00:1c.3: ? PREFETCH window: 0x000000e0000000-0x000000e09fffff
>>>>> pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
>>>>> pci 0000:00:1c.5: ? IO window: disabled
>>>>> pci 0000:00:1c.5: ? MEM window: 0xe2c00000-0xe2cfffff
>>>>> pci 0000:00:1c.5: ? PREFETCH window: disabled
>>>>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>>> pci 0000:00:1c.0: setting latency timer to 64
>>>>> pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>>> pci 0000:00:1c.1: setting latency timer to 64
>>>>> pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>>> pci 0000:00:1c.2: setting latency timer to 64
>>>>> pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
>>>>> pci 0000:00:1c.3: setting latency timer to 64
>>>>> pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>>> pci 0000:00:1c.5: setting latency timer to 64
>>>>> pci_bus 0000:00: resource 0 io: ?[0x00-0xffff]
>>>>> pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
>>>>> pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
>>>>> pci_bus 0000:03: resource 0 io: ?[0x3000-0x3fff]
>>>>> pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
>>>>> pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
>>>>> pci_bus 0000:09: resource 0 io: ?[0x2000-0x2fff]
>>>>> pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
>>>>> pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
>>>>> pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
>>>>> NET: Registered protocol family 2
>>>>> IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
>>>>> TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
>>>>> TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
>>>>> TCP: Hash tables configured (established 131072 bind 65536)
>>>>> TCP reno registered
>>>>> NET: Registered protocol family 1
>>>>> pci 0000:00:02.0: Boot video device
>>>>> Trying to unpack rootfs image as initramfs...
>>>>> Freeing initrd memory: 7711k freed
>>>>> Simple Boot Flag at 0xf3 set to 0x1
>>>>> MCE: bind virq for DOM0 logging
>>>>> MCE_DOM0_LOG: enter dom0 mce vIRQ handler
>>>>> MCE_DOM0_LOG: No more urgent data
>>>>> MCE_DOM0_LOG: No more nonurgent data
>>>>> VFS: Disk quotas dquot_6.5.2
>>>>> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
>>>>> msgmni has been set to 379
>>>>> alg: No test for stdrng (krng)
>>>>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>>>>> io scheduler noop registered
>>>>> io scheduler anticipatory registered
>>>>> io scheduler deadline registered
>>>>> io scheduler cfq registered (default)
>>>>> vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
>>>>> vesafb: mode is 640x480x16, linelength=1280, pages=0
>>>>> vesafb: scrolling: redraw
>>>>> vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
>>>>> fb0: VESA VGA frame buffer device
>>>>> floppy0: Unable to grab DMA2 for the floppy driver
>>>>> floppy0: no floppy controllers found
>>>>> brd: module loaded
>>>>> loop: module loaded
>>>>> Xen virtual console successfully installed as hvc0
>>>>> Event-channel device installed.
>>>>> blktap_device_init: blktap device major 253
>>>>> blktap_ring_init: blktap ring major: 253
>>>>> netfront: Initialising virtual ethernet driver.
>>>>> Uniform Multi-Platform E-IDE driver
>>>>> PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>>>>> i8042.c: Warning: Keylock active.
>>>>> serio: i8042 KBD port at 0x60,0x64 irq 1
>>>>> serio: i8042 AUX port at 0x60,0x64 irq 12
>>>>> mice: PS/2 mouse device common for all mice
>>>>> NET: Registered protocol family 17
>>>>> registered taskstats version 1
>>>>> input: AT Translated Set 2 keyboard as /class/input/input0
>>>>> PCI IO multiplexer device installed.
>>>>> BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
>>>>> Freeing unused kernel memory: 316k freed
>>>>> Console: switching to colour frame buffer device 80x30
>>>>> usbcore: registered new interface driver usbfs
>>>>> usbcore: registered new interface driver hub
>>>>> usbcore: registered new device driver usb
>>>>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>>>>> ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>>> ehci_hcd 0000:00:1a.0: setting latency timer to 64
>>>>> ehci_hcd 0000:00:1a.0: EHCI Host Controller
>>>>> ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
>>>>> ehci_hcd 0000:00:1a.0: debug port 2
>>>>> ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
>>>>> ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
>>>>> ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
>>>>> usb usb1: configuration #1 chosen from 1 choice
>>>>> hub 1-0:1.0: USB hub found
>>>>> hub 1-0:1.0: 3 ports detected
>>>>> ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>> ehci_hcd 0000:00:1d.0: setting latency timer to 64
>>>>> ehci_hcd 0000:00:1d.0: EHCI Host Controller
>>>>> ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
>>>>> ehci_hcd 0000:00:1d.0: debug port 2
>>>>> ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
>>>>> ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
>>>>> ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
>>>>> usb usb2: configuration #1 chosen from 1 choice
>>>>> hub 2-0:1.0: USB hub found
>>>>> hub 2-0:1.0: 3 ports detected
>>>>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>>>>> uhci_hcd: USB Universal Host Controller Interface driver
>>>>> SCSI subsystem initialized
>>>>> libata version 3.00 loaded.
>>>>> ahci 0000:00:1f.2: version 3.0
>>>>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>>> ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
>>>>> ahci: SSS flag set, parallel bus scan disabled
>>>>> ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
>>>>> ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
>>>>> ahci 0000:00:1f.2: setting latency timer to 64
>>>>> scsi0 : ahci
>>>>> scsi1 : ahci
>>>>> scsi2 : ahci
>>>>> scsi3 : ahci
>>>>> scsi4 : ahci
>>>>> scsi5 : ahci
>>>>> ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
>>>>> ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
>>>>> ata3: DUMMY
>>>>> ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
>>>>> ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
>>>>> ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
>>>>> input: PS/2 Generic Mouse as /class/input/input1
>>>>> usb 1-1: new high speed USB device using ehci_hcd and address 2
>>>>> usb 1-1: configuration #1 chosen from 1 choice
>>>>> hub 1-1:1.0: USB hub found
>>>>> hub 1-1:1.0: 6 ports detected
>>>>> ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>>>> usb 2-1: new high speed USB device using ehci_hcd and address 2
>>>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>>>> ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
>>>>> ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>>>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>>>> ata1.00: configured for UDMA/133
>>>>> scsi 0:0:0:0: Direct-Access ? ? ATA ? ? ?ST9500423AS ? ? ?0002 PQ: 0 ANSI: 5
>>>>> sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>>>>> sd 0:0:0:0: [sda] 4096-byte physical blocks
>>>>> sd 0:0:0:0: [sda] Write Protect is off
>>>>> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>>>> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>>> ?sda: sda1 sda2 sda3
>>>>> sd 0:0:0:0: [sda] Attached SCSI disk
>>>>> usb 2-1: configuration #1 chosen from 1 choice
>>>>> hub 2-1:1.0: USB hub found
>>>>> hub 2-1:1.0: 8 ports detected
>>>>> usb 1-1.4: new full speed USB device using ehci_hcd and address 3
>>>>> usb 1-1.4: configuration #1 chosen from 1 choice
>>>>> usb 1-1.5: new high speed USB device using ehci_hcd and address 4
>>>>> usb 1-1.5: configuration #1 chosen from 1 choice
>>>>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>>>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
>>>>> ata2.00: configured for UDMA/133
>>>>> scsi 1:0:0:0: CD-ROM ? ? ? ? ? ?HL-DT-ST DVD+-RW GU60N ? ?A102 PQ: 0 ANSI: 5
>>>>> usb 2-1.8: new full speed USB device using ehci_hcd and address 3
>>>>> usb 2-1.8: configuration #0 chosen from 1 choice
>>>>> usb 2-1.8: config 0 descriptor??
>>>>> ata4: SATA link down (SStatus 0 SControl 300)
>>>>> ata5: SATA link down (SStatus 0 SControl 300)
>>>>> ata6: SATA link down (SStatus 0 SControl 300)
>>>>> device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
>>>>> kjournald starting. ?Commit interval 15 seconds
>>>>> EXT3-fs: mounted filesystem with ordered data mode.
>>>>> input: PC Speaker as /class/input/input2
>>>>> Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
>>>>> serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>>> 0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
>>>>> e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
>>>>> e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
>>>>> e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
>>>>> e1000e 0000:00:19.0: setting latency timer to 64
>>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>>> rtc_cmos 00:06: RTC can wake from S4
>>>>> rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
>>>>> rtc0: alarms up to one year, y3k, 242 bytes nvram
>>>>> parport_pc 00:08: activated
>>>>> parport_pc 00:08: reported by Plug and Play ACPI
>>>>> parport_pc 00:08: disabled
>>>>> e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
>>>>> e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
>>>>> e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
>>>>> i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>>> ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
>>>>> ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
>>>>> ACPI: SSDT cadd7798 00727 (v01 ?PmRef ?Cpu0Cst 00003001 INTL 20090903)
>>>>> ACPI: SSDT cadd8a98 00303 (v01 ?PmRef ? ?ApIst 00003000 INTL 20090903)
>>>>> ACPI: SSDT cadd6d98 00119 (v01 ?PmRef ? ?ApCst 00003000 INTL 20090903)
>>>>> input: Lid Switch as /class/input/input3
>>>>> ACPI: Lid Switch [LID]
>>>>> input: Power Button as /class/input/input4
>>>>> ACPI: Power Button [PBTN]
>>>>> input: Sleep Button as /class/input/input5
>>>>> ACPI: Sleep Button [SBTN]
>>>>> input: Power Button as /class/input/input6
>>>>> ACPI: Power Button [PWRF]
>>>>> thermal LNXTHERM:01: registered as thermal_zone0
>>>>> ACPI: Thermal Zone [THM] (25 C)
>>>>> sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
>>>>> Uniform CD-ROM driver Revision: 3.20
>>>>> sr 1:0:0:0: Attached scsi CD-ROM sr0
>>>>> Compat-wireless backport release: compat-wireless-v3.4-rc1-2
>>>>> Backport based on linux-stable.git v3.4-rc1
>>>>> cfg80211: Calling CRDA to update world regulatory domain
>>>>> ACPI: AC Adapter [AC] (on-line)
>>>>> sd 0:0:0:0: Attached scsi generic sg0 type 0
>>>>> sr 1:0:0:0: Attached scsi generic sg1 type 5
>>>>> ACPI: Battery Slot [BAT0] (battery present)
>>>>> ACPI: Battery Slot [BAT1] (battery absent)
>>>>> ACPI: Battery Slot [BAT2] (battery absent)
>>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
>>>>> Copyright(c) 2003-2012 Intel Corporation
>>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>> acpi device:37: registered as cooling_device8
>>>>> input: Video Bus as /class/input/input7
>>>>> ACPI: Video Device [VID] (multi-head: yes ?rom: no ?post: no)
>>>>> Non-volatile memory driver v1.3
>>>>> lp: driver loaded but no devices found
>>>>> md: Autodetecting RAID arrays.
>>>>> md: Scanned 0 and added 0 devices.
>>>>> md: autorun ...
>>>>> md: ... autorun DONE.
>>>>> EXT3 FS on sda1, internal journal
>>>>> ISO 9660 Extensions: Microsoft Joliet Level 3
>>>>> ISO 9660 Extensions: RRIP_1991A
>>>>> Adding 524280k swap on /var/swap/swap.001. ?Priority:-1 extents:137 across:637248k
>>>>> Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
>>>>> Microcode Update Driver: v2.00-xen removed.
>>>>> ip_tables: (C) 2000-2006 Netfilter Core Team
>>>>> nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
>>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>>> 802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
>>>>> All bugs added by David S. Miller <[email protected]>
>>>>> device xenbr0 entered promiscuous mode
>>>>> device eth0 entered promiscuous mode
>>>>> e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
>>>>> e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
>>>>> RPC: Registered udp transport module.
>>>>> RPC: Registered tcp transport module.
>>>>> RPC: Registered tcp NFSv4.1 backchannel transport module.
>>>>> warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
>>>>> suspend: event channel 38
>>>>> kjournald starting. ?Commit interval 15 seconds
>>>>> EXT3 FS on dm-0, internal journal
>>>>> EXT3-fs: mounted filesystem with ordered data mode.
>>>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>>> iwlwifi 0000:02:00.0: ca253e1c
>>>>> iwlwifi 0000:02:00.0: ca253de8
>>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>>
>>>>>
>>>>
>>>> Ok, can you please set all the debug flags. Since nothing happens here
>>>> we shouldn't' see that many debug prints:
>>>>
>>>> modprobe iwlwifi debug=0xffffffff
>>>>
>

modinfo iwlwifi ?

also please used modprobe -r iwlwifi instead of rmmod. It will remove
also the modules on which iwlwifi depends (mac80211 etc...) While this
is not critical it is a bit cleaner to me.

2012-04-17 19:20:47

by Arend van Spriel

[permalink] [raw]
Subject: Re: wlan0 not present

On 04/17/2012 07:59 PM, Dominik Feser wrote:
> Hi!
> Maybe someone can help me. I have compiled and installed compat-wireless-3.4-rc1-2 and it seems to load correctly. The thing I am missing is the wlan0 device.
>
> # lspci -kvm
> Device: 02:00.0
> Class: Network controller
> Vendor: Intel Corporation
> Device: Centrino Advanced-N 6205
> SVendor: Intel Corporation
> SDevice: Centrino Advanced-N 6205 AGN
> Rev: 34
> Module: iwlwifi
>
> Nothing...
>
> Maybe some thoughts?
>

I am not too familiar with iwlwifi or compat-wireless, but it seems the
driver did not start successfully. Did it work before trying
compat-wireless? Can you provide full dmesg output instead of filter it
with grep? Can you enable Driver-API tracing in mac80211?

Gr. AvS


2012-04-19 07:26:01

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Ok, I just wanted to clarify that.
I changed my .config file to:

# cat .config
export CONFIG_COMPAT_KERNEL_2_6_33=y
export CONFIG_COMPAT_KERNEL_2_6_34=y
export CONFIG_COMPAT_KERNEL_2_6_35=y
export CONFIG_COMPAT_KERNEL_2_6_36=y
export CONFIG_COMPAT_KERNEL_2_6_37=y
export CONFIG_COMPAT_KERNEL_2_6_38=y
export CONFIG_COMPAT_KERNEL_2_6_39=y
export CONFIG_COMPAT_KERNEL_3_0=y
export CONFIG_COMPAT_KERNEL_3_1=y
export CONFIG_COMPAT_KERNEL_3_2=y
export CONFIG_COMPAT_KERNEL_3_3=y
export CONFIG_COMPAT_KERNEL_3_4=y
export CONFIG_COMPAT_KERNEL_3_5=y
export CONFIG_COMPAT_FIRMWARE_CLASS=m
export CONFIG_COMPAT_KFIFO=y
export CONFIG_IWLWIFI_DEBUG=y

And after making the driver I copied the new iwlwifi.ko into /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/. Then I did an rmmod iwlwifi and an modprobe iwlwifi debug=0xffffffff but:

# modprobe iwlwifi debug=0xffffffff
FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)

dmesg shows iwlwifi: Unknown parameter `debug'





Am 18.04.2012 um 21:33 schrieb Emmanuel Grumbach:

> On Wed, Apr 18, 2012 at 22:28, Dominik Feser
> <[email protected]> wrote:
>> Thumb question but how do I compile the driver with debug support? I think its missing...
>> In which file do I have to enable the debug stuff?
>>
>> # modprobe iwlwifi debug=0xffffffff
>> FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
>>
>>
>
> You need to enable CONFIG_IWLWIFI_DEBUG in your .config file.
>
>>
>> Am 18.04.2012 um 21:25 schrieb Emmanuel Grumbach:
>>
>>> On Wed, Apr 18, 2012 at 19:56, Dominik Feser
>>> <[email protected]> wrote:
>>>> OK, that was the firmware I had tried before. I deleted it because it did not work, too.
>>>>
>>>> Here is the output you wanted:
>>>> # ls /lib/firmware/iwlwifi-6000*
>>>> /lib/firmware/iwlwifi-6000g2a-5.ucode
>>>>
>>>> After copying the firmware there again and rebooting dmesg looks like this:
>>>> # dmesg | grep iwl
>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>>
>>>> Still no wlan0 for me...
>>>>
>>>> Full dmesg:
>>>> # dmesg
>>>> Reserving virtual address space above 0xff400000
>>>> Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
>>>> KERNEL supported cpus:
>>>> Intel GenuineIntel
>>>> AMD AuthenticAMD
>>>> NSC Geode by NSC
>>>> Cyrix CyrixInstead
>>>> Centaur CentaurHauls
>>>> Transmeta GenuineTMx86
>>>> Transmeta TransmetaCPU
>>>> Xen-provided machine memory map:
>>>> BIOS: 0000000000000000 - 000000000009a800 (usable)
>>>> BIOS: 000000000009a800 - 00000000000a0000 (reserved)
>>>> BIOS: 00000000000e0000 - 0000000000100000 (reserved)
>>>> BIOS: 0000000000100000 - 0000000020000000 (usable)
>>>> BIOS: 0000000020000000 - 0000000020200000 (reserved)
>>>> BIOS: 0000000020200000 - 0000000040000000 (usable)
>>>> BIOS: 0000000040000000 - 0000000040200000 (reserved)
>>>> BIOS: 0000000040200000 - 00000000caa25000 (usable)
>>>> BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
>>>> BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
>>>> BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
>>>> BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
>>>> BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
>>>> BIOS: 00000000cafff000 - 00000000cb000000 (usable)
>>>> BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
>>>> BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
>>>> BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
>>>> BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
>>>> BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
>>>> BIOS: 0000000100000000 - 000000022e000000 (usable)
>>>> Xen-provided physical RAM map:
>>>> Xen: 0000000000000000 - 000000002f800000 (usable)
>>>> DMI 2.6 present.
>>>> last_pfn = 0x2f800 max_arch_pfn = 0x10000000
>>>> initial memory mapped : 0 - 00000000
>>>> init_memory_mapping: 0000000000000000-000000002f800000
>>>> NX (Execute Disable) protection: active
>>>> 0000000000 - 002f800000 page 4k
>>>> kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
>>>> RAMDISK: 005f9000 - 00d80e00
>>>> ACPI: RSDP 000fe300 00024 (v02 DELL )
>>>> ACPI: XSDT caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013)
>>>> ACPI: FACP caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013)
>>>> ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
>>>> ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
>>>> ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
>>>> ACPI: FACS cafe4e40 00040
>>>> ACPI: APIC caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013)
>>>> ACPI: TCPA cafe5d18 00032 (v02 00000000 00000000)
>>>> ACPI: SSDT caf88a98 002F9 (v01 DELLTP TPM 00003000 INTL 20090903)
>>>> ACPI: MCFG cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097)
>>>> ACPI: HPET cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003)
>>>> ACPI: BOOT cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013)
>>>> ACPI: SSDT caf6c018 00888 (v01 PmRef Cpu0Ist 00003000 INTL 20090903)
>>>> ACPI: SSDT caf6b018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903)
>>>> ACPI: XMAR caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001)
>>>> ACPI: SLIC caf75c18 00176 (v03 DELL CBX3 06222004 MSFT 00010013)
>>>> 0MB HIGHMEM available.
>>>> 760MB LOWMEM available.
>>>> mapped low ram: 0 - 2f800000
>>>> low ram: 0 - 2f800000
>>>> node 0 low ram: 00000000 - 2f000000
>>>> node 0 bootmap 00000000 - 00005e00
>>>> (5 early reservations) ==> bootmem [0000000000 - 002f000000]
>>>> #0 [0000100000 - 00005d8284] TEXT DATA BSS ==> [0000100000 - 00005d8284]
>>>> #1 [00005f9000 - 0000e4e000] Xen provided ==> [00005f9000 - 0000e4e000]
>>>> #2 [00005d9000 - 00005d91b3] BRK ==> [00005d9000 - 00005d91b3]
>>>> #3 [0000e4e000 - 0000fc4000] PGTABLE ==> [0000e4e000 - 0000fc4000]
>>>> #4 [0000000000 - 0000006000] BOOTMAP ==> [0000000000 - 0000006000]
>>>> found SMP MP-table at [ff3eca70] 000f1a70
>>>> Zone PFN ranges:
>>>> DMA 0x00000000 -> 0x00001000
>>>> Normal 0x00001000 -> 0x0002f800
>>>> HighMem 0x0002f800 -> 0x0002f800
>>>> Movable zone start PFN for each node
>>>> early_node_map[2] active PFN ranges
>>>> 0: 0x00000000 -> 0x0002f000
>>>> 0: 0x0002f800 -> 0x0002f800
>>>> On node 0 totalpages: 192512
>>>> free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
>>>> DMA zone: 32 pages used for memmap
>>>> DMA zone: 0 pages reserved
>>>> DMA zone: 4064 pages, LIFO batch:0
>>>> Normal zone: 1488 pages used for memmap
>>>> Normal zone: 186928 pages, LIFO batch:31
>>>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>>>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
>>>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
>>>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
>>>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
>>>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
>>>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
>>>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
>>>> ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
>>>> ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
>>>> ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
>>>> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
>>>> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>>>> ACPI: IRQ0 used by override.
>>>> ACPI: IRQ2 used by override.
>>>> ACPI: IRQ9 used by override.
>>>> Using ACPI (MADT) for SMP configuration information
>>>> Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
>>>> NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
>>>> PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
>>>> pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
>>>> pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
>>>> Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
>>>> Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190992
>>>> Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
>>>> PID hash table entries: 4096 (order: 2, 16384 bytes)
>>>> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>>>> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>>>> Enabling fast FPU save and restore... done.
>>>> Enabling unmasked SIMD FPU exception support... done.
>>>> Initializing CPU#0
>>>> Software IO TLB enabled:
>>>> Aperture: 64 megabytes
>>>> Address size: 28 bits
>>>> Kernel range: c17b2000 - c57b2000
>>>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>>>> Initializing HighMem for node 0 (00000000:00000000)
>>>> Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
>>>> virtual kernel memory layout:
>>>> fixmap : 0xff077000 - 0xff3ff000 (3616 kB)
>>>> pkmap : 0xfec00000 - 0xfee00000 (2048 kB)
>>>> vmalloc : 0xf0000000 - 0xfebfe000 ( 235 MB)
>>>> lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
>>>> .init : 0xc04f7000 - 0xc0546000 ( 316 kB)
>>>> .data : 0xc0387d67 - 0xc04f66f8 (1466 kB)
>>>> .text : 0xc0100000 - 0xc0387d67 (2591 kB)
>>>> Checking if this processor honours the WP bit even in supervisor mode...Ok.
>>>> Hierarchical RCU implementation.
>>>> NR_IRQS:2048
>>>> Extended CMOS year: 2000
>>>> Xen reported: 2793.780 MHz processor.
>>>> Console: colour dummy device 80x25
>>>> console [tty0] enabled
>>>> console [hvc0] enabled
>>>> Calibrating delay using timer specific routine.. 5616.72 BogoMIPS (lpj=28083614)
>>>> pid_max: default: 32768 minimum: 301
>>>> Security Framework initialized
>>>> Mount-cache hash table entries: 512
>>>> mce: CPU supports 7 MCE banks
>>>> Checking 'hlt' instruction... OK.
>>>> SMP alternatives: switching to UP code
>>>> ACPI: Core revision 20090903
>>>> SMP alternatives: switching to SMP code
>>>> Initializing CPU#1
>>>> Initializing CPU#2
>>>> Brought up 4 CPUs
>>>> Initializing CPU#3
>>>> Grant table version 2
>>>> NET: Registered protocol family 16
>>>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>>>> ACPI: bus type pci registered
>>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>>> PCI: Not using MMCONFIG.
>>>> PCI: Using configuration type 1 for base access
>>>> bio: create slab <bio-0> at 0
>>>> ACPI: EC: Look up EC in DSDT
>>>> ACPI: BIOS _OSI(Linux) query ignored
>>>> ACPI: BIOS _OSI(Linux) query ignored
>>>> ACPI: Interpreter enabled
>>>> ACPI: (supports S0 S5)
>>>> ACPI: Using IOAPIC for interrupt routing
>>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>>> PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
>>>> PCI: Using MMCONFIG for extended config space
>>>> ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
>>>> ACPI: No dock devices found.
>>>> PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>>>> _OSC invalid UUID
>>>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>>>> pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
>>>> pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
>>>> pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
>>>> pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
>>>> pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:16.0: PME# disabled
>>>> pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
>>>> pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
>>>> pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
>>>> pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
>>>> pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
>>>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:19.0: PME# disabled
>>>> pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
>>>> pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1a.0: PME# disabled
>>>> pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
>>>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1b.0: PME# disabled
>>>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.0: PME# disabled
>>>> pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.1: PME# disabled
>>>> pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.2: PME# disabled
>>>> pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.3: PME# disabled
>>>> pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1c.5: PME# disabled
>>>> pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
>>>> pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:00:1d.0: PME# disabled
>>>> pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
>>>> pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
>>>> pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
>>>> pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
>>>> pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
>>>> pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
>>>> pci 0000:00:1f.2: PME# supported from D3hot
>>>> pci 0000:00:1f.2: PME# disabled
>>>> pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
>>>> pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
>>>> pci 0000:00:1c.0: PCI bridge to [bus 01-01]
>>>> pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
>>>> pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
>>>> pci 0000:02:00.0: PME# disabled
>>>> pci 0000:00:1c.1: PCI bridge to [bus 02-02]
>>>> pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
>>>> pci 0000:00:1c.2: PCI bridge to [bus 03-08]
>>>> pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
>>>> pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
>>>> pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
>>>> pci 0000:00:1c.3: PCI bridge to [bus 09-09]
>>>> pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
>>>> pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
>>>> pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
>>>> pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
>>>> pci 0000:0a:00.0: supports D1 D2
>>>> pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
>>>> pci 0000:0a:00.0: PME# disabled
>>>> pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
>>>> pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
>>>> pci 0000:0a:00.1: supports D1 D2
>>>> pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
>>>> pci 0000:0a:00.1: PME# disabled
>>>> pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
>>>> pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
>>>> pci_bus 0000:00: on NUMA node 0
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
>>>> _OSC invalid UUID
>>>> ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>>> ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>>> ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>>> ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>>> ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
>>>> ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>>> ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
>>>> ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>>> xen_mem: Initialising balloon driver.
>>>> vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>>>> vgaarb: loaded
>>>> PCI: Using ACPI for IRQ routing
>>>> Switching to clocksource xen
>>>> pnp: PnP ACPI init
>>>> ACPI: bus type pnp registered
>>>> pnp: PnP ACPI: found 13 devices
>>>> ACPI: ACPI bus type pnp unregistered
>>>> system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
>>>> system 00:05: ioport range 0x680-0x69f has been reserved
>>>> system 00:05: ioport range 0x1000-0x100f has been reserved
>>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>>> system 00:05: ioport range 0x400-0x47f has been reserved
>>>> system 00:05: ioport range 0x500-0x57f has been reserved
>>>> system 00:05: ioport range 0x164e-0x164f has been reserved
>>>> system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
>>>> system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
>>>> system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
>>>> system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
>>>> system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
>>>> system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
>>>> system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
>>>> system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
>>>> system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
>>>> system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
>>>> system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
>>>> system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
>>>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
>>>> pci 0000:00:1c.0: IO window: disabled
>>>> pci 0000:00:1c.0: MEM window: disabled
>>>> pci 0000:00:1c.0: PREFETCH window: disabled
>>>> pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
>>>> pci 0000:00:1c.1: IO window: disabled
>>>> pci 0000:00:1c.1: MEM window: 0xe2d00000-0xe2dfffff
>>>> pci 0000:00:1c.1: PREFETCH window: disabled
>>>> pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
>>>> pci 0000:00:1c.2: IO window: 0x3000-0x3fff
>>>> pci 0000:00:1c.2: MEM window: 0xe2200000-0xe2bfffff
>>>> pci 0000:00:1c.2: PREFETCH window: 0x000000e0a00000-0x000000e13fffff
>>>> pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
>>>> pci 0000:00:1c.3: IO window: 0x2000-0x2fff
>>>> pci 0000:00:1c.3: MEM window: 0xe1800000-0xe21fffff
>>>> pci 0000:00:1c.3: PREFETCH window: 0x000000e0000000-0x000000e09fffff
>>>> pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
>>>> pci 0000:00:1c.5: IO window: disabled
>>>> pci 0000:00:1c.5: MEM window: 0xe2c00000-0xe2cfffff
>>>> pci 0000:00:1c.5: PREFETCH window: disabled
>>>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>> pci 0000:00:1c.0: setting latency timer to 64
>>>> pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>> pci 0000:00:1c.1: setting latency timer to 64
>>>> pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>> pci 0000:00:1c.2: setting latency timer to 64
>>>> pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
>>>> pci 0000:00:1c.3: setting latency timer to 64
>>>> pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>> pci 0000:00:1c.5: setting latency timer to 64
>>>> pci_bus 0000:00: resource 0 io: [0x00-0xffff]
>>>> pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
>>>> pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
>>>> pci_bus 0000:03: resource 0 io: [0x3000-0x3fff]
>>>> pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
>>>> pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
>>>> pci_bus 0000:09: resource 0 io: [0x2000-0x2fff]
>>>> pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
>>>> pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
>>>> pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
>>>> NET: Registered protocol family 2
>>>> IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
>>>> TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
>>>> TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
>>>> TCP: Hash tables configured (established 131072 bind 65536)
>>>> TCP reno registered
>>>> NET: Registered protocol family 1
>>>> pci 0000:00:02.0: Boot video device
>>>> Trying to unpack rootfs image as initramfs...
>>>> Freeing initrd memory: 7711k freed
>>>> Simple Boot Flag at 0xf3 set to 0x1
>>>> MCE: bind virq for DOM0 logging
>>>> MCE_DOM0_LOG: enter dom0 mce vIRQ handler
>>>> MCE_DOM0_LOG: No more urgent data
>>>> MCE_DOM0_LOG: No more nonurgent data
>>>> VFS: Disk quotas dquot_6.5.2
>>>> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
>>>> msgmni has been set to 379
>>>> alg: No test for stdrng (krng)
>>>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>>>> io scheduler noop registered
>>>> io scheduler anticipatory registered
>>>> io scheduler deadline registered
>>>> io scheduler cfq registered (default)
>>>> vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
>>>> vesafb: mode is 640x480x16, linelength=1280, pages=0
>>>> vesafb: scrolling: redraw
>>>> vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
>>>> fb0: VESA VGA frame buffer device
>>>> floppy0: Unable to grab DMA2 for the floppy driver
>>>> floppy0: no floppy controllers found
>>>> brd: module loaded
>>>> loop: module loaded
>>>> Xen virtual console successfully installed as hvc0
>>>> Event-channel device installed.
>>>> blktap_device_init: blktap device major 253
>>>> blktap_ring_init: blktap ring major: 253
>>>> netfront: Initialising virtual ethernet driver.
>>>> Uniform Multi-Platform E-IDE driver
>>>> PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>>>> i8042.c: Warning: Keylock active.
>>>> serio: i8042 KBD port at 0x60,0x64 irq 1
>>>> serio: i8042 AUX port at 0x60,0x64 irq 12
>>>> mice: PS/2 mouse device common for all mice
>>>> NET: Registered protocol family 17
>>>> registered taskstats version 1
>>>> input: AT Translated Set 2 keyboard as /class/input/input0
>>>> PCI IO multiplexer device installed.
>>>> BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
>>>> Freeing unused kernel memory: 316k freed
>>>> Console: switching to colour frame buffer device 80x30
>>>> usbcore: registered new interface driver usbfs
>>>> usbcore: registered new interface driver hub
>>>> usbcore: registered new device driver usb
>>>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>>>> ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>> ehci_hcd 0000:00:1a.0: setting latency timer to 64
>>>> ehci_hcd 0000:00:1a.0: EHCI Host Controller
>>>> ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
>>>> ehci_hcd 0000:00:1a.0: debug port 2
>>>> ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
>>>> ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
>>>> ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
>>>> usb usb1: configuration #1 chosen from 1 choice
>>>> hub 1-0:1.0: USB hub found
>>>> hub 1-0:1.0: 3 ports detected
>>>> ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> ehci_hcd 0000:00:1d.0: setting latency timer to 64
>>>> ehci_hcd 0000:00:1d.0: EHCI Host Controller
>>>> ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
>>>> ehci_hcd 0000:00:1d.0: debug port 2
>>>> ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
>>>> ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
>>>> ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
>>>> usb usb2: configuration #1 chosen from 1 choice
>>>> hub 2-0:1.0: USB hub found
>>>> hub 2-0:1.0: 3 ports detected
>>>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>>>> uhci_hcd: USB Universal Host Controller Interface driver
>>>> SCSI subsystem initialized
>>>> libata version 3.00 loaded.
>>>> ahci 0000:00:1f.2: version 3.0
>>>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>> ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
>>>> ahci: SSS flag set, parallel bus scan disabled
>>>> ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
>>>> ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
>>>> ahci 0000:00:1f.2: setting latency timer to 64
>>>> scsi0 : ahci
>>>> scsi1 : ahci
>>>> scsi2 : ahci
>>>> scsi3 : ahci
>>>> scsi4 : ahci
>>>> scsi5 : ahci
>>>> ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
>>>> ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
>>>> ata3: DUMMY
>>>> ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
>>>> ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
>>>> ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
>>>> input: PS/2 Generic Mouse as /class/input/input1
>>>> usb 1-1: new high speed USB device using ehci_hcd and address 2
>>>> usb 1-1: configuration #1 chosen from 1 choice
>>>> hub 1-1:1.0: USB hub found
>>>> hub 1-1:1.0: 6 ports detected
>>>> ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>>> usb 2-1: new high speed USB device using ehci_hcd and address 2
>>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>>> ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
>>>> ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>>> ata1.00: configured for UDMA/133
>>>> scsi 0:0:0:0: Direct-Access ATA ST9500423AS 0002 PQ: 0 ANSI: 5
>>>> sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>>>> sd 0:0:0:0: [sda] 4096-byte physical blocks
>>>> sd 0:0:0:0: [sda] Write Protect is off
>>>> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>>> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>> sda: sda1 sda2 sda3
>>>> sd 0:0:0:0: [sda] Attached SCSI disk
>>>> usb 2-1: configuration #1 chosen from 1 choice
>>>> hub 2-1:1.0: USB hub found
>>>> hub 2-1:1.0: 8 ports detected
>>>> usb 1-1.4: new full speed USB device using ehci_hcd and address 3
>>>> usb 1-1.4: configuration #1 chosen from 1 choice
>>>> usb 1-1.5: new high speed USB device using ehci_hcd and address 4
>>>> usb 1-1.5: configuration #1 chosen from 1 choice
>>>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
>>>> ata2.00: configured for UDMA/133
>>>> scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GU60N A102 PQ: 0 ANSI: 5
>>>> usb 2-1.8: new full speed USB device using ehci_hcd and address 3
>>>> usb 2-1.8: configuration #0 chosen from 1 choice
>>>> usb 2-1.8: config 0 descriptor??
>>>> ata4: SATA link down (SStatus 0 SControl 300)
>>>> ata5: SATA link down (SStatus 0 SControl 300)
>>>> ata6: SATA link down (SStatus 0 SControl 300)
>>>> device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
>>>> kjournald starting. Commit interval 15 seconds
>>>> EXT3-fs: mounted filesystem with ordered data mode.
>>>> input: PC Speaker as /class/input/input2
>>>> Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
>>>> serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>> 0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
>>>> e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
>>>> e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
>>>> e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
>>>> e1000e 0000:00:19.0: setting latency timer to 64
>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>> rtc_cmos 00:06: RTC can wake from S4
>>>> rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
>>>> rtc0: alarms up to one year, y3k, 242 bytes nvram
>>>> parport_pc 00:08: activated
>>>> parport_pc 00:08: reported by Plug and Play ACPI
>>>> parport_pc 00:08: disabled
>>>> e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
>>>> e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
>>>> e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
>>>> i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>> ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
>>>> ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
>>>> ACPI: SSDT cadd7798 00727 (v01 PmRef Cpu0Cst 00003001 INTL 20090903)
>>>> ACPI: SSDT cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903)
>>>> ACPI: SSDT cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903)
>>>> input: Lid Switch as /class/input/input3
>>>> ACPI: Lid Switch [LID]
>>>> input: Power Button as /class/input/input4
>>>> ACPI: Power Button [PBTN]
>>>> input: Sleep Button as /class/input/input5
>>>> ACPI: Sleep Button [SBTN]
>>>> input: Power Button as /class/input/input6
>>>> ACPI: Power Button [PWRF]
>>>> thermal LNXTHERM:01: registered as thermal_zone0
>>>> ACPI: Thermal Zone [THM] (25 C)
>>>> sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
>>>> Uniform CD-ROM driver Revision: 3.20
>>>> sr 1:0:0:0: Attached scsi CD-ROM sr0
>>>> Compat-wireless backport release: compat-wireless-v3.4-rc1-2
>>>> Backport based on linux-stable.git v3.4-rc1
>>>> cfg80211: Calling CRDA to update world regulatory domain
>>>> ACPI: AC Adapter [AC] (on-line)
>>>> sd 0:0:0:0: Attached scsi generic sg0 type 0
>>>> sr 1:0:0:0: Attached scsi generic sg1 type 5
>>>> ACPI: Battery Slot [BAT0] (battery present)
>>>> ACPI: Battery Slot [BAT1] (battery absent)
>>>> ACPI: Battery Slot [BAT2] (battery absent)
>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
>>>> Copyright(c) 2003-2012 Intel Corporation
>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>> acpi device:37: registered as cooling_device8
>>>> input: Video Bus as /class/input/input7
>>>> ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
>>>> Non-volatile memory driver v1.3
>>>> lp: driver loaded but no devices found
>>>> md: Autodetecting RAID arrays.
>>>> md: Scanned 0 and added 0 devices.
>>>> md: autorun ...
>>>> md: ... autorun DONE.
>>>> EXT3 FS on sda1, internal journal
>>>> ISO 9660 Extensions: Microsoft Joliet Level 3
>>>> ISO 9660 Extensions: RRIP_1991A
>>>> Adding 524280k swap on /var/swap/swap.001. Priority:-1 extents:137 across:637248k
>>>> Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
>>>> Microcode Update Driver: v2.00-xen removed.
>>>> ip_tables: (C) 2000-2006 Netfilter Core Team
>>>> nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>> 802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
>>>> All bugs added by David S. Miller <[email protected]>
>>>> device xenbr0 entered promiscuous mode
>>>> device eth0 entered promiscuous mode
>>>> e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
>>>> e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
>>>> RPC: Registered udp transport module.
>>>> RPC: Registered tcp transport module.
>>>> RPC: Registered tcp NFSv4.1 backchannel transport module.
>>>> warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
>>>> suspend: event channel 38
>>>> kjournald starting. Commit interval 15 seconds
>>>> EXT3 FS on dm-0, internal journal
>>>> EXT3-fs: mounted filesystem with ordered data mode.
>>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>> iwlwifi 0000:02:00.0: ca253e1c
>>>> iwlwifi 0000:02:00.0: ca253de8
>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>
>>>>
>>>
>>> Ok, can you please set all the debug flags. Since nothing happens here
>>> we shouldn't' see that many debug prints:
>>>
>>> modprobe iwlwifi debug=0xffffffff
>>>


2012-04-24 05:28:23

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Tue, Apr 24, 2012 at 00:26, Dominik Feser
<[email protected]> wrote:
> Hmm, no one?
>

Apparently, Luis ?

> Am 22.04.2012 um 18:53 schrieb Emmanuel Grumbach:
>
>> On Sun, Apr 22, 2012 at 16:00, Dominik Feser
>> <[email protected]> wrote:
>>> THX a lot! Here is the dmesg output:
>>>
>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>> Copyright(c) 2003-2012 Intel Corporation
>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>> iwlwifi 0000:02:00.0: pci_resource_base = f4498000
>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>> iwlwifi 0000:02:00.0: U iwl_request_firmware eebd9d74
>>> iwlwifi 0000:02:00.0: U iwl_request_firmware c8ee1dd8
>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ed655dd8
>>> iwlwifi 0000:02:00.0: d21d7e18
>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d21d7dd8
>>> iwlwifi 0000:02:00.0: eda37e18
>>> iwlwifi 0000:02:00.0: eda37de0
>>> iwlwifi 0000:02:00.0: U iwl_trans_pcie_rx_free eda37d80
>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>
>>>
>>
>> Still useless... Gosh... Does someone know to get real prints here ??
>> I just use dev_err("WHATEVER %s", "STRING");
>>
>>>
>>>
>>> Am 19.04.2012 um 18:19 schrieb Emmanuel Grumbach:
>>>
>>>> On Thu, Apr 19, 2012 at 18:08, Dominik Feser
>>>> <[email protected]> wrote:
>>>>> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>>>>>
>>>>
>>>> Don't think so.
>>>> Can it be a problem in the backport of request_firwamre_no_wait ?
>>>> Did I see somewhere that you run 2.6.38 ?
>>>> Can you check again after having applied the patch attached ?
>>>>
>>>> from the main dir of compat:
>>>> patch -p1 < print.patch
>>>>
>>>> Thanks
>>>>
>>>>> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>>>>>
>>>>>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>>>>>> Finally, here is the output of dmesg after recompiling:
>>>>>>>
>>>>>>> iwlwifi 0000:02:00.0: edd19e18
>>>>>>> iwlwifi 0000:02:00.0: d55c1e18
>>>>>>> iwlwifi 0000:02:00.0: d55c1ddc
>>>>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>>>>> Copyright(c) 2003-2012 Intel Corporation
>>>>>>> iwlwifi 0000:02:00.0: PCI INT A -> ?GSI 17 (level, low) -> ?IRQ 17
>>>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>>>>>> iwlwifi 0000:02:00.0: ee2afe18
>>>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>>>>>> iwlwifi 0000:02:00.0: cc93fe18
>>>>>>> iwlwifi 0000:02:00.0: cc93fddc
>>>>>>
>>>>>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>>>>>
>>>>>> johannes
>>>>>
>>>> <print.patch>
>>>
>

2012-04-19 17:26:17

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

After applying the patch make comes up with:

# make
./scripts/gen-compat-autoconf.sh /root/compat-wireless-3.4-rc1-2/.config /root/compat-wireless-3.4-rc1-2/config.mk > include/linux/compat_autoconf.h
make -C /lib/modules/2.6.32.12-0.7.1/build M=/root/compat-wireless-3.4-rc1-2 modules
make[1]: Entering directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
CC [M] /root/compat-wireless-3.4-rc1-2/compat/main.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.33.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.35.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.36.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/kfifo.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.37.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.38.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-2.6.39.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/kstrtox.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-3.0.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-3.2.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-3.3.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat-3.5.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/cordic.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/crc8.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat_atomic.o
LD [M] /root/compat-wireless-3.4-rc1-2/compat/compat.o
CC [M] /root/compat-wireless-3.4-rc1-2/compat/compat_firmware_class.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rs.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.o
/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.c: In function ?iwlagn_mac_resume?:
/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.c:440: Warnung: Variable ?img? wird nicht verwendet
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-ucode.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-tx.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-debug.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-lib.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-calib.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-io.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-tt.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-sta.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rx.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-core.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-eeprom.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-power.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-scan.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-led.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rxon.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-5000.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-6000.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-1000.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-2000.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-pci.o
CC [M] /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.o
/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c: In function ?iwl_request_firmware?:
/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c:183: Fehler: ?struct iwl_drv? hat kein Element namens ?dev?
/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c:183: Fehler: ?struct iwl_drv? hat kein Element namens ?dev?
make[4]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.o] Fehler 1
make[3]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi] Fehler 2
make[2]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless] Fehler 2
make[1]: *** [_module_/root/compat-wireless-3.4-rc1-2] Fehler 2
make[1]: Leaving directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
make: *** [modules] Fehler 2

the geman text means:
struct iwl_drv has no element with name dev


Am 19.04.2012 um 18:19 schrieb Emmanuel Grumbach:

> On Thu, Apr 19, 2012 at 18:08, Dominik Feser
> <[email protected]> wrote:
>> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>>
>
> Don't think so.
> Can it be a problem in the backport of request_firwamre_no_wait ?
> Did I see somewhere that you run 2.6.38 ?
> Can you check again after having applied the patch attached ?
>
> from the main dir of compat:
> patch -p1 < print.patch
>
> Thanks
>
>> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>>
>>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>>> Finally, here is the output of dmesg after recompiling:
>>>>
>>>> iwlwifi 0000:02:00.0: edd19e18
>>>> iwlwifi 0000:02:00.0: d55c1e18
>>>> iwlwifi 0000:02:00.0: d55c1ddc
>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>> Copyright(c) 2003-2012 Intel Corporation
>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>>> iwlwifi 0000:02:00.0: ee2afe18
>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>>> iwlwifi 0000:02:00.0: cc93fe18
>>>> iwlwifi 0000:02:00.0: cc93fddc
>>>
>>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>>
>>> johannes
>>
> <print.patch>


2012-04-18 19:28:56

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Thumb question but how do I compile the driver with debug support? I think its missing...
In which file do I have to enable the debug stuff?

# modprobe iwlwifi debug=0xffffffff
FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)



Am 18.04.2012 um 21:25 schrieb Emmanuel Grumbach:

> On Wed, Apr 18, 2012 at 19:56, Dominik Feser
> <[email protected]> wrote:
>> OK, that was the firmware I had tried before. I deleted it because it did not work, too.
>>
>> Here is the output you wanted:
>> # ls /lib/firmware/iwlwifi-6000*
>> /lib/firmware/iwlwifi-6000g2a-5.ucode
>>
>> After copying the firmware there again and rebooting dmesg looks like this:
>> # dmesg | grep iwl
>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> iwlwifi 0000:02:00.0: setting latency timer to 64
>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>> iwlwifi 0000:02:00.0: ea4b7e1c
>>
>> Still no wlan0 for me...
>>
>> Full dmesg:
>> # dmesg
>> Reserving virtual address space above 0xff400000
>> Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
>> KERNEL supported cpus:
>> Intel GenuineIntel
>> AMD AuthenticAMD
>> NSC Geode by NSC
>> Cyrix CyrixInstead
>> Centaur CentaurHauls
>> Transmeta GenuineTMx86
>> Transmeta TransmetaCPU
>> Xen-provided machine memory map:
>> BIOS: 0000000000000000 - 000000000009a800 (usable)
>> BIOS: 000000000009a800 - 00000000000a0000 (reserved)
>> BIOS: 00000000000e0000 - 0000000000100000 (reserved)
>> BIOS: 0000000000100000 - 0000000020000000 (usable)
>> BIOS: 0000000020000000 - 0000000020200000 (reserved)
>> BIOS: 0000000020200000 - 0000000040000000 (usable)
>> BIOS: 0000000040000000 - 0000000040200000 (reserved)
>> BIOS: 0000000040200000 - 00000000caa25000 (usable)
>> BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
>> BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
>> BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
>> BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
>> BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
>> BIOS: 00000000cafff000 - 00000000cb000000 (usable)
>> BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
>> BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
>> BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
>> BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
>> BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
>> BIOS: 0000000100000000 - 000000022e000000 (usable)
>> Xen-provided physical RAM map:
>> Xen: 0000000000000000 - 000000002f800000 (usable)
>> DMI 2.6 present.
>> last_pfn = 0x2f800 max_arch_pfn = 0x10000000
>> initial memory mapped : 0 - 00000000
>> init_memory_mapping: 0000000000000000-000000002f800000
>> NX (Execute Disable) protection: active
>> 0000000000 - 002f800000 page 4k
>> kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
>> RAMDISK: 005f9000 - 00d80e00
>> ACPI: RSDP 000fe300 00024 (v02 DELL )
>> ACPI: XSDT caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013)
>> ACPI: FACP caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013)
>> ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
>> ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
>> ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
>> ACPI: FACS cafe4e40 00040
>> ACPI: APIC caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013)
>> ACPI: TCPA cafe5d18 00032 (v02 00000000 00000000)
>> ACPI: SSDT caf88a98 002F9 (v01 DELLTP TPM 00003000 INTL 20090903)
>> ACPI: MCFG cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097)
>> ACPI: HPET cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003)
>> ACPI: BOOT cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013)
>> ACPI: SSDT caf6c018 00888 (v01 PmRef Cpu0Ist 00003000 INTL 20090903)
>> ACPI: SSDT caf6b018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903)
>> ACPI: XMAR caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001)
>> ACPI: SLIC caf75c18 00176 (v03 DELL CBX3 06222004 MSFT 00010013)
>> 0MB HIGHMEM available.
>> 760MB LOWMEM available.
>> mapped low ram: 0 - 2f800000
>> low ram: 0 - 2f800000
>> node 0 low ram: 00000000 - 2f000000
>> node 0 bootmap 00000000 - 00005e00
>> (5 early reservations) ==> bootmem [0000000000 - 002f000000]
>> #0 [0000100000 - 00005d8284] TEXT DATA BSS ==> [0000100000 - 00005d8284]
>> #1 [00005f9000 - 0000e4e000] Xen provided ==> [00005f9000 - 0000e4e000]
>> #2 [00005d9000 - 00005d91b3] BRK ==> [00005d9000 - 00005d91b3]
>> #3 [0000e4e000 - 0000fc4000] PGTABLE ==> [0000e4e000 - 0000fc4000]
>> #4 [0000000000 - 0000006000] BOOTMAP ==> [0000000000 - 0000006000]
>> found SMP MP-table at [ff3eca70] 000f1a70
>> Zone PFN ranges:
>> DMA 0x00000000 -> 0x00001000
>> Normal 0x00001000 -> 0x0002f800
>> HighMem 0x0002f800 -> 0x0002f800
>> Movable zone start PFN for each node
>> early_node_map[2] active PFN ranges
>> 0: 0x00000000 -> 0x0002f000
>> 0: 0x0002f800 -> 0x0002f800
>> On node 0 totalpages: 192512
>> free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
>> DMA zone: 32 pages used for memmap
>> DMA zone: 0 pages reserved
>> DMA zone: 4064 pages, LIFO batch:0
>> Normal zone: 1488 pages used for memmap
>> Normal zone: 186928 pages, LIFO batch:31
>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
>> ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
>> ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
>> ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
>> ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
>> ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
>> ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
>> ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
>> ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
>> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
>> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>> ACPI: IRQ0 used by override.
>> ACPI: IRQ2 used by override.
>> ACPI: IRQ9 used by override.
>> Using ACPI (MADT) for SMP configuration information
>> Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
>> NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
>> PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
>> pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
>> pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
>> Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
>> Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190992
>> Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
>> PID hash table entries: 4096 (order: 2, 16384 bytes)
>> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>> Enabling fast FPU save and restore... done.
>> Enabling unmasked SIMD FPU exception support... done.
>> Initializing CPU#0
>> Software IO TLB enabled:
>> Aperture: 64 megabytes
>> Address size: 28 bits
>> Kernel range: c17b2000 - c57b2000
>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>> Initializing HighMem for node 0 (00000000:00000000)
>> Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
>> virtual kernel memory layout:
>> fixmap : 0xff077000 - 0xff3ff000 (3616 kB)
>> pkmap : 0xfec00000 - 0xfee00000 (2048 kB)
>> vmalloc : 0xf0000000 - 0xfebfe000 ( 235 MB)
>> lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
>> .init : 0xc04f7000 - 0xc0546000 ( 316 kB)
>> .data : 0xc0387d67 - 0xc04f66f8 (1466 kB)
>> .text : 0xc0100000 - 0xc0387d67 (2591 kB)
>> Checking if this processor honours the WP bit even in supervisor mode...Ok.
>> Hierarchical RCU implementation.
>> NR_IRQS:2048
>> Extended CMOS year: 2000
>> Xen reported: 2793.780 MHz processor.
>> Console: colour dummy device 80x25
>> console [tty0] enabled
>> console [hvc0] enabled
>> Calibrating delay using timer specific routine.. 5616.72 BogoMIPS (lpj=28083614)
>> pid_max: default: 32768 minimum: 301
>> Security Framework initialized
>> Mount-cache hash table entries: 512
>> mce: CPU supports 7 MCE banks
>> Checking 'hlt' instruction... OK.
>> SMP alternatives: switching to UP code
>> ACPI: Core revision 20090903
>> SMP alternatives: switching to SMP code
>> Initializing CPU#1
>> Initializing CPU#2
>> Brought up 4 CPUs
>> Initializing CPU#3
>> Grant table version 2
>> NET: Registered protocol family 16
>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>> ACPI: bus type pci registered
>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>> PCI: Not using MMCONFIG.
>> PCI: Using configuration type 1 for base access
>> bio: create slab <bio-0> at 0
>> ACPI: EC: Look up EC in DSDT
>> ACPI: BIOS _OSI(Linux) query ignored
>> ACPI: BIOS _OSI(Linux) query ignored
>> ACPI: Interpreter enabled
>> ACPI: (supports S0 S5)
>> ACPI: Using IOAPIC for interrupt routing
>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>> PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
>> PCI: Using MMCONFIG for extended config space
>> ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
>> ACPI: No dock devices found.
>> PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>> _OSC invalid UUID
>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>> pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
>> pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
>> pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
>> pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
>> pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:16.0: PME# disabled
>> pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
>> pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
>> pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
>> pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
>> pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:19.0: PME# disabled
>> pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
>> pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1a.0: PME# disabled
>> pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1b.0: PME# disabled
>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.0: PME# disabled
>> pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.1: PME# disabled
>> pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.2: PME# disabled
>> pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.3: PME# disabled
>> pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.5: PME# disabled
>> pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
>> pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1d.0: PME# disabled
>> pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
>> pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
>> pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
>> pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
>> pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
>> pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
>> pci 0000:00:1f.2: PME# supported from D3hot
>> pci 0000:00:1f.2: PME# disabled
>> pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
>> pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
>> pci 0000:00:1c.0: PCI bridge to [bus 01-01]
>> pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
>> pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
>> pci 0000:02:00.0: PME# disabled
>> pci 0000:00:1c.1: PCI bridge to [bus 02-02]
>> pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
>> pci 0000:00:1c.2: PCI bridge to [bus 03-08]
>> pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
>> pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
>> pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
>> pci 0000:00:1c.3: PCI bridge to [bus 09-09]
>> pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
>> pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
>> pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
>> pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
>> pci 0000:0a:00.0: supports D1 D2
>> pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
>> pci 0000:0a:00.0: PME# disabled
>> pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
>> pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
>> pci 0000:0a:00.1: supports D1 D2
>> pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
>> pci 0000:0a:00.1: PME# disabled
>> pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
>> pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
>> pci_bus 0000:00: on NUMA node 0
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
>> _OSC invalid UUID
>> ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>> ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>> ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>> ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>> ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
>> ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>> ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
>> ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>> xen_mem: Initialising balloon driver.
>> vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>> vgaarb: loaded
>> PCI: Using ACPI for IRQ routing
>> Switching to clocksource xen
>> pnp: PnP ACPI init
>> ACPI: bus type pnp registered
>> pnp: PnP ACPI: found 13 devices
>> ACPI: ACPI bus type pnp unregistered
>> system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
>> system 00:05: ioport range 0x680-0x69f has been reserved
>> system 00:05: ioport range 0x1000-0x100f has been reserved
>> system 00:05: ioport range 0xffff-0xffff has been reserved
>> system 00:05: ioport range 0xffff-0xffff has been reserved
>> system 00:05: ioport range 0x400-0x47f has been reserved
>> system 00:05: ioport range 0x500-0x57f has been reserved
>> system 00:05: ioport range 0x164e-0x164f has been reserved
>> system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
>> system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
>> system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
>> system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
>> system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
>> system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
>> system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
>> system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
>> system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
>> system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
>> system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
>> system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
>> pci 0000:00:1c.0: IO window: disabled
>> pci 0000:00:1c.0: MEM window: disabled
>> pci 0000:00:1c.0: PREFETCH window: disabled
>> pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
>> pci 0000:00:1c.1: IO window: disabled
>> pci 0000:00:1c.1: MEM window: 0xe2d00000-0xe2dfffff
>> pci 0000:00:1c.1: PREFETCH window: disabled
>> pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
>> pci 0000:00:1c.2: IO window: 0x3000-0x3fff
>> pci 0000:00:1c.2: MEM window: 0xe2200000-0xe2bfffff
>> pci 0000:00:1c.2: PREFETCH window: 0x000000e0a00000-0x000000e13fffff
>> pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
>> pci 0000:00:1c.3: IO window: 0x2000-0x2fff
>> pci 0000:00:1c.3: MEM window: 0xe1800000-0xe21fffff
>> pci 0000:00:1c.3: PREFETCH window: 0x000000e0000000-0x000000e09fffff
>> pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
>> pci 0000:00:1c.5: IO window: disabled
>> pci 0000:00:1c.5: MEM window: 0xe2c00000-0xe2cfffff
>> pci 0000:00:1c.5: PREFETCH window: disabled
>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> pci 0000:00:1c.0: setting latency timer to 64
>> pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>> pci 0000:00:1c.1: setting latency timer to 64
>> pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> pci 0000:00:1c.2: setting latency timer to 64
>> pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
>> pci 0000:00:1c.3: setting latency timer to 64
>> pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>> pci 0000:00:1c.5: setting latency timer to 64
>> pci_bus 0000:00: resource 0 io: [0x00-0xffff]
>> pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
>> pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
>> pci_bus 0000:03: resource 0 io: [0x3000-0x3fff]
>> pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
>> pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
>> pci_bus 0000:09: resource 0 io: [0x2000-0x2fff]
>> pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
>> pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
>> pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
>> NET: Registered protocol family 2
>> IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
>> TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
>> TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
>> TCP: Hash tables configured (established 131072 bind 65536)
>> TCP reno registered
>> NET: Registered protocol family 1
>> pci 0000:00:02.0: Boot video device
>> Trying to unpack rootfs image as initramfs...
>> Freeing initrd memory: 7711k freed
>> Simple Boot Flag at 0xf3 set to 0x1
>> MCE: bind virq for DOM0 logging
>> MCE_DOM0_LOG: enter dom0 mce vIRQ handler
>> MCE_DOM0_LOG: No more urgent data
>> MCE_DOM0_LOG: No more nonurgent data
>> VFS: Disk quotas dquot_6.5.2
>> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
>> msgmni has been set to 379
>> alg: No test for stdrng (krng)
>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>> io scheduler noop registered
>> io scheduler anticipatory registered
>> io scheduler deadline registered
>> io scheduler cfq registered (default)
>> vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
>> vesafb: mode is 640x480x16, linelength=1280, pages=0
>> vesafb: scrolling: redraw
>> vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
>> fb0: VESA VGA frame buffer device
>> floppy0: Unable to grab DMA2 for the floppy driver
>> floppy0: no floppy controllers found
>> brd: module loaded
>> loop: module loaded
>> Xen virtual console successfully installed as hvc0
>> Event-channel device installed.
>> blktap_device_init: blktap device major 253
>> blktap_ring_init: blktap ring major: 253
>> netfront: Initialising virtual ethernet driver.
>> Uniform Multi-Platform E-IDE driver
>> PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>> i8042.c: Warning: Keylock active.
>> serio: i8042 KBD port at 0x60,0x64 irq 1
>> serio: i8042 AUX port at 0x60,0x64 irq 12
>> mice: PS/2 mouse device common for all mice
>> NET: Registered protocol family 17
>> registered taskstats version 1
>> input: AT Translated Set 2 keyboard as /class/input/input0
>> PCI IO multiplexer device installed.
>> BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
>> Freeing unused kernel memory: 316k freed
>> Console: switching to colour frame buffer device 80x30
>> usbcore: registered new interface driver usbfs
>> usbcore: registered new interface driver hub
>> usbcore: registered new device driver usb
>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> ehci_hcd 0000:00:1a.0: setting latency timer to 64
>> ehci_hcd 0000:00:1a.0: EHCI Host Controller
>> ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
>> ehci_hcd 0000:00:1a.0: debug port 2
>> ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
>> ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
>> ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
>> usb usb1: configuration #1 chosen from 1 choice
>> hub 1-0:1.0: USB hub found
>> hub 1-0:1.0: 3 ports detected
>> ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> ehci_hcd 0000:00:1d.0: setting latency timer to 64
>> ehci_hcd 0000:00:1d.0: EHCI Host Controller
>> ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
>> ehci_hcd 0000:00:1d.0: debug port 2
>> ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
>> ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
>> ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
>> usb usb2: configuration #1 chosen from 1 choice
>> hub 2-0:1.0: USB hub found
>> hub 2-0:1.0: 3 ports detected
>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> uhci_hcd: USB Universal Host Controller Interface driver
>> SCSI subsystem initialized
>> libata version 3.00 loaded.
>> ahci 0000:00:1f.2: version 3.0
>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
>> ahci: SSS flag set, parallel bus scan disabled
>> ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
>> ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
>> ahci 0000:00:1f.2: setting latency timer to 64
>> scsi0 : ahci
>> scsi1 : ahci
>> scsi2 : ahci
>> scsi3 : ahci
>> scsi4 : ahci
>> scsi5 : ahci
>> ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
>> ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
>> ata3: DUMMY
>> ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
>> ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
>> ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
>> input: PS/2 Generic Mouse as /class/input/input1
>> usb 1-1: new high speed USB device using ehci_hcd and address 2
>> usb 1-1: configuration #1 chosen from 1 choice
>> hub 1-1:1.0: USB hub found
>> hub 1-1:1.0: 6 ports detected
>> ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> usb 2-1: new high speed USB device using ehci_hcd and address 2
>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>> ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
>> ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>> ata1.00: configured for UDMA/133
>> scsi 0:0:0:0: Direct-Access ATA ST9500423AS 0002 PQ: 0 ANSI: 5
>> sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>> sd 0:0:0:0: [sda] 4096-byte physical blocks
>> sd 0:0:0:0: [sda] Write Protect is off
>> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> sda: sda1 sda2 sda3
>> sd 0:0:0:0: [sda] Attached SCSI disk
>> usb 2-1: configuration #1 chosen from 1 choice
>> hub 2-1:1.0: USB hub found
>> hub 2-1:1.0: 8 ports detected
>> usb 1-1.4: new full speed USB device using ehci_hcd and address 3
>> usb 1-1.4: configuration #1 chosen from 1 choice
>> usb 1-1.5: new high speed USB device using ehci_hcd and address 4
>> usb 1-1.5: configuration #1 chosen from 1 choice
>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
>> ata2.00: configured for UDMA/133
>> scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GU60N A102 PQ: 0 ANSI: 5
>> usb 2-1.8: new full speed USB device using ehci_hcd and address 3
>> usb 2-1.8: configuration #0 chosen from 1 choice
>> usb 2-1.8: config 0 descriptor??
>> ata4: SATA link down (SStatus 0 SControl 300)
>> ata5: SATA link down (SStatus 0 SControl 300)
>> ata6: SATA link down (SStatus 0 SControl 300)
>> device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
>> kjournald starting. Commit interval 15 seconds
>> EXT3-fs: mounted filesystem with ordered data mode.
>> input: PC Speaker as /class/input/input2
>> Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
>> serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>> 0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
>> e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
>> e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
>> e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
>> e1000e 0000:00:19.0: setting latency timer to 64
>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>> rtc_cmos 00:06: RTC can wake from S4
>> rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
>> rtc0: alarms up to one year, y3k, 242 bytes nvram
>> parport_pc 00:08: activated
>> parport_pc 00:08: reported by Plug and Play ACPI
>> parport_pc 00:08: disabled
>> e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
>> e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
>> e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
>> i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
>> ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
>> ACPI: SSDT cadd7798 00727 (v01 PmRef Cpu0Cst 00003001 INTL 20090903)
>> ACPI: SSDT cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903)
>> ACPI: SSDT cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903)
>> input: Lid Switch as /class/input/input3
>> ACPI: Lid Switch [LID]
>> input: Power Button as /class/input/input4
>> ACPI: Power Button [PBTN]
>> input: Sleep Button as /class/input/input5
>> ACPI: Sleep Button [SBTN]
>> input: Power Button as /class/input/input6
>> ACPI: Power Button [PWRF]
>> thermal LNXTHERM:01: registered as thermal_zone0
>> ACPI: Thermal Zone [THM] (25 C)
>> sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
>> Uniform CD-ROM driver Revision: 3.20
>> sr 1:0:0:0: Attached scsi CD-ROM sr0
>> Compat-wireless backport release: compat-wireless-v3.4-rc1-2
>> Backport based on linux-stable.git v3.4-rc1
>> cfg80211: Calling CRDA to update world regulatory domain
>> ACPI: AC Adapter [AC] (on-line)
>> sd 0:0:0:0: Attached scsi generic sg0 type 0
>> sr 1:0:0:0: Attached scsi generic sg1 type 5
>> ACPI: Battery Slot [BAT0] (battery present)
>> ACPI: Battery Slot [BAT1] (battery absent)
>> ACPI: Battery Slot [BAT2] (battery absent)
>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
>> Copyright(c) 2003-2012 Intel Corporation
>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> iwlwifi 0000:02:00.0: setting latency timer to 64
>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>> acpi device:37: registered as cooling_device8
>> input: Video Bus as /class/input/input7
>> ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
>> Non-volatile memory driver v1.3
>> lp: driver loaded but no devices found
>> md: Autodetecting RAID arrays.
>> md: Scanned 0 and added 0 devices.
>> md: autorun ...
>> md: ... autorun DONE.
>> EXT3 FS on sda1, internal journal
>> ISO 9660 Extensions: Microsoft Joliet Level 3
>> ISO 9660 Extensions: RRIP_1991A
>> Adding 524280k swap on /var/swap/swap.001. Priority:-1 extents:137 across:637248k
>> Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
>> Microcode Update Driver: v2.00-xen removed.
>> ip_tables: (C) 2000-2006 Netfilter Core Team
>> nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>> 802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
>> All bugs added by David S. Miller <[email protected]>
>> device xenbr0 entered promiscuous mode
>> device eth0 entered promiscuous mode
>> e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
>> e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
>> RPC: Registered udp transport module.
>> RPC: Registered tcp transport module.
>> RPC: Registered tcp NFSv4.1 backchannel transport module.
>> warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
>> suspend: event channel 38
>> kjournald starting. Commit interval 15 seconds
>> EXT3 FS on dm-0, internal journal
>> EXT3-fs: mounted filesystem with ordered data mode.
>> iwlwifi 0000:02:00.0: ea4b7e1c
>> iwlwifi 0000:02:00.0: ca253e1c
>> iwlwifi 0000:02:00.0: ca253de8
>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>
>>
>
> Ok, can you please set all the debug flags. Since nothing happens here
> we shouldn't' see that many debug prints:
>
> modprobe iwlwifi debug=0xffffffff
>
> thanks


2012-04-19 13:21:00

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Ah ok, this is what I did several times now. After unpacking there is no .config file. After running the driver-select script and making the driver the first time the .config file appears.
Just then it seems to me that f I add the debug line to .config and remake this isn't recognized by the make...


Am 19.04.2012 um 15:16 schrieb Emmanuel Grumbach:

> On Thu, Apr 19, 2012 at 13:08, Dominik Feser
> <[email protected]> wrote:
>> Sice I downloaded compat-wireless manually and without git the command you proposed doesn't work. I would use git but I couldn't find a url to clone from.
>> Can you give a hint on that?
>>
>
> Just unpack the tar again.
>
>>
>> Am 19.04.2012 um 09:54 schrieb Emmanuel Grumbach:
>>
>>> On Thu, Apr 19, 2012 at 10:49, Dominik Feser
>>> <[email protected]> wrote:
>>>> Here is the output! And by the way, I really appreciate your help! Thank you!
>>>>
>>>> # modinfo iwlwifi
>>>> filename: /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko
>>>> alias: iwlagn
>>>> license: GPL
>>>> author: Copyright(c) 2003-2012 Intel Corporation <[email protected]>
>>>> version: in-tree:
>>>> description: Intel(R) Wireless WiFi Link AGN driver for Linux
>>>> firmware: iwlwifi-5150-2.ucode
>>>> firmware: iwlwifi-5000-5.ucode
>>>> firmware: iwlwifi-6000g2b-6.ucode
>>>> firmware: iwlwifi-6000g2a-6.ucode
>>>> firmware: iwlwifi-6050-5.ucode
>>>> firmware: iwlwifi-6000-4.ucode
>>>> firmware: iwlwifi-100-6.ucode
>>>> firmware: iwlwifi-1000-6.ucode
>>>> firmware: iwlwifi-135-6.ucode
>>>> firmware: iwlwifi-105-6.ucode
>>>> firmware: iwlwifi-2030-6.ucode
>>>> firmware: iwlwifi-2000-6.ucode
>>>> srcversion: 169044416CC2B674049889B
>>>> alias: pci:v00008086d00000892sv*sd00000462bc*sc*i*
>>>> alias: pci:v00008086d00000893sv*sd00000262bc*sc*i*
>>>> alias: pci:v00008086d00000892sv*sd00000062bc*sc*i*
>>>> alias: pci:v00008086d00000894sv*sd00000822bc*sc*i*
>>>> alias: pci:v00008086d00000894sv*sd00000422bc*sc*i*
>>>> alias: pci:v00008086d00000895sv*sd00000222bc*sc*i*
>>>> alias: pci:v00008086d00000894sv*sd00000022bc*sc*i*
>>>> alias: pci:v00008086d0000088Esv*sd00004860bc*sc*i*
>>>> alias: pci:v00008086d0000088Esv*sd00004460bc*sc*i*
>>>> alias: pci:v00008086d0000088Fsv*sd00004260bc*sc*i*
>>>> alias: pci:v00008086d0000088Esv*sd00004060bc*sc*i*
>>>> alias: pci:v00008086d00000887sv*sd00004462bc*sc*i*
>>>> alias: pci:v00008086d00000888sv*sd00004262bc*sc*i*
>>>> alias: pci:v00008086d00000887sv*sd00004062bc*sc*i*
>>>> alias: pci:v00008086d00000890sv*sd00004822bc*sc*i*
>>>> alias: pci:v00008086d00000890sv*sd00004422bc*sc*i*
>>>> alias: pci:v00008086d00000891sv*sd00004222bc*sc*i*
>>>> alias: pci:v00008086d00000890sv*sd00004022bc*sc*i*
>>>> alias: pci:v00008086d00000896sv*sd00005027bc*sc*i*
>>>> alias: pci:v00008086d00000896sv*sd00005025bc*sc*i*
>>>> alias: pci:v00008086d00000897sv*sd00005017bc*sc*i*
>>>> alias: pci:v00008086d00000897sv*sd00005015bc*sc*i*
>>>> alias: pci:v00008086d00000896sv*sd00005007bc*sc*i*
>>>> alias: pci:v00008086d00000896sv*sd00005005bc*sc*i*
>>>> alias: pci:v00008086d000008AEsv*sd00001027bc*sc*i*
>>>> alias: pci:v00008086d000008AEsv*sd00001025bc*sc*i*
>>>> alias: pci:v00008086d000008AFsv*sd00001017bc*sc*i*
>>>> alias: pci:v00008086d000008AFsv*sd00001015bc*sc*i*
>>>> alias: pci:v00008086d000008AEsv*sd00001007bc*sc*i*
>>>> alias: pci:v00008086d000008AEsv*sd00001005bc*sc*i*
>>>> alias: pci:v00008086d00000084sv*sd00001316bc*sc*i*
>>>> alias: pci:v00008086d00000084sv*sd00001216bc*sc*i*
>>>> alias: pci:v00008086d00000083sv*sd00001326bc*sc*i*
>>>> alias: pci:v00008086d00000083sv*sd00001226bc*sc*i*
>>>> alias: pci:v00008086d00000083sv*sd00001306bc*sc*i*
>>>> alias: pci:v00008086d00000083sv*sd00001206bc*sc*i*
>>>> alias: pci:v00008086d00000084sv*sd00001315bc*sc*i*
>>>> alias: pci:v00008086d00000084sv*sd00001215bc*sc*i*
>>>> alias: pci:v00008086d00000083sv*sd00001325bc*sc*i*
>>>> alias: pci:v00008086d00000083sv*sd00001225bc*sc*i*
>>>> alias: pci:v00008086d00000083sv*sd00001305bc*sc*i*
>>>> alias: pci:v00008086d00000083sv*sd00001205bc*sc*i*
>>>> alias: pci:v00008086d00000886sv*sd00001317bc*sc*i*
>>>> alias: pci:v00008086d00000886sv*sd00001315bc*sc*i*
>>>> alias: pci:v00008086d00000885sv*sd00001327bc*sc*i*
>>>> alias: pci:v00008086d00000885sv*sd00001325bc*sc*i*
>>>> alias: pci:v00008086d00000885sv*sd00001307bc*sc*i*
>>>> alias: pci:v00008086d00000885sv*sd00001305bc*sc*i*
>>>> alias: pci:v00008086d00000089sv*sd00001316bc*sc*i*
>>>> alias: pci:v00008086d00000089sv*sd00001311bc*sc*i*
>>>> alias: pci:v00008086d00000087sv*sd00001326bc*sc*i*
>>>> alias: pci:v00008086d00000087sv*sd00001321bc*sc*i*
>>>> alias: pci:v00008086d00000087sv*sd00001306bc*sc*i*
>>>> alias: pci:v00008086d00000087sv*sd00001301bc*sc*i*
>>>> alias: pci:v00008086d00000091sv*sd00005226bc*sc*i*
>>>> alias: pci:v00008086d00000091sv*sd00005225bc*sc*i*
>>>> alias: pci:v00008086d00000091sv*sd00005221bc*sc*i*
>>>> alias: pci:v00008086d00000091sv*sd00005207bc*sc*i*
>>>> alias: pci:v00008086d00000091sv*sd00005206bc*sc*i*
>>>> alias: pci:v00008086d00000091sv*sd00005205bc*sc*i*
>>>> alias: pci:v00008086d00000091sv*sd00005201bc*sc*i*
>>>> alias: pci:v00008086d00000090sv*sd00005216bc*sc*i*
>>>> alias: pci:v00008086d00000090sv*sd00005215bc*sc*i*
>>>> alias: pci:v00008086d00000090sv*sd00005211bc*sc*i*
>>>> alias: pci:v00008086d0000008Bsv*sd00005317bc*sc*i*
>>>> alias: pci:v00008086d0000008Bsv*sd00005315bc*sc*i*
>>>> alias: pci:v00008086d0000008Asv*sd00005327bc*sc*i*
>>>> alias: pci:v00008086d0000008Asv*sd00005325bc*sc*i*
>>>> alias: pci:v00008086d0000008Asv*sd00005307bc*sc*i*
>>>> alias: pci:v00008086d0000008Asv*sd00005305bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd00001305bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd00001304bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd00004820bc*sc*i*
>>>> alias: pci:v00008086d00000085sv*sd0000C220bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd0000C020bc*sc*i*
>>>> alias: pci:v00008086d00000085sv*sd00001316bc*sc*i*
>>>> alias: pci:v00008086d00000085sv*sd00001311bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd00001326bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd00001321bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd00001307bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd00001306bc*sc*i*
>>>> alias: pci:v00008086d00000082sv*sd00001301bc*sc*i*
>>>> alias: pci:v00008086d00004239sv*sd00001316bc*sc*i*
>>>> alias: pci:v00008086d00004239sv*sd00001311bc*sc*i*
>>>> alias: pci:v00008086d00004238sv*sd00001111bc*sc*i*
>>>> alias: pci:v00008086d0000422Csv*sd00001326bc*sc*i*
>>>> alias: pci:v00008086d0000422Csv*sd00001321bc*sc*i*
>>>> alias: pci:v00008086d0000422Csv*sd00001307bc*sc*i*
>>>> alias: pci:v00008086d0000422Csv*sd00001306bc*sc*i*
>>>> alias: pci:v00008086d0000422Csv*sd00001301bc*sc*i*
>>>> alias: pci:v00008086d0000422Bsv*sd00001121bc*sc*i*
>>>> alias: pci:v00008086d0000422Bsv*sd00001101bc*sc*i*
>>>> alias: pci:v00008086d0000423Dsv*sd00001316bc*sc*i*
>>>> alias: pci:v00008086d0000423Dsv*sd00001216bc*sc*i*
>>>> alias: pci:v00008086d0000423Dsv*sd00001311bc*sc*i*
>>>> alias: pci:v00008086d0000423Dsv*sd00001211bc*sc*i*
>>>> alias: pci:v00008086d0000423Csv*sd00001321bc*sc*i*
>>>> alias: pci:v00008086d0000423Csv*sd00001221bc*sc*i*
>>>> alias: pci:v00008086d0000423Csv*sd00001306bc*sc*i*
>>>> alias: pci:v00008086d0000423Csv*sd00001206bc*sc*i*
>>>> alias: pci:v00008086d0000423Csv*sd00001301bc*sc*i*
>>>> alias: pci:v00008086d0000423Csv*sd00001201bc*sc*i*
>>>> alias: pci:v00008086d0000423Bsv*sd00001011bc*sc*i*
>>>> alias: pci:v00008086d0000423Asv*sd00001021bc*sc*i*
>>>> alias: pci:v00008086d0000423Asv*sd00001001bc*sc*i*
>>>> alias: pci:v00008086d00004236sv*sd00001114bc*sc*i*
>>>> alias: pci:v00008086d00004236sv*sd00001014bc*sc*i*
>>>> alias: pci:v00008086d00004236sv*sd00001111bc*sc*i*
>>>> alias: pci:v00008086d00004236sv*sd00001011bc*sc*i*
>>>> alias: pci:v00008086d00004235sv*sd00001104bc*sc*i*
>>>> alias: pci:v00008086d00004235sv*sd00001004bc*sc*i*
>>>> alias: pci:v00008086d00004235sv*sd00001101bc*sc*i*
>>>> alias: pci:v00008086d00004235sv*sd00001001bc*sc*i*
>>>> alias: pci:v00008086d00004235sv*sd00001124bc*sc*i*
>>>> alias: pci:v00008086d00004235sv*sd00001024bc*sc*i*
>>>> alias: pci:v00008086d00004235sv*sd00001121bc*sc*i*
>>>> alias: pci:v00008086d00004235sv*sd00001021bc*sc*i*
>>>> alias: pci:v00008086d00004237sv*sd00001316bc*sc*i*
>>>> alias: pci:v00008086d00004237sv*sd00001216bc*sc*i*
>>>> alias: pci:v00008086d00004237sv*sd00001315bc*sc*i*
>>>> alias: pci:v00008086d00004237sv*sd00001215bc*sc*i*
>>>> alias: pci:v00008086d00004237sv*sd00001314bc*sc*i*
>>>> alias: pci:v00008086d00004237sv*sd00001214bc*sc*i*
>>>> alias: pci:v00008086d00004237sv*sd00001311bc*sc*i*
>>>> alias: pci:v00008086d00004237sv*sd00001211bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001326bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001226bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001325bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001225bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001324bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001224bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001321bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001221bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001306bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001206bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001305bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001205bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001304bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001204bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001301bc*sc*i*
>>>> alias: pci:v00008086d00004232sv*sd00001201bc*sc*i*
>>>> depends: mac80211,compat,led-class,cfg80211,compat_firmware_class
>>>> vermagic: 2.6.32.12-0.7.1 SMP mod_unload modversions Xen 686
>>>> parm: swcrypto:using crypto in software (default 0 [hardware]) (int)
>>>> parm: 11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
>>>> parm: amsdu_size_8K:enable 8K amsdu size (int)
>>>> parm: fw_restart:restart firmware in case of error (int)
>>>> parm: ucode_alternative:specify ucode alternative to use from ucode file (int)
>>>> parm: antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
>>>> parm: bt_ch_inhibition:Enable BT channel inhibition (default: enable) (bool)
>>>> parm: plcp_check:Check plcp health (default: 1 [enabled]) (bool)
>>>> parm: ack_check:Check ack health (default: 0 [disabled]) (bool)
>>>> parm: wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
>>>> parm: bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
>>>> parm: led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
>>>> parm: power_save:enable WiFi power management (default: disable) (bool)
>>>> parm: power_level:default power save level (range from 1 - 5, default: 1) (int)
>>>> parm: auto_agg:enable agg w/o check traffic load (default: enable) (bool)
>>>> parm: no_sleep_autoadjust:don't automatically adjust sleep level according to maximum network latency (default: true) (bool)
>>>>
>>>
>>> All right, no debug in there.
>>> I understand that you use compat.
>>> Please clean everything:
>>>
>>> git clean -f -d -x
>>>
>>> Beware this will remove all the files that you have added there. This
>>> won't remove the W/A you made to compile.
>>


2012-04-24 12:30:00

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

What does that mean?


Am 24.04.2012 um 14:07 schrieb Sedat Dilek:

> On Tue, Apr 24, 2012 at 1:50 PM, Pat Erley <[email protected]> wrote:
>> Try a newer compat-wireless. I saw mention of a patch on this ML
>> that iwlwifi was looking for firmwares that aren't available yet.
>>
>> Specifically, it wants a -6 ucode, where you have -5. I'm not
>> sure if this has been merged upstream yet.
>>
>
> No, pending for upstream and linux-stable GIT, see [1] and especially
> "iwlwifi: use correct released ucode version" [2].
>
> - Sedat -
>
> [1] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=shortlog;h=refs/heads/wireless
> [2] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=patch;h=462156fac4d69483c1d54c6218d019681da8ad74


2012-04-18 16:37:51

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Wed, Apr 18, 2012 at 17:39, Dominik Feser
<[email protected]> wrote:
> There it is:
>
> # lspci -x -s 02:00
> 02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
> 00: 86 80 82 00 02 00 10 00 34 00 80 02 10 00 00 00
> 10: 04 00 d0 e2 00 00 00 00 00 00 00 00 00 00 00 00
> 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 21 13
> 30: 00 00 00 00 c8 00 00 00 00 00 00 00 0a 01 00 00
>

Ok, you need a fw whose name is iwlwifi-6000g2a-*

can you send the output of

ls /lib/firmware iwlwifi-6000g2a-*


thanks

2012-04-18 08:36:18

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Wed, Apr 18, 2012 at 09:49, Dominik Feser
<[email protected]> wrote:
>
> Hello Johannes,
>
> Can you be a bit more specific about your thoughts? What do you think is not working correctly?
> Am I understanding you correctly? You think I have a firmware problem?
>

Johannes says that you may be missing the fw file:

please send the output of:
lspci -s 02:00 -n

and then I will tell you what fw you need

2012-04-19 14:20:06

by Johannes Berg

[permalink] [raw]
Subject: Re: wlan0 not present

On 4/19/2012 7:09 AM, Dominik Feser wrote:
> Finally, here is the output of dmesg after recompiling:
>
> iwlwifi 0000:02:00.0: edd19e18
> iwlwifi 0000:02:00.0: d55c1e18
> iwlwifi 0000:02:00.0: d55c1ddc
> iwlwifi 0000:02:00.0: PCI INT A disabled
> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
> Copyright(c) 2003-2012 Intel Corporation
> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> iwlwifi 0000:02:00.0: setting latency timer to 64
> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
> iwlwifi 0000:02:00.0: ee2afe18
> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
> iwlwifi 0000:02:00.0: cc93fe18
> iwlwifi 0000:02:00.0: cc93fddc

Still pretty useless since you get %pV printed as a pointer rather than
a message. Does anyone know how to fix that in compat? But the
iwl_request_firmware 3 times probably means it failed?

johannes

2012-04-19 07:49:58

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Here is the output! And by the way, I really appreciate your help! Thank you!

# modinfo iwlwifi
filename: /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko
alias: iwlagn
license: GPL
author: Copyright(c) 2003-2012 Intel Corporation <[email protected]>
version: in-tree:
description: Intel(R) Wireless WiFi Link AGN driver for Linux
firmware: iwlwifi-5150-2.ucode
firmware: iwlwifi-5000-5.ucode
firmware: iwlwifi-6000g2b-6.ucode
firmware: iwlwifi-6000g2a-6.ucode
firmware: iwlwifi-6050-5.ucode
firmware: iwlwifi-6000-4.ucode
firmware: iwlwifi-100-6.ucode
firmware: iwlwifi-1000-6.ucode
firmware: iwlwifi-135-6.ucode
firmware: iwlwifi-105-6.ucode
firmware: iwlwifi-2030-6.ucode
firmware: iwlwifi-2000-6.ucode
srcversion: 169044416CC2B674049889B
alias: pci:v00008086d00000892sv*sd00000462bc*sc*i*
alias: pci:v00008086d00000893sv*sd00000262bc*sc*i*
alias: pci:v00008086d00000892sv*sd00000062bc*sc*i*
alias: pci:v00008086d00000894sv*sd00000822bc*sc*i*
alias: pci:v00008086d00000894sv*sd00000422bc*sc*i*
alias: pci:v00008086d00000895sv*sd00000222bc*sc*i*
alias: pci:v00008086d00000894sv*sd00000022bc*sc*i*
alias: pci:v00008086d0000088Esv*sd00004860bc*sc*i*
alias: pci:v00008086d0000088Esv*sd00004460bc*sc*i*
alias: pci:v00008086d0000088Fsv*sd00004260bc*sc*i*
alias: pci:v00008086d0000088Esv*sd00004060bc*sc*i*
alias: pci:v00008086d00000887sv*sd00004462bc*sc*i*
alias: pci:v00008086d00000888sv*sd00004262bc*sc*i*
alias: pci:v00008086d00000887sv*sd00004062bc*sc*i*
alias: pci:v00008086d00000890sv*sd00004822bc*sc*i*
alias: pci:v00008086d00000890sv*sd00004422bc*sc*i*
alias: pci:v00008086d00000891sv*sd00004222bc*sc*i*
alias: pci:v00008086d00000890sv*sd00004022bc*sc*i*
alias: pci:v00008086d00000896sv*sd00005027bc*sc*i*
alias: pci:v00008086d00000896sv*sd00005025bc*sc*i*
alias: pci:v00008086d00000897sv*sd00005017bc*sc*i*
alias: pci:v00008086d00000897sv*sd00005015bc*sc*i*
alias: pci:v00008086d00000896sv*sd00005007bc*sc*i*
alias: pci:v00008086d00000896sv*sd00005005bc*sc*i*
alias: pci:v00008086d000008AEsv*sd00001027bc*sc*i*
alias: pci:v00008086d000008AEsv*sd00001025bc*sc*i*
alias: pci:v00008086d000008AFsv*sd00001017bc*sc*i*
alias: pci:v00008086d000008AFsv*sd00001015bc*sc*i*
alias: pci:v00008086d000008AEsv*sd00001007bc*sc*i*
alias: pci:v00008086d000008AEsv*sd00001005bc*sc*i*
alias: pci:v00008086d00000084sv*sd00001316bc*sc*i*
alias: pci:v00008086d00000084sv*sd00001216bc*sc*i*
alias: pci:v00008086d00000083sv*sd00001326bc*sc*i*
alias: pci:v00008086d00000083sv*sd00001226bc*sc*i*
alias: pci:v00008086d00000083sv*sd00001306bc*sc*i*
alias: pci:v00008086d00000083sv*sd00001206bc*sc*i*
alias: pci:v00008086d00000084sv*sd00001315bc*sc*i*
alias: pci:v00008086d00000084sv*sd00001215bc*sc*i*
alias: pci:v00008086d00000083sv*sd00001325bc*sc*i*
alias: pci:v00008086d00000083sv*sd00001225bc*sc*i*
alias: pci:v00008086d00000083sv*sd00001305bc*sc*i*
alias: pci:v00008086d00000083sv*sd00001205bc*sc*i*
alias: pci:v00008086d00000886sv*sd00001317bc*sc*i*
alias: pci:v00008086d00000886sv*sd00001315bc*sc*i*
alias: pci:v00008086d00000885sv*sd00001327bc*sc*i*
alias: pci:v00008086d00000885sv*sd00001325bc*sc*i*
alias: pci:v00008086d00000885sv*sd00001307bc*sc*i*
alias: pci:v00008086d00000885sv*sd00001305bc*sc*i*
alias: pci:v00008086d00000089sv*sd00001316bc*sc*i*
alias: pci:v00008086d00000089sv*sd00001311bc*sc*i*
alias: pci:v00008086d00000087sv*sd00001326bc*sc*i*
alias: pci:v00008086d00000087sv*sd00001321bc*sc*i*
alias: pci:v00008086d00000087sv*sd00001306bc*sc*i*
alias: pci:v00008086d00000087sv*sd00001301bc*sc*i*
alias: pci:v00008086d00000091sv*sd00005226bc*sc*i*
alias: pci:v00008086d00000091sv*sd00005225bc*sc*i*
alias: pci:v00008086d00000091sv*sd00005221bc*sc*i*
alias: pci:v00008086d00000091sv*sd00005207bc*sc*i*
alias: pci:v00008086d00000091sv*sd00005206bc*sc*i*
alias: pci:v00008086d00000091sv*sd00005205bc*sc*i*
alias: pci:v00008086d00000091sv*sd00005201bc*sc*i*
alias: pci:v00008086d00000090sv*sd00005216bc*sc*i*
alias: pci:v00008086d00000090sv*sd00005215bc*sc*i*
alias: pci:v00008086d00000090sv*sd00005211bc*sc*i*
alias: pci:v00008086d0000008Bsv*sd00005317bc*sc*i*
alias: pci:v00008086d0000008Bsv*sd00005315bc*sc*i*
alias: pci:v00008086d0000008Asv*sd00005327bc*sc*i*
alias: pci:v00008086d0000008Asv*sd00005325bc*sc*i*
alias: pci:v00008086d0000008Asv*sd00005307bc*sc*i*
alias: pci:v00008086d0000008Asv*sd00005305bc*sc*i*
alias: pci:v00008086d00000082sv*sd00001305bc*sc*i*
alias: pci:v00008086d00000082sv*sd00001304bc*sc*i*
alias: pci:v00008086d00000082sv*sd00004820bc*sc*i*
alias: pci:v00008086d00000085sv*sd0000C220bc*sc*i*
alias: pci:v00008086d00000082sv*sd0000C020bc*sc*i*
alias: pci:v00008086d00000085sv*sd00001316bc*sc*i*
alias: pci:v00008086d00000085sv*sd00001311bc*sc*i*
alias: pci:v00008086d00000082sv*sd00001326bc*sc*i*
alias: pci:v00008086d00000082sv*sd00001321bc*sc*i*
alias: pci:v00008086d00000082sv*sd00001307bc*sc*i*
alias: pci:v00008086d00000082sv*sd00001306bc*sc*i*
alias: pci:v00008086d00000082sv*sd00001301bc*sc*i*
alias: pci:v00008086d00004239sv*sd00001316bc*sc*i*
alias: pci:v00008086d00004239sv*sd00001311bc*sc*i*
alias: pci:v00008086d00004238sv*sd00001111bc*sc*i*
alias: pci:v00008086d0000422Csv*sd00001326bc*sc*i*
alias: pci:v00008086d0000422Csv*sd00001321bc*sc*i*
alias: pci:v00008086d0000422Csv*sd00001307bc*sc*i*
alias: pci:v00008086d0000422Csv*sd00001306bc*sc*i*
alias: pci:v00008086d0000422Csv*sd00001301bc*sc*i*
alias: pci:v00008086d0000422Bsv*sd00001121bc*sc*i*
alias: pci:v00008086d0000422Bsv*sd00001101bc*sc*i*
alias: pci:v00008086d0000423Dsv*sd00001316bc*sc*i*
alias: pci:v00008086d0000423Dsv*sd00001216bc*sc*i*
alias: pci:v00008086d0000423Dsv*sd00001311bc*sc*i*
alias: pci:v00008086d0000423Dsv*sd00001211bc*sc*i*
alias: pci:v00008086d0000423Csv*sd00001321bc*sc*i*
alias: pci:v00008086d0000423Csv*sd00001221bc*sc*i*
alias: pci:v00008086d0000423Csv*sd00001306bc*sc*i*
alias: pci:v00008086d0000423Csv*sd00001206bc*sc*i*
alias: pci:v00008086d0000423Csv*sd00001301bc*sc*i*
alias: pci:v00008086d0000423Csv*sd00001201bc*sc*i*
alias: pci:v00008086d0000423Bsv*sd00001011bc*sc*i*
alias: pci:v00008086d0000423Asv*sd00001021bc*sc*i*
alias: pci:v00008086d0000423Asv*sd00001001bc*sc*i*
alias: pci:v00008086d00004236sv*sd00001114bc*sc*i*
alias: pci:v00008086d00004236sv*sd00001014bc*sc*i*
alias: pci:v00008086d00004236sv*sd00001111bc*sc*i*
alias: pci:v00008086d00004236sv*sd00001011bc*sc*i*
alias: pci:v00008086d00004235sv*sd00001104bc*sc*i*
alias: pci:v00008086d00004235sv*sd00001004bc*sc*i*
alias: pci:v00008086d00004235sv*sd00001101bc*sc*i*
alias: pci:v00008086d00004235sv*sd00001001bc*sc*i*
alias: pci:v00008086d00004235sv*sd00001124bc*sc*i*
alias: pci:v00008086d00004235sv*sd00001024bc*sc*i*
alias: pci:v00008086d00004235sv*sd00001121bc*sc*i*
alias: pci:v00008086d00004235sv*sd00001021bc*sc*i*
alias: pci:v00008086d00004237sv*sd00001316bc*sc*i*
alias: pci:v00008086d00004237sv*sd00001216bc*sc*i*
alias: pci:v00008086d00004237sv*sd00001315bc*sc*i*
alias: pci:v00008086d00004237sv*sd00001215bc*sc*i*
alias: pci:v00008086d00004237sv*sd00001314bc*sc*i*
alias: pci:v00008086d00004237sv*sd00001214bc*sc*i*
alias: pci:v00008086d00004237sv*sd00001311bc*sc*i*
alias: pci:v00008086d00004237sv*sd00001211bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001326bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001226bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001325bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001225bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001324bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001224bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001321bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001221bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001306bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001206bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001305bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001205bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001304bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001204bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001301bc*sc*i*
alias: pci:v00008086d00004232sv*sd00001201bc*sc*i*
depends: mac80211,compat,led-class,cfg80211,compat_firmware_class
vermagic: 2.6.32.12-0.7.1 SMP mod_unload modversions Xen 686
parm: swcrypto:using crypto in software (default 0 [hardware]) (int)
parm: 11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
parm: amsdu_size_8K:enable 8K amsdu size (int)
parm: fw_restart:restart firmware in case of error (int)
parm: ucode_alternative:specify ucode alternative to use from ucode file (int)
parm: antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
parm: bt_ch_inhibition:Enable BT channel inhibition (default: enable) (bool)
parm: plcp_check:Check plcp health (default: 1 [enabled]) (bool)
parm: ack_check:Check ack health (default: 0 [disabled]) (bool)
parm: wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
parm: bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
parm: led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
parm: power_save:enable WiFi power management (default: disable) (bool)
parm: power_level:default power save level (range from 1 - 5, default: 1) (int)
parm: auto_agg:enable agg w/o check traffic load (default: enable) (bool)
parm: no_sleep_autoadjust:don't automatically adjust sleep level according to maximum network latency (default: true) (bool)

Am 19.04.2012 um 09:45 schrieb Emmanuel Grumbach:

> On Thu, Apr 19, 2012 at 10:25, Dominik Feser
> <[email protected]> wrote:
>> Ok, I just wanted to clarify that.
>> I changed my .config file to:
>>
>> # cat .config
>> export CONFIG_COMPAT_KERNEL_2_6_33=y
>> export CONFIG_COMPAT_KERNEL_2_6_34=y
>> export CONFIG_COMPAT_KERNEL_2_6_35=y
>> export CONFIG_COMPAT_KERNEL_2_6_36=y
>> export CONFIG_COMPAT_KERNEL_2_6_37=y
>> export CONFIG_COMPAT_KERNEL_2_6_38=y
>> export CONFIG_COMPAT_KERNEL_2_6_39=y
>> export CONFIG_COMPAT_KERNEL_3_0=y
>> export CONFIG_COMPAT_KERNEL_3_1=y
>> export CONFIG_COMPAT_KERNEL_3_2=y
>> export CONFIG_COMPAT_KERNEL_3_3=y
>> export CONFIG_COMPAT_KERNEL_3_4=y
>> export CONFIG_COMPAT_KERNEL_3_5=y
>> export CONFIG_COMPAT_FIRMWARE_CLASS=m
>> export CONFIG_COMPAT_KFIFO=y
>> export CONFIG_IWLWIFI_DEBUG=y
>>
>> And after making the driver I copied the new iwlwifi.ko into /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/. Then I did an rmmod iwlwifi and an modprobe iwlwifi debug=0xffffffff but:
>>
>> # modprobe iwlwifi debug=0xffffffff
>> FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
>>
>> dmesg shows iwlwifi: Unknown parameter `debug'
>>
>>
>>
>>
>>
>> Am 18.04.2012 um 21:33 schrieb Emmanuel Grumbach:
>>
>>> On Wed, Apr 18, 2012 at 22:28, Dominik Feser
>>> <[email protected]> wrote:
>>>> Thumb question but how do I compile the driver with debug support? I think its missing...
>>>> In which file do I have to enable the debug stuff?
>>>>
>>>> # modprobe iwlwifi debug=0xffffffff
>>>> FATAL: Error inserting iwlwifi (/lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
>>>>
>>>>
>>>
>>> You need to enable CONFIG_IWLWIFI_DEBUG in your .config file.
>>>
>>>>
>>>> Am 18.04.2012 um 21:25 schrieb Emmanuel Grumbach:
>>>>
>>>>> On Wed, Apr 18, 2012 at 19:56, Dominik Feser
>>>>> <[email protected]> wrote:
>>>>>> OK, that was the firmware I had tried before. I deleted it because it did not work, too.
>>>>>>
>>>>>> Here is the output you wanted:
>>>>>> # ls /lib/firmware/iwlwifi-6000*
>>>>>> /lib/firmware/iwlwifi-6000g2a-5.ucode
>>>>>>
>>>>>> After copying the firmware there again and rebooting dmesg looks like this:
>>>>>> # dmesg | grep iwl
>>>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>>>>
>>>>>> Still no wlan0 for me...
>>>>>>
>>>>>> Full dmesg:
>>>>>> # dmesg
>>>>>> Reserving virtual address space above 0xff400000
>>>>>> Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
>>>>>> KERNEL supported cpus:
>>>>>> Intel GenuineIntel
>>>>>> AMD AuthenticAMD
>>>>>> NSC Geode by NSC
>>>>>> Cyrix CyrixInstead
>>>>>> Centaur CentaurHauls
>>>>>> Transmeta GenuineTMx86
>>>>>> Transmeta TransmetaCPU
>>>>>> Xen-provided machine memory map:
>>>>>> BIOS: 0000000000000000 - 000000000009a800 (usable)
>>>>>> BIOS: 000000000009a800 - 00000000000a0000 (reserved)
>>>>>> BIOS: 00000000000e0000 - 0000000000100000 (reserved)
>>>>>> BIOS: 0000000000100000 - 0000000020000000 (usable)
>>>>>> BIOS: 0000000020000000 - 0000000020200000 (reserved)
>>>>>> BIOS: 0000000020200000 - 0000000040000000 (usable)
>>>>>> BIOS: 0000000040000000 - 0000000040200000 (reserved)
>>>>>> BIOS: 0000000040200000 - 00000000caa25000 (usable)
>>>>>> BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
>>>>>> BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
>>>>>> BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
>>>>>> BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
>>>>>> BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
>>>>>> BIOS: 00000000cafff000 - 00000000cb000000 (usable)
>>>>>> BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
>>>>>> BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
>>>>>> BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
>>>>>> BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
>>>>>> BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
>>>>>> BIOS: 0000000100000000 - 000000022e000000 (usable)
>>>>>> Xen-provided physical RAM map:
>>>>>> Xen: 0000000000000000 - 000000002f800000 (usable)
>>>>>> DMI 2.6 present.
>>>>>> last_pfn = 0x2f800 max_arch_pfn = 0x10000000
>>>>>> initial memory mapped : 0 - 00000000
>>>>>> init_memory_mapping: 0000000000000000-000000002f800000
>>>>>> NX (Execute Disable) protection: active
>>>>>> 0000000000 - 002f800000 page 4k
>>>>>> kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
>>>>>> RAMDISK: 005f9000 - 00d80e00
>>>>>> ACPI: RSDP 000fe300 00024 (v02 DELL )
>>>>>> ACPI: XSDT caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013)
>>>>>> ACPI: FACP caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013)
>>>>>> ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
>>>>>> ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
>>>>>> ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
>>>>>> ACPI: FACS cafe4e40 00040
>>>>>> ACPI: APIC caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013)
>>>>>> ACPI: TCPA cafe5d18 00032 (v02 00000000 00000000)
>>>>>> ACPI: SSDT caf88a98 002F9 (v01 DELLTP TPM 00003000 INTL 20090903)
>>>>>> ACPI: MCFG cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097)
>>>>>> ACPI: HPET cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003)
>>>>>> ACPI: BOOT cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013)
>>>>>> ACPI: SSDT caf6c018 00888 (v01 PmRef Cpu0Ist 00003000 INTL 20090903)
>>>>>> ACPI: SSDT caf6b018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903)
>>>>>> ACPI: XMAR caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001)
>>>>>> ACPI: SLIC caf75c18 00176 (v03 DELL CBX3 06222004 MSFT 00010013)
>>>>>> 0MB HIGHMEM available.
>>>>>> 760MB LOWMEM available.
>>>>>> mapped low ram: 0 - 2f800000
>>>>>> low ram: 0 - 2f800000
>>>>>> node 0 low ram: 00000000 - 2f000000
>>>>>> node 0 bootmap 00000000 - 00005e00
>>>>>> (5 early reservations) ==> bootmem [0000000000 - 002f000000]
>>>>>> #0 [0000100000 - 00005d8284] TEXT DATA BSS ==> [0000100000 - 00005d8284]
>>>>>> #1 [00005f9000 - 0000e4e000] Xen provided ==> [00005f9000 - 0000e4e000]
>>>>>> #2 [00005d9000 - 00005d91b3] BRK ==> [00005d9000 - 00005d91b3]
>>>>>> #3 [0000e4e000 - 0000fc4000] PGTABLE ==> [0000e4e000 - 0000fc4000]
>>>>>> #4 [0000000000 - 0000006000] BOOTMAP ==> [0000000000 - 0000006000]
>>>>>> found SMP MP-table at [ff3eca70] 000f1a70
>>>>>> Zone PFN ranges:
>>>>>> DMA 0x00000000 -> 0x00001000
>>>>>> Normal 0x00001000 -> 0x0002f800
>>>>>> HighMem 0x0002f800 -> 0x0002f800
>>>>>> Movable zone start PFN for each node
>>>>>> early_node_map[2] active PFN ranges
>>>>>> 0: 0x00000000 -> 0x0002f000
>>>>>> 0: 0x0002f800 -> 0x0002f800
>>>>>> On node 0 totalpages: 192512
>>>>>> free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
>>>>>> DMA zone: 32 pages used for memmap
>>>>>> DMA zone: 0 pages reserved
>>>>>> DMA zone: 4064 pages, LIFO batch:0
>>>>>> Normal zone: 1488 pages used for memmap
>>>>>> Normal zone: 186928 pages, LIFO batch:31
>>>>>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>>>>>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
>>>>>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
>>>>>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
>>>>>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
>>>>>> ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
>>>>>> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
>>>>>> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
>>>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>>>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>>>>>> ACPI: IRQ0 used by override.
>>>>>> ACPI: IRQ2 used by override.
>>>>>> ACPI: IRQ9 used by override.
>>>>>> Using ACPI (MADT) for SMP configuration information
>>>>>> Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
>>>>>> NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
>>>>>> PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
>>>>>> pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
>>>>>> pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
>>>>>> Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
>>>>>> Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190992
>>>>>> Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
>>>>>> PID hash table entries: 4096 (order: 2, 16384 bytes)
>>>>>> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>>>>>> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>>>>>> Enabling fast FPU save and restore... done.
>>>>>> Enabling unmasked SIMD FPU exception support... done.
>>>>>> Initializing CPU#0
>>>>>> Software IO TLB enabled:
>>>>>> Aperture: 64 megabytes
>>>>>> Address size: 28 bits
>>>>>> Kernel range: c17b2000 - c57b2000
>>>>>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>>>>>> Initializing HighMem for node 0 (00000000:00000000)
>>>>>> Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
>>>>>> virtual kernel memory layout:
>>>>>> fixmap : 0xff077000 - 0xff3ff000 (3616 kB)
>>>>>> pkmap : 0xfec00000 - 0xfee00000 (2048 kB)
>>>>>> vmalloc : 0xf0000000 - 0xfebfe000 ( 235 MB)
>>>>>> lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
>>>>>> .init : 0xc04f7000 - 0xc0546000 ( 316 kB)
>>>>>> .data : 0xc0387d67 - 0xc04f66f8 (1466 kB)
>>>>>> .text : 0xc0100000 - 0xc0387d67 (2591 kB)
>>>>>> Checking if this processor honours the WP bit even in supervisor mode...Ok.
>>>>>> Hierarchical RCU implementation.
>>>>>> NR_IRQS:2048
>>>>>> Extended CMOS year: 2000
>>>>>> Xen reported: 2793.780 MHz processor.
>>>>>> Console: colour dummy device 80x25
>>>>>> console [tty0] enabled
>>>>>> console [hvc0] enabled
>>>>>> Calibrating delay using timer specific routine.. 5616.72 BogoMIPS (lpj=28083614)
>>>>>> pid_max: default: 32768 minimum: 301
>>>>>> Security Framework initialized
>>>>>> Mount-cache hash table entries: 512
>>>>>> mce: CPU supports 7 MCE banks
>>>>>> Checking 'hlt' instruction... OK.
>>>>>> SMP alternatives: switching to UP code
>>>>>> ACPI: Core revision 20090903
>>>>>> SMP alternatives: switching to SMP code
>>>>>> Initializing CPU#1
>>>>>> Initializing CPU#2
>>>>>> Brought up 4 CPUs
>>>>>> Initializing CPU#3
>>>>>> Grant table version 2
>>>>>> NET: Registered protocol family 16
>>>>>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>>>>>> ACPI: bus type pci registered
>>>>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>>>>> PCI: Not using MMCONFIG.
>>>>>> PCI: Using configuration type 1 for base access
>>>>>> bio: create slab <bio-0> at 0
>>>>>> ACPI: EC: Look up EC in DSDT
>>>>>> ACPI: BIOS _OSI(Linux) query ignored
>>>>>> ACPI: BIOS _OSI(Linux) query ignored
>>>>>> ACPI: Interpreter enabled
>>>>>> ACPI: (supports S0 S5)
>>>>>> ACPI: Using IOAPIC for interrupt routing
>>>>>> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
>>>>>> PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
>>>>>> PCI: Using MMCONFIG for extended config space
>>>>>> ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
>>>>>> ACPI: No dock devices found.
>>>>>> PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>>>>>> _OSC invalid UUID
>>>>>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>>>>>> pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
>>>>>> pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
>>>>>> pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
>>>>>> pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
>>>>>> pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:16.0: PME# disabled
>>>>>> pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
>>>>>> pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
>>>>>> pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
>>>>>> pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
>>>>>> pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
>>>>>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:19.0: PME# disabled
>>>>>> pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
>>>>>> pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:1a.0: PME# disabled
>>>>>> pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
>>>>>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:1b.0: PME# disabled
>>>>>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:1c.0: PME# disabled
>>>>>> pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:1c.1: PME# disabled
>>>>>> pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:1c.2: PME# disabled
>>>>>> pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:1c.3: PME# disabled
>>>>>> pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:1c.5: PME# disabled
>>>>>> pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
>>>>>> pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:00:1d.0: PME# disabled
>>>>>> pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
>>>>>> pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
>>>>>> pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
>>>>>> pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
>>>>>> pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
>>>>>> pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
>>>>>> pci 0000:00:1f.2: PME# supported from D3hot
>>>>>> pci 0000:00:1f.2: PME# disabled
>>>>>> pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
>>>>>> pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
>>>>>> pci 0000:00:1c.0: PCI bridge to [bus 01-01]
>>>>>> pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
>>>>>> pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
>>>>>> pci 0000:02:00.0: PME# disabled
>>>>>> pci 0000:00:1c.1: PCI bridge to [bus 02-02]
>>>>>> pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
>>>>>> pci 0000:00:1c.2: PCI bridge to [bus 03-08]
>>>>>> pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
>>>>>> pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
>>>>>> pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
>>>>>> pci 0000:00:1c.3: PCI bridge to [bus 09-09]
>>>>>> pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
>>>>>> pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
>>>>>> pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
>>>>>> pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
>>>>>> pci 0000:0a:00.0: supports D1 D2
>>>>>> pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
>>>>>> pci 0000:0a:00.0: PME# disabled
>>>>>> pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
>>>>>> pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
>>>>>> pci 0000:0a:00.1: supports D1 D2
>>>>>> pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
>>>>>> pci 0000:0a:00.1: PME# disabled
>>>>>> pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
>>>>>> pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
>>>>>> pci_bus 0000:00: on NUMA node 0
>>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
>>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
>>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
>>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
>>>>>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
>>>>>> _OSC invalid UUID
>>>>>> ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>>>>> ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>>>>> ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
>>>>>> ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
>>>>>> ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
>>>>>> ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>>>>> ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
>>>>>> ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
>>>>>> xen_mem: Initialising balloon driver.
>>>>>> vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>>>>>> vgaarb: loaded
>>>>>> PCI: Using ACPI for IRQ routing
>>>>>> Switching to clocksource xen
>>>>>> pnp: PnP ACPI init
>>>>>> ACPI: bus type pnp registered
>>>>>> pnp: PnP ACPI: found 13 devices
>>>>>> ACPI: ACPI bus type pnp unregistered
>>>>>> system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
>>>>>> system 00:05: ioport range 0x680-0x69f has been reserved
>>>>>> system 00:05: ioport range 0x1000-0x100f has been reserved
>>>>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>>>>> system 00:05: ioport range 0xffff-0xffff has been reserved
>>>>>> system 00:05: ioport range 0x400-0x47f has been reserved
>>>>>> system 00:05: ioport range 0x500-0x57f has been reserved
>>>>>> system 00:05: ioport range 0x164e-0x164f has been reserved
>>>>>> system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
>>>>>> system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
>>>>>> system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
>>>>>> system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
>>>>>> system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
>>>>>> system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
>>>>>> system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
>>>>>> system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
>>>>>> system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
>>>>>> system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
>>>>>> system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
>>>>>> system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
>>>>>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
>>>>>> pci 0000:00:1c.0: IO window: disabled
>>>>>> pci 0000:00:1c.0: MEM window: disabled
>>>>>> pci 0000:00:1c.0: PREFETCH window: disabled
>>>>>> pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
>>>>>> pci 0000:00:1c.1: IO window: disabled
>>>>>> pci 0000:00:1c.1: MEM window: 0xe2d00000-0xe2dfffff
>>>>>> pci 0000:00:1c.1: PREFETCH window: disabled
>>>>>> pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
>>>>>> pci 0000:00:1c.2: IO window: 0x3000-0x3fff
>>>>>> pci 0000:00:1c.2: MEM window: 0xe2200000-0xe2bfffff
>>>>>> pci 0000:00:1c.2: PREFETCH window: 0x000000e0a00000-0x000000e13fffff
>>>>>> pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
>>>>>> pci 0000:00:1c.3: IO window: 0x2000-0x2fff
>>>>>> pci 0000:00:1c.3: MEM window: 0xe1800000-0xe21fffff
>>>>>> pci 0000:00:1c.3: PREFETCH window: 0x000000e0000000-0x000000e09fffff
>>>>>> pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
>>>>>> pci 0000:00:1c.5: IO window: disabled
>>>>>> pci 0000:00:1c.5: MEM window: 0xe2c00000-0xe2cfffff
>>>>>> pci 0000:00:1c.5: PREFETCH window: disabled
>>>>>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>>>> pci 0000:00:1c.0: setting latency timer to 64
>>>>>> pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>>>> pci 0000:00:1c.1: setting latency timer to 64
>>>>>> pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>>>> pci 0000:00:1c.2: setting latency timer to 64
>>>>>> pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
>>>>>> pci 0000:00:1c.3: setting latency timer to 64
>>>>>> pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>>>> pci 0000:00:1c.5: setting latency timer to 64
>>>>>> pci_bus 0000:00: resource 0 io: [0x00-0xffff]
>>>>>> pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
>>>>>> pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
>>>>>> pci_bus 0000:03: resource 0 io: [0x3000-0x3fff]
>>>>>> pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
>>>>>> pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
>>>>>> pci_bus 0000:09: resource 0 io: [0x2000-0x2fff]
>>>>>> pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
>>>>>> pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
>>>>>> pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
>>>>>> NET: Registered protocol family 2
>>>>>> IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
>>>>>> TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
>>>>>> TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
>>>>>> TCP: Hash tables configured (established 131072 bind 65536)
>>>>>> TCP reno registered
>>>>>> NET: Registered protocol family 1
>>>>>> pci 0000:00:02.0: Boot video device
>>>>>> Trying to unpack rootfs image as initramfs...
>>>>>> Freeing initrd memory: 7711k freed
>>>>>> Simple Boot Flag at 0xf3 set to 0x1
>>>>>> MCE: bind virq for DOM0 logging
>>>>>> MCE_DOM0_LOG: enter dom0 mce vIRQ handler
>>>>>> MCE_DOM0_LOG: No more urgent data
>>>>>> MCE_DOM0_LOG: No more nonurgent data
>>>>>> VFS: Disk quotas dquot_6.5.2
>>>>>> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
>>>>>> msgmni has been set to 379
>>>>>> alg: No test for stdrng (krng)
>>>>>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>>>>>> io scheduler noop registered
>>>>>> io scheduler anticipatory registered
>>>>>> io scheduler deadline registered
>>>>>> io scheduler cfq registered (default)
>>>>>> vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
>>>>>> vesafb: mode is 640x480x16, linelength=1280, pages=0
>>>>>> vesafb: scrolling: redraw
>>>>>> vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
>>>>>> fb0: VESA VGA frame buffer device
>>>>>> floppy0: Unable to grab DMA2 for the floppy driver
>>>>>> floppy0: no floppy controllers found
>>>>>> brd: module loaded
>>>>>> loop: module loaded
>>>>>> Xen virtual console successfully installed as hvc0
>>>>>> Event-channel device installed.
>>>>>> blktap_device_init: blktap device major 253
>>>>>> blktap_ring_init: blktap ring major: 253
>>>>>> netfront: Initialising virtual ethernet driver.
>>>>>> Uniform Multi-Platform E-IDE driver
>>>>>> PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>>>>>> i8042.c: Warning: Keylock active.
>>>>>> serio: i8042 KBD port at 0x60,0x64 irq 1
>>>>>> serio: i8042 AUX port at 0x60,0x64 irq 12
>>>>>> mice: PS/2 mouse device common for all mice
>>>>>> NET: Registered protocol family 17
>>>>>> registered taskstats version 1
>>>>>> input: AT Translated Set 2 keyboard as /class/input/input0
>>>>>> PCI IO multiplexer device installed.
>>>>>> BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
>>>>>> Freeing unused kernel memory: 316k freed
>>>>>> Console: switching to colour frame buffer device 80x30
>>>>>> usbcore: registered new interface driver usbfs
>>>>>> usbcore: registered new interface driver hub
>>>>>> usbcore: registered new device driver usb
>>>>>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>>>>>> ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>>>>>> ehci_hcd 0000:00:1a.0: setting latency timer to 64
>>>>>> ehci_hcd 0000:00:1a.0: EHCI Host Controller
>>>>>> ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
>>>>>> ehci_hcd 0000:00:1a.0: debug port 2
>>>>>> ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
>>>>>> ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
>>>>>> ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
>>>>>> usb usb1: configuration #1 chosen from 1 choice
>>>>>> hub 1-0:1.0: USB hub found
>>>>>> hub 1-0:1.0: 3 ports detected
>>>>>> ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>>> ehci_hcd 0000:00:1d.0: setting latency timer to 64
>>>>>> ehci_hcd 0000:00:1d.0: EHCI Host Controller
>>>>>> ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
>>>>>> ehci_hcd 0000:00:1d.0: debug port 2
>>>>>> ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
>>>>>> ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
>>>>>> ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
>>>>>> usb usb2: configuration #1 chosen from 1 choice
>>>>>> hub 2-0:1.0: USB hub found
>>>>>> hub 2-0:1.0: 3 ports detected
>>>>>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>>>>>> uhci_hcd: USB Universal Host Controller Interface driver
>>>>>> SCSI subsystem initialized
>>>>>> libata version 3.00 loaded.
>>>>>> ahci 0000:00:1f.2: version 3.0
>>>>>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>>>> ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
>>>>>> ahci: SSS flag set, parallel bus scan disabled
>>>>>> ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
>>>>>> ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
>>>>>> ahci 0000:00:1f.2: setting latency timer to 64
>>>>>> scsi0 : ahci
>>>>>> scsi1 : ahci
>>>>>> scsi2 : ahci
>>>>>> scsi3 : ahci
>>>>>> scsi4 : ahci
>>>>>> scsi5 : ahci
>>>>>> ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
>>>>>> ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
>>>>>> ata3: DUMMY
>>>>>> ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
>>>>>> ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
>>>>>> ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
>>>>>> input: PS/2 Generic Mouse as /class/input/input1
>>>>>> usb 1-1: new high speed USB device using ehci_hcd and address 2
>>>>>> usb 1-1: configuration #1 chosen from 1 choice
>>>>>> hub 1-1:1.0: USB hub found
>>>>>> hub 1-1:1.0: 6 ports detected
>>>>>> ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>>>>> usb 2-1: new high speed USB device using ehci_hcd and address 2
>>>>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>>>>> ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
>>>>>> ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>>>>>> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
>>>>>> ata1.00: configured for UDMA/133
>>>>>> scsi 0:0:0:0: Direct-Access ATA ST9500423AS 0002 PQ: 0 ANSI: 5
>>>>>> sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>>>>>> sd 0:0:0:0: [sda] 4096-byte physical blocks
>>>>>> sd 0:0:0:0: [sda] Write Protect is off
>>>>>> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>>>>> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>>>> sda: sda1 sda2 sda3
>>>>>> sd 0:0:0:0: [sda] Attached SCSI disk
>>>>>> usb 2-1: configuration #1 chosen from 1 choice
>>>>>> hub 2-1:1.0: USB hub found
>>>>>> hub 2-1:1.0: 8 ports detected
>>>>>> usb 1-1.4: new full speed USB device using ehci_hcd and address 3
>>>>>> usb 1-1.4: configuration #1 chosen from 1 choice
>>>>>> usb 1-1.5: new high speed USB device using ehci_hcd and address 4
>>>>>> usb 1-1.5: configuration #1 chosen from 1 choice
>>>>>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>>>>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
>>>>>> ata2.00: configured for UDMA/133
>>>>>> scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GU60N A102 PQ: 0 ANSI: 5
>>>>>> usb 2-1.8: new full speed USB device using ehci_hcd and address 3
>>>>>> usb 2-1.8: configuration #0 chosen from 1 choice
>>>>>> usb 2-1.8: config 0 descriptor??
>>>>>> ata4: SATA link down (SStatus 0 SControl 300)
>>>>>> ata5: SATA link down (SStatus 0 SControl 300)
>>>>>> ata6: SATA link down (SStatus 0 SControl 300)
>>>>>> device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
>>>>>> kjournald starting. Commit interval 15 seconds
>>>>>> EXT3-fs: mounted filesystem with ordered data mode.
>>>>>> input: PC Speaker as /class/input/input2
>>>>>> Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
>>>>>> serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>>>>>> 0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
>>>>>> e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
>>>>>> e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
>>>>>> e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
>>>>>> e1000e 0000:00:19.0: setting latency timer to 64
>>>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>>>> rtc_cmos 00:06: RTC can wake from S4
>>>>>> rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
>>>>>> rtc0: alarms up to one year, y3k, 242 bytes nvram
>>>>>> parport_pc 00:08: activated
>>>>>> parport_pc 00:08: reported by Plug and Play ACPI
>>>>>> parport_pc 00:08: disabled
>>>>>> e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
>>>>>> e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
>>>>>> e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
>>>>>> i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>>>>>> ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
>>>>>> ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
>>>>>> ACPI: SSDT cadd7798 00727 (v01 PmRef Cpu0Cst 00003001 INTL 20090903)
>>>>>> ACPI: SSDT cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903)
>>>>>> ACPI: SSDT cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903)
>>>>>> input: Lid Switch as /class/input/input3
>>>>>> ACPI: Lid Switch [LID]
>>>>>> input: Power Button as /class/input/input4
>>>>>> ACPI: Power Button [PBTN]
>>>>>> input: Sleep Button as /class/input/input5
>>>>>> ACPI: Sleep Button [SBTN]
>>>>>> input: Power Button as /class/input/input6
>>>>>> ACPI: Power Button [PWRF]
>>>>>> thermal LNXTHERM:01: registered as thermal_zone0
>>>>>> ACPI: Thermal Zone [THM] (25 C)
>>>>>> sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
>>>>>> Uniform CD-ROM driver Revision: 3.20
>>>>>> sr 1:0:0:0: Attached scsi CD-ROM sr0
>>>>>> Compat-wireless backport release: compat-wireless-v3.4-rc1-2
>>>>>> Backport based on linux-stable.git v3.4-rc1
>>>>>> cfg80211: Calling CRDA to update world regulatory domain
>>>>>> ACPI: AC Adapter [AC] (on-line)
>>>>>> sd 0:0:0:0: Attached scsi generic sg0 type 0
>>>>>> sr 1:0:0:0: Attached scsi generic sg1 type 5
>>>>>> ACPI: Battery Slot [BAT0] (battery present)
>>>>>> ACPI: Battery Slot [BAT1] (battery absent)
>>>>>> ACPI: Battery Slot [BAT2] (battery absent)
>>>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
>>>>>> Copyright(c) 2003-2012 Intel Corporation
>>>>>> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
>>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>>> acpi device:37: registered as cooling_device8
>>>>>> input: Video Bus as /class/input/input7
>>>>>> ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
>>>>>> Non-volatile memory driver v1.3
>>>>>> lp: driver loaded but no devices found
>>>>>> md: Autodetecting RAID arrays.
>>>>>> md: Scanned 0 and added 0 devices.
>>>>>> md: autorun ...
>>>>>> md: ... autorun DONE.
>>>>>> EXT3 FS on sda1, internal journal
>>>>>> ISO 9660 Extensions: Microsoft Joliet Level 3
>>>>>> ISO 9660 Extensions: RRIP_1991A
>>>>>> Adding 524280k swap on /var/swap/swap.001. Priority:-1 extents:137 across:637248k
>>>>>> Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
>>>>>> Microcode Update Driver: v2.00-xen removed.
>>>>>> ip_tables: (C) 2000-2006 Netfilter Core Team
>>>>>> nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
>>>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>>>> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
>>>>>> 802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
>>>>>> All bugs added by David S. Miller <[email protected]>
>>>>>> device xenbr0 entered promiscuous mode
>>>>>> device eth0 entered promiscuous mode
>>>>>> e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
>>>>>> e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
>>>>>> RPC: Registered udp transport module.
>>>>>> RPC: Registered tcp transport module.
>>>>>> RPC: Registered tcp NFSv4.1 backchannel transport module.
>>>>>> warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
>>>>>> suspend: event channel 38
>>>>>> kjournald starting. Commit interval 15 seconds
>>>>>> EXT3 FS on dm-0, internal journal
>>>>>> EXT3-fs: mounted filesystem with ordered data mode.
>>>>>> iwlwifi 0000:02:00.0: ea4b7e1c
>>>>>> iwlwifi 0000:02:00.0: ca253e1c
>>>>>> iwlwifi 0000:02:00.0: ca253de8
>>>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>>>
>>>>>>
>>>>>
>>>>> Ok, can you please set all the debug flags. Since nothing happens here
>>>>> we shouldn't' see that many debug prints:
>>>>>
>>>>> modprobe iwlwifi debug=0xffffffff
>>>>>
>>
>
> modinfo iwlwifi ?
>
> also please used modprobe -r iwlwifi instead of rmmod. It will remove
> also the modules on which iwlwifi depends (mac80211 etc...) While this
> is not critical it is a bit cleaner to me.


2012-04-18 16:56:24

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

OK, that was the firmware I had tried before. I deleted it because it did not work, too.

Here is the output you wanted:
# ls /lib/firmware/iwlwifi-6000*
/lib/firmware/iwlwifi-6000g2a-5.ucode

After copying the firmware there again and rebooting dmesg looks like this:
# dmesg | grep iwl
iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlwifi 0000:02:00.0: setting latency timer to 64
iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
iwlwifi 0000:02:00.0: pci_resource_base = f2478000
iwlwifi 0000:02:00.0: HW Revision ID = 0x34
iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
iwlwifi 0000:02:00.0: ea4b7e1c

Still no wlan0 for me...

Full dmesg:
# dmesg
Reserving virtual address space above 0xff400000
Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
NSC Geode by NSC
Cyrix CyrixInstead
Centaur CentaurHauls
Transmeta GenuineTMx86
Transmeta TransmetaCPU
Xen-provided machine memory map:
BIOS: 0000000000000000 - 000000000009a800 (usable)
BIOS: 000000000009a800 - 00000000000a0000 (reserved)
BIOS: 00000000000e0000 - 0000000000100000 (reserved)
BIOS: 0000000000100000 - 0000000020000000 (usable)
BIOS: 0000000020000000 - 0000000020200000 (reserved)
BIOS: 0000000020200000 - 0000000040000000 (usable)
BIOS: 0000000040000000 - 0000000040200000 (reserved)
BIOS: 0000000040200000 - 00000000caa25000 (usable)
BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
BIOS: 00000000cafff000 - 00000000cb000000 (usable)
BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
BIOS: 0000000100000000 - 000000022e000000 (usable)
Xen-provided physical RAM map:
Xen: 0000000000000000 - 000000002f800000 (usable)
DMI 2.6 present.
last_pfn = 0x2f800 max_arch_pfn = 0x10000000
initial memory mapped : 0 - 00000000
init_memory_mapping: 0000000000000000-000000002f800000
NX (Execute Disable) protection: active
0000000000 - 002f800000 page 4k
kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
RAMDISK: 005f9000 - 00d80e00
ACPI: RSDP 000fe300 00024 (v02 DELL )
ACPI: XSDT caffde18 0007C (v01 DELL CBX3 06222004 MSFT 00010013)
ACPI: FACP caf87d98 000F4 (v04 DELL CBX3 06222004 MSFT 00010013)
ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
ACPI: FACS cafe4e40 00040
ACPI: APIC caffcf18 000CC (v02 DELL CBX3 06222004 MSFT 00010013)
ACPI: TCPA cafe5d18 00032 (v02 00000000 00000000)
ACPI: SSDT caf88a98 002F9 (v01 DELLTP TPM 00003000 INTL 20090903)
ACPI: MCFG cafe5c98 0003C (v01 DELL SNDYBRDG 06222004 MSFT 00000097)
ACPI: HPET cafe5c18 00038 (v01 A M I PCHHPET 06222004 AMI. 00000003)
ACPI: BOOT cafe5b98 00028 (v01 DELL CBX3 06222004 AMI 00010013)
ACPI: SSDT caf6c018 00888 (v01 PmRef Cpu0Ist 00003000 INTL 20090903)
ACPI: SSDT caf6b018 00996 (v01 PmRef CpuPm 00003000 INTL 20090903)
ACPI: XMAR caf87c18 000E8 (v01 INTEL SNB 00000001 INTL 00000001)
ACPI: SLIC caf75c18 00176 (v03 DELL CBX3 06222004 MSFT 00010013)
0MB HIGHMEM available.
760MB LOWMEM available.
mapped low ram: 0 - 2f800000
low ram: 0 - 2f800000
node 0 low ram: 00000000 - 2f000000
node 0 bootmap 00000000 - 00005e00
(5 early reservations) ==> bootmem [0000000000 - 002f000000]
#0 [0000100000 - 00005d8284] TEXT DATA BSS ==> [0000100000 - 00005d8284]
#1 [00005f9000 - 0000e4e000] Xen provided ==> [00005f9000 - 0000e4e000]
#2 [00005d9000 - 00005d91b3] BRK ==> [00005d9000 - 00005d91b3]
#3 [0000e4e000 - 0000fc4000] PGTABLE ==> [0000e4e000 - 0000fc4000]
#4 [0000000000 - 0000006000] BOOTMAP ==> [0000000000 - 0000006000]
found SMP MP-table at [ff3eca70] 000f1a70
Zone PFN ranges:
DMA 0x00000000 -> 0x00001000
Normal 0x00001000 -> 0x0002f800
HighMem 0x0002f800 -> 0x0002f800
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
0: 0x00000000 -> 0x0002f000
0: 0x0002f800 -> 0x0002f800
On node 0 totalpages: 192512
free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1488 pages used for memmap
Normal zone: 186928 pages, LIFO batch:31
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190992
Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
Software IO TLB enabled:
Aperture: 64 megabytes
Address size: 28 bits
Kernel range: c17b2000 - c57b2000
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Initializing HighMem for node 0 (00000000:00000000)
Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xff077000 - 0xff3ff000 (3616 kB)
pkmap : 0xfec00000 - 0xfee00000 (2048 kB)
vmalloc : 0xf0000000 - 0xfebfe000 ( 235 MB)
lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
.init : 0xc04f7000 - 0xc0546000 ( 316 kB)
.data : 0xc0387d67 - 0xc04f66f8 (1466 kB)
.text : 0xc0100000 - 0xc0387d67 (2591 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
Hierarchical RCU implementation.
NR_IRQS:2048
Extended CMOS year: 2000
Xen reported: 2793.780 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
console [hvc0] enabled
Calibrating delay using timer specific routine.. 5616.72 BogoMIPS (lpj=28083614)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Mount-cache hash table entries: 512
mce: CPU supports 7 MCE banks
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20090903
SMP alternatives: switching to SMP code
Initializing CPU#1
Initializing CPU#2
Brought up 4 CPUs
Initializing CPU#3
Grant table version 2
NET: Registered protocol family 16
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
PCI: Not using MMCONFIG.
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: BIOS _OSI(Linux) query ignored
ACPI: Interpreter enabled
ACPI: (supports S0 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
ACPI: No dock devices found.
PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
_OSC invalid UUID
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
pci 0000:00:16.0: PME# disabled
pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.0: PME# disabled
pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: PME# disabled
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PME# disabled
pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
pci 0000:00:1c.0: PCI bridge to [bus 01-01]
pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
pci 0000:02:00.0: PME# disabled
pci 0000:00:1c.1: PCI bridge to [bus 02-02]
pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
pci 0000:00:1c.2: PCI bridge to [bus 03-08]
pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
pci 0000:00:1c.3: PCI bridge to [bus 09-09]
pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
pci 0000:0a:00.0: supports D1 D2
pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:0a:00.0: PME# disabled
pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
pci 0000:0a:00.1: supports D1 D2
pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:0a:00.1: PME# disabled
pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
_OSC invalid UUID
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
xen_mem: Initialising balloon driver.
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
PCI: Using ACPI for IRQ routing
Switching to clocksource xen
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
system 00:05: ioport range 0x680-0x69f has been reserved
system 00:05: ioport range 0x1000-0x100f has been reserved
system 00:05: ioport range 0xffff-0xffff has been reserved
system 00:05: ioport range 0xffff-0xffff has been reserved
system 00:05: ioport range 0x400-0x47f has been reserved
system 00:05: ioport range 0x500-0x57f has been reserved
system 00:05: ioport range 0x164e-0x164f has been reserved
system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
pci 0000:00:1c.0: IO window: disabled
pci 0000:00:1c.0: MEM window: disabled
pci 0000:00:1c.0: PREFETCH window: disabled
pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.1: IO window: disabled
pci 0000:00:1c.1: MEM window: 0xe2d00000-0xe2dfffff
pci 0000:00:1c.1: PREFETCH window: disabled
pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
pci 0000:00:1c.2: IO window: 0x3000-0x3fff
pci 0000:00:1c.2: MEM window: 0xe2200000-0xe2bfffff
pci 0000:00:1c.2: PREFETCH window: 0x000000e0a00000-0x000000e13fffff
pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
pci 0000:00:1c.3: IO window: 0x2000-0x2fff
pci 0000:00:1c.3: MEM window: 0xe1800000-0xe21fffff
pci 0000:00:1c.3: PREFETCH window: 0x000000e0000000-0x000000e09fffff
pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
pci 0000:00:1c.5: IO window: disabled
pci 0000:00:1c.5: MEM window: 0xe2c00000-0xe2cfffff
pci 0000:00:1c.5: PREFETCH window: disabled
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.5: setting latency timer to 64
pci_bus 0000:00: resource 0 io: [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
pci_bus 0000:03: resource 0 io: [0x3000-0x3fff]
pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
pci_bus 0000:09: resource 0 io: [0x2000-0x2fff]
pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:00:02.0: Boot video device
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 7711k freed
Simple Boot Flag at 0xf3 set to 0x1
MCE: bind virq for DOM0 logging
MCE_DOM0_LOG: enter dom0 mce vIRQ handler
MCE_DOM0_LOG: No more urgent data
MCE_DOM0_LOG: No more nonurgent data
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 379
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
vesafb: mode is 640x480x16, linelength=1280, pages=0
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
fb0: VESA VGA frame buffer device
floppy0: Unable to grab DMA2 for the floppy driver
floppy0: no floppy controllers found
brd: module loaded
loop: module loaded
Xen virtual console successfully installed as hvc0
Event-channel device installed.
blktap_device_init: blktap device major 253
blktap_ring_init: blktap ring major: 253
netfront: Initialising virtual ethernet driver.
Uniform Multi-Platform E-IDE driver
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Warning: Keylock active.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 17
registered taskstats version 1
input: AT Translated Set 2 keyboard as /class/input/input0
PCI IO multiplexer device installed.
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
Freeing unused kernel memory: 316k freed
Console: switching to colour frame buffer device 80x30
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ehci_hcd 0000:00:1a.0: setting latency timer to 64
ehci_hcd 0000:00:1a.0: EHCI Host Controller
ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.0: debug port 2
ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ehci_hcd 0000:00:1d.0: setting latency timer to 64
ehci_hcd 0000:00:1d.0: EHCI Host Controller
ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.0: debug port 2
ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
SCSI subsystem initialized
libata version 3.00 loaded.
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
ahci: SSS flag set, parallel bus scan disabled
ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
ata3: DUMMY
ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
input: PS/2 Generic Mouse as /class/input/input1
usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 6 ports detected
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
usb 2-1: new high speed USB device using ehci_hcd and address 2
ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access ATA ST9500423AS 0002 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 0:0:0:0: [sda] 4096-byte physical blocks
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
usb 2-1: configuration #1 chosen from 1 choice
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 8 ports detected
usb 1-1.4: new full speed USB device using ehci_hcd and address 3
usb 1-1.4: configuration #1 chosen from 1 choice
usb 1-1.5: new high speed USB device using ehci_hcd and address 4
usb 1-1.5: configuration #1 chosen from 1 choice
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
ata2.00: configured for UDMA/133
scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GU60N A102 PQ: 0 ANSI: 5
usb 2-1.8: new full speed USB device using ehci_hcd and address 3
usb 2-1.8: configuration #0 chosen from 1 choice
usb 2-1.8: config 0 descriptor??
ata4: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
kjournald starting. Commit interval 15 seconds
EXT3-fs: mounted filesystem with ordered data mode.
input: PC Speaker as /class/input/input2
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
e1000e 0000:00:19.0: setting latency timer to 64
e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
rtc_cmos 00:06: RTC can wake from S4
rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 242 bytes nvram
parport_pc 00:08: activated
parport_pc 00:08: reported by Plug and Play ACPI
parport_pc 00:08: disabled
e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
ACPI: SSDT cadd7798 00727 (v01 PmRef Cpu0Cst 00003001 INTL 20090903)
ACPI: SSDT cadd8a98 00303 (v01 PmRef ApIst 00003000 INTL 20090903)
ACPI: SSDT cadd6d98 00119 (v01 PmRef ApCst 00003000 INTL 20090903)
input: Lid Switch as /class/input/input3
ACPI: Lid Switch [LID]
input: Power Button as /class/input/input4
ACPI: Power Button [PBTN]
input: Sleep Button as /class/input/input5
ACPI: Sleep Button [SBTN]
input: Power Button as /class/input/input6
ACPI: Power Button [PWRF]
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THM] (25 C)
sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
Compat-wireless backport release: compat-wireless-v3.4-rc1-2
Backport based on linux-stable.git v3.4-rc1
cfg80211: Calling CRDA to update world regulatory domain
ACPI: AC Adapter [AC] (on-line)
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 1:0:0:0: Attached scsi generic sg1 type 5
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Battery Slot [BAT1] (battery absent)
ACPI: Battery Slot [BAT2] (battery absent)
Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
Copyright(c) 2003-2012 Intel Corporation
iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlwifi 0000:02:00.0: setting latency timer to 64
iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
iwlwifi 0000:02:00.0: pci_resource_base = f2478000
iwlwifi 0000:02:00.0: HW Revision ID = 0x34
iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
acpi device:37: registered as cooling_device8
input: Video Bus as /class/input/input7
ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
Non-volatile memory driver v1.3
lp: driver loaded but no devices found
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
EXT3 FS on sda1, internal journal
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
Adding 524280k swap on /var/swap/swap.001. Priority:-1 extents:137 across:637248k
Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
Microcode Update Driver: v2.00-xen removed.
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
All bugs added by David S. Miller <[email protected]>
device xenbr0 entered promiscuous mode
device eth0 entered promiscuous mode
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
suspend: event channel 38
kjournald starting. Commit interval 15 seconds
EXT3 FS on dm-0, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
iwlwifi 0000:02:00.0: ea4b7e1c
iwlwifi 0000:02:00.0: ca253e1c
iwlwifi 0000:02:00.0: ca253de8
iwlwifi 0000:02:00.0: PCI INT A disabled


Am 18.04.2012 um 18:37 schrieb Emmanuel Grumbach:

> On Wed, Apr 18, 2012 at 17:39, Dominik Feser
> <[email protected]> wrote:
>> There it is:
>>
>> # lspci -x -s 02:00
>> 02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
>> 00: 86 80 82 00 02 00 10 00 34 00 80 02 10 00 00 00
>> 10: 04 00 d0 e2 00 00 00 00 00 00 00 00 00 00 00 00
>> 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 21 13
>> 30: 00 00 00 00 c8 00 00 00 00 00 00 00 0a 01 00 00
>>
>
> Ok, you need a fw whose name is iwlwifi-6000g2a-*
>
> can you send the output of
>
> ls /lib/firmware iwlwifi-6000g2a-*
>
>
> thanks


2012-04-24 15:34:34

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Tue, Apr 24, 2012 at 15:45, Sedat Dilek <[email protected]> wrote:
> On Tue, Apr 24, 2012 at 2:29 PM, Dominik Feser
> <[email protected]> wrote:
>> What does that mean?
>>
>
> Pickup the patch from [2], apply it against a recent compat-wireless
> version, build and test.
> Report here again.
>

Pretty sure it won't help. True, we were trying to request the wrong
fw, but then we requested (and got) the good one, so that the only
effect was that load time was longer that it could be. But here, we
can't even get anything working. And the prints don't made it to
kernel log properly

> - Sedat -
>
>>
>> Am 24.04.2012 um 14:07 schrieb Sedat Dilek:
>>
>>> On Tue, Apr 24, 2012 at 1:50 PM, Pat Erley <[email protected]> wrote:
>>>> Try a newer compat-wireless. ?I saw mention of a patch on this ML
>>>> that iwlwifi was looking for firmwares that aren't available yet.
>>>>
>>>> Specifically, it wants a -6 ucode, where you have -5. ?I'm not
>>>> sure if this has been merged upstream yet.
>>>>
>>>
>>> No, pending for upstream and linux-stable GIT, see [1] and especially
>>> "iwlwifi: use correct released ucode version" [2].
>>>
>>> - Sedat -
>>>
>>> [1] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=shortlog;h=refs/heads/wireless
>>> [2] http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=patch;h=462156fac4d69483c1d54c6218d019681da8ad74
>>

2012-04-18 19:26:01

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Wed, Apr 18, 2012 at 19:56, Dominik Feser
<[email protected]> wrote:
> OK, that was the firmware I had tried before. I deleted it because it did not work, too.
>
> Here is the output you wanted:
> # ls /lib/firmware/iwlwifi-6000*
> /lib/firmware/iwlwifi-6000g2a-5.ucode
>
> After copying the firmware there again and rebooting dmesg looks like this:
> # dmesg | grep iwl
> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> iwlwifi 0000:02:00.0: setting latency timer to 64
> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
> iwlwifi 0000:02:00.0: ea4b7e1c
>
> Still no wlan0 for me...
>
> Full dmesg:
> # dmesg
> Reserving virtual address space above 0xff400000
> Linux version 2.6.32.12-0.7.1 (geeko@buildhost) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #6 SMP Mon Apr 16 19:31:06 EDT 2012
> KERNEL supported cpus:
> ?Intel GenuineIntel
> ?AMD AuthenticAMD
> ?NSC Geode by NSC
> ?Cyrix CyrixInstead
> ?Centaur CentaurHauls
> ?Transmeta GenuineTMx86
> ?Transmeta TransmetaCPU
> Xen-provided machine memory map:
> ?BIOS: 0000000000000000 - 000000000009a800 (usable)
> ?BIOS: 000000000009a800 - 00000000000a0000 (reserved)
> ?BIOS: 00000000000e0000 - 0000000000100000 (reserved)
> ?BIOS: 0000000000100000 - 0000000020000000 (usable)
> ?BIOS: 0000000020000000 - 0000000020200000 (reserved)
> ?BIOS: 0000000020200000 - 0000000040000000 (usable)
> ?BIOS: 0000000040000000 - 0000000040200000 (reserved)
> ?BIOS: 0000000040200000 - 00000000caa25000 (usable)
> ?BIOS: 00000000caa25000 - 00000000caa69000 (reserved)
> ?BIOS: 00000000caa69000 - 00000000cadb7000 (usable)
> ?BIOS: 00000000cadb7000 - 00000000cade7000 (reserved)
> ?BIOS: 00000000cade7000 - 00000000cafe7000 (ACPI NVS)
> ?BIOS: 00000000cafe7000 - 00000000cafff000 (ACPI data)
> ?BIOS: 00000000cafff000 - 00000000cb000000 (usable)
> ?BIOS: 00000000cb800000 - 00000000cfa00000 (reserved)
> ?BIOS: 00000000fec00000 - 00000000fec01000 (reserved)
> ?BIOS: 00000000fed1c000 - 00000000fed20000 (reserved)
> ?BIOS: 00000000fee00000 - 00000000fee01000 (reserved)
> ?BIOS: 00000000ffc00000 - 00000000ffc20000 (reserved)
> ?BIOS: 0000000100000000 - 000000022e000000 (usable)
> Xen-provided physical RAM map:
> ?Xen: 0000000000000000 - 000000002f800000 (usable)
> DMI 2.6 present.
> last_pfn = 0x2f800 max_arch_pfn = 0x10000000
> initial memory mapped : 0 - 00000000
> init_memory_mapping: 0000000000000000-000000002f800000
> NX (Execute Disable) protection: active
> ?0000000000 - 002f800000 page 4k
> kernel direct mapping tables up to 2f800000 @ e4e000-fcf000
> RAMDISK: 005f9000 - 00d80e00
> ACPI: RSDP 000fe300 00024 (v02 DELL ?)
> ACPI: XSDT caffde18 0007C (v01 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
> ACPI: FACP caf87d98 000F4 (v04 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
> ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
> ACPI Warning: 32/64X FACS address mismatch in FADT - CAFE4E40/00000000CAFE4D40, using 32 (20090903/tbfadt-486)
> ACPI: DSDT caf55018 087F6 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
> ACPI: FACS cafe4e40 00040
> ACPI: APIC caffcf18 000CC (v02 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
> ACPI: TCPA cafe5d18 00032 (v02 ? ? ? ? ? ? ? ? 00000000 ? ? ?00000000)
> ACPI: SSDT caf88a98 002F9 (v01 DELLTP ? ? ?TPM 00003000 INTL 20090903)
> ACPI: MCFG cafe5c98 0003C (v01 DELL ? SNDYBRDG 06222004 MSFT 00000097)
> ACPI: HPET cafe5c18 00038 (v01 A M I ? PCHHPET 06222004 AMI. 00000003)
> ACPI: BOOT cafe5b98 00028 (v01 DELL ? CBX3 ? ? 06222004 AMI ?00010013)
> ACPI: SSDT caf6c018 00888 (v01 ?PmRef ?Cpu0Ist 00003000 INTL 20090903)
> ACPI: SSDT caf6b018 00996 (v01 ?PmRef ? ?CpuPm 00003000 INTL 20090903)
> ACPI: XMAR caf87c18 000E8 (v01 INTEL ? ? ?SNB ?00000001 INTL 00000001)
> ACPI: SLIC caf75c18 00176 (v03 DELL ? ?CBX3 ? ?06222004 MSFT 00010013)
> 0MB HIGHMEM available.
> 760MB LOWMEM available.
> ?mapped low ram: 0 - 2f800000
> ?low ram: 0 - 2f800000
> ?node 0 low ram: 00000000 - 2f000000
> ?node 0 bootmap 00000000 - 00005e00
> (5 early reservations) ==> bootmem [0000000000 - 002f000000]
> ?#0 [0000100000 - 00005d8284] ? ?TEXT DATA BSS ==> [0000100000 - 00005d8284]
> ?#1 [00005f9000 - 0000e4e000] ? ? Xen provided ==> [00005f9000 - 0000e4e000]
> ?#2 [00005d9000 - 00005d91b3] ? ? ? ? ? ? ?BRK ==> [00005d9000 - 00005d91b3]
> ?#3 [0000e4e000 - 0000fc4000] ? ? ? ? ?PGTABLE ==> [0000e4e000 - 0000fc4000]
> ?#4 [0000000000 - 0000006000] ? ? ? ? ?BOOTMAP ==> [0000000000 - 0000006000]
> found SMP MP-table at [ff3eca70] 000f1a70
> Zone PFN ranges:
> ?DMA ? ? ?0x00000000 -> 0x00001000
> ?Normal ? 0x00001000 -> 0x0002f800
> ?HighMem ?0x0002f800 -> 0x0002f800
> Movable zone start PFN for each node
> early_node_map[2] active PFN ranges
> ? ?0: 0x00000000 -> 0x0002f000
> ? ?0: 0x0002f800 -> 0x0002f800
> On node 0 totalpages: 192512
> free_area_init_node: node 0, pgdat c04ef300, node_mem_map c1002000
> ?DMA zone: 32 pages used for memmap
> ?DMA zone: 0 pages reserved
> ?DMA zone: 4064 pages, LIFO batch:0
> ?Normal zone: 1488 pages used for memmap
> ?Normal zone: 186928 pages, LIFO batch:31
> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
> ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
> ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
> ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
> ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
> ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
> ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
> ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
> ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> ACPI: IRQ0 used by override.
> ACPI: IRQ2 used by override.
> ACPI: IRQ9 used by override.
> Using ACPI (MADT) for SMP configuration information
> Allocating PCI resources starting at cfa00000 (gap: cfa00000:2f200000)
> NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
> PERCPU: Embedded 9 pages/cpu @c16b9000 s13720 r0 d23144 u65536
> pcpu-alloc: s13720 r0 d23144 u65536 alloc=16*4096
> pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
> Swapping MFNs for PFN 544 and 16bb (MFN c9544 and c9f33)
> Built 1 zonelists in Zone order, mobility grouping on. ?Total pages: 190992
> Kernel command line: root=LABEL=root-hwkkxaxy ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash
> PID hash table entries: 4096 (order: 2, 16384 bytes)
> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
> Enabling fast FPU save and restore... done.
> Enabling unmasked SIMD FPU exception support... done.
> Initializing CPU#0
> Software IO TLB enabled:
> ?Aperture: ? ? 64 megabytes
> ?Address size: 28 bits
> ?Kernel range: c17b2000 - c57b2000
> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> Initializing HighMem for node 0 (00000000:00000000)
> Memory: 681820k/778240k available (2591k kernel code, 88012k reserved, 1466k data, 316k init, 0k highmem)
> virtual kernel memory layout:
> ? ?fixmap ?: 0xff077000 - 0xff3ff000 ? (3616 kB)
> ? ?pkmap ? : 0xfec00000 - 0xfee00000 ? (2048 kB)
> ? ?vmalloc : 0xf0000000 - 0xfebfe000 ? ( 235 MB)
> ? ?lowmem ?: 0xc0000000 - 0xef800000 ? ( 760 MB)
> ? ? ?.init : 0xc04f7000 - 0xc0546000 ? ( 316 kB)
> ? ? ?.data : 0xc0387d67 - 0xc04f66f8 ? (1466 kB)
> ? ? ?.text : 0xc0100000 - 0xc0387d67 ? (2591 kB)
> Checking if this processor honours the WP bit even in supervisor mode...Ok.
> Hierarchical RCU implementation.
> NR_IRQS:2048
> Extended CMOS year: 2000
> Xen reported: 2793.780 MHz processor.
> Console: colour dummy device 80x25
> console [tty0] enabled
> console [hvc0] enabled
> Calibrating delay using timer specific routine.. 5616.72 BogoMIPS (lpj=28083614)
> pid_max: default: 32768 minimum: 301
> Security Framework initialized
> Mount-cache hash table entries: 512
> mce: CPU supports 7 MCE banks
> Checking 'hlt' instruction... OK.
> SMP alternatives: switching to UP code
> ACPI: Core revision 20090903
> SMP alternatives: switching to SMP code
> Initializing CPU#1
> Initializing CPU#2
> Brought up 4 CPUs
> Initializing CPU#3
> Grant table version 2
> NET: Registered protocol family 16
> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> ACPI: bus type pci registered
> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
> PCI: Not using MMCONFIG.
> PCI: Using configuration type 1 for base access
> bio: create slab <bio-0> at 0
> ACPI: EC: Look up EC in DSDT
> ACPI: BIOS _OSI(Linux) query ignored
> ACPI: BIOS _OSI(Linux) query ignored
> ACPI: Interpreter enabled
> ACPI: (supports S0 S5)
> ACPI: Using IOAPIC for interrupt routing
> PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
> PCI: MCFG area at f8000000 reserved in ACPI motherboard resources
> PCI: Using MMCONFIG for extended config space
> ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
> ACPI: No dock devices found.
> PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
> _OSC invalid UUID
> ACPI: PCI Root Bridge [PCI0] (0000:00)
> pci 0000:00:02.0: reg 10 64bit mmio: [0xe1400000-0xe17fffff]
> pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff]
> pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
> pci 0000:00:16.0: reg 10 64bit mmio: [0xe2eb0000-0xe2eb000f]
> pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:16.0: PME# disabled
> pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
> pci 0000:00:16.3: reg 14 32bit mmio: [0xe2e90000-0xe2e90fff]
> pci 0000:00:19.0: reg 10 32bit mmio: [0xe2e00000-0xe2e1ffff]
> pci 0000:00:19.0: reg 14 32bit mmio: [0xe2e80000-0xe2e80fff]
> pci 0000:00:19.0: reg 18 io port: [0x4080-0x409f]
> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:19.0: PME# disabled
> pci 0000:00:1a.0: reg 10 32bit mmio: [0xe2e70000-0xe2e703ff]
> pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1a.0: PME# disabled
> pci 0000:00:1b.0: reg 10 64bit mmio: [0xe2e60000-0xe2e63fff]
> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1b.0: PME# disabled
> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1c.0: PME# disabled
> pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
> pci 0000:00:1c.1: PME# disabled
> pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
> pci 0000:00:1c.2: PME# disabled
> pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
> pci 0000:00:1c.3: PME# disabled
> pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
> pci 0000:00:1c.5: PME# disabled
> pci 0000:00:1d.0: reg 10 32bit mmio: [0xe2e50000-0xe2e503ff]
> pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1d.0: PME# disabled
> pci 0000:00:1f.2: reg 10 io port: [0x40d0-0x40d7]
> pci 0000:00:1f.2: reg 14 io port: [0x40c0-0x40c3]
> pci 0000:00:1f.2: reg 18 io port: [0x40b0-0x40b7]
> pci 0000:00:1f.2: reg 1c io port: [0x40a0-0x40a3]
> pci 0000:00:1f.2: reg 20 io port: [0x4060-0x407f]
> pci 0000:00:1f.2: reg 24 32bit mmio: [0xe2e40000-0xe2e407ff]
> pci 0000:00:1f.2: PME# supported from D3hot
> pci 0000:00:1f.2: PME# disabled
> pci 0000:00:1f.3: reg 10 64bit mmio: [0xe2e30000-0xe2e300ff]
> pci 0000:00:1f.3: reg 20 io port: [0x4040-0x405f]
> pci 0000:00:1c.0: PCI bridge to [bus 01-01]
> pci 0000:02:00.0: reg 10 64bit mmio: [0xe2d00000-0xe2d01fff]
> pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
> pci 0000:02:00.0: PME# disabled
> pci 0000:00:1c.1: PCI bridge to [bus 02-02]
> pci 0000:00:1c.1: bridge 32bit mmio: [0xe2d00000-0xe2dfffff]
> pci 0000:00:1c.2: PCI bridge to [bus 03-08]
> pci 0000:00:1c.2: bridge io port: [0x3000-0x3fff]
> pci 0000:00:1c.2: bridge 32bit mmio: [0xe2200000-0xe2bfffff]
> pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe0a00000-0xe13fffff]
> pci 0000:00:1c.3: PCI bridge to [bus 09-09]
> pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
> pci 0000:00:1c.3: bridge 32bit mmio: [0xe1800000-0xe21fffff]
> pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe0000000-0xe09fffff]
> pci 0000:0a:00.0: reg 10 32bit mmio: [0xe2c20000-0xe2c201ff]
> pci 0000:0a:00.0: supports D1 D2
> pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
> pci 0000:0a:00.0: PME# disabled
> pci 0000:0a:00.1: reg 10 32bit mmio: [0xe2c10000-0xe2c10fff]
> pci 0000:0a:00.1: reg 18 32bit mmio: [0xe2c00000-0xe2c007ff]
> pci 0000:0a:00.1: supports D1 D2
> pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
> pci 0000:0a:00.1: PME# disabled
> pci 0000:00:1c.5: PCI bridge to [bus 0a-0a]
> pci 0000:00:1c.5: bridge 32bit mmio: [0xe2c00000-0xe2cfffff]
> pci_bus 0000:00: on NUMA node 0
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
> _OSC invalid UUID
> ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
> ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
> ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
> ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
> ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
> ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
> ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
> xen_mem: Initialising balloon driver.
> vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> vgaarb: loaded
> PCI: Using ACPI for IRQ routing
> Switching to clocksource xen
> pnp: PnP ACPI init
> ACPI: bus type pnp registered
> pnp: PnP ACPI: found 13 devices
> ACPI: ACPI bus type pnp unregistered
> system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
> system 00:05: ioport range 0x680-0x69f has been reserved
> system 00:05: ioport range 0x1000-0x100f has been reserved
> system 00:05: ioport range 0xffff-0xffff has been reserved
> system 00:05: ioport range 0xffff-0xffff has been reserved
> system 00:05: ioport range 0x400-0x47f has been reserved
> system 00:05: ioport range 0x500-0x57f has been reserved
> system 00:05: ioport range 0x164e-0x164f has been reserved
> system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
> system 00:0a: iomem range 0xfed10000-0xfed17fff has been reserved
> system 00:0a: iomem range 0xfed18000-0xfed18fff has been reserved
> system 00:0a: iomem range 0xfed19000-0xfed19fff has been reserved
> system 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
> system 00:0a: iomem range 0xfed20000-0xfed3ffff has been reserved
> system 00:0a: iomem range 0xfed90000-0xfed93fff has been reserved
> system 00:0a: iomem range 0xfed45000-0xfed8ffff has been reserved
> system 00:0a: iomem range 0xff000000-0xffffffff could not be reserved
> system 00:0a: iomem range 0xfee00000-0xfeefffff could not be reserved
> system 00:0c: iomem range 0x20000000-0x201fffff has been reserved
> system 00:0c: iomem range 0x40000000-0x401fffff has been reserved
> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
> pci 0000:00:1c.0: ? IO window: disabled
> pci 0000:00:1c.0: ? MEM window: disabled
> pci 0000:00:1c.0: ? PREFETCH window: disabled
> pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
> pci 0000:00:1c.1: ? IO window: disabled
> pci 0000:00:1c.1: ? MEM window: 0xe2d00000-0xe2dfffff
> pci 0000:00:1c.1: ? PREFETCH window: disabled
> pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
> pci 0000:00:1c.2: ? IO window: 0x3000-0x3fff
> pci 0000:00:1c.2: ? MEM window: 0xe2200000-0xe2bfffff
> pci 0000:00:1c.2: ? PREFETCH window: 0x000000e0a00000-0x000000e13fffff
> pci 0000:00:1c.3: PCI bridge, secondary bus 0000:09
> pci 0000:00:1c.3: ? IO window: 0x2000-0x2fff
> pci 0000:00:1c.3: ? MEM window: 0xe1800000-0xe21fffff
> pci 0000:00:1c.3: ? PREFETCH window: 0x000000e0000000-0x000000e09fffff
> pci 0000:00:1c.5: PCI bridge, secondary bus 0000:0a
> pci 0000:00:1c.5: ? IO window: disabled
> pci 0000:00:1c.5: ? MEM window: 0xe2c00000-0xe2cfffff
> pci 0000:00:1c.5: ? PREFETCH window: disabled
> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> pci 0000:00:1c.0: setting latency timer to 64
> pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
> pci 0000:00:1c.1: setting latency timer to 64
> pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> pci 0000:00:1c.2: setting latency timer to 64
> pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
> pci 0000:00:1c.3: setting latency timer to 64
> pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
> pci 0000:00:1c.5: setting latency timer to 64
> pci_bus 0000:00: resource 0 io: ?[0x00-0xffff]
> pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
> pci_bus 0000:02: resource 1 mem: [0xe2d00000-0xe2dfffff]
> pci_bus 0000:03: resource 0 io: ?[0x3000-0x3fff]
> pci_bus 0000:03: resource 1 mem: [0xe2200000-0xe2bfffff]
> pci_bus 0000:03: resource 2 pref mem [0xe0a00000-0xe13fffff]
> pci_bus 0000:09: resource 0 io: ?[0x2000-0x2fff]
> pci_bus 0000:09: resource 1 mem: [0xe1800000-0xe21fffff]
> pci_bus 0000:09: resource 2 pref mem [0xe0000000-0xe09fffff]
> pci_bus 0000:0a: resource 1 mem: [0xe2c00000-0xe2cfffff]
> NET: Registered protocol family 2
> IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
> TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
> TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
> TCP: Hash tables configured (established 131072 bind 65536)
> TCP reno registered
> NET: Registered protocol family 1
> pci 0000:00:02.0: Boot video device
> Trying to unpack rootfs image as initramfs...
> Freeing initrd memory: 7711k freed
> Simple Boot Flag at 0xf3 set to 0x1
> MCE: bind virq for DOM0 logging
> MCE_DOM0_LOG: enter dom0 mce vIRQ handler
> MCE_DOM0_LOG: No more urgent data
> MCE_DOM0_LOG: No more nonurgent data
> VFS: Disk quotas dquot_6.5.2
> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> msgmni has been set to 379
> alg: No test for stdrng (krng)
> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
> io scheduler noop registered
> io scheduler anticipatory registered
> io scheduler deadline registered
> io scheduler cfq registered (default)
> vesafb: framebuffer at 0xd0000000, mapped to 0xf0080000, using 1200k, total 65472k
> vesafb: mode is 640x480x16, linelength=1280, pages=0
> vesafb: scrolling: redraw
> vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
> fb0: VESA VGA frame buffer device
> floppy0: Unable to grab DMA2 for the floppy driver
> floppy0: no floppy controllers found
> brd: module loaded
> loop: module loaded
> Xen virtual console successfully installed as hvc0
> Event-channel device installed.
> blktap_device_init: blktap device major 253
> blktap_ring_init: blktap ring major: 253
> netfront: Initialising virtual ethernet driver.
> Uniform Multi-Platform E-IDE driver
> PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
> i8042.c: Warning: Keylock active.
> serio: i8042 KBD port at 0x60,0x64 irq 1
> serio: i8042 AUX port at 0x60,0x64 irq 12
> mice: PS/2 mouse device common for all mice
> NET: Registered protocol family 17
> registered taskstats version 1
> input: AT Translated Set 2 keyboard as /class/input/input0
> PCI IO multiplexer device installed.
> BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
> Freeing unused kernel memory: 316k freed
> Console: switching to colour frame buffer device 80x30
> usbcore: registered new interface driver usbfs
> usbcore: registered new interface driver hub
> usbcore: registered new device driver usb
> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> ehci_hcd 0000:00:1a.0: setting latency timer to 64
> ehci_hcd 0000:00:1a.0: EHCI Host Controller
> ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
> ehci_hcd 0000:00:1a.0: debug port 2
> ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
> ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000
> ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> usb usb1: configuration #1 chosen from 1 choice
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 3 ports detected
> ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> ehci_hcd 0000:00:1d.0: setting latency timer to 64
> ehci_hcd 0000:00:1d.0: EHCI Host Controller
> ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
> ehci_hcd 0000:00:1d.0: debug port 2
> ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
> ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000
> ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> usb usb2: configuration #1 chosen from 1 choice
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 3 ports detected
> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> uhci_hcd: USB Universal Host Controller Interface driver
> SCSI subsystem initialized
> libata version 3.00 loaded.
> ahci 0000:00:1f.2: version 3.0
> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> ahci 0000:00:1f.2: irq 1279 (279) for MSI/MSI-X
> ahci: SSS flag set, parallel bus scan disabled
> ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
> ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
> ahci 0000:00:1f.2: setting latency timer to 64
> scsi0 : ahci
> scsi1 : ahci
> scsi2 : ahci
> scsi3 : ahci
> scsi4 : ahci
> scsi5 : ahci
> ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40100 irq 1279
> ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40180 irq 1279
> ata3: DUMMY
> ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40280 irq 1279
> ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40300 irq 1279
> ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40380 irq 1279
> input: PS/2 Generic Mouse as /class/input/input1
> usb 1-1: new high speed USB device using ehci_hcd and address 2
> usb 1-1: configuration #1 chosen from 1 choice
> hub 1-1:1.0: USB hub found
> hub 1-1:1.0: 6 ports detected
> ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> usb 2-1: new high speed USB device using ehci_hcd and address 2
> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> ata1.00: ATA-8: ST9500423AS, 0002DEM1, max UDMA/133
> ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> ata1.00: configured for UDMA/133
> scsi 0:0:0:0: Direct-Access ? ? ATA ? ? ?ST9500423AS ? ? ?0002 PQ: 0 ANSI: 5
> sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> sd 0:0:0:0: [sda] 4096-byte physical blocks
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> ?sda: sda1 sda2 sda3
> sd 0:0:0:0: [sda] Attached SCSI disk
> usb 2-1: configuration #1 chosen from 1 choice
> hub 2-1:1.0: USB hub found
> hub 2-1:1.0: 8 ports detected
> usb 1-1.4: new full speed USB device using ehci_hcd and address 3
> usb 1-1.4: configuration #1 chosen from 1 choice
> usb 1-1.5: new high speed USB device using ehci_hcd and address 4
> usb 1-1.5: configuration #1 chosen from 1 choice
> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A102, max UDMA/133, ATAPI AN
> ata2.00: configured for UDMA/133
> scsi 1:0:0:0: CD-ROM ? ? ? ? ? ?HL-DT-ST DVD+-RW GU60N ? ?A102 PQ: 0 ANSI: 5
> usb 2-1.8: new full speed USB device using ehci_hcd and address 3
> usb 2-1.8: configuration #0 chosen from 1 choice
> usb 2-1.8: config 0 descriptor??
> ata4: SATA link down (SStatus 0 SControl 300)
> ata5: SATA link down (SStatus 0 SControl 300)
> ata6: SATA link down (SStatus 0 SControl 300)
> device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
> kjournald starting. ?Commit interval 15 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> input: PC Speaker as /class/input/input2
> Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
> serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
> 0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 17) is a 16550A
> e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
> e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
> e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
> e1000e 0000:00:19.0: setting latency timer to 64
> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
> rtc_cmos 00:06: RTC can wake from S4
> rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
> rtc0: alarms up to one year, y3k, 242 bytes nvram
> parport_pc 00:08: activated
> parport_pc 00:08: reported by Plug and Play ACPI
> parport_pc 00:08: disabled
> e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) d4:be:d9:0f:d0:6c
> e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
> e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 11, PBA No: 3041FF-0FF
> i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> ACPI: I/O resource 0000:00:1f.3 [0x4040-0x405f] conflicts with ACPI region SMBI [0x4040-0x404f]
> ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> ACPI: SSDT cadd7798 00727 (v01 ?PmRef ?Cpu0Cst 00003001 INTL 20090903)
> ACPI: SSDT cadd8a98 00303 (v01 ?PmRef ? ?ApIst 00003000 INTL 20090903)
> ACPI: SSDT cadd6d98 00119 (v01 ?PmRef ? ?ApCst 00003000 INTL 20090903)
> input: Lid Switch as /class/input/input3
> ACPI: Lid Switch [LID]
> input: Power Button as /class/input/input4
> ACPI: Power Button [PBTN]
> input: Sleep Button as /class/input/input5
> ACPI: Sleep Button [SBTN]
> input: Power Button as /class/input/input6
> ACPI: Power Button [PWRF]
> thermal LNXTHERM:01: registered as thermal_zone0
> ACPI: Thermal Zone [THM] (25 C)
> sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
> Uniform CD-ROM driver Revision: 3.20
> sr 1:0:0:0: Attached scsi CD-ROM sr0
> Compat-wireless backport release: compat-wireless-v3.4-rc1-2
> Backport based on linux-stable.git v3.4-rc1
> cfg80211: Calling CRDA to update world regulatory domain
> ACPI: AC Adapter [AC] (on-line)
> sd 0:0:0:0: Attached scsi generic sg0 type 0
> sr 1:0:0:0: Attached scsi generic sg1 type 5
> ACPI: Battery Slot [BAT0] (battery present)
> ACPI: Battery Slot [BAT1] (battery absent)
> ACPI: Battery Slot [BAT2] (battery absent)
> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
> Copyright(c) 2003-2012 Intel Corporation
> iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> iwlwifi 0000:02:00.0: setting latency timer to 64
> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
> iwlwifi 0000:02:00.0: pci_resource_base = f2478000
> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
> acpi device:37: registered as cooling_device8
> input: Video Bus as /class/input/input7
> ACPI: Video Device [VID] (multi-head: yes ?rom: no ?post: no)
> Non-volatile memory driver v1.3
> lp: driver loaded but no devices found
> md: Autodetecting RAID arrays.
> md: Scanned 0 and added 0 devices.
> md: autorun ...
> md: ... autorun DONE.
> EXT3 FS on sda1, internal journal
> ISO 9660 Extensions: Microsoft Joliet Level 3
> ISO 9660 Extensions: RRIP_1991A
> Adding 524280k swap on /var/swap/swap.001. ?Priority:-1 extents:137 across:637248k
> Microcode Update Driver: v2.00-xen <[email protected]>, Peter Oruba
> Microcode Update Driver: v2.00-xen removed.
> ip_tables: (C) 2000-2006 Netfilter Core Team
> nf_conntrack version 0.5.0 (12157 buckets, 48628 max)
> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
> e1000e 0000:00:19.0: irq 1278 (278) for MSI/MSI-X
> 802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
> All bugs added by David S. Miller <[email protected]>
> device xenbr0 entered promiscuous mode
> device eth0 entered promiscuous mode
> e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
> e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
> RPC: Registered udp transport module.
> RPC: Registered tcp transport module.
> RPC: Registered tcp NFSv4.1 backchannel transport module.
> warning: `ntpdate' uses 32-bit capabilities (legacy support in use)
> suspend: event channel 38
> kjournald starting. ?Commit interval 15 seconds
> EXT3 FS on dm-0, internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> iwlwifi 0000:02:00.0: ea4b7e1c
> iwlwifi 0000:02:00.0: ca253e1c
> iwlwifi 0000:02:00.0: ca253de8
> iwlwifi 0000:02:00.0: PCI INT A disabled
>
>

Ok, can you please set all the debug flags. Since nothing happens here
we shouldn't' see that many debug prints:

modprobe iwlwifi debug=0xffffffff

thanks

2012-04-19 10:08:40

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Sice I downloaded compat-wireless manually and without git the command you proposed doesn't work. I would use git but I couldn't find a url to clone from.
Can you give a hint on that?


Am 19.04.2012 um 09:54 schrieb Emmanuel Grumbach:

> On Thu, Apr 19, 2012 at 10:49, Dominik Feser
> <[email protected]> wrote:
>> Here is the output! And by the way, I really appreciate your help! Thank you!
>>
>> # modinfo iwlwifi
>> filename: /lib/modules/2.6.32.12-0.7.1/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko
>> alias: iwlagn
>> license: GPL
>> author: Copyright(c) 2003-2012 Intel Corporation <[email protected]>
>> version: in-tree:
>> description: Intel(R) Wireless WiFi Link AGN driver for Linux
>> firmware: iwlwifi-5150-2.ucode
>> firmware: iwlwifi-5000-5.ucode
>> firmware: iwlwifi-6000g2b-6.ucode
>> firmware: iwlwifi-6000g2a-6.ucode
>> firmware: iwlwifi-6050-5.ucode
>> firmware: iwlwifi-6000-4.ucode
>> firmware: iwlwifi-100-6.ucode
>> firmware: iwlwifi-1000-6.ucode
>> firmware: iwlwifi-135-6.ucode
>> firmware: iwlwifi-105-6.ucode
>> firmware: iwlwifi-2030-6.ucode
>> firmware: iwlwifi-2000-6.ucode
>> srcversion: 169044416CC2B674049889B
>> alias: pci:v00008086d00000892sv*sd00000462bc*sc*i*
>> alias: pci:v00008086d00000893sv*sd00000262bc*sc*i*
>> alias: pci:v00008086d00000892sv*sd00000062bc*sc*i*
>> alias: pci:v00008086d00000894sv*sd00000822bc*sc*i*
>> alias: pci:v00008086d00000894sv*sd00000422bc*sc*i*
>> alias: pci:v00008086d00000895sv*sd00000222bc*sc*i*
>> alias: pci:v00008086d00000894sv*sd00000022bc*sc*i*
>> alias: pci:v00008086d0000088Esv*sd00004860bc*sc*i*
>> alias: pci:v00008086d0000088Esv*sd00004460bc*sc*i*
>> alias: pci:v00008086d0000088Fsv*sd00004260bc*sc*i*
>> alias: pci:v00008086d0000088Esv*sd00004060bc*sc*i*
>> alias: pci:v00008086d00000887sv*sd00004462bc*sc*i*
>> alias: pci:v00008086d00000888sv*sd00004262bc*sc*i*
>> alias: pci:v00008086d00000887sv*sd00004062bc*sc*i*
>> alias: pci:v00008086d00000890sv*sd00004822bc*sc*i*
>> alias: pci:v00008086d00000890sv*sd00004422bc*sc*i*
>> alias: pci:v00008086d00000891sv*sd00004222bc*sc*i*
>> alias: pci:v00008086d00000890sv*sd00004022bc*sc*i*
>> alias: pci:v00008086d00000896sv*sd00005027bc*sc*i*
>> alias: pci:v00008086d00000896sv*sd00005025bc*sc*i*
>> alias: pci:v00008086d00000897sv*sd00005017bc*sc*i*
>> alias: pci:v00008086d00000897sv*sd00005015bc*sc*i*
>> alias: pci:v00008086d00000896sv*sd00005007bc*sc*i*
>> alias: pci:v00008086d00000896sv*sd00005005bc*sc*i*
>> alias: pci:v00008086d000008AEsv*sd00001027bc*sc*i*
>> alias: pci:v00008086d000008AEsv*sd00001025bc*sc*i*
>> alias: pci:v00008086d000008AFsv*sd00001017bc*sc*i*
>> alias: pci:v00008086d000008AFsv*sd00001015bc*sc*i*
>> alias: pci:v00008086d000008AEsv*sd00001007bc*sc*i*
>> alias: pci:v00008086d000008AEsv*sd00001005bc*sc*i*
>> alias: pci:v00008086d00000084sv*sd00001316bc*sc*i*
>> alias: pci:v00008086d00000084sv*sd00001216bc*sc*i*
>> alias: pci:v00008086d00000083sv*sd00001326bc*sc*i*
>> alias: pci:v00008086d00000083sv*sd00001226bc*sc*i*
>> alias: pci:v00008086d00000083sv*sd00001306bc*sc*i*
>> alias: pci:v00008086d00000083sv*sd00001206bc*sc*i*
>> alias: pci:v00008086d00000084sv*sd00001315bc*sc*i*
>> alias: pci:v00008086d00000084sv*sd00001215bc*sc*i*
>> alias: pci:v00008086d00000083sv*sd00001325bc*sc*i*
>> alias: pci:v00008086d00000083sv*sd00001225bc*sc*i*
>> alias: pci:v00008086d00000083sv*sd00001305bc*sc*i*
>> alias: pci:v00008086d00000083sv*sd00001205bc*sc*i*
>> alias: pci:v00008086d00000886sv*sd00001317bc*sc*i*
>> alias: pci:v00008086d00000886sv*sd00001315bc*sc*i*
>> alias: pci:v00008086d00000885sv*sd00001327bc*sc*i*
>> alias: pci:v00008086d00000885sv*sd00001325bc*sc*i*
>> alias: pci:v00008086d00000885sv*sd00001307bc*sc*i*
>> alias: pci:v00008086d00000885sv*sd00001305bc*sc*i*
>> alias: pci:v00008086d00000089sv*sd00001316bc*sc*i*
>> alias: pci:v00008086d00000089sv*sd00001311bc*sc*i*
>> alias: pci:v00008086d00000087sv*sd00001326bc*sc*i*
>> alias: pci:v00008086d00000087sv*sd00001321bc*sc*i*
>> alias: pci:v00008086d00000087sv*sd00001306bc*sc*i*
>> alias: pci:v00008086d00000087sv*sd00001301bc*sc*i*
>> alias: pci:v00008086d00000091sv*sd00005226bc*sc*i*
>> alias: pci:v00008086d00000091sv*sd00005225bc*sc*i*
>> alias: pci:v00008086d00000091sv*sd00005221bc*sc*i*
>> alias: pci:v00008086d00000091sv*sd00005207bc*sc*i*
>> alias: pci:v00008086d00000091sv*sd00005206bc*sc*i*
>> alias: pci:v00008086d00000091sv*sd00005205bc*sc*i*
>> alias: pci:v00008086d00000091sv*sd00005201bc*sc*i*
>> alias: pci:v00008086d00000090sv*sd00005216bc*sc*i*
>> alias: pci:v00008086d00000090sv*sd00005215bc*sc*i*
>> alias: pci:v00008086d00000090sv*sd00005211bc*sc*i*
>> alias: pci:v00008086d0000008Bsv*sd00005317bc*sc*i*
>> alias: pci:v00008086d0000008Bsv*sd00005315bc*sc*i*
>> alias: pci:v00008086d0000008Asv*sd00005327bc*sc*i*
>> alias: pci:v00008086d0000008Asv*sd00005325bc*sc*i*
>> alias: pci:v00008086d0000008Asv*sd00005307bc*sc*i*
>> alias: pci:v00008086d0000008Asv*sd00005305bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd00001305bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd00001304bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd00004820bc*sc*i*
>> alias: pci:v00008086d00000085sv*sd0000C220bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd0000C020bc*sc*i*
>> alias: pci:v00008086d00000085sv*sd00001316bc*sc*i*
>> alias: pci:v00008086d00000085sv*sd00001311bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd00001326bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd00001321bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd00001307bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd00001306bc*sc*i*
>> alias: pci:v00008086d00000082sv*sd00001301bc*sc*i*
>> alias: pci:v00008086d00004239sv*sd00001316bc*sc*i*
>> alias: pci:v00008086d00004239sv*sd00001311bc*sc*i*
>> alias: pci:v00008086d00004238sv*sd00001111bc*sc*i*
>> alias: pci:v00008086d0000422Csv*sd00001326bc*sc*i*
>> alias: pci:v00008086d0000422Csv*sd00001321bc*sc*i*
>> alias: pci:v00008086d0000422Csv*sd00001307bc*sc*i*
>> alias: pci:v00008086d0000422Csv*sd00001306bc*sc*i*
>> alias: pci:v00008086d0000422Csv*sd00001301bc*sc*i*
>> alias: pci:v00008086d0000422Bsv*sd00001121bc*sc*i*
>> alias: pci:v00008086d0000422Bsv*sd00001101bc*sc*i*
>> alias: pci:v00008086d0000423Dsv*sd00001316bc*sc*i*
>> alias: pci:v00008086d0000423Dsv*sd00001216bc*sc*i*
>> alias: pci:v00008086d0000423Dsv*sd00001311bc*sc*i*
>> alias: pci:v00008086d0000423Dsv*sd00001211bc*sc*i*
>> alias: pci:v00008086d0000423Csv*sd00001321bc*sc*i*
>> alias: pci:v00008086d0000423Csv*sd00001221bc*sc*i*
>> alias: pci:v00008086d0000423Csv*sd00001306bc*sc*i*
>> alias: pci:v00008086d0000423Csv*sd00001206bc*sc*i*
>> alias: pci:v00008086d0000423Csv*sd00001301bc*sc*i*
>> alias: pci:v00008086d0000423Csv*sd00001201bc*sc*i*
>> alias: pci:v00008086d0000423Bsv*sd00001011bc*sc*i*
>> alias: pci:v00008086d0000423Asv*sd00001021bc*sc*i*
>> alias: pci:v00008086d0000423Asv*sd00001001bc*sc*i*
>> alias: pci:v00008086d00004236sv*sd00001114bc*sc*i*
>> alias: pci:v00008086d00004236sv*sd00001014bc*sc*i*
>> alias: pci:v00008086d00004236sv*sd00001111bc*sc*i*
>> alias: pci:v00008086d00004236sv*sd00001011bc*sc*i*
>> alias: pci:v00008086d00004235sv*sd00001104bc*sc*i*
>> alias: pci:v00008086d00004235sv*sd00001004bc*sc*i*
>> alias: pci:v00008086d00004235sv*sd00001101bc*sc*i*
>> alias: pci:v00008086d00004235sv*sd00001001bc*sc*i*
>> alias: pci:v00008086d00004235sv*sd00001124bc*sc*i*
>> alias: pci:v00008086d00004235sv*sd00001024bc*sc*i*
>> alias: pci:v00008086d00004235sv*sd00001121bc*sc*i*
>> alias: pci:v00008086d00004235sv*sd00001021bc*sc*i*
>> alias: pci:v00008086d00004237sv*sd00001316bc*sc*i*
>> alias: pci:v00008086d00004237sv*sd00001216bc*sc*i*
>> alias: pci:v00008086d00004237sv*sd00001315bc*sc*i*
>> alias: pci:v00008086d00004237sv*sd00001215bc*sc*i*
>> alias: pci:v00008086d00004237sv*sd00001314bc*sc*i*
>> alias: pci:v00008086d00004237sv*sd00001214bc*sc*i*
>> alias: pci:v00008086d00004237sv*sd00001311bc*sc*i*
>> alias: pci:v00008086d00004237sv*sd00001211bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001326bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001226bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001325bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001225bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001324bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001224bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001321bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001221bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001306bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001206bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001305bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001205bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001304bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001204bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001301bc*sc*i*
>> alias: pci:v00008086d00004232sv*sd00001201bc*sc*i*
>> depends: mac80211,compat,led-class,cfg80211,compat_firmware_class
>> vermagic: 2.6.32.12-0.7.1 SMP mod_unload modversions Xen 686
>> parm: swcrypto:using crypto in software (default 0 [hardware]) (int)
>> parm: 11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
>> parm: amsdu_size_8K:enable 8K amsdu size (int)
>> parm: fw_restart:restart firmware in case of error (int)
>> parm: ucode_alternative:specify ucode alternative to use from ucode file (int)
>> parm: antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
>> parm: bt_ch_inhibition:Enable BT channel inhibition (default: enable) (bool)
>> parm: plcp_check:Check plcp health (default: 1 [enabled]) (bool)
>> parm: ack_check:Check ack health (default: 0 [disabled]) (bool)
>> parm: wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
>> parm: bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
>> parm: led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
>> parm: power_save:enable WiFi power management (default: disable) (bool)
>> parm: power_level:default power save level (range from 1 - 5, default: 1) (int)
>> parm: auto_agg:enable agg w/o check traffic load (default: enable) (bool)
>> parm: no_sleep_autoadjust:don't automatically adjust sleep level according to maximum network latency (default: true) (bool)
>>
>
> All right, no debug in there.
> I understand that you use compat.
> Please clean everything:
>
> git clean -f -d -x
>
> Beware this will remove all the files that you have added there. This
> won't remove the W/A you made to compile.


2012-04-18 09:30:58

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Wed, Apr 18, 2012 at 11:48, Dominik Feser
<[email protected]> wrote:
> Hi Emmanuel,
>
> here is the output:
> # lspci -s 02:00 -n
> 02:00.0 0280: 8086:0082 (rev 34)
>
> THX,
> Dominik
>

Ouch I also need the subdeviceid:

sudo lspci -x -s 02:00 ?

2012-04-19 18:04:09

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Thu, Apr 19, 2012 at 20:26, Dominik Feser
<[email protected]> wrote:
> After applying the patch make comes up with:
>
> # make
> ./scripts/gen-compat-autoconf.sh /root/compat-wireless-3.4-rc1-2/.config /root/compat-wireless-3.4-rc1-2/config.mk > include/linux/compat_autoconf.h
> make -C /lib/modules/2.6.32.12-0.7.1/build M=/root/compat-wireless-3.4-rc1-2 modules
> make[1]: Entering directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/main.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-2.6.33.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-2.6.35.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-2.6.36.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/kfifo.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-2.6.37.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-2.6.38.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-2.6.39.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/kstrtox.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-3.0.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-3.2.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-3.3.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat-3.5.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/cordic.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/crc8.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat_atomic.o
> ?LD [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/compat_firmware_class.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rs.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.o
> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.c: In function ?iwlagn_mac_resume?:
> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-mac80211.c:440: Warnung: Variable ?img? wird nicht verwendet
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-ucode.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-tx.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-debug.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-lib.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-calib.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-io.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-tt.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-sta.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rx.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-core.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-eeprom.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-power.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-scan.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-led.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-agn-rxon.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-5000.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-6000.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-1000.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-2000.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-pci.o
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.o
> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c: In function ?iwl_request_firmware?:
> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c:183: Fehler: ?struct iwl_drv? hat kein Element namens ?dev?
> /root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.c:183: Fehler: ?struct iwl_drv? hat kein Element namens ?dev?
> make[4]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi/iwl-drv.o] Fehler 1
> make[3]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless/iwlwifi] Fehler 2
> make[2]: *** [/root/compat-wireless-3.4-rc1-2/drivers/net/wireless] Fehler 2
> make[1]: *** [_module_/root/compat-wireless-3.4-rc1-2] Fehler 2
> make[1]: Leaving directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
> make: *** [modules] Fehler 2
>
> the geman text means:
> struct iwl_drv has no element with name dev
>

Yeah I know. I have some souvenirs from the years I was dreaming in my
german classes.
We did a lot of changes in our driver in the last months and our code
bases is probably different.
Can you please tell me where you took your compat from (sorry... I
don't really know...) and I will make a patch based on your code.

I am not sure this will be before next week though...

>
> Am 19.04.2012 um 18:19 schrieb Emmanuel Grumbach:
>
>> On Thu, Apr 19, 2012 at 18:08, Dominik Feser
>> <[email protected]> wrote:
>>> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>>>
>>
>> Don't think so.
>> Can it be a problem in the backport of request_firwamre_no_wait ?
>> Did I see somewhere that you run 2.6.38 ?
>> Can you check again after having applied the patch attached ?
>>
>> from the main dir of compat:
>> patch -p1 < print.patch
>>
>> Thanks
>>
>>> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>>>
>>>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>>>> Finally, here is the output of dmesg after recompiling:
>>>>>
>>>>> iwlwifi 0000:02:00.0: edd19e18
>>>>> iwlwifi 0000:02:00.0: d55c1e18
>>>>> iwlwifi 0000:02:00.0: d55c1ddc
>>>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>>>> Copyright(c) 2003-2012 Intel Corporation
>>>>> iwlwifi 0000:02:00.0: PCI INT A -> ?GSI 17 (level, low) -> ?IRQ 17
>>>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>>>> iwlwifi 0000:02:00.0: ee2afe18
>>>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>>>> iwlwifi 0000:02:00.0: cc93fe18
>>>>> iwlwifi 0000:02:00.0: cc93fddc
>>>>
>>>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>>>
>>>> johannes
>>>
>> <print.patch>
>

2012-04-25 07:26:12

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Wed, Apr 25, 2012 at 09:23, Sedat Dilek <[email protected]> wrote:
> On Tue, Apr 24, 2012 at 5:34 PM, Emmanuel Grumbach <[email protected]> wrote:
>> On Tue, Apr 24, 2012 at 15:45, Sedat Dilek <[email protected]> wrote:
>>> On Tue, Apr 24, 2012 at 2:29 PM, Dominik Feser
>>> <[email protected]> wrote:
>>>> What does that mean?
>>>>
>>>
>>> Pickup the patch from [2], apply it against a recent compat-wireless
>>> version, build and test.
>>> Report here again.
>>>
>>
>> Pretty sure it won't help. True, we were trying to request the wrong
>> fw, but then we requested (and got) the good one, so that the only
>> effect was that load time was longer that it could be. But here, we
>> can't even get anything working. And the prints don't made it to
>> kernel log properly
>>
>
> Originally I answered Pat as he asked what's the status with the patch
> concerning the firmware-issue.
> So, my post was about applying this one (so I understood the open question).
> I didn't care about the original concern of the reporter.
> BTW, the mentioned patch is now in wireless.git (master-2012-04-24-2).

fair enough :-)

>
> Currently, I have an issue myself on iwlwifi (6230) with Ubuntu
> precise, but it looks like a bug in network-manager with 3.4-rc4+ (see
> [1]).
>
> - Sedat -
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=785772
>

Thanks for that pointer.

2012-04-19 14:09:31

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Finally, here is the output of dmesg after recompiling:

iwlwifi 0000:02:00.0: edd19e18
iwlwifi 0000:02:00.0: d55c1e18
iwlwifi 0000:02:00.0: d55c1ddc
iwlwifi 0000:02:00.0: PCI INT A disabled
Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
Copyright(c) 2003-2012 Intel Corporation
iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlwifi 0000:02:00.0: setting latency timer to 64
iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
iwlwifi 0000:02:00.0: pci_resource_base = f447c000
iwlwifi 0000:02:00.0: HW Revision ID = 0x34
iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
iwlwifi 0000:02:00.0: ee2afe18
iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
iwlwifi 0000:02:00.0: cc93fe18
iwlwifi 0000:02:00.0: cc93fddc
iwlwifi 0000:02:00.0: U iwl_trans_pcie_rx_free cc93fd80
iwlwifi 0000:02:00.0: PCI INT A disabled


Am 19.04.2012 um 15:24 schrieb Johannes Berg:

> On 4/19/2012 6:20 AM, Dominik Feser wrote:
>> Ah ok, this is what I did several times now. After unpacking there is no .config file. After running the driver-select script and making the driver the first time the .config file appears.
>> Just then it seems to me that f I add the debug line to .config and remake this isn't recognized by the make...
>
> You should modify config.mk, not .config
>
> johannes


2012-04-19 05:03:28

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Thu, Apr 19, 2012 at 00:17, Dominik Feser
<[email protected]> wrote:
> One thing I just remembered: I had problems compiling the code and because of that commented some lines in the code out:
>
> # make
> ./scripts/gen-compat-autoconf.sh /root/compat-wireless-3.4-rc1-2/.config /root/compat-wireless-3.4-rc1-2/config.mk > include/linux/compat_autoconf.h
> make -C /lib/modules/2.6.32.12-0.7.1/build M=/root/compat-wireless-3.4-rc1-2 modules
> make[1]: Entering directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
> ?Updating /root/compat-wireless-3.4-rc1-2/Makefile.xen
> ?CC [M] ?/root/compat-wireless-3.4-rc1-2/compat/main.o
> In file included from include/net/dst.h:13,
> ? ? ? ? ? ? ? ? from include/net/sock.h:61,
> ? ? ? ? ? ? ? ? from /root/compat-wireless-3.4-rc1-2/include/linux/compat-2.6.35.h:8,
> ? ? ? ? ? ? ? ? from /root/compat-wireless-3.4-rc1-2/include/linux/compat-2.6.h:55,
> ? ? ? ? ? ? ? ? from <Kommandozeile>:1:
> include/linux/rtnetlink.h:785: Fehler: Redefinition von ?rcu_read_lock_held?
> /root/compat-wireless-3.4-rc1-2/include/linux/compat-2.6.34.h:291: Fehler: Vorherige Definition von ?rcu_read_lock_held? war hier
> make[3]: *** [/root/compat-wireless-3.4-rc1-2/compat/main.o] Fehler 1
> make[2]: *** [/root/compat-wireless-3.4-rc1-2/compat] Fehler 2
> make[1]: *** [_module_/root/compat-wireless-3.4-rc1-2] Fehler 2
> make[1]: Leaving directory `/mnt/src/redhat/BUILD/kernel-2.6.32.120.7.1'
> make: *** [modules] Fehler 2
>
> I made a change to the file /root/compat-wireless-3.4-rc1-2/include/linux/compat-2.6.34.h line 291 and commented the following lines out:
>
> before:
> static inline int rcu_read_lock_held(void)
> {
> ? ? ? ?return 1;
> }
>
> after:
>
> /*
> static inline int rcu_read_lock_held(void)
> {
> ? ? ? ?return 1;
> }
> */
>
> Might that cause the problem? How can I get rid of this error??
>

Nope. that can't cause the issue.

2012-04-19 16:19:45

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

On Thu, Apr 19, 2012 at 18:08, Dominik Feser
<[email protected]> wrote:
> May it be that the fact that Centos 5 doesnt have hotplug causes the issue?
>

Don't think so.
Can it be a problem in the backport of request_firwamre_no_wait ?
Did I see somewhere that you run 2.6.38 ?
Can you check again after having applied the patch attached ?

from the main dir of compat:
patch -p1 < print.patch

Thanks

> Am 19.04.2012 um 16:20 schrieb Johannes Berg:
>
>> On 4/19/2012 7:09 AM, Dominik Feser wrote:
>>> Finally, here is the output of dmesg after recompiling:
>>>
>>> iwlwifi 0000:02:00.0: edd19e18
>>> iwlwifi 0000:02:00.0: d55c1e18
>>> iwlwifi 0000:02:00.0: d55c1ddc
>>> iwlwifi 0000:02:00.0: PCI INT A disabled
>>> Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
>>> Copyright(c) 2003-2012 Intel Corporation
>>> iwlwifi 0000:02:00.0: PCI INT A -> ?GSI 17 (level, low) -> ?IRQ 17
>>> iwlwifi 0000:02:00.0: setting latency timer to 64
>>> iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
>>> iwlwifi 0000:02:00.0: pci_resource_base = f447c000
>>> iwlwifi 0000:02:00.0: HW Revision ID = 0x34
>>> iwlwifi 0000:02:00.0: irq 1277 (277) for MSI/MSI-X
>>> iwlwifi 0000:02:00.0: U iwl_request_firmware d5b37d70
>>> iwlwifi 0000:02:00.0: U iwl_request_firmware e09ebdd4
>>> iwlwifi 0000:02:00.0: ee2afe18
>>> iwlwifi 0000:02:00.0: U iwl_request_firmware ee2afdd4
>>> iwlwifi 0000:02:00.0: cc93fe18
>>> iwlwifi 0000:02:00.0: cc93fddc
>>
>> Still pretty useless since you get %pV printed as a pointer rather than a message. Does anyone know how to fix that in compat? But the iwl_request_firmware 3 times probably means it failed?
>>
>> johannes
>


Attachments:
print.patch (604.00 B)

2012-04-18 06:49:08

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

Hello Johannes,

Can you be a bit more specific about your thoughts? What do you think is not working correctly?
Am I understanding you correctly? You think I have a firmware problem?

Dominik

Am 18.04.2012 um 02:37 schrieb Johannes Berg:

>> iwlwifi 0000:02:00.0: edf81e1c
>> iwlwifi 0000:02:00.0: c9933e1c
>> iwlwifi 0000:02:00.0: c9933de8
>> iwlwifi 0000:02:00.0: PCI INT A disabled
>
> These messages are odd, must be some %pV thing not working correctly.
>
>> It did not work before because I had to rebuild the kernel with wireless support and compile compat-wireless for it. This seemed to me as the only way to get the Centrino Advanced-N 6205 to work.
>> Am I wrong? May it be that I am missing the firmware? I tried to copy a ucode file to /lib/firmware but the behavior did not change. Overlooking the dmesg output no module is complaining about missing firmware files...
>
> I think those messages would in fact be complaining about missing firmware if they'd get printed correctly.
>
> johannes


2012-04-18 14:39:23

by Dominik Feser

[permalink] [raw]
Subject: Re: wlan0 not present

There it is:

# lspci -x -s 02:00
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
00: 86 80 82 00 02 00 10 00 34 00 80 02 10 00 00 00
10: 04 00 d0 e2 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 21 13
30: 00 00 00 00 c8 00 00 00 00 00 00 00 0a 01 00 00

Am 18.04.2012 um 11:30 schrieb Emmanuel Grumbach:

> On Wed, Apr 18, 2012 at 11:48, Dominik Feser
> <[email protected]> wrote:
>> Hi Emmanuel,
>>
>> here is the output:
>> # lspci -s 02:00 -n
>> 02:00.0 0280: 8086:0082 (rev 34)
>>
>> THX,
>> Dominik
>>
>
> Ouch I also need the subdeviceid:
>
> sudo lspci -x -s 02:00 ?


2012-04-19 13:25:34

by Johannes Berg

[permalink] [raw]
Subject: Re: wlan0 not present

On 4/19/2012 6:20 AM, Dominik Feser wrote:
> Ah ok, this is what I did several times now. After unpacking there is no .config file. After running the driver-select script and making the driver the first time the .config file appears.
> Just then it seems to me that f I add the debug line to .config and remake this isn't recognized by the make...

You should modify config.mk, not .config

johannes

2012-05-02 05:08:10

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: wlan0 not present

This thread has shifted from its original purpose.
Just to be sure Dominik, I guess you still have issues and still can't
really the debug messages right ?

Emmanuel Grumbach
[email protected]