You are not logged in.
Pages: 1
hi,
io order to have the wlan working with my my Atheros AR5001 card, I need the acerhk driver.
Recently I have upgraded to kernel 3.2 and I have realized that I need to compile the driver again, doing so I get the following error:
mattia@CB-Mattia:~/acerhk-0.5.35$ make
cc -I/lib/modules/`uname -r`/build/include -DMODVERSIONS -DMODULE -D__KERNEL__ -o acerhk.o acerhk.c
acerhk.c:39:26: error: linux/config.h: No such file or directory
acerhk.c:3149:2: error: #error This driver is only available for X86 architecture
make: *** [acerhk.o] Error 1does someone have an idea why it complain about the wrong architecture?? 
also, out of curiosity, how does the wifi work anyway, using the module successfully compiled in the old kernel??
thanks in advance.. 
We are a nice, friendly community here and I hope we stay that way.. 
Offline
Probably a consequence from this first error:
acerhk.c:39:26: error: linux/config.h: No such file or directory
Where did you get the source from? Seems linux/config.h is missing.
The package has been removed from the Debian repos, probably because it is not maintained any longer and does not pass the quality requirements.
bootinfoscript - emacs primer - I ♥ #!
Offline
hi xaos52,
following this instruction here http://www.futuredesktop.com/linux/wire … driver.txt, I got the source from the wget command, which a file named acerhk-fixed, so it can actually be a modified version. Then I have also tried to compile from the source on the authors' page (http://www.cakey.de/acerhk/) but this one just got stuck with the command make. Moreover, there is another package which gives you the driver and a GUI (which I do not really want, but it was worth trying
)...well I won't even bother you with the long error that one gave on make..
Do you think is it possible to modify the script to froce it to ignore that error and finally compile?? 
Last edited by VDP76 (2012-05-31 07:40:28)
We are a nice, friendly community here and I hope we stay that way.. 
Offline
Well, If you have the source, you can do with it whatever you like 
Of course, as always... if it breaks you can keep the pieces.
Are you sure you need that to get the wireless working?
Post
uname -r
lspci -knnInstall:
sudo apt-get install rfkillPost output of
sudo rfkill listInstall firmware-atheros:
sudo apt-get --reinstall install firmware-atherosPost output of
dmesgPS: I doubt debian would have removed that package if it is essential to get the wireless working.
Last edited by xaos52 (2012-05-30 09:42:59)
bootinfoscript - emacs primer - I ♥ #!
Offline
It's not. Maybe the wlan is software blocked, so rfkill will do the trick.
Offline
Of course, as always... if it breaks you can keep the pieces.
eheh..sure, I won't blame who is trying to help me.. 
Are you sure you need that to get the wireless working?
I think yes, I need it to switch on the antenna (I am not sure if that is what el_koraco refers to) in fact now I can see and connect to networks but I cannot switch off the wifi and I have also noticed this error at boot:
/etc/rc.local: 13: cannot create /proc/driver/acerhk/wirelessled: Directory nonexistent
startpar: service(s) returned failure: rc.local ... failed!Anyway, here there are some outputs...
uname -r
3.2.0-0.bpo.2-686-paelspci -knn
00:00.0 Host bridge [0600]: ATI Technologies Inc Device [1002:5a31] (rev 01)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
00:01.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge [1002:5a3f]
00:04.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge [1002:5a36]
Kernel driver in use: pcieport
00:12.0 IDE interface [0101]: ATI Technologies Inc IXP SB400 Serial ATA Controller [1002:4379] (rev 80)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
Kernel driver in use: sata_sil
00:13.0 USB Controller [0c03]: ATI Technologies Inc IXP SB400 USB Host Controller [1002:4374] (rev 80)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
Kernel driver in use: ohci_hcd
00:13.1 USB Controller [0c03]: ATI Technologies Inc IXP SB400 USB Host Controller [1002:4375] (rev 80)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
Kernel driver in use: ohci_hcd
00:13.2 USB Controller [0c03]: ATI Technologies Inc IXP SB400 USB2 Host Controller [1002:4373] (rev 80)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
Kernel driver in use: ehci_hcd
00:14.0 SMBus [0c05]: ATI Technologies Inc IXP SB400 SMBus Controller [1002:4372] (rev 83)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
Kernel driver in use: piix4_smbus
00:14.1 IDE interface [0101]: ATI Technologies Inc IXP SB400 IDE Controller [1002:4376] (rev 80)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
Kernel driver in use: pata_atiixp
00:14.2 Audio device [0403]: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller [1002:437b] (rev 01)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
Kernel driver in use: snd_hda_intel
00:14.3 ISA bridge [0601]: ATI Technologies Inc IXP SB400 PCI-ISA Bridge [1002:4377] (rev 80)
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
00:14.4 PCI bridge [0604]: ATI Technologies Inc IXP SB400 PCI-PCI Bridge [1002:4371] (rev 80)
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RC410 [Radeon Xpress 200M] [1002:5a62]
Subsystem: Fujitsu Technology Solutions Device [1734:10fb]
Kernel driver in use: radeon
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001 Wireless Network Adapter [168c:001c] (rev 01)
Subsystem: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) [168c:3067]
Kernel driver in use: ath5k
0a:07.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
Subsystem: Fujitsu Technology Solutions Device [1734:10c2]
Kernel driver in use: 8139toosudo rfkill list
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: nodmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-0.bpo.2-686-pae (Debian 3.2.15-1~bpo60+1) (debian-kernel@lists.debian.org) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Mon Apr 23 09:33:57 UTC 2012
[ 0.000000] Disabled fast string operations
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 0000000037ea0000 (usable)
[ 0.000000] BIOS-e820: 0000000037ea0000 - 0000000037f00000 (ACPI NVS)
[ 0.000000] BIOS-e820: 0000000037f00000 - 0000000038000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: FUJITSU SIEMENS AMILO Li 1718/AMILO Li 1718, BIOS V1.1 02/15/07
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x37ea0 max_arch_pfn = 0x1000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FE0000000 write-back
[ 0.000000] 1 base 020000000 mask FF0000000 write-back
[ 0.000000] 2 base 030000000 mask FF8000000 write-back
[ 0.000000] 3 base 037F00000 mask FFFF00000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT not supported by CPU.
[ 0.000000] found SMP MP-table at [c00f7d80] f7d80
[ 0.000000] initial memory mapped : 0 - 01a00000
[ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000379fe000
[ 0.000000] 0000000000 - 0000200000 page 4k
[ 0.000000] 0000200000 - 0037800000 page 2M
[ 0.000000] 0037800000 - 00379fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 379fe000 @ 19fa000-1a00000
[ 0.000000] RAMDISK: 295df000 - 29f38000
[ 0.000000] ACPI: RSDP 000f7bc0 00014 (v00 PTLTD )
[ 0.000000] ACPI: RSDT 37ea2436 0003C (v01 FSC PC 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 37ea7d1e 00074 (v01 ATI Bonefish 06040000 ATI 000F4240)
[ 0.000000] ACPI: DSDT 37ea2ed1 04E4D (v01 WS Y4B_____ 06040000 MSFT 0100000E)
[ 0.000000] ACPI: FACS 37ea8fc0 00040
[ 0.000000] ACPI: SLIC 37ea7d92 00176 (v01 FSC PC 06040000 FSC 00000001)
[ 0.000000] ACPI: APIC 37ea7f08 0005E (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: APIC 37ea7f66 0005E (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: MCFG 37ea7fc4 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
[ 0.000000] ACPI: SSDT 37ea2472 00535 (v01 PmRef CpuPm 00003000 INTL 20050228)
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 4MB HIGHMEM available.
[ 0.000000] 889MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 379fe000
[ 0.000000] low ram: 0 - 379fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000379fe
[ 0.000000] HighMem 0x000379fe -> 0x00037ea0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009d
[ 0.000000] 0: 0x00000100 -> 0x00037ea0
[ 0.000000] On node 0 totalpages: 228909
[ 0.000000] free_area_init_node: node 0, pgdat c1424000, node_mem_map f72fd200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3949 pages, LIFO batch:0
[ 0.000000] Normal zone: 1748 pages used for memmap
[ 0.000000] Normal zone: 221994 pages, LIFO batch:31
[ 0.000000] HighMem zone: 10 pages used for memmap
[ 0.000000] HighMem zone: 1176 pages, LIFO batch:0
[ 0.000000] Using APIC driver default
[ 0.000000] SB4X0 revision 0x83
[ 0.000000] Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x8008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
[ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 38000000 (gap: 38000000:a8000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @f7000000 s33088 r0 d24256 u1048576
[ 0.000000] pcpu-alloc: s33088 r0 d24256 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227119
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-0.bpo.2-686-pae root=UUID=88c89fb1-2c69-4c80-b068-10b12d7d9e8f ro quiet splash
[ 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] Initializing HighMem for node 0 (000379fe:00037ea0)
[ 0.000000] Memory: 892632k/916096k available (2925k kernel code, 23004k reserved, 1344k data, 436k init, 4744k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 kB)
[ 0.000000] pkmap : 0xffa00000 - 0xffc00000 (2048 kB)
[ 0.000000] vmalloc : 0xf81fe000 - 0xff9fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf79fe000 ( 889 MB)
[ 0.000000] .init : 0xc142c000 - 0xc1499000 ( 436 kB)
[ 0.000000] .data : 0xc12db62d - 0xc142b8c0 (1344 kB)
[ 0.000000] .text : 0xc1000000 - 0xc12db62d (2925 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:512 16
[ 0.000000] CPU 0 irqstacks, hard=f6c06000 soft=f6c08000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1866.478 MHz processor.
[ 0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3732.95 BogoMIPS (lpj=7465912)
[ 0.004016] pid_max: default: 32768 minimum: 301
[ 0.004113] Security Framework initialized
[ 0.004126] AppArmor: AppArmor disabled by boot time parameter
[ 0.004165] Mount-cache hash table entries: 512
[ 0.004433] Initializing cgroup subsys cpuacct
[ 0.004446] Initializing cgroup subsys memory
[ 0.004466] Initializing cgroup subsys devices
[ 0.004472] Initializing cgroup subsys freezer
[ 0.004478] Initializing cgroup subsys net_cls
[ 0.004484] Initializing cgroup subsys blkio
[ 0.004500] Initializing cgroup subsys perf_event
[ 0.004561] Disabled fast string operations
[ 0.004573] CPU: Physical Processor ID: 0
[ 0.004578] CPU: Processor Core ID: 0
[ 0.004584] mce: CPU supports 6 MCE banks
[ 0.004606] CPU0: Thermal monitoring enabled (TM1)
[ 0.004614] using mwait in idle threads.
[ 0.008131] ACPI: Core revision 20110623
[ 0.016103] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.016589] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.056568] CPU0: Intel(R) Core(TM) Duo CPU T2350 @ 1.86GHz stepping 0c
[ 0.060003] Performance Events: Core events, core PMU driver.
[ 0.060003] ... version: 1
[ 0.060003] ... bit width: 40
[ 0.060003] ... generic registers: 2
[ 0.060003] ... value mask: 000000ffffffffff
[ 0.060003] ... max period: 000000007fffffff
[ 0.060003] ... fixed-purpose events: 0
[ 0.060003] ... event mask: 0000000000000003
[ 0.060003] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.060003] CPU 1 irqstacks, hard=f6c94000 soft=f6c96000
[ 0.060003] Booting Node 0, Processors #1 Ok.
[ 0.060003] smpboot cpu 1: start_ip = 99000
[ 0.008000] Initializing CPU#1
[ 0.008000] Disabled fast string operations
[ 0.148083] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.148171] Brought up 2 CPUs
[ 0.148178] Total of 2 processors activated (7466.82 BogoMIPS).
[ 0.151359] devtmpfs: initialized
[ 0.152231] PM: Registering ACPI NVS region at 37ea0000 (393216 bytes)
[ 0.152526] print_constraints: dummy:
[ 0.152671] NET: Registered protocol family 16
[ 0.152909] ACPI: bus type pci registered
[ 0.153084] PCI: MMCONFIG for domain 0000 [bus 00-0b] at [mem 0xe0000000-0xe0bfffff] (base 0xe0000000)
[ 0.153095] PCI: MMCONFIG at [mem 0xe0000000-0xe0bfffff] reserved in E820
[ 0.153100] PCI: Using MMCONFIG for extended config space
[ 0.153106] PCI: Using configuration type 1 for base access
[ 0.154539] bio: create slab <bio-0> at 0
[ 0.154539] ACPI: Added _OSI(Module Device)
[ 0.154539] ACPI: Added _OSI(Processor Device)
[ 0.154539] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.154539] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.157516] ACPI: EC: Look up EC in DSDT
[ 0.162112] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.163524] ACPI: SSDT 37ea2c1c 0022C (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
[ 0.164105] ACPI: Dynamic OEM Table Load:
[ 0.164114] ACPI: SSDT (null) 0022C (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
[ 0.165047] ACPI: SSDT 37ea29a7 001F0 (v01 PmRef Cpu0Cst 00003001 INTL 20050228)
[ 0.165617] ACPI: Dynamic OEM Table Load:
[ 0.165625] ACPI: SSDT (null) 001F0 (v01 PmRef Cpu0Cst 00003001 INTL 20050228)
[ 0.166228] ACPI: SSDT 37ea2e48 00089 (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
[ 0.166769] ACPI: Dynamic OEM Table Load:
[ 0.166777] ACPI: SSDT (null) 00089 (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
[ 0.167030] ACPI: SSDT 37ea2b97 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050228)
[ 0.167555] ACPI: Dynamic OEM Table Load:
[ 0.167563] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050228)
[ 0.176138] ACPI: Interpreter enabled
[ 0.176167] ACPI: (supports S0 S3 S4 S5)
[ 0.176218] ACPI: Using IOAPIC for interrupt routing
[ 0.188220] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[ 0.188559] ACPI: No dock devices found.
[ 0.188565] HEST: Table not found.
[ 0.188578] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.189375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.190858] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.190869] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[ 0.190877] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.190886] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.190894] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[ 0.190902] pci_root PNP0A08:00: host bridge window [mem 0x38000000-0xfebfffff] (ignored)
[ 0.190910] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.190918] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.190942] pci 0000:00:00.0: [1002:5a31] type 0 class 0x000600
[ 0.191026] pci 0000:00:01.0: [1002:5a3f] type 1 class 0x000604
[ 0.191128] pci 0000:00:04.0: [1002:5a36] type 1 class 0x000604
[ 0.191236] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.191246] pci 0000:00:04.0: PME# disabled
[ 0.191333] pci 0000:00:12.0: [1002:4379] type 0 class 0x000101
[ 0.191377] pci 0000:00:12.0: reg 10: [io 0x8440-0x8447]
[ 0.191400] pci 0000:00:12.0: reg 14: [io 0x8430-0x8433]
[ 0.191423] pci 0000:00:12.0: reg 18: [io 0x8420-0x8427]
[ 0.191446] pci 0000:00:12.0: reg 1c: [io 0x8410-0x8413]
[ 0.191469] pci 0000:00:12.0: reg 20: [io 0x8400-0x840f]
[ 0.191493] pci 0000:00:12.0: reg 24: [mem 0xc0507000-0xc05071ff]
[ 0.191517] pci 0000:00:12.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[ 0.191602] pci 0000:00:12.0: supports D1 D2
[ 0.191638] pci 0000:00:13.0: [1002:4374] type 0 class 0x000c03
[ 0.191670] pci 0000:00:13.0: reg 10: [mem 0xc0504000-0xc0504fff]
[ 0.191814] pci 0000:00:13.1: [1002:4375] type 0 class 0x000c03
[ 0.191845] pci 0000:00:13.1: reg 10: [mem 0xc0505000-0xc0505fff]
[ 0.191994] pci 0000:00:13.2: [1002:4373] type 0 class 0x000c03
[ 0.192047] pci 0000:00:13.2: reg 10: [mem 0xc0506000-0xc0506fff]
[ 0.192207] pci 0000:00:13.2: supports D1 D2
[ 0.192213] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.192225] pci 0000:00:13.2: PME# disabled
[ 0.192271] pci 0000:00:14.0: [1002:4372] type 0 class 0x000c05
[ 0.192300] pci 0000:00:14.0: reg 10: [io 0x8450-0x845f]
[ 0.192324] pci 0000:00:14.0: reg 14: [mem 0xc0507400-0xc05077ff]
[ 0.192415] HPET not enabled in BIOS. You might try hpet=force boot option
[ 0.192462] pci 0000:00:14.1: [1002:4376] type 0 class 0x000101
[ 0.192500] pci 0000:00:14.1: reg 10: [io 0x01f0-0x01f7]
[ 0.192524] pci 0000:00:14.1: reg 14: [io 0x03f4-0x03f7]
[ 0.192547] pci 0000:00:14.1: reg 18: [io 0x8470-0x8477]
[ 0.192570] pci 0000:00:14.1: reg 1c: [io 0x8480-0x8483]
[ 0.192593] pci 0000:00:14.1: reg 20: [io 0x8460-0x846f]
[ 0.192730] pci 0000:00:14.2: [1002:437b] type 0 class 0x000403
[ 0.192784] pci 0000:00:14.2: reg 10: [mem 0xc0500000-0xc0503fff 64bit]
[ 0.192949] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.192960] pci 0000:00:14.2: PME# disabled
[ 0.192997] pci 0000:00:14.3: [1002:4377] type 0 class 0x000601
[ 0.193161] pci 0000:00:14.4: [1002:4371] type 1 class 0x000604
[ 0.193328] pci 0000:01:05.0: [1002:5a62] type 0 class 0x000300
[ 0.193355] pci 0000:01:05.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[ 0.193370] pci 0000:01:05.0: reg 14: [io 0x9000-0x90ff]
[ 0.193386] pci 0000:01:05.0: reg 18: [mem 0xc0100000-0xc010ffff]
[ 0.193427] pci 0000:01:05.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.193473] pci 0000:01:05.0: supports D1 D2
[ 0.193521] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.193533] pci 0000:00:01.0: bridge window [io 0x9000-0x9fff]
[ 0.193543] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.193553] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff pref]
[ 0.193658] pci 0000:02:00.0: [168c:001c] type 0 class 0x000200
[ 0.193696] pci 0000:02:00.0: reg 10: [mem 0xc0000000-0xc000ffff 64bit]
[ 0.193870] pci 0000:02:00.0: supports D1 D2
[ 0.193876] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot
[ 0.193887] pci 0000:02:00.0: PME# disabled
[ 0.193924] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.193946] pci 0000:00:04.0: PCI bridge to [bus 02-04]
[ 0.193960] pci 0000:00:04.0: bridge window [mem 0xc0000000-0xc00fffff]
[ 0.194044] pci 0000:0a:07.0: [10ec:8139] type 0 class 0x000200
[ 0.194087] pci 0000:0a:07.0: reg 10: [io 0xa000-0xa0ff]
[ 0.194114] pci 0000:0a:07.0: reg 14: [mem 0xc0200000-0xc02000ff]
[ 0.194278] pci 0000:0a:07.0: supports D1 D2
[ 0.194285] pci 0000:0a:07.0: PME# supported from D1 D2 D3hot D3cold
[ 0.194297] pci 0000:0a:07.0: PME# disabled
[ 0.194385] pci 0000:00:14.4: PCI bridge to [bus 0a-0c] (subtractive decode)
[ 0.194402] pci 0000:00:14.4: bridge window [io 0xa000-0xafff]
[ 0.194414] pci 0000:00:14.4: bridge window [mem 0xf0200000-0xf02fffff]
[ 0.194426] pci 0000:00:14.4: bridge window [mem 0xf0300000-0xf03fffff pref]
[ 0.194437] pci 0000:00:14.4: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.194445] pci 0000:00:14.4: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.194475] pci_bus 0000:00: on NUMA node 0
[ 0.194484] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.194708] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
[ 0.194906] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[ 0.195088] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.195262] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.195330] pci0000:00: ACPI _OSC control (0x1d) granted
[ 0.201453] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled.
[ 0.201580] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
[ 0.201703] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
[ 0.201825] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled.
[ 0.201945] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
[ 0.202067] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled.
[ 0.202189] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
[ 0.202312] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
[ 0.202434] ACPI: PCI Interrupt Link [LNKU] (IRQs 3 4 5 7) *0, disabled.
[ 0.202633] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.202633] vgaarb: loaded
[ 0.202633] vgaarb: bridge control possible 0000:01:05.0
[ 0.202633] PCI: Using ACPI for IRQ routing
[ 0.202633] PCI: pci_cache_line_size set to 64 bytes
[ 0.202633] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
[ 0.202633] reserve RAM buffer: 0000000037ea0000 - 0000000037ffffff
[ 0.208339] pnp: PnP ACPI init
[ 0.208380] ACPI: bus type pnp registered
[ 0.209148] pnp 00:00: [bus 00-ff]
[ 0.209156] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.209163] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.209171] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.209178] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.209185] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.209192] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.209199] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.209206] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.209213] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.209221] pnp 00:00: [mem 0x38000000-0xfebfffff window]
[ 0.209228] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.209235] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.209242] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.209388] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.209433] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.209548] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.209558] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.210132] pnp 00:02: [io 0x0000-0x001f]
[ 0.210139] pnp 00:02: [io 0x0080-0x008f]
[ 0.210145] pnp 00:02: [io 0x00c0-0x00df]
[ 0.210152] pnp 00:02: [dma 4]
[ 0.210264] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.210291] pnp 00:03: [io 0x00f0-0x00fe]
[ 0.210314] pnp 00:03: [irq 13]
[ 0.210423] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.210455] pnp 00:04: [io 0x0070-0x0071]
[ 0.210470] pnp 00:04: [irq 8]
[ 0.210581] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.210607] pnp 00:05: [io 0x0061]
[ 0.210715] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.210747] pnp 00:06: [io 0x0060]
[ 0.210752] pnp 00:06: [io 0x0064]
[ 0.210767] pnp 00:06: [irq 1]
[ 0.210877] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.210912] pnp 00:07: [irq 12]
[ 0.211033] pnp 00:07: Plug and Play ACPI device, IDs SYN0305 SYN0300 SYN0002 PNP0f13 (active)
[ 0.211071] pnp 00:08: [io 0x002e-0x002f]
[ 0.211077] pnp 00:08: [io 0x0072-0x0073]
[ 0.211084] pnp 00:08: [io 0x1080]
[ 0.211090] pnp 00:08: [io 0x00b0-0x00b1]
[ 0.211096] pnp 00:08: [io 0x0092]
[ 0.211102] pnp 00:08: [io 0x1200-0x120f]
[ 0.211108] pnp 00:08: [io 0x0220-0x022f]
[ 0.211114] pnp 00:08: [io 0x040b]
[ 0.211120] pnp 00:08: [io 0x04d0-0x04d1]
[ 0.211129] pnp 00:08: [io 0x04d6]
[ 0.211135] pnp 00:08: [io 0x0530-0x0537]
[ 0.211141] pnp 00:08: [io 0x0c00-0x0c01]
[ 0.211147] pnp 00:08: [io 0x0c14]
[ 0.211153] pnp 00:08: [io 0x0c50-0x0c52]
[ 0.211159] pnp 00:08: [io 0x0c6c]
[ 0.211164] pnp 00:08: [io 0x0c6f]
[ 0.211170] pnp 00:08: [io 0x0cd4-0x0cd5]
[ 0.211176] pnp 00:08: [io 0x0cd6-0x0cd7]
[ 0.211182] pnp 00:08: [io 0x0cd8-0x0cdf]
[ 0.211189] pnp 00:08: [io 0x8000-0x805f]
[ 0.211195] pnp 00:08: [io 0x8100-0x81ff window]
[ 0.211202] pnp 00:08: [io 0x8210-0x821f]
[ 0.211208] pnp 00:08: [io 0x0f40-0x0f47]
[ 0.211214] pnp 00:08: [io 0x0280-0x0293]
[ 0.211220] pnp 00:08: [io 0x087f]
[ 0.211423] system 00:08: [io 0x1080] has been reserved
[ 0.211432] system 00:08: [io 0x1200-0x120f] has been reserved
[ 0.211440] system 00:08: [io 0x0220-0x022f] has been reserved
[ 0.211448] system 00:08: [io 0x040b] has been reserved
[ 0.211456] system 00:08: [io 0x04d0-0x04d1] has been reserved
[ 0.211465] system 00:08: [io 0x04d6] has been reserved
[ 0.211473] system 00:08: [io 0x0530-0x0537] has been reserved
[ 0.211482] system 00:08: [io 0x0c00-0x0c01] has been reserved
[ 0.211490] system 00:08: [io 0x0c14] has been reserved
[ 0.211498] system 00:08: [io 0x0c50-0x0c52] has been reserved
[ 0.211507] system 00:08: [io 0x0c6c] has been reserved
[ 0.211515] system 00:08: [io 0x0c6f] has been reserved
[ 0.211524] system 00:08: [io 0x0cd4-0x0cd5] has been reserved
[ 0.211532] system 00:08: [io 0x0cd6-0x0cd7] has been reserved
[ 0.211544] system 00:08: [io 0x0cd8-0x0cdf] has been reserved
[ 0.211553] system 00:08: [io 0x8000-0x805f] has been reserved
[ 0.211562] system 00:08: [io 0x8100-0x81ff window] has been reserved
[ 0.211571] system 00:08: [io 0x8210-0x821f] has been reserved
[ 0.211579] system 00:08: [io 0x0f40-0x0f47] has been reserved
[ 0.211588] system 00:08: [io 0x0280-0x0293] has been reserved
[ 0.211596] system 00:08: [io 0x087f] has been reserved
[ 0.211605] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.211761] pnp 00:09: [mem 0x000e0000-0x000fffff]
[ 0.211769] pnp 00:09: [mem 0xfff00000-0xffffffff]
[ 0.211775] pnp 00:09: [mem 0x00000000-0x00000fff]
[ 0.211797] pnp 00:09: disabling [mem 0x00000000-0x00000fff] because it overlaps 0000:00:12.0 BAR 6 [mem 0x00000000-0x0007ffff pref]
[ 0.211824] pnp 00:09: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:01:05.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
[ 0.211960] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.211970] system 00:09: [mem 0xfff00000-0xffffffff] could not be reserved
[ 0.211980] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.212146] pnp: PnP ACPI: found 10 devices
[ 0.212152] ACPI: ACPI bus type pnp unregistered
[ 0.212160] PnPBIOS: Disabled by ACPI PNP
[ 0.253028] Switching to clocksource acpi_pm
[ 0.253081] PCI: max bus depth: 1 pci_try_num: 2
[ 0.253129] pci 0000:00:12.0: BAR 6: assigned [mem 0x38000000-0x3807ffff pref]
[ 0.253142] pci 0000:01:05.0: BAR 6: assigned [mem 0xc0120000-0xc013ffff pref]
[ 0.253150] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.253158] pci 0000:00:01.0: bridge window [io 0x9000-0x9fff]
[ 0.253169] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.253179] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff pref]
[ 0.253191] pci 0000:00:04.0: PCI bridge to [bus 02-04]
[ 0.253201] pci 0000:00:04.0: bridge window [mem 0xc0000000-0xc00fffff]
[ 0.253215] pci 0000:00:14.4: PCI bridge to [bus 0a-0c]
[ 0.253227] pci 0000:00:14.4: bridge window [io 0xa000-0xafff]
[ 0.253241] pci 0000:00:14.4: bridge window [mem 0xf0200000-0xf02fffff]
[ 0.253253] pci 0000:00:14.4: bridge window [mem 0xf0300000-0xf03fffff pref]
[ 0.253284] pci 0000:00:04.0: enabling device (0000 -> 0002)
[ 0.253296] pci 0000:00:04.0: setting latency timer to 64
[ 0.253314] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.253322] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[ 0.253330] pci_bus 0000:01: resource 0 [io 0x9000-0x9fff]
[ 0.253337] pci_bus 0000:01: resource 1 [mem 0xc0100000-0xc01fffff]
[ 0.253345] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff pref]
[ 0.253353] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc00fffff]
[ 0.253361] pci_bus 0000:0a: resource 0 [io 0xa000-0xafff]
[ 0.253368] pci_bus 0000:0a: resource 1 [mem 0xf0200000-0xf02fffff]
[ 0.253376] pci_bus 0000:0a: resource 2 [mem 0xf0300000-0xf03fffff pref]
[ 0.253383] pci_bus 0000:0a: resource 4 [io 0x0000-0xffff]
[ 0.253391] pci_bus 0000:0a: resource 5 [mem 0x00000000-0xffffffff]
[ 0.253549] NET: Registered protocol family 2
[ 0.253732] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.254429] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.255979] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.255979] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.255979] TCP reno registered
[ 0.255979] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.255979] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.256208] NET: Registered protocol family 1
[ 0.256246] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
[ 0.256307] pci 0000:00:13.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.312066] pci 0000:00:13.0: PCI INT A disabled
[ 0.312087] pci 0000:00:13.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.368055] pci 0000:00:13.1: PCI INT A disabled
[ 0.368078] pci 0000:00:13.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.368109] pci 0000:00:13.2: PCI INT A disabled
[ 0.368150] pci 0000:01:05.0: Boot video device
[ 0.368169] PCI: CLS 32 bytes, default 64
[ 0.368313] Unpacking initramfs...
[ 1.163159] Freeing initrd memory: 9572k freed
[ 1.185283] audit: initializing netlink socket (disabled)
[ 1.185316] type=2000 audit(1338380841.184:1): initialized
[ 1.248535] highmem bounce pool size: 64 pages
[ 1.248548] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.256183] VFS: Disk quotas dquot_6.5.2
[ 1.256289] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.256468] msgmni has been set to 1752
[ 1.256979] alg: No test for stdrng (krng)
[ 1.257066] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.257076] io scheduler noop registered
[ 1.257081] io scheduler deadline registered
[ 1.257123] io scheduler cfq registered (default)
[ 1.257342] pcieport 0000:00:04.0: setting latency timer to 64
[ 1.257424] pcieport 0000:00:04.0: irq 40 for MSI/MSI-X
[ 1.257630] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt
[ 1.257638] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 1.257648] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded
[ 1.257696] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.257764] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.257771] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.258456] intel_idle: MWAIT substates: 0x22220
[ 1.258463] intel_idle: does not run on family 6 model 14
[ 1.258537] ERST: Table is not found!
[ 1.258542] GHES: HEST is not enabled!
[ 1.258578] isapnp: Scanning for PnP cards...
[ 1.616417] isapnp: No Plug & Play device found
[ 1.616599] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.624736] Linux agpgart interface v0.103
[ 1.625289] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[ 1.625835] i8042: Detected active multiplexing controller, rev 1.1
[ 1.625945] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.625961] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 1.626046] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 1.626124] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 1.626198] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 1.626566] mousedev: PS/2 mouse device common for all mice
[ 1.626693] rtc_cmos 00:04: RTC can wake from S4
[ 1.626943] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.626988] rtc0: alarms up to one month, 114 bytes nvram
[ 1.627035] cpuidle: using governor ladder
[ 1.627041] cpuidle: using governor menu
[ 1.627649] TCP cubic registered
[ 1.627768] NET: Registered protocol family 10
[ 1.629298] Mobile IPv6
[ 1.629305] NET: Registered protocol family 17
[ 1.629331] Registering the dns_resolver key type
[ 1.629375] Using IPI No-Shortcut mode
[ 1.629892] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.630095] PM: Hibernation image not present or could not be loaded.
[ 1.630146] registered taskstats version 1
[ 1.634652] rtc_cmos 00:04: setting system clock to 2012-05-30 12:27:22 UTC (1338380842)
[ 1.634777] Initializing network drop monitor service
[ 1.635025] Freeing unused kernel memory: 436k freed
[ 1.635520] Write protecting the kernel text: 2928k
[ 1.635620] Write protecting the kernel read-only data: 1088k
[ 1.635626] NX-protecting the kernel data: 3216k
[ 1.666810] udev[47]: starting version 164
[ 1.820215] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.820223] ACPI: Thermal Zone [TZS0] (54 C)
[ 1.821151] SCSI subsystem initialized
[ 1.826279] thermal LNXTHERM:01: registered as thermal_zone1
[ 1.826287] ACPI: Thermal Zone [TZS2] (47 C)
[ 1.831453] usbcore: registered new interface driver usbfs
[ 1.831514] usbcore: registered new interface driver hub
[ 1.832762] libata version 3.00 loaded.
[ 1.833424] sata_sil 0000:00:12.0: version 2.4
[ 1.833495] sata_sil 0000:00:12.0: enabling device (0005 -> 0007)
[ 1.833739] sata_sil 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.834441] scsi0 : sata_sil
[ 1.834961] scsi1 : sata_sil
[ 1.835409] ata1: SATA max UDMA/100 mmio m512@0xc0507000 tf 0xc0507080 irq 22
[ 1.835419] ata2: SATA max UDMA/100 mmio m512@0xc0507000 tf 0xc05070c0 irq 22
[ 1.835885] usbcore: registered new device driver usb
[ 1.840838] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.840925] pata_atiixp 0000:00:14.1: setting latency timer to 64
[ 1.843107] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.843377] scsi2 : pata_atiixp
[ 1.843573] scsi3 : pata_atiixp
[ 1.844797] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8460 irq 14
[ 1.844806] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8468 irq 15
[ 1.844914] ehci_hcd 0000:00:13.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.844947] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 1.845003] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
[ 1.845123] ehci_hcd 0000:00:13.2: irq 19, io mem 0xc0506000
[ 1.856050] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 1.856113] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.856121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.856129] usb usb1: Product: EHCI Host Controller
[ 1.856135] usb usb1: Manufacturer: Linux 3.2.0-0.bpo.2-686-pae ehci_hcd
[ 1.856142] usb usb1: SerialNumber: 0000:00:13.2
[ 1.856456] hub 1-0:1.0: USB hub found
[ 1.856469] hub 1-0:1.0: 8 ports detected
[ 2.008699] ata3.00: ATAPI: Optiarc DVD RW AD-7540A, 1.42, max UDMA/33
[ 2.024632] ata3.00: configured for UDMA/33
[ 2.152085] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.160564] ata1.00: ATA-8: FUJITSU MHW2120BH, 00000012, max UDMA/100
[ 2.160574] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.176585] ata1.00: configured for UDMA/100
[ 2.176932] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHW2120B 0000 PQ: 0 ANSI: 5
[ 2.184061] Refined TSC clocksource calibration: 1866.734 MHz.
[ 2.184072] Switching to clocksource tsc
[ 2.496047] ata2: SATA link down (SStatus 0 SControl 300)
[ 2.497292] scsi 2:0:0:0: CD-ROM Optiarc DVD RW AD-7540A 1.42 PQ: 0 ANSI: 5
[ 2.501985] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 2.502041] 8139cp 0000:0a:07.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[ 2.504394] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.504452] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 2.504496] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 2.504525] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
[ 2.504571] ohci_hcd 0000:00:13.0: irq 19, io mem 0xc0504000
[ 2.505537] 8139too: 8139too Fast Ethernet driver 0.9.28
[ 2.505622] 8139too 0000:0a:07.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 2.507993] 8139too 0000:0a:07.0: eth0: RealTek RTL8139 at 0xa000, 00:16:d3:63:13:79, IRQ 23
[ 2.514061] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[ 2.514325] sd 0:0:0:0: [sda] Write Protect is off
[ 2.514335] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.514449] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.515117] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.515125] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.515423] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 2.560119] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.560129] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.560136] usb usb2: Product: OHCI Host Controller
[ 2.560142] usb usb2: Manufacturer: Linux 3.2.0-0.bpo.2-686-pae ohci_hcd
[ 2.560149] usb usb2: SerialNumber: 0000:00:13.0
[ 2.560474] hub 2-0:1.0: USB hub found
[ 2.560494] hub 2-0:1.0: 4 ports detected
[ 2.560693] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 2.560736] ohci_hcd 0000:00:13.1: OHCI Host Controller
[ 2.560758] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
[ 2.560795] ohci_hcd 0000:00:13.1: irq 19, io mem 0xc0505000
[ 2.616108] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.616117] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.616125] usb usb3: Product: OHCI Host Controller
[ 2.616131] usb usb3: Manufacturer: Linux 3.2.0-0.bpo.2-686-pae ohci_hcd
[ 2.616138] usb usb3: SerialNumber: 0000:00:13.1
[ 2.616451] hub 3-0:1.0: USB hub found
[ 2.616470] hub 3-0:1.0: 4 ports detected
[ 2.627516] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
[ 2.628864] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.638535] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.639514] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 3.569969] PM: Starting manual resume from disk
[ 3.569978] PM: Hibernation image partition 8:8 present
[ 3.569983] PM: Looking for hibernation image.
[ 3.570307] PM: Image not found (code -22)
[ 3.570312] PM: Hibernation image not present or could not be loaded.
[ 3.607357] kjournald starting. Commit interval 5 seconds
[ 3.607399] EXT3-fs (sda5): mounted filesystem with ordered data mode
[ 5.166636] udev[286]: starting version 164
[ 5.545862] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 5.546350] ACPI: Lid Switch [LID0]
[ 5.546517] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 5.546529] ACPI: Sleep Button [SLPB]
[ 5.546679] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[ 5.546690] ACPI: Power Button [PWRB]
[ 5.546889] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 5.546899] ACPI: Power Button [PWRF]
[ 5.707326] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.785201] Marking TSC unstable due to TSC halts in idle
[ 5.785229] ACPI: acpi_idle registered with cpuidle
[ 5.785663] Switching to clocksource acpi_pm
[ 5.844302] ACPI: Battery Slot [BAT0] (battery present)
[ 5.855707] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input5
[ 5.855805] ACPI: AC Adapter [ADP1] (on-line)
[ 5.856481] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 5.866661] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 5.897492] wmi: Mapper loaded
[ 6.041896] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000/0x0
[ 6.074453] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7
[ 6.108872] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8450, revision 0
[ 6.146449] snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 6.146565] snd_hda_intel 0000:00:14.2: irq 41 for MSI/MSI-X
[ 6.206147] cfg80211: Calling CRDA to update world regulatory domain
[ 6.229549] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 6.232444] Registered led device: acer-wmi::mail
[ 6.334908] [drm] Initialized drm 1.1.0 20060810
[ 6.472812] ath5k 0000:02:00.0: enabling device (0000 -> 0002)
[ 6.472833] ath5k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 6.472857] ath5k 0000:02:00.0: setting latency timer to 64
[ 6.472965] ath5k 0000:02:00.0: registered as 'phy0'
[ 6.501505] [drm] radeon kernel modesetting enabled.
[ 6.501667] radeon 0000:01:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 6.502523] [drm] initializing kernel modesetting (RS400 0x1002:0x5A62 0x1734:0x10FB).
[ 6.502560] [drm] register mmio base: 0xC0100000
[ 6.502565] [drm] register mmio size: 65536
[ 6.502878] [drm] Generation 2 PCI interface, using max accessible memory
[ 6.502890] radeon 0000:01:05.0: VRAM: 128M 0x0000000038000000 - 0x000000003FFFFFFF (128M used)
[ 6.502899] radeon 0000:01:05.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
[ 6.502924] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 6.502930] [drm] Driver supports precise vblank timestamp query.
[ 6.502973] [drm] radeon: irq initialized.
[ 6.930915] [drm] Detected VRAM RAM=128M, BAR=256M
[ 6.930922] [drm] RAM width 128bits DDR
[ 6.931294] [TTM] Zone kernel: Available graphics memory: 448948 kiB.
[ 6.931301] [TTM] Zone highmem: Available graphics memory: 451320 kiB.
[ 6.931307] [TTM] Initializing pool allocator.
[ 6.931362] [drm] radeon: 128M of VRAM memory ready
[ 6.931369] [drm] radeon: 512M of GTT memory ready.
[ 6.931407] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 6.937150] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input8
[ 6.979893] [drm] radeon: 2 quad pipes, 1 z pipes initialized.
[ 6.990998] [drm] PCIE GART of 512M enabled (table at 0x0000000036680000).
[ 6.991408] radeon 0000:01:05.0: WB enabled
[ 6.991532] [drm] Loading R300 Microcode
[ 6.991875] ath: EEPROM regdomain: 0x30
[ 6.991882] ath: EEPROM indicates we should expect a direct regpair map
[ 6.991889] ath: Country alpha2 being used: AM
[ 6.991894] ath: Regpair used: 0x30
[ 7.040365] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 7.041909] Registered led device: ath5k-phy0::rx
[ 7.041978] Registered led device: ath5k-phy0::tx
[ 7.042006] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[ 7.159707] [drm] radeon: ring at 0x0000000040001000
[ 7.159738] [drm] ring test succeeded in 1 usecs
[ 7.160114] [drm] radeon: ib pool ready.
[ 7.160266] [drm] ib test succeeded in 0 usecs
[ 7.161663] [drm] Panel ID String: AUO
[ 7.161670] [drm] Panel Size 1280x800
[ 7.174792] [drm] radeon legacy LVDS backlight initialized
[ 7.175339] [drm] Radeon Display Connectors
[ 7.175344] [drm] Connector 0:
[ 7.175349] [drm] VGA
[ 7.175355] [drm] DDC: 0x68 0x68 0x68 0x68 0x68 0x68 0x68 0x68
[ 7.175361] [drm] Encoders:
[ 7.175365] [drm] CRT1: INTERNAL_DAC2
[ 7.175370] [drm] Connector 1:
[ 7.175374] [drm] LVDS
[ 7.175381] [drm] DDC: 0x198 0x198 0x19c 0x19c 0x1a0 0x1a0 0x1a4 0x1a4
[ 7.175386] [drm] Encoders:
[ 7.175390] [drm] LCD1: INTERNAL_LVDS
[ 7.175395] [drm] Connector 2:
[ 7.175399] [drm] S-video
[ 7.175403] [drm] Encoders:
[ 7.175407] [drm] TV1: INTERNAL_DAC2
[ 7.269478] [drm] fb mappable at 0xD0040000
[ 7.269485] [drm] vram apper at 0xD0000000
[ 7.269490] [drm] size 4096000
[ 7.269494] [drm] fb depth is 24
[ 7.269498] [drm] pitch is 5120
[ 7.269726] fbcon: radeondrmfb (fb0) is primary device
[ 7.319651] Console: switching to colour frame buffer device 160x50
[ 7.330901] fb0: radeondrmfb frame buffer device
[ 7.330907] drm: registered panic notifier
[ 7.330925] [drm] Initialized radeon 2.12.0 20080528 for 0000:01:05.0 on minor 0
[ 8.925989] Adding 1228936k swap on /dev/sda8. Priority:-1 extents:1 across:1228936k
[ 9.629271] EXT3-fs (sda5): using internal journal
[ 9.765891] loop: module loaded
[ 9.853308] lp: driver loaded but no devices found
[ 11.286786] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 11.327211] kjournald starting. Commit interval 5 seconds
[ 11.327789] EXT3-fs (sda6): using internal journal
[ 11.327799] EXT3-fs (sda6): mounted filesystem with ordered data mode
[ 11.492564] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 12.672411] fuse init (API version 7.17)
[ 13.923661] vboxdrv: Found 2 processor cores.
[ 13.924188] vboxdrv: fAsync=1 offMin=0x7a8 offMax=0x7a8
[ 13.924712] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
[ 13.924719] vboxdrv: Successfully loaded version 4.0.10_Debian (interface 0x00180000).
[ 15.530288] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 15.534279] 8139too 0000:0a:07.0: eth0: link down
[ 15.534773] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.540238] ppdev: user-space parallel port driverthanks for your help!
We are a nice, friendly community here and I hope we stay that way.. 
Offline
You can use rfkill to block the wireless, and do you really need that LED ?
If you post the content of /etc/rc.local, I am sure we can get rid of that error message.
And you have acer_wmi loaded: that should take care of the LED, I suppose.
Last edited by xaos52 (2012-05-30 14:12:36)
bootinfoscript - emacs primer - I ♥ #!
Offline
ok, the rc.local thing was easy and it's done.. 
then I do not really mind about the LED itself (maybe in future I'll see how it would work with that module, just for curiosity), but I'd like to be able to switch off the wifi when I do not need it, to save on battery for example. So rfkill can do that..and the use in my case would be
rfkill block 0
rfkill unblock 0right!?
Last edited by VDP76 (2012-05-30 22:59:36)
We are a nice, friendly community here and I hope we stay that way.. 
Offline
Yessir. But you don't have to deal with rfkill.
sudo modprobe -r ath5kwill switch wireless off.
sudo modprobe ath5kwill switch it back on.
Offline
ok, both rfkill and modprobe do the trick now, thanks guys for your help, I really appreciate it! 
now I am just curious to see how rfkill will do on a fresh install (maybe #! 11
) because I have always needed acerhk to switch on the wifi in the first place...anyway, I'll report back...
We are a nice, friendly community here and I hope we stay that way.. 
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.