All of lore.kernel.org
 help / color / mirror / Atom feed
* iwlwifi with udev-177
@ 2012-01-17 14:08 Allin Cottrell
  2012-01-17 14:52 ` Kay Sievers
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Allin Cottrell @ 2012-01-17 14:08 UTC (permalink / raw)
  To: linux-hotplug

With udev-177 plus kmod4 (also with kmod3) I'm seeing this 
from dmesg on boot-up:

iwlwifi 0000:03:00.0: request for firmware file \
'iwlwifi-6000g2a-5.ucode' failed.

The file in question is in /lib/firmware, which is the 
firmware-path set for udev.

It seems, though, that the error message is somehow spurious, 
since I also see this (shortly after the above):

iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 
42301

and version 17.168.5.3 corresponds to iwlwifi-6000g2a-5. So 
just a cosmetic problem?

-- 
Allin Cottrell
Department of Economics
Wake Forest University, NC


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: iwlwifi with udev-177
  2012-01-17 14:08 iwlwifi with udev-177 Allin Cottrell
@ 2012-01-17 14:52 ` Kay Sievers
  2012-01-17 23:00 ` Allin Cottrell
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Kay Sievers @ 2012-01-17 14:52 UTC (permalink / raw)
  To: linux-hotplug

On Tue, Jan 17, 2012 at 15:08, Allin Cottrell <cottrell@wfu.edu> wrote:
> With udev-177 plus kmod4 (also with kmod3) I'm seeing this from dmesg on
> boot-up:
>
> iwlwifi 0000:03:00.0: request for firmware file \
> 'iwlwifi-6000g2a-5.ucode' failed.
>
> The file in question is in /lib/firmware, which is the firmware-path set for
> udev.
>
> It seems, though, that the error message is somehow spurious, since I also
> see this (shortly after the above):
>
> iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
>
> and version 17.168.5.3 corresponds to iwlwifi-6000g2a-5. So just a cosmetic
> problem?

You see the same when you rmmod/modprobe the module?

Please enable timestamps in printk, and provide the entire output of
dmesg, so we can see in which context of the bootup this happens.

Kay

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: iwlwifi with udev-177
  2012-01-17 14:08 iwlwifi with udev-177 Allin Cottrell
  2012-01-17 14:52 ` Kay Sievers
@ 2012-01-17 23:00 ` Allin Cottrell
  2012-01-19 14:05 ` Allin Cottrell
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Allin Cottrell @ 2012-01-17 23:00 UTC (permalink / raw)
  To: linux-hotplug

On Tue, 17 Jan 2012, Kay Sievers wrote:

> On Tue, Jan 17, 2012 at 15:08, Allin Cottrell <cottrell@wfu.edu> wrote:
>> With udev-177 plus kmod4 (also with kmod3) I'm seeing this from dmesg on
>> boot-up:
>>
>> iwlwifi 0000:03:00.0: request for firmware file \
>> 'iwlwifi-6000g2a-5.ucode' failed.
>>
>> The file in question is in /lib/firmware, which is the firmware-path set for
>> udev.
>>
>> It seems, though, that the error message is somehow spurious, since I also
>> see this (shortly after the above):
>>
>> iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
>>
>> and version 17.168.5.3 corresponds to iwlwifi-6000g2a-5. So just a cosmetic
>> problem?
>
> You see the same when you rmmod/modprobe the module?
>
> Please enable timestamps in printk, and provide the entire output of
> dmesg, so we can see in which context of the bootup this happens.

Thanks for the reply. Work has intervened, but I'll get back to this 
and post the full dmesg before long.

Allin Cottrell

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: iwlwifi with udev-177
  2012-01-17 14:08 iwlwifi with udev-177 Allin Cottrell
  2012-01-17 14:52 ` Kay Sievers
  2012-01-17 23:00 ` Allin Cottrell
@ 2012-01-19 14:05 ` Allin Cottrell
  2012-01-19 14:27 ` Kay Sievers
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Allin Cottrell @ 2012-01-19 14:05 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1287 bytes --]

On Tue, 17 Jan 2012, Kay Sievers wrote:

> On Tue, Jan 17, 2012 at 15:08, Allin Cottrell <cottrell@wfu.edu> wrote:
>> With udev-177 plus kmod4 (also with kmod3) I'm seeing this from dmesg on
>> boot-up:
>>
>> iwlwifi 0000:03:00.0: request for firmware file \
>> 'iwlwifi-6000g2a-5.ucode' failed.
>>
>> The file in question is in /lib/firmware, which is the firmware-path set for
>> udev.
>>
>> It seems, though, that the error message is somehow spurious, since I also
>> see this (shortly after the above):
>>
>> iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
>>
>> and version 17.168.5.3 corresponds to iwlwifi-6000g2a-5. So just a cosmetic
>> problem?
>
> You see the same when you rmmod/modprobe the module?

Hmm, in fact yes. If I rmmod then modprobe iwlwifi using the 
module-init-tools binaries I now see the same pattern of a 
failure message immediately followed by a report that the 
firmware is loaded. The funny thing is that I wasn't seeing 
the failure message (using the same 3.2.1 kernel) before 
updating udev 175 -> 177.

> Please enable timestamps in printk, and provide the entire output of
> dmesg, so we can see in which context of the bootup this happens.

Now attached.

-- 
Allin Cottrell
Department of Economics
Wake Forest University, NC

[-- Attachment #2: Type: TEXT/PLAIN, Size: 46130 bytes --]

Linux version 3.2.1 (root@waverley) (gcc version 4.6.2 (GCC) ) #1 SMP PREEMPT Fri Jan 13 12:44:22 EST 2012
Disabled fast string operations
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
 BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000b889f000 (usable)
 BIOS-e820: 00000000b889f000 - 00000000b8e9f000 (reserved)
 BIOS-e820: 00000000b8e9f000 - 00000000b8f9f000 (ACPI NVS)
 BIOS-e820: 00000000b8f9f000 - 00000000b8fff000 (ACPI data)
 BIOS-e820: 00000000b8fff000 - 00000000b9000000 (usable)
 BIOS-e820: 00000000b9000000 - 00000000bda00000 (reserved)
 BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fed08000 - 00000000fed09000 (reserved)
 BIOS-e820: 00000000fed10000 - 00000000fed1a000 (reserved)
 BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffd20000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000100600000 (usable)
Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
DMI 2.6 present.
DMI: LENOVO 4173A47/4173A47, BIOS 8CET45WW (1.25 ) 06/20/2011
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0xb9000 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 000000000 mask F80000000 write-back
  1 base 080000000 mask FC0000000 write-back
  2 base 0BC000000 mask FFC000000 uncachable
  3 base 0BA000000 mask FFE000000 uncachable
  4 base 0B9000000 mask FFF000000 uncachable
  5 base 100000000 mask FFF800000 write-back
  6 base 100600000 mask FFFE00000 uncachable
  7 base 0FFC00000 mask FFFC00000 write-protect
  8 disabled
  9 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
initial memory mapped : 0 - 01800000
Base memory trampoline at [c0099000] 99000 size 16384
init_memory_mapping: 0000000000000000-00000000377fe000
 0000000000 - 0000400000 page 4k
 0000400000 - 0037400000 page 2M
 0037400000 - 00377fe000 page 4k
kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
ACPI: RSDP 000f00e0 00024 (v02 LENOVO)
ACPI: XSDT b8ffe120 000A4 (v01 LENOVO TP-8C    00001250 PTEC 00000002)
ACPI: FACP b8fe9000 000F4 (v04 LENOVO TP-8C    00001250 PTL  00000002)
ACPI: DSDT b8fec000 0DE3B (v01 LENOVO TP-8C    00001250 INTL 20061109)
ACPI: FACS b8f2d000 00040
ACPI: SLIC b8ffd000 00176 (v01 LENOVO TP-8C    00001250 PTEC 00000001)
ACPI: SSDT b8ffc000 00249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
ACPI: SSDT b8ffb000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
ACPI: SSDT b8ffa000 00797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
ACPI: HPET b8fe8000 00038 (v01 LENOVO TP-8C    00001250 PTL  00000002)
ACPI: APIC b8fe7000 00098 (v01 LENOVO TP-8C    00001250 PTL  00000002)
ACPI: MCFG b8fe6000 0003C (v01 LENOVO TP-8C    00001250 PTL  00000002)
ACPI: ECDT b8fe5000 00052 (v01 LENOVO TP-8C    00001250 PTL  00000002)
ACPI: ASF! b8feb000 000A5 (v32 LENOVO TP-8C    00001250 PTL  00000002)
ACPI: TCPA b8fe4000 00032 (v02    PTL   LENOVO 06040000 LNVO 00000001)
ACPI: SSDT b8fe3000 00A27 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
ACPI: SSDT b8fe2000 00996 (v01  PmRef    CpuPm 00003000 INTL 20061109)
ACPI: UEFI b8fe1000 0003E (v01 LENOVO TP-8C    00001250 PTL  00000002)
ACPI: UEFI b8fe0000 00042 (v01 PTL      COMBUF 00000001 PTL  00000001)
ACPI: UEFI b8fdf000 0027E (v01 LENOVO TP-8C    00001250 PTL  00000002)
ACPI: Local APIC address 0xfee00000
2072MB HIGHMEM available.
887MB LOWMEM available.
  mapped low ram: 0 - 377fe000
  low ram: 0 - 377fe000
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x000377fe
  HighMem  0x000377fe -> 0x000b9000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000010 -> 0x0000009d
    0: 0x00000100 -> 0x000b889f
    0: 0x000b8fff -> 0x000b9000
On node 0 totalpages: 755757
free_area_init_node: node 0, pgdat c1406580, node_mem_map f60dd200
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3949 pages, LIFO batch:0
  Normal zone: 1744 pages used for memmap
  Normal zone: 221486 pages, LIFO batch:31
  HighMem zone: 4145 pages used for memmap
  HighMem zone: 524401 pages, LIFO batch:31
Using APIC driver default
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
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
ACPI: HPET id: 0x8086a301 base: 0xfed00000
8 Processors exceeds NR_CPUS limit of 4
SMP: Allowing 4 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 40
PM: Registered nosave memory: 000000000009d000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Allocating PCI resources starting at bda00000 (gap: bda00000:3a600000)
setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 11 pages/cpu @f5c00000 s23680 r0 d21376 u1048576
pcpu-alloc: s23680 r0 d21376 u1048576 alloc=1*4194304
pcpu-alloc: [0] 0 1 2 3 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 749836
Kernel command line: auto BOOT_IMAGE=Linux_3.2.1 ro root=804 ramdisk=0 rootfstype=ext4 printk.time=1 quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Initializing HighMem for node 0 (000377fe:000b9000)
[    0.000000] Memory: 2993548k/3031040k available (3089k kernel code, 29480k reserved, 1047k data, 356k init, 2114184k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff67000 - 0xfffff000   ( 608 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc140b000 - 0xc1464000   ( 356 kB)
[    0.000000]       .data : 0xc130440e - 0xc140a0c0   (1047 kB)
[    0.000000]       .text : 0xc1000000 - 0xc130440e   (3089 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:712 16
[    0.000000] CPU 0 irqstacks, hard=f5808000 soft=f580a000
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 2492.095 MHz processor.
[    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4984.19 BogoMIPS (lpj=2492095)
[    0.000004] pid_max: default: 32768 minimum: 301
[    0.000029] Mount-cache hash table entries: 512
[    0.000121] Disabled fast string operations
[    0.000123] CPU: Physical Processor ID: 0
[    0.000124] CPU: Processor Core ID: 0
[    0.000127] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.000128] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.000131] mce: CPU supports 7 MCE banks
[    0.000141] CPU0: Thermal monitoring enabled (TM1)
[    0.000146] using mwait in idle threads.
[    0.000220] ACPI: Core revision 20110623
[    0.016581] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.016966] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.026946] CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz stepping 07
[    0.128095] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[    0.128099] PEBS disabled due to CPU errata.
[    0.128101] ... version:                3
[    0.128102] ... bit width:              48
[    0.128103] ... generic registers:      4
[    0.128104] ... value mask:             0000ffffffffffff
[    0.128106] ... max period:             000000007fffffff
[    0.128107] ... fixed-purpose events:   3
[    0.128108] ... event mask:             000000070000000f
[    0.140087] CPU 1 irqstacks, hard=f5884000 soft=f5886000
[    0.140091] Booting Node   0, Processors  #1
[    0.140097] smpboot cpu 1: start_ip = 99000
[    0.150442] Initializing CPU#1
[    0.210906] Disabled fast string operations
[    0.234866] CPU 2 irqstacks, hard=f5890000 soft=f5892000
[    0.234871]  #2
[    0.234874] smpboot cpu 2: start_ip = 99000
[    0.245183] Initializing CPU#2
[    0.305679] Disabled fast string operations
[    0.329641] CPU 3 irqstacks, hard=f58a0000 soft=f58a2000
[    0.329646]  #3 Ok.
[    0.329649] smpboot cpu 3: start_ip = 99000
[    0.339954] Initializing CPU#3
[    0.400443] calibrate_delay_direct() ignoring timer_rate as we had a TSC wrap around start=4279552194 >=post_end=9501038
[    0.400453] Disabled fast string operations
[    0.420484] Brought up 4 CPUs
[    0.420486] Total of 4 processors activated (19933.87 BogoMIPS).
[    0.423150] devtmpfs: initialized
[    0.423241] PM: Registering ACPI NVS region at b8e9f000 (1048576 bytes)
[    0.423327] NET: Registered protocol family 16
[    0.423409] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.423411] ACPI: bus type pci registered
[    0.423619] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.423622] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.423623] PCI: Using MMCONFIG for extended config space
[    0.423625] PCI: Using configuration type 1 for base access
[    0.424170] bio: create slab <bio-0> at 0
[    0.424209] ACPI: Added _OSI(Module Device)
[    0.424210] ACPI: Added _OSI(Processor Device)
[    0.424212] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.424213] ACPI: Added _OSI(Processor Aggregator Device)
[    0.425517] ACPI: EC: EC description table is found, configuring boot EC
[    0.429724] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.440816] ACPI: SSDT b8e8c018 008C0 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.441152] ACPI: Dynamic OEM Table Load:
[    0.441154] ACPI: SSDT   (null) 008C0 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.443629] ACPI: SSDT b8e8da98 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.443989] ACPI: Dynamic OEM Table Load:
[    0.443991] ACPI: SSDT   (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.446507] ACPI: SSDT b8e8bd98 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.446831] ACPI: Dynamic OEM Table Load:
[    0.446833] ACPI: SSDT   (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.449897] ACPI: Interpreter enabled
[    0.449902] ACPI: (supports S0 S3 S4 S5)
[    0.449918] ACPI: Using IOAPIC for interrupt routing
[    0.454748] ACPI: Power Resource [PUBS] (on)
[    0.457412] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.458165] ACPI: ACPI Dock Station Driver: 2 docks/bays found
[    0.458167] HEST: Table not found.
[    0.458169] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.458260] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.458299] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.458301] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.458303] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.458308] pci_root PNP0A08:00: host bridge window [mem 0xbda00000-0xfebfffff]
[    0.458310] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed4bfff]
[    0.458320] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
[    0.458351] pci 0000:00:02.0: [8086:0126] type 0 class 0x000300
[    0.458360] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit]
[    0.458366] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.458371] pci 0000:00:02.0: reg 20: [io  0x4000-0x403f]
[    0.458418] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[    0.458441] pci 0000:00:16.0: reg 10: [mem 0xd1625000-0xd162500f 64bit]
[    0.458503] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.458507] pci 0000:00:16.0: PME# disabled
[    0.458530] pci 0000:00:16.3: [8086:1c3d] type 0 class 0x000700
[    0.458548] pci 0000:00:16.3: reg 10: [io  0x40b0-0x40b7]
[    0.458558] pci 0000:00:16.3: reg 14: [mem 0xd162c000-0xd162cfff]
[    0.458642] pci 0000:00:19.0: [8086:1502] type 0 class 0x000200
[    0.458660] pci 0000:00:19.0: reg 10: [mem 0xd1600000-0xd161ffff]
[    0.458669] pci 0000:00:19.0: reg 14: [mem 0xd162b000-0xd162bfff]
[    0.458678] pci 0000:00:19.0: reg 18: [io  0x4080-0x409f]
[    0.458727] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.458731] pci 0000:00:19.0: PME# disabled
[    0.458754] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[    0.458775] pci 0000:00:1a.0: reg 10: [mem 0xd162a000-0xd162a3ff]
[    0.458847] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.458852] pci 0000:00:1a.0: PME# disabled
[    0.458876] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[    0.458891] pci 0000:00:1b.0: reg 10: [mem 0xd1620000-0xd1623fff 64bit]
[    0.458944] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.458948] pci 0000:00:1b.0: PME# disabled
[    0.458972] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[    0.459073] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.459077] pci 0000:00:1c.0: PME# disabled
[    0.459111] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[    0.459212] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.459217] pci 0000:00:1c.1: PME# disabled
[    0.459250] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
[    0.459353] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.459357] pci 0000:00:1c.3: PME# disabled
[    0.459386] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
[    0.459448] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.459452] pci 0000:00:1c.4: PME# disabled
[    0.459481] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[    0.459502] pci 0000:00:1d.0: reg 10: [mem 0xd1629000-0xd16293ff]
[    0.459574] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.459579] pci 0000:00:1d.0: PME# disabled
[    0.459602] pci 0000:00:1f.0: [8086:1c4f] type 0 class 0x000601
[    0.459714] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
[    0.459732] pci 0000:00:1f.2: reg 10: [io  0x40a8-0x40af]
[    0.459740] pci 0000:00:1f.2: reg 14: [io  0x40bc-0x40bf]
[    0.459749] pci 0000:00:1f.2: reg 18: [io  0x40a0-0x40a7]
[    0.459757] pci 0000:00:1f.2: reg 1c: [io  0x40b8-0x40bb]
[    0.459765] pci 0000:00:1f.2: reg 20: [io  0x4060-0x407f]
[    0.459773] pci 0000:00:1f.2: reg 24: [mem 0xd1628000-0xd16287ff]
[    0.459804] pci 0000:00:1f.2: PME# supported from D3hot
[    0.459808] pci 0000:00:1f.2: PME# disabled
[    0.459825] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[    0.459840] pci 0000:00:1f.3: reg 10: [mem 0xd1624000-0xd16240ff 64bit]
[    0.459861] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.459955] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.460198] pci 0000:03:00.0: [8086:0085] type 0 class 0x000280
[    0.460361] pci 0000:03:00.0: reg 10: [mem 0xd1500000-0xd1501fff 64bit]
[    0.460917] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.460951] pci 0000:03:00.0: PME# disabled
[    0.461132] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.461138] pci 0000:00:1c.1:   bridge window [mem 0xd1500000-0xd15fffff]
[    0.461335] pci 0000:05:00.0: [1180:e823] type 0 class 0x000880
[    0.461360] pci 0000:05:00.0: reg 10: [mem 0xd0d00000-0xd0d000ff]
[    0.461524] pci 0000:05:00.0: supports D1 D2
[    0.461526] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.461531] pci 0000:05:00.0: PME# disabled
[    0.461589] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.461593] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.461597] pci 0000:00:1c.3:   bridge window [mem 0xd0d00000-0xd14fffff]
[    0.461603] pci 0000:00:1c.3:   bridge window [mem 0xd0400000-0xd0bfffff 64bit pref]
[    0.461672] pci 0000:0d:00.0: [1033:0194] type 0 class 0x000c03
[    0.461698] pci 0000:0d:00.0: reg 10: [mem 0xd0c00000-0xd0c01fff 64bit]
[    0.461804] pci 0000:0d:00.0: PME# supported from D0 D3hot D3cold
[    0.461809] pci 0000:0d:00.0: PME# disabled
[    0.461845] pci 0000:00:1c.4: PCI bridge to [bus 0d-0d]
[    0.461851] pci 0000:00:1c.4:   bridge window [mem 0xd0c00000-0xd0cfffff]
[    0.461876] pci_bus 0000:00: on NUMA node 0
[    0.461878] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.461960] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.461983] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.462005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[    0.462030] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
[    0.462133]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.462263]  pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
[    0.462265] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.464148] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.464197] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
[    0.464245] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11)
[    0.464292] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.464339] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11)
[    0.464384] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 9 10 11)
[    0.464431] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[    0.464476] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
[    0.464537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.464543] vgaarb: loaded
[    0.464544] vgaarb: bridge control possible 0000:00:02.0
[    0.464606] SCSI subsystem initialized
[    0.464621] libata version 3.00 loaded.
[    0.464654] PCI: Using ACPI for IRQ routing
[    0.466538] PCI: pci_cache_line_size set to 64 bytes
[    0.466618] reserve RAM buffer: 000000000009d800 - 000000000009ffff 
[    0.466620] reserve RAM buffer: 00000000b889f000 - 00000000bbffffff 
[    0.466622] reserve RAM buffer: 00000000b9000000 - 00000000bbffffff 
[    0.466718] Switching to clocksource hpet
[    0.466749] pnp: PnP ACPI init
[    0.466755] ACPI: bus type pnp registered
[    0.467030] pnp 00:00: [mem 0x00000000-0x0009ffff]
[    0.467031] pnp 00:00: [mem 0x000c0000-0x000c3fff]
[    0.467033] pnp 00:00: [mem 0x000c4000-0x000c7fff]
[    0.467034] pnp 00:00: [mem 0x000c8000-0x000cbfff]
[    0.467036] pnp 00:00: [mem 0x000cc000-0x000cffff]
[    0.467037] pnp 00:00: [mem 0x000d0000-0x000d3fff]
[    0.467039] pnp 00:00: [mem 0x000d4000-0x000d7fff]
[    0.467040] pnp 00:00: [mem 0x000d8000-0x000dbfff]
[    0.467042] pnp 00:00: [mem 0x000dc000-0x000dffff]
[    0.467043] pnp 00:00: [mem 0x000e0000-0x000e3fff]
[    0.467045] pnp 00:00: [mem 0x000e4000-0x000e7fff]
[    0.467046] pnp 00:00: [mem 0x000e8000-0x000ebfff]
[    0.467048] pnp 00:00: [mem 0x000ec000-0x000effff]
[    0.467049] pnp 00:00: [mem 0x000f0000-0x000fffff]
[    0.467051] pnp 00:00: [mem 0x00100000-0xbd9fffff]
[    0.467052] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
[    0.467054] pnp 00:00: [mem 0xfed4c000-0xffffffff]
[    0.467090] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.467092] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.467094] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.467096] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[    0.467097] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[    0.467099] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[    0.467101] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[    0.467103] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[    0.467105] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[    0.467107] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.467109] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.467111] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.467113] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.467115] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.467117] system 00:00: [mem 0x00100000-0xbd9fffff] could not be reserved
[    0.467119] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.467121] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.467123] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.467138] pnp 00:01: [bus 00-fe]
[    0.467140] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.467142] pnp 00:01: [io  0x0000-0x0cf7 window]
[    0.467144] pnp 00:01: [io  0x0d00-0xffff window]
[    0.467145] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.467147] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
[    0.467150] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
[    0.467151] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
[    0.467153] pnp 00:01: [mem 0x000cc000-0x000cffff window]
[    0.467155] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
[    0.467156] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
[    0.467158] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
[    0.467160] pnp 00:01: [mem 0x000dc000-0x000dffff window]
[    0.467161] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
[    0.467163] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
[    0.467164] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
[    0.467166] pnp 00:01: [mem 0x000ec000-0x000effff window]
[    0.467168] pnp 00:01: [mem 0xbda00000-0xfebfffff window]
[    0.467169] pnp 00:01: [mem 0xfed40000-0xfed4bfff window]
[    0.467199] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.467244] pnp 00:02: [io  0x0010-0x001f]
[    0.467245] pnp 00:02: [io  0x0090-0x009f]
[    0.467247] pnp 00:02: [io  0x0024-0x0025]
[    0.467248] pnp 00:02: [io  0x0028-0x0029]
[    0.467250] pnp 00:02: [io  0x002c-0x002d]
[    0.467251] pnp 00:02: [io  0x0030-0x0031]
[    0.467252] pnp 00:02: [io  0x0034-0x0035]
[    0.467254] pnp 00:02: [io  0x0038-0x0039]
[    0.467255] pnp 00:02: [io  0x003c-0x003d]
[    0.467256] pnp 00:02: [io  0x00a4-0x00a5]
[    0.467258] pnp 00:02: [io  0x00a8-0x00a9]
[    0.467259] pnp 00:02: [io  0x00ac-0x00ad]
[    0.467260] pnp 00:02: [io  0x00b0-0x00b5]
[    0.467262] pnp 00:02: [io  0x00b8-0x00b9]
[    0.467263] pnp 00:02: [io  0x00bc-0x00bd]
[    0.467264] pnp 00:02: [io  0x0050-0x0053]
[    0.467266] pnp 00:02: [io  0x0072-0x0077]
[    0.467267] pnp 00:02: [io  0x0400-0x047f]
[    0.467269] pnp 00:02: [io  0x0500-0x057f]
[    0.467270] pnp 00:02: [io  0x0800-0x080f]
[    0.467271] pnp 00:02: [io  0x15e0-0x15ef]
[    0.467273] pnp 00:02: [io  0x1600-0x167f]
[    0.467274] pnp 00:02: [mem 0xf8000000-0xfbffffff]
[    0.467276] pnp 00:02: [mem 0x00000000-0x00000fff]
[    0.467277] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
[    0.467279] pnp 00:02: [mem 0xfed10000-0xfed13fff]
[    0.467280] pnp 00:02: [mem 0xfed18000-0xfed18fff]
[    0.467282] pnp 00:02: [mem 0xfed19000-0xfed19fff]
[    0.467287] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
[    0.467328] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.467330] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.467331] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.467333] system 00:02: [io  0x15e0-0x15ef] has been reserved
[    0.467335] system 00:02: [io  0x1600-0x167f] has been reserved
[    0.467337] system 00:02: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.467339] system 00:02: [mem 0x00000000-0x00000fff] could not be reserved
[    0.467341] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.467343] system 00:02: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.467345] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.467347] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.467349] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.467351] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.467382] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.467404] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.467412] pnp 00:04: [io  0x0000-0x000f]
[    0.467414] pnp 00:04: [io  0x0080-0x008f]
[    0.467415] pnp 00:04: [io  0x00c0-0x00df]
[    0.467417] pnp 00:04: [dma 4]
[    0.467436] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.467441] pnp 00:05: [io  0x0061]
[    0.467460] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.467466] pnp 00:06: [io  0x00f0]
[    0.467472] pnp 00:06: [irq 13]
[    0.467494] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.467500] pnp 00:07: [io  0x0070-0x0071]
[    0.467504] pnp 00:07: [irq 8]
[    0.467523] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.467528] pnp 00:08: [io  0x0060]
[    0.467530] pnp 00:08: [io  0x0064]
[    0.467534] pnp 00:08: [irq 1]
[    0.467553] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.467561] pnp 00:09: [irq 12]
[    0.467582] pnp 00:09: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[    0.467606] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.467628] pnp 00:0a: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[    0.468023] pnp: PnP ACPI: found 11 devices
[    0.468024] ACPI: ACPI bus type pnp unregistered
[    0.503624] PCI: max bus depth: 1 pci_try_num: 2
[    0.503657] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.503668] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.503674] pci 0000:00:1c.1:   bridge window [mem 0xd1500000-0xd15fffff]
[    0.503682] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.503685] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.503691] pci 0000:00:1c.3:   bridge window [mem 0xd0d00000-0xd14fffff]
[    0.503695] pci 0000:00:1c.3:   bridge window [mem 0xd0400000-0xd0bfffff 64bit pref]
[    0.503702] pci 0000:00:1c.4: PCI bridge to [bus 0d-0d]
[    0.503707] pci 0000:00:1c.4:   bridge window [mem 0xd0c00000-0xd0cfffff]
[    0.503725] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.503730] pci 0000:00:1c.0: setting latency timer to 64
[    0.503739] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.503743] pci 0000:00:1c.1: setting latency timer to 64
[    0.503752] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.503756] pci 0000:00:1c.3: setting latency timer to 64
[    0.503762] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.503766] pci 0000:00:1c.4: setting latency timer to 64
[    0.503770] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.503772] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.503774] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.503775] pci_bus 0000:00: resource 7 [mem 0xbda00000-0xfebfffff]
[    0.503777] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff]
[    0.503779] pci_bus 0000:03: resource 1 [mem 0xd1500000-0xd15fffff]
[    0.503781] pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
[    0.503782] pci_bus 0000:05: resource 1 [mem 0xd0d00000-0xd14fffff]
[    0.503784] pci_bus 0000:05: resource 2 [mem 0xd0400000-0xd0bfffff 64bit pref]
[    0.503786] pci_bus 0000:0d: resource 1 [mem 0xd0c00000-0xd0cfffff]
[    0.503806] NET: Registered protocol family 2
[    0.503833] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.503969] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.504175] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.504268] TCP: Hash tables configured (established 131072 bind 65536)
[    0.504269] TCP reno registered
[    0.504271] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.504275] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.504318] NET: Registered protocol family 1
[    0.504328] pci 0000:00:02.0: Boot video device
[    0.504411] PCI: CLS 64 bytes, default 64
[    0.506738] highmem bounce pool size: 64 pages
[    0.508176] msgmni has been set to 1717
[    0.508339] io scheduler noop registered
[    0.508341] io scheduler deadline registered
[    0.508346] io scheduler cfq registered (default)
[    0.508604] intel_idle: MWAIT substates: 0x21120
[    0.508606] intel_idle: v0.4 model 0x2A
[    0.508607] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.509255] ACPI: AC Adapter [AC] (on-line)
[    0.509353] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.509581] ACPI: Lid Switch [LID]
[    0.509628] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    0.509661] ACPI: Sleep Button [SLPB]
[    0.509713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.509715] ACPI: Power Button [PWRF]
[    0.512080] thermal LNXTHERM:00: registered as thermal_zone0
[    0.512082] ACPI: Thermal Zone [THM0] (40 C)
[    0.512092] ERST: Table is not found!
[    0.512188] Non-volatile memory driver v1.3
[    0.512386] brd: module loaded
[    0.512445] ahci 0000:00:1f.2: version 3.0
[    0.512458] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.512522] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    0.512575] ahci: SSS flag set, parallel bus scan disabled
[    0.523243] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x13 impl SATA mode
[    0.523271] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
[    0.523277] ahci 0000:00:1f.2: setting latency timer to 64
[    0.526237] ACPI: Battery Slot [BAT0] (battery present)
[    0.527552] scsi0 : ahci
[    0.527601] scsi1 : ahci
[    0.527641] scsi2 : ahci
[    0.527680] scsi3 : ahci
[    0.527718] scsi4 : ahci
[    0.527758] scsi5 : ahci
[    0.528131] ata1: SATA max UDMA/133 abar m2048@0xd1628000 port 0xd1628100 irq 40
[    0.528134] ata2: SATA max UDMA/133 abar m2048@0xd1628000 port 0xd1628180 irq 40
[    0.528136] ata3: DUMMY
[    0.528140] ata4: DUMMY
[    0.528143] ata5: SATA max UDMA/133 abar m2048@0xd1628000 port 0xd1628300 irq 40
[    0.528144] ata6: DUMMY
[    0.528208] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.531645] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.531665] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.531725] mousedev: PS/2 mouse device common for all mice
[    0.531807] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    0.531827] rtc_cmos 00:07: RTC can wake from S4
[    0.531913] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    0.531940] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.532119] cpuidle: using governor ladder
[    0.532233] TCP cubic registered
[    0.532235] NET: Registered protocol family 17
[    0.532239] Registering the dns_resolver key type
[    0.532253] Using IPI No-Shortcut mode
[    0.535131] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.833550] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.834473] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    0.834484] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    0.834493] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    0.835333] ata1.00: ATA-8: HITACHI HTS543232A7A384, ES2ZB70B, max UDMA/100
[    0.835340] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.836218] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    0.836226] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    0.836234] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    0.836970] ata1.00: configured for UDMA/100
[    0.837168] scsi 0:0:0:0: Direct-Access     ATA      HITACHI HTS54323 ES2Z PQ: 0 ANSI: 5
[    0.837284] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    0.837388] sd 0:0:0:0: [sda] Write Protect is off
[    0.837391] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.837416] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.875678]  sda: sda1 sda2 sda3 sda4
[    0.876305] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.140822] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.144030] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    1.144242] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    1.144250] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.146887] ata2.00: ATAPI: HL-DT-ST DVDRAM GU40N, QX20, max UDMA/133
[    1.150439] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    1.150632] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    1.150640] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.153181] ata2.00: configured for UDMA/133
[    1.155006] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GU40N     QX20 PQ: 0 ANSI: 5
[    1.359289] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b3/0xb40000/0xa0000
[    1.359303] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    1.408925] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    1.459059] ata5: SATA link down (SStatus 0 SControl 300)
[    1.489718] rtc_cmos 00:07: setting system clock to 2012-01-19 12:53:41 UTC (1326977621)
[    1.504819] Refined TSC clocksource calibration: 2491.905 MHz.
[    1.504827] Switching to clocksource tsc
[    7.432681] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    7.689256] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
[    7.851154] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    7.851160] VFS: Mounted root (ext4 filesystem) readonly on device 8:4.
[    7.870966] devtmpfs: mounted
[    7.871085] Freeing unused kernel memory: 356k freed
[    8.528359] systemd[1]: systemd 38 running in system mode. (-PAM +LIBWRAP -AUDIT -SELINUX -SYSVINIT -LIBCRYPTSETUP; other)
[    8.770047] systemd[1]: /sbin/modprobe failed with error code 1.
[    8.785816] systemd[1]: Set hostname to <waverley>.
[    9.645966] systemd[1]: Socket service syslog.service not loaded, refusing.
[   10.280435] udevd[70]: starting version 177
[   10.722905] EXT4-fs (sda4): re-mounted. Opts: (null)
[   10.902127] Adding 524284k swap on /swapfile1.  Priority:0 extents:4 across:548860k 
[   11.191949] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[   11.191953] cdrom: Uniform CD-ROM driver Revision: 3.20
[   11.192118] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   11.253131] Linux agpgart interface v0.103
[   11.278083] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[   11.278148] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[   11.279041] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[   11.279152] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[   11.714889] cfg80211: Calling CRDA to update world regulatory domain
[   11.775168] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   12.034622] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[   12.034625] thinkpad_acpi: http://ibm-acpi.sf.net/
[   12.034626] thinkpad_acpi: ThinkPad BIOS 8CET45WW (1.25 ), EC unknown
[   12.034628] thinkpad_acpi: Lenovo ThinkPad T420s, model 4173A47
[   12.035026] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[   12.035162] thinkpad_acpi: radio switch found; radios are disabled
[   12.036842] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[   12.037176] Registered led device: tpacpi::thinklight
[   12.037209] Registered led device: tpacpi::power
[   12.037230] Registered led device: tpacpi::standby
[   12.037252] Registered led device: tpacpi::thinkvantage
[   12.037357] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[   12.037439] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[   12.038490] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[   12.199321] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[   12.199325] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[   12.199373] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[   12.199386] e1000e 0000:00:19.0: setting latency timer to 64
[   12.199499] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[   12.207768] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[   12.392621] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:66:9d:ec
[   12.392626] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[   12.392677] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[   12.400733] [drm] Initialized drm 1.1.0 20060810
[   12.455673] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[   12.455676] Copyright(c) 2003-2011 Intel Corporation
[   12.455723] iwlwifi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   12.455734] iwlwifi 0000:03:00.0: setting latency timer to 64
[   12.455754] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[   12.455756] iwlwifi 0000:03:00.0: pci_resource_base = f8774000
[   12.455758] iwlwifi 0000:03:00.0: HW Revision ID = 0x34
[   12.455849] iwlwifi 0000:03:00.0: irq 42 for MSI/MSI-X
[   12.455899] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
[   12.455970] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   12.462978] i915 0000:00:02.0: power state changed by ACPI to D0
[   12.462990] i915 0000:00:02.0: power state changed by ACPI to D0
[   12.463008] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.463018] i915 0000:00:02.0: setting latency timer to 64
[   12.466500] iwlwifi 0000:03:00.0: device EEPROM VER=0x715, CALIB=0x6
[   12.466505] iwlwifi 0000:03:00.0: Device SKU: 0X1f0
[   12.466508] iwlwifi 0000:03:00.0: Valid Tx ant: 0X3, Valid Rx ant: 0X3
[   12.466535] iwlwifi 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[   12.466607] iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio.
[   12.476359] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[   12.476364] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   12.476365] [drm] Driver supports precise vblank timestamp query.
[   12.476395] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   12.695137] usbcore: registered new interface driver usbfs
[   12.695165] usbcore: registered new interface driver hub
[   12.695206] usbcore: registered new device driver usb
[   12.724071] xhci_hcd 0000:0d:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.724092] xhci_hcd 0000:0d:00.0: setting latency timer to 64
[   12.724097] xhci_hcd 0000:0d:00.0: xHCI Host Controller
[   12.724121] xhci_hcd 0000:0d:00.0: new USB bus registered, assigned bus number 1
[   12.724300] xhci_hcd 0000:0d:00.0: irq 16, io mem 0xd0c00000
[   12.724367] xhci_hcd 0000:0d:00.0: irq 44 for MSI/MSI-X
[   12.724371] xhci_hcd 0000:0d:00.0: irq 45 for MSI/MSI-X
[   12.724375] xhci_hcd 0000:0d:00.0: irq 46 for MSI/MSI-X
[   12.724379] xhci_hcd 0000:0d:00.0: irq 47 for MSI/MSI-X
[   12.724383] xhci_hcd 0000:0d:00.0: irq 48 for MSI/MSI-X
[   12.724599] xHCI xhci_add_endpoint called for root hub
[   12.724602] xHCI xhci_check_bandwidth called for root hub
[   12.724637] hub 1-0:1.0: USB hub found
[   12.724647] hub 1-0:1.0: 2 ports detected
[   12.724791] xhci_hcd 0000:0d:00.0: xHCI Host Controller
[   12.724799] xhci_hcd 0000:0d:00.0: new USB bus registered, assigned bus number 2
[   12.727837] xHCI xhci_add_endpoint called for root hub
[   12.727840] xHCI xhci_check_bandwidth called for root hub
[   12.727879] hub 2-0:1.0: USB hub found
[   12.727887] hub 2-0:1.0: 2 ports detected
[   12.919752] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-6000g2a-5.ucode' failed.
[   13.224090] fbcon: inteldrmfb (fb0) is primary device
[   13.546750] Console: switching to colour frame buffer device 200x56
[   13.550145] fb0: inteldrmfb frame buffer device
[   13.550146] drm: registered panic notifier
[   13.556478] acpi device:01: registered as cooling_device4
[   13.556613] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
[   13.556660] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[   13.556712] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   13.556737] serial 0000:00:16.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   13.578462] 0000:00:16.3: ttyS0 at I/O 0x40b0 (irq = 19) is a 16550A
[   13.582125] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   13.582202] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[   13.582238] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[   13.776579] iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
[   13.776776] Registered led device: phy0-led
[   14.257386] hda_codec: model 'thinkpad' is selected
[   14.610697] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
[   14.610829] HDMI status: Codec=3 Pin=6 Presence_Detect=0 ELD_Valid=0
[   14.610950] HDMI status: Codec=3 Pin=7 Presence_Detect=0 ELD_Valid=0
[   14.620754] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   15.853145] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   15.853170] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[   15.853176] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[   15.853186] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   15.853205] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[   15.853210] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[   15.853221] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   15.853247] ehci_hcd 0000:00:1a.0: debug port 2
[   15.857111] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[   15.857123] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd162a000
[   15.866459] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[   15.866748] hub 3-0:1.0: USB hub found
[   15.866753] hub 3-0:1.0: 3 ports detected
[   15.866892] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[   15.866896] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[   15.866908] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   15.866921] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[   15.866924] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[   15.866930] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   15.866953] ehci_hcd 0000:00:1d.0: debug port 2
[   15.870842] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[   15.870858] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd1629000
[   15.880425] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[   15.880700] hub 4-0:1.0: USB hub found
[   15.880705] hub 4-0:1.0: 3 ports detected
[   16.167856] usb 3-1: new high-speed USB device number 2 using ehci_hcd
[   16.282375] hub 3-1:1.0: USB hub found
[   16.282455] hub 3-1:1.0: 6 ports detected
[   16.385222] usb 4-1: new high-speed USB device number 2 using ehci_hcd
[   16.499756] hub 4-1:1.0: USB hub found
[   16.499835] hub 4-1:1.0: 8 ports detected
[   16.573991] usb 3-1.6: new high-speed USB device number 3 using ehci_hcd
[   16.707415] Linux video capture interface: v2.00
[   16.861167] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b221)
[   16.863017] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input9
[   16.863071] usbcore: registered new interface driver uvcvideo
[   16.863073] USB Video Class driver (1.1.1)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: iwlwifi with udev-177
  2012-01-17 14:08 iwlwifi with udev-177 Allin Cottrell
                   ` (2 preceding siblings ...)
  2012-01-19 14:05 ` Allin Cottrell
@ 2012-01-19 14:27 ` Kay Sievers
  2012-01-19 14:42 ` Allin Cottrell
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Kay Sievers @ 2012-01-19 14:27 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Jan 19, 2012 at 15:05, Allin Cottrell <cottrell@wfu.edu> wrote:
> On Tue, 17 Jan 2012, Kay Sievers wrote:
>
>> On Tue, Jan 17, 2012 at 15:08, Allin Cottrell <cottrell@wfu.edu> wrote:
>>>
>>> With udev-177 plus kmod4 (also with kmod3) I'm seeing this from dmesg on
>>> boot-up:
>>>
>>> iwlwifi 0000:03:00.0: request for firmware file \
>>> 'iwlwifi-6000g2a-5.ucode' failed.
>>>
>>> The file in question is in /lib/firmware, which is the firmware-path set
>>> for
>>> udev.
>>>
>>> It seems, though, that the error message is somehow spurious, since I
>>> also
>>> see this (shortly after the above):
>>>
>>> iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
>>>
>>> and version 17.168.5.3 corresponds to iwlwifi-6000g2a-5. So just a
>>> cosmetic
>>> problem?
>>
>> You see the same when you rmmod/modprobe the module?
>
> Hmm, in fact yes. If I rmmod then modprobe iwlwifi using the
> module-init-tools binaries I now see the same pattern of a failure message
> immediately followed by a report that the firmware is loaded. The funny
> thing is that I wasn't seeing the failure message (using the same 3.2.1
> kernel) before updating udev 175 -> 177.
>
>> Please enable timestamps in printk, and provide the entire output of
>> dmesg, so we can see in which context of the bootup this happens.

Hmm, I don't see that here. The log does not show anything obvious.

You are sure, you don't have the old firmware loader installed along
with the new udev, right? There is no /lib/udev/rules.d/50-firmware*
file, right?

Kay

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: iwlwifi with udev-177
  2012-01-17 14:08 iwlwifi with udev-177 Allin Cottrell
                   ` (3 preceding siblings ...)
  2012-01-19 14:27 ` Kay Sievers
@ 2012-01-19 14:42 ` Allin Cottrell
  2012-01-19 14:51 ` Kay Sievers
  2012-01-19 14:55 ` Allin Cottrell
  6 siblings, 0 replies; 8+ messages in thread
From: Allin Cottrell @ 2012-01-19 14:42 UTC (permalink / raw)
  To: linux-hotplug

On Thu, 19 Jan 2012, Kay Sievers wrote:

> On Thu, Jan 19, 2012 at 15:05, Allin Cottrell <cottrell@wfu.edu> wrote:
>> On Tue, 17 Jan 2012, Kay Sievers wrote:
>>
>>> On Tue, Jan 17, 2012 at 15:08, Allin Cottrell <cottrell@wfu.edu> wrote:
>>>>
>>>> With udev-177 plus kmod4 (also with kmod3) I'm seeing this from dmesg on
>>>> boot-up:
>>>>
>>>> iwlwifi 0000:03:00.0: request for firmware file \
>>>> 'iwlwifi-6000g2a-5.ucode' failed.
>>>>
>>>> The file in question is in /lib/firmware, which is the firmware-path set
>>>> for
>>>> udev.
>>>>
>>>> It seems, though, that the error message is somehow spurious, since I
>>>> also
>>>> see this (shortly after the above):
>>>>
>>>> iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
>>>>
>>>> and version 17.168.5.3 corresponds to iwlwifi-6000g2a-5. So just a
>>>> cosmetic
>>>> problem?
>>>
>>> You see the same when you rmmod/modprobe the module?
>>
>> Hmm, in fact yes. If I rmmod then modprobe iwlwifi using the
>> module-init-tools binaries I now see the same pattern of a failure message
>> immediately followed by a report that the firmware is loaded. The funny
>> thing is that I wasn't seeing the failure message (using the same 3.2.1
>> kernel) before updating udev 175 -> 177.
>>
>>> Please enable timestamps in printk, and provide the entire output of
>>> dmesg, so we can see in which context of the bootup this happens.
>
> Hmm, I don't see that here. The log does not show anything obvious.
>
> You are sure, you don't have the old firmware loader installed along
> with the new udev, right? There is no /lib/udev/rules.d/50-firmware*
> file, right?

Urgh, wrong. My old 50-firmware.rules file escaped my notice. 
I've now deleted it. While on that subject, I take it that the 
files pci-db and usb-db in /lib/udev are not wanted any more?

Allin Cottrell


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: iwlwifi with udev-177
  2012-01-17 14:08 iwlwifi with udev-177 Allin Cottrell
                   ` (4 preceding siblings ...)
  2012-01-19 14:42 ` Allin Cottrell
@ 2012-01-19 14:51 ` Kay Sievers
  2012-01-19 14:55 ` Allin Cottrell
  6 siblings, 0 replies; 8+ messages in thread
From: Kay Sievers @ 2012-01-19 14:51 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Jan 19, 2012 at 15:42, Allin Cottrell <cottrell@wfu.edu> wrote:
> On Thu, 19 Jan 2012, Kay Sievers wrote:

>> You are sure, you don't have the old firmware loader installed along
>> with the new udev, right? There is no /lib/udev/rules.d/50-firmware*
>> file, right?
>
> Urgh, wrong. My old 50-firmware.rules file escaped my notice. I've now
> deleted it. While on that subject, I take it that the files pci-db and
> usb-db in /lib/udev are not wanted any more?

They don't hurt, they should be never called again by the current
udev. They run only a single time per device. All the IMPORT= stuff is
taken over transparently by the built-ins.

I'm not sure if the old firware rule can cause this problem, but it is
definitely not right to call that twice (RUN is not taken over).

Kay

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: iwlwifi with udev-177
  2012-01-17 14:08 iwlwifi with udev-177 Allin Cottrell
                   ` (5 preceding siblings ...)
  2012-01-19 14:51 ` Kay Sievers
@ 2012-01-19 14:55 ` Allin Cottrell
  6 siblings, 0 replies; 8+ messages in thread
From: Allin Cottrell @ 2012-01-19 14:55 UTC (permalink / raw)
  To: linux-hotplug

On Thu, 19 Jan 2012, Kay Sievers wrote:

> On Thu, Jan 19, 2012 at 15:42, Allin Cottrell <cottrell@wfu.edu> wrote:
>> On Thu, 19 Jan 2012, Kay Sievers wrote:
>
>>> You are sure, you don't have the old firmware loader installed along
>>> with the new udev, right? There is no /lib/udev/rules.d/50-firmware*
>>> file, right?
>>
>> Urgh, wrong. My old 50-firmware.rules file escaped my notice. I've now
>> deleted it. While on that subject, I take it that the files pci-db and
>> usb-db in /lib/udev are not wanted any more?
>
> They don't hurt, they should be never called again by the current
> udev. They run only a single time per device. All the IMPORT= stuff is
> taken over transparently by the built-ins.
>
> I'm not sure if the old firware rule can cause this problem, but it is
> definitely not right to call that twice (RUN is not taken over).

Thanks. I haven't tried rebooting yet, but just doing rmmod 
iwlwifi ; modprobe iwlwifi I'm no longer seeing the 
firmware-loading failure message.

Allin Cottrell

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-01-19 14:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-17 14:08 iwlwifi with udev-177 Allin Cottrell
2012-01-17 14:52 ` Kay Sievers
2012-01-17 23:00 ` Allin Cottrell
2012-01-19 14:05 ` Allin Cottrell
2012-01-19 14:27 ` Kay Sievers
2012-01-19 14:42 ` Allin Cottrell
2012-01-19 14:51 ` Kay Sievers
2012-01-19 14:55 ` Allin Cottrell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.