Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#26  2012-02-01 15:50:28

  rychu - elektryk dyżurny

rychu
elektryk dyżurny
Skąd: gdańsk/kalmar
Zarejestrowany: 2004-12-28

Re: Kompilacja karty graficznej na sztywno

dawaj dalej co jest w devices/


linux regd. user #248790

Offline

 

#27  2012-02-01 16:14:46

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

Kod:

[*] Networking support  ---> 
    <*>   Bluetooth subsystem support  --->    
  │ │    --- Bluetooth subsystem support                                  │ │  
  │ │    [*]   L2CAP protocol support                                     │ │  
  │ │    [*]   SCO links support                                          │ │  
  │ │    <M>   RFCOMM protocol support                                    │ │  
  │ │    [*]     RFCOMM TTY support                                       │ │  
  │ │    <M>   BNEP protocol support                                      │ │  
  │ │    [*]     Multicast filter support                                 │ │  
  │ │    [*]     Protocol filter support                                  │ │  
  │ │    <M>   HIDP protocol support                                      │ │  
  │ │          Bluetooth device drivers  --->                             │ │


Bluetooth device drivers
  │ │    <M> HCI USB driver                                               │ │  
  │ │    <M> HCI SDIO driver                                              │ │  
  │ │    <M> HCI UART driver                                              │ │  
  │ │    [*]   UART (H4) protocol support                                 │ │  
  │ │    [*]   BCSP protocol support                                      │ │  
  │ │    [*]   Atheros AR300x serial support                              │ │  
  │ │    [*]   HCILL protocol support                                     │ │  
  │ │    <M> HCI BCM203x USB driver                                       │ │  
  │ │    <M> HCI BPA10x USB driver                                        │ │   
  │ │    <M> HCI BlueFRITZ! USB driver                                    │ │  
  │ │    <M> HCI DTL1 (PC Card) driver                                    │ │  
  │ │    <M> HCI BT3C (PC Card) driver                                    │ │  
  │ │    <M> HCI BlueCard (PC Card) driver                                │ │  
  │ │    <M> HCI UART (PC Card) device driver                             │ │  
  │ │    <M> HCI VHCI (Virtual HCI device) driver                         │ │  
  │ │    <M> Marvell Bluetooth driver support                             │ │  
  │ │    <M>   Marvell BT-over-SDIO driver                                │ │  
  │ │    <M> Atheros firmware download driver                             │ │

tak samo zrobiłem w USB support , dodałem wszystko co było możliwe oprócz :
USB Serial Converter support  --->
USB Gadget Support  --->

___

rychu napisał(-a):

dawaj dalej co jest w devices/

Kod:

cd /sys/class/usb_device/usbdev
usbdev1.1/ usbdev1.2/ usbdev2.1/ usbdev3.1/ usbdev4.1/ usbdev5.1/

w  /sys/class/usb_device/ jest tylko katalog  usbdev

___

w lspci -k 3 urządzenia nie mają "Kernel driver in use" to znaczy ze niektóre nie potrzebują czy nie są zainstalowane poprostu ??

Kod:

00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
    Subsystem: Acer Incorporated [ALI] Device 0349
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349

Offline

 

#28  2012-02-01 17:16:51

  NIC - Członek DUG

NIC
Członek DUG
Skąd: Wrocław
Zarejestrowany: 2006-12-25
Serwis

Re: Kompilacja karty graficznej na sztywno

Nie, nie. Ten RFKILL to w jądrze siedzi, a pewnie doinstalowałeś tylko taką aplikację przestrzeni użytkownika.
Jeśli masz ten moduł w jądrze to winneś mieć to:

Kod:

ls /sys/module/rfkill/

Nic tam ciekawego nie ma (parameters  uevent), ale wskaże czy ten moduł masz załadowany (modprobe rfkill?)

W /sys/class też powinna się pojawić stosowna klasa, ale to jak ten moduł jest i jest coś co go używa (Bluetooth/WiFi)


Stronka-dom: http://titek.victorygames.pl
Jabber: nic@jabster.pl
Hobby: kompilowanie Linuksa, Bluetooth
Dystrybucja: żadna, bliski krewny LFS, składak

Offline

 

#29  2012-02-01 17:25:23

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

ok jest :

cat /sys/class/rfkill/rfkill*/name

Kod:

acer-wireless
phy0

i co dalej ?? ktoś ma jakiś pomysł ??

Ostatnio edytowany przez Pablik (2012-02-01 18:11:17)

Offline

 

#30  2012-02-01 18:38:17

  NIC - Członek DUG

NIC
Członek DUG
Skąd: Wrocław
Zarejestrowany: 2006-12-25
Serwis

Re: Kompilacja karty graficznej na sztywno

Sprawdziłem w kodzie i "acer-wireless" jest włącznikiem/wyłącznikiem tylko dla WiFi. Dla Bluetootha pojawi się "acer-bluetooth", skoro go nie masz to czegoś brakuje.

Weź zamieść swój "dmesg" i "lsusb -v". Będzie jasna sytuacja.


Stronka-dom: http://titek.victorygames.pl
Jabber: nic@jabster.pl
Hobby: kompilowanie Linuksa, Bluetooth
Dystrybucja: żadna, bliski krewny LFS, składak

Offline

 

#31  2012-02-01 18:42:46

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

dmesg

Kod:

[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.18 (root@Notebook) (gcc version 4.4.5 (Debian 4.4.5-8) ) #24 SMP PREEMPT Wed Feb 1 17:37:14 CET 2012
[    0.000000] Disabled fast string operations
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003f494000 (usable)
[    0.000000]  BIOS-e820: 000000003f494000 - 000000003f4bf000 (reserved)
[    0.000000]  BIOS-e820: 000000003f4bf000 - 000000003f578000 (usable)
[    0.000000]  BIOS-e820: 000000003f578000 - 000000003f5bf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003f5bf000 - 000000003f5ed000 (usable)
[    0.000000]  BIOS-e820: 000000003f5ed000 - 000000003f5ff000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003f5ff000 - 000000003f600000 (usable)
[    0.000000]  BIOS-e820: 000000003f600000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: Acer             AO532h          /AO532h          , BIOS V1.26 04/28/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x3f600 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-through
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFF00000 mask 0FFF00000 write-protect
[    0.000000]   1 base 000000000 mask 0E0000000 write-back
[    0.000000]   2 base 020000000 mask 0E0000000 write-back
[    0.000000]   3 base 03F800000 mask 0FF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01c00000
[    0.000000] Base memory trampoline at [c009e000] 9e000 size 4096
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
[    0.000000] ACPI: RSDP 000fe020 00024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 3f5fe120 00064 (v01 ACRSYS ACRPRDCT 00000001      01000013)
[    0.000000] ACPI: FACP 3f5fd000 000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: DSDT 3f5f2000 07B21 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: FACS 3f586000 00040
[    0.000000] ACPI: HPET 3f5fc000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: APIC 3f5fb000 00078 (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: MCFG 3f5fa000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: SLIC 3f5f1000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: BOOT 3f5f0000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: SSDT 3f5ee000 004C4 (v02  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: WDAT 3f5ed000 00194 (v01 INSYDE INSYDE   00000001 MSFT 01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 126MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0003f600
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[5] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0003f494
[    0.000000]     0: 0x0003f4bf -> 0x0003f578
[    0.000000]     0: 0x0003f5bf -> 0x0003f5ed
[    0.000000]     0: 0x0003f5ff -> 0x0003f600
[    0.000000] On node 0 totalpages: 259339
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 253 pages used for memmap
[    0.000000]   HighMem zone: 31873 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 11 pages/cpu @f6800000 s23872 r0 d21184 u2097152
[    0.000000] pcpu-alloc: s23872 r0 d21184 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257310
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.18 root=/dev/sda1 ro 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] Initializing HighMem for node 0 (000377fe:0003f600)
[    0.000000] Memory: 1020116k/1038336k available (4916k kernel code, 17240k reserved, 2284k data, 448k init, 128504k 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 : 0xc1709000 - 0xc1779000   ( 448 kB)
[    0.000000]       .data : 0xc14cd228 - 0xc17083c0   (2284 kB)
[    0.000000]       .text : 0xc1000000 - 0xc14cd228   (4916 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=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:384
[    0.000000] CPU 0 irqstacks, hard=f640c000 soft=f640e000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1662.658 MHz processor.
[    0.001004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3325.31 BogoMIPS (lpj=1662658)
[    0.001014] pid_max: default: 32768 minimum: 301
[    0.001127] Mount-cache hash table entries: 512
[    0.001463] Disabled fast string operations
[    0.001472] CPU: Physical Processor ID: 0
[    0.001476] CPU: Processor Core ID: 0
[    0.001481] mce: CPU supports 5 MCE banks
[    0.001495] using mwait in idle threads.
[    0.001592] Freeing SMP alternatives: 20k freed
[    0.001611] ACPI: Core revision 20110413
[    0.011090] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.012185] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.022198] CPU0: Intel(R) Atom(TM) CPU N450   @ 1.66GHz stepping 0a
[    0.022998] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[    0.022998] ... version:                3
[    0.022998] ... bit width:              40
[    0.022998] ... generic registers:      2
[    0.022998] ... value mask:             000000ffffffffff
[    0.022998] ... max period:             000000007fffffff
[    0.022998] ... fixed-purpose events:   3
[    0.022998] ... event mask:             0000000700000003
[    0.036038] CPU 1 irqstacks, hard=f64d4000 soft=f64d6000
[    0.036044] Booting Node   0, Processors  #1 Ok.
[    0.036051] smpboot cpu 1: start_ip = 9e000
[    0.001999] Initializing CPU#1
[    0.001999] Disabled fast string operations
[    0.108017] Brought up 2 CPUs
[    0.108025] Total of 2 processors activated (6650.47 BogoMIPS).
[    0.108485] devtmpfs: initialized
[    0.108783] kworker/u:0 used greatest stack depth: 7504 bytes left
[    0.109284] NET: Registered protocol family 16
[    0.110343] EISA bus registered
[    0.110343] ACPI: bus type pci registered
[    0.110551] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.110551] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.110551] PCI: Using MMCONFIG for extended config space
[    0.110551] PCI: Using configuration type 1 for base access
[    0.111456] kworker/u:0 used greatest stack depth: 7144 bytes left
[    0.126969] bio: create slab <bio-0> at 0
[    0.130420] ACPI: EC: Look up EC in DSDT
[    0.133437] ACPI: Executed 1 blocks of module-level executable AML code
[    0.137043] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.137800] ACPI: SSDT 3f4b7c90 001F7 (v02  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.138532] ACPI: Dynamic OEM Table Load:
[    0.138540] ACPI: SSDT   (null) 001F7 (v02  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.138795] ACPI: SSDT 3f4b6e10 001C7 (v02  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.139486] ACPI: Dynamic OEM Table Load:
[    0.139493] ACPI: SSDT   (null) 001C7 (v02  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.144635] ACPI: SSDT 3f4b7f10 000D0 (v02  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.145345] ACPI: Dynamic OEM Table Load:
[    0.145352] ACPI: SSDT   (null) 000D0 (v02  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.145576] ACPI: SSDT 3f4b5f10 00083 (v02  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.146269] ACPI: Dynamic OEM Table Load:
[    0.146277] ACPI: SSDT   (null) 00083 (v02  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.152039] ACPI: Interpreter enabled
[    0.152044] ACPI: (supports S0 S5)
[    0.152070] ACPI: Using IOAPIC for interrupt routing
[    0.286043] ACPI: Power Resource [FN00] (on)
[    0.286911] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
[    0.287089] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.287952] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110413/nspredef-353)
[    0.287984] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.287988] _OSC request data:1 8 1f 
[    0.287999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.289519] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.289527] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.289534] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.289542] pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xfebfffff]
[    0.289567] pci 0000:00:00.0: [8086:a010] type 0 class 0x000600
[    0.289627] pci 0000:00:02.0: [8086:a011] type 0 class 0x000300
[    0.289643] pci 0000:00:02.0: reg 10: [mem 0x58180000-0x581fffff]
[    0.289653] pci 0000:00:02.0: reg 14: [io  0x60c0-0x60c7]
[    0.289663] pci 0000:00:02.0: reg 18: [mem 0x40000000-0x4fffffff pref]
[    0.289673] pci 0000:00:02.0: reg 1c: [mem 0x58000000-0x580fffff]
[    0.289720] pci 0000:00:02.1: [8086:a012] type 0 class 0x000380
[    0.289734] pci 0000:00:02.1: reg 10: [mem 0x58100000-0x5817ffff]
[    0.289850] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
[    0.289880] pci 0000:00:1b.0: reg 10: [mem 0x58200000-0x58203fff 64bit]
[    0.290012] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.290021] pci 0000:00:1b.0: PME# disabled
[    0.290057] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
[    0.290190] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.290199] pci 0000:00:1c.0: PME# disabled
[    0.290238] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
[    0.290367] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.290375] pci 0000:00:1c.1: PME# disabled
[    0.290419] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
[    0.290487] pci 0000:00:1d.0: reg 20: [io  0x6080-0x609f]
[    0.290542] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
[    0.290610] pci 0000:00:1d.1: reg 20: [io  0x6060-0x607f]
[    0.290665] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
[    0.290732] pci 0000:00:1d.2: reg 20: [io  0x6040-0x605f]
[    0.290787] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
[    0.290854] pci 0000:00:1d.3: reg 20: [io  0x6020-0x603f]
[    0.290923] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
[    0.290955] pci 0000:00:1d.7: reg 10: [mem 0x58204400-0x582047ff]
[    0.291106] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.291117] pci 0000:00:1d.7: PME# disabled
[    0.291151] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.291268] pci 0000:00:1f.0: [8086:27bc] type 0 class 0x000601
[    0.291431] pci 0000:00:1f.2: [8086:27c1] type 0 class 0x000106
[    0.291462] pci 0000:00:1f.2: reg 10: [io  0x60b8-0x60bf]
[    0.291478] pci 0000:00:1f.2: reg 14: [io  0x60cc-0x60cf]
[    0.291495] pci 0000:00:1f.2: reg 18: [io  0x60b0-0x60b7]
[    0.291511] pci 0000:00:1f.2: reg 1c: [io  0x60c8-0x60cb]
[    0.291528] pci 0000:00:1f.2: reg 20: [io  0x60a0-0x60af]
[    0.291545] pci 0000:00:1f.2: reg 24: [mem 0x58204000-0x582043ff]
[    0.291613] pci 0000:00:1f.2: PME# supported from D3hot
[    0.291621] pci 0000:00:1f.2: PME# disabled
[    0.291648] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[    0.291716] pci 0000:00:1f.3: reg 20: [io  0x6000-0x601f]
[    0.291861] pci 0000:01:00.0: [1969:1062] type 0 class 0x000200
[    0.291898] pci 0000:01:00.0: reg 10: [mem 0x57000000-0x5703ffff 64bit]
[    0.291919] pci 0000:01:00.0: reg 18: [io  0x5000-0x507f]
[    0.292084] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.292095] pci 0000:01:00.0: PME# disabled
[    0.293993] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.294003] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.294012] pci 0000:00:1c.0:   bridge window [mem 0x57000000-0x57ffffff]
[    0.294025] pci 0000:00:1c.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
[    0.294131] pci 0000:02:00.0: [168c:002a] type 0 class 0x000280
[    0.294169] pci 0000:02:00.0: reg 10: [mem 0x56000000-0x5600ffff 64bit]
[    0.294339] pci 0000:02:00.0: supports D1
[    0.294344] pci 0000:02:00.0: PME# supported from D0 D1 D3hot
[    0.294353] pci 0000:02:00.0: PME# disabled
[    0.294388] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.294407] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.294416] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.294425] pci 0000:00:1c.1:   bridge window [mem 0x56000000-0x56ffffff]
[    0.294438] pci 0000:00:1c.1:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
[    0.294534] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.294544] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.294554] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.294566] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.294573] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.294587] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.294594] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.294600] pci 0000:00:1e.0:   bridge window [mem 0x40000000-0xfebfffff] (subtractive decode)
[    0.294628] pci_bus 0000:00: on NUMA node 0
[    0.294636] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.294948] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.295082] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.295357] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110413/nspredef-353)
[    0.295373] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.295378] _OSC request data:1 1f 1f 
[    0.295387]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.295508] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110413/nspredef-353)
[    0.295524] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.295528] _OSC request data:1 0 1d 
[    0.295537]  pci0000:00: ACPI _OSC request failed (AE_TYPE), returned control mask: 0x1d
[    0.295542] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.302434] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[    0.302567] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
[    0.302695] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[    0.302822] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[    0.302951] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.303111] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.303242] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.303371] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.303805] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.303824] vgaarb: loaded
[    0.303827] vgaarb: bridge control possible 0000:00:02.0
[    0.304297] SCSI subsystem initialized
[    0.304548] libata version 3.00 loaded.
[    0.306818] wmi: Mapper loaded
[    0.306898] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.306898] PCI: Using ACPI for IRQ routing
[    0.317005] PCI: pci_cache_line_size set to 64 bytes
[    0.317108] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.317114] reserve RAM buffer: 000000003f494000 - 000000003fffffff 
[    0.317121] reserve RAM buffer: 000000003f578000 - 000000003fffffff 
[    0.317127] reserve RAM buffer: 000000003f5ed000 - 000000003fffffff 
[    0.317133] reserve RAM buffer: 000000003f600000 - 000000003fffffff 
[    0.317672] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.317672] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.317672] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.322138] Switching to clocksource hpet
[    0.322321] pnp: PnP ACPI init
[    0.322338] ACPI: bus type pnp registered
[    0.322919] pnp 00:00: [bus 00-ff]
[    0.322926] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.322932] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.322937] pnp 00:00: [io  0x0d00-0xffff window]
[    0.322943] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.322949] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.322955] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.322961] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.322966] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.322972] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.322977] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.322983] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.322989] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.322994] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.323000] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.323019] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.323025] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.323031] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.323037] pnp 00:00: [mem 0x40000000-0xfebfffff window]
[    0.323220] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.383298] pnp 00:01: [io  0x0068]
[    0.383304] pnp 00:01: [io  0x006c]
[    0.383310] pnp 00:01: [io  0x164e-0x164f]
[    0.383314] pnp 00:01: [io  0x0061]
[    0.383319] pnp 00:01: [io  0x0070]
[    0.383323] pnp 00:01: [io  0x0080]
[    0.383328] pnp 00:01: [io  0x0092]
[    0.383333] pnp 00:01: [io  0x00b2-0x00b3]
[    0.383338] pnp 00:01: [io  0x0063]
[    0.383342] pnp 00:01: [io  0x0065]
[    0.383347] pnp 00:01: [io  0x0067]
[    0.383352] pnp 00:01: [io  0x0600-0x060f]
[    0.383356] pnp 00:01: [io  0x0610]
[    0.383361] pnp 00:01: [io  0x0800-0x080f]
[    0.383366] pnp 00:01: [io  0x0810-0x0817]
[    0.383371] pnp 00:01: [io  0x0400-0x047f]
[    0.383376] pnp 00:01: [io  0x0500-0x053f]
[    0.383381] pnp 00:01: [io  0xff2c-0xff2f]
[    0.383386] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.383392] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[    0.383397] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.383402] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[    0.383408] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[    0.383413] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[    0.383418] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[    0.383614] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.383623] system 00:01: [io  0x0600-0x060f] has been reserved
[    0.383630] system 00:01: [io  0x0610] has been reserved
[    0.383636] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.383642] system 00:01: [io  0x0810-0x0817] has been reserved
[    0.383649] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.383655] system 00:01: [io  0x0500-0x053f] has been reserved
[    0.383662] system 00:01: [io  0xff2c-0xff2f] has been reserved
[    0.383670] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.383677] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.383684] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.383691] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.383698] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.383705] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.383712] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.383720] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.383747] pnp 00:02: [io  0x0000-0x001f]
[    0.383752] pnp 00:02: [io  0x0081-0x0091]
[    0.383757] pnp 00:02: [io  0x0093-0x009f]
[    0.383762] pnp 00:02: [io  0x00c0-0x00df]
[    0.383768] pnp 00:02: [dma 4]
[    0.383882] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.383950] pnp 00:03: [io  0x0070-0x0077]
[    0.384085] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.384231] pnp 00:04: [irq 0 disabled]
[    0.384249] pnp 00:04: [irq 8]
[    0.384255] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[    0.384371] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.384402] pnp 00:05: [io  0x00f0]
[    0.384413] pnp 00:05: [irq 13]
[    0.384530] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.384567] pnp 00:06: [mem 0xff800000-0xffffffff]
[    0.384681] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[    0.384763] pnp 00:07: [io  0x0060]
[    0.384769] pnp 00:07: [io  0x0064]
[    0.384781] pnp 00:07: [irq 1]
[    0.384900] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.385028] pnp 00:08: [irq 12]
[    0.385159] pnp 00:08: Plug and Play ACPI device, IDs SYN1b1c SYN1b00 SYN0002 PNP0f13 (active)
[    0.385458] pnp: PnP ACPI: found 9 devices
[    0.385464] ACPI: ACPI bus type pnp unregistered
[    0.428542] PCI: max bus depth: 1 pci_try_num: 2
[    0.428592] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.428601] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.428612] pci 0000:00:1c.0:   bridge window [mem 0x57000000-0x57ffffff]
[    0.428622] pci 0000:00:1c.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
[    0.428634] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.428642] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.428652] pci 0000:00:1c.1:   bridge window [mem 0x56000000-0x56ffffff]
[    0.428661] pci 0000:00:1c.1:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
[    0.428674] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.428679] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.428688] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.428696] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.428732] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.428743] pci 0000:00:1c.0: setting latency timer to 64
[    0.428760] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.428770] pci 0000:00:1c.1: setting latency timer to 64
[    0.428783] pci 0000:00:1e.0: setting latency timer to 64
[    0.428792] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.428798] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.428804] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.428810] pci_bus 0000:00: resource 7 [mem 0x40000000-0xfebfffff]
[    0.428816] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.428822] pci_bus 0000:01: resource 1 [mem 0x57000000-0x57ffffff]
[    0.428828] pci_bus 0000:01: resource 2 [mem 0x50000000-0x50ffffff 64bit pref]
[    0.428834] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.428840] pci_bus 0000:02: resource 1 [mem 0x56000000-0x56ffffff]
[    0.428847] pci_bus 0000:02: resource 2 [mem 0x51000000-0x51ffffff 64bit pref]
[    0.428853] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.428859] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.428865] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.428871] pci_bus 0000:05: resource 7 [mem 0x40000000-0xfebfffff]
[    0.428954] NET: Registered protocol family 2
[    0.429093] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.429563] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.430534] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.430968] TCP: Hash tables configured (established 131072 bind 65536)
[    0.430974] TCP reno registered
[    0.430982] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.431040] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.431275] NET: Registered protocol family 1
[    0.431461] RPC: Registered named UNIX socket transport module.
[    0.431468] RPC: Registered udp transport module.
[    0.431472] RPC: Registered tcp transport module.
[    0.431476] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.431500] pci 0000:00:02.0: Boot video device
[    0.431527] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f10
[    0.431532] pci 0000:00:1d.0: Performing full reset
[    0.431557] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0010
[    0.431562] pci 0000:00:1d.1: Performing full reset
[    0.431586] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0010
[    0.431591] pci 0000:00:1d.2: Performing full reset
[    0.431614] pci 0000:00:1d.3: uhci_check_and_reset_hc: legsup = 0x0010
[    0.431619] pci 0000:00:1d.3: Performing full reset
[    0.431801] PCI: CLS 64 bytes, default 64
[    0.431838] Simple Boot Flag at 0x44 set to 0x1
[    0.433706] microcode: CPU0 sig=0x106ca, pf=0x4, revision=0x107
[    0.433720] microcode: CPU1 sig=0x106ca, pf=0x4, revision=0x107
[    0.433827] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.433971] Intel AES-NI instructions are not detected.
[    0.438260] highmem bounce pool size: 64 pages
[    0.438272] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.456315] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.457184] msgmni has been set to 1741
[    0.459307] NET: Registered protocol family 38
[    0.459638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.459646] io scheduler noop registered
[    0.459687] io scheduler cfq registered (default)
[    0.459801] xz_dec_test: module loaded
[    0.459805] xz_dec_test: Create a device node with 'mknod xz_dec_test c 252 0' and write .xz files to it.
[    0.460036] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.460123] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.460302] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.460368] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.521048] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.581143] ACPI: AC Adapter [AC] (off-line)
[    0.581428] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.581439] ACPI: Power Button [PWRB]
[    0.581584] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    0.581594] ACPI: Sleep Button [SLPB]
[    0.581749] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[    0.581796] ACPI: Lid Switch [LID0]
[    0.581973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.581982] ACPI: Power Button [PWRF]
[    0.582255] ACPI: Fan [FAN] (on)
[    0.582345] ACPI: acpi_idle registered with cpuidle
[    0.582750] Marking TSC unstable due to TSC halts in idle
[    0.585181] thermal LNXTHERM:00: registered as thermal_zone0
[    0.585188] ACPI: Thermal Zone [THRM] (47 C)
[    1.211234] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.211251] ACPI: Battery Slot [BAT0] (battery present)
[    1.211682] Linux agpgart interface v0.103
[    1.211761] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[    1.212067] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.212403] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.212704] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x40000000
[    1.212817] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    1.212824] Hangcheck: Using getrawmonotonic().
[    1.212932] [drm] Initialized drm 1.1.0 20060810
[    1.212973] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.212982] i915 0000:00:02.0: setting latency timer to 64
[    1.279871] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    1.279881] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.279886] [drm] Driver supports precise vblank timestamp query.
[    1.279968] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.605304] [drm] initialized overlay support
[    1.624672] fbcon: inteldrmfb (fb0) is primary device
[    1.662557] fixme: max PWM is zero.
[    1.676226] Console: switching to colour frame buffer device 128x37
[    1.682500] fb0: inteldrmfb frame buffer device
[    1.682504] drm: registered panic notifier
[    1.986145] acpi device:28: registered as cooling_device3
[    1.986512] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    1.986525] ACPI: Video Device [OVGA] (multi-head: yes  rom: no  post: no)
[    1.986626] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.988964] loop: module loaded
[    1.989671] ahci 0000:00:1f.2: version 3.0
[    1.989697] ahci 0000:00:1f.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.989777] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    1.989838] ahci: SSS flag set, parallel bus scan disabled
[    1.989887] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.989895] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part 
[    1.989905] ahci 0000:00:1f.2: setting latency timer to 64
[    1.991606] scsi0 : ahci
[    1.991931] scsi1 : ahci
[    1.992192] scsi2 : ahci
[    1.992431] scsi3 : ahci
[    1.992904] ata1: SATA max UDMA/133 abar m1024@0x58204000 port 0x58204100 irq 43
[    1.992913] ata2: SATA max UDMA/133 abar m1024@0x58204000 port 0x58204180 irq 43
[    1.992919] ata3: DUMMY
[    1.992922] ata4: DUMMY
[    1.993240] atl1c 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.993259] atl1c 0000:01:00.0: setting latency timer to 64
[    2.064785] atl1c 0000:01:00.0: version 1.0.1.0-NAPI
[    2.065821] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
[    2.079174] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.079236] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.079735] mousedev: PS/2 mouse device common for all mice
[    2.080478] rtc_cmos 00:03: RTC can wake from S4
[    2.080697] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    2.080741] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    2.080819] i2c /dev entries driver
[    2.082654] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.082983] Linux video capture interface: v2.00
[    2.083681] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    2.083864] EISA: Probing bus 0 at eisa.0
[    2.083870] EISA: Cannot allocate resource for mainboard
[    2.083875] Cannot allocate resource for EISA slot 1
[    2.083881] Cannot allocate resource for EISA slot 2
[    2.083890] Cannot allocate resource for EISA slot 3
[    2.083894] Cannot allocate resource for EISA slot 4
[    2.083899] Cannot allocate resource for EISA slot 5
[    2.083904] Cannot allocate resource for EISA slot 6
[    2.083908] Cannot allocate resource for EISA slot 7
[    2.083913] Cannot allocate resource for EISA slot 8
[    2.083917] EISA: Detected 0 cards.
[    2.084566] cpuidle: using governor ladder
[    2.084766] acerhdf: Acer Aspire One Fan driver, v.0.5.24
[    2.084793] acerhdf: unknown (unsupported) BIOS version Acer            /AO532h          /V1.26, please report, aborting!
[    2.085452] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.085546] HDA Intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    2.085591] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    2.092236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    2.100664] hda_codec: ALC272X: BIOS auto-probing.
[    2.104275] ALSA device list:
[    2.104282]   #0: HDA Intel at 0x58200000 irq 44
[    2.104287] Netfilter messages via NETLINK v0.30.
[    2.104318] nf_conntrack version 0.5.0 (15939 buckets, 63756 max)
[    2.104750] ctnetlink v0.93: registering with nfnetlink.
[    2.105702] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.105786] TCP cubic registered
[    2.105792] NET: Registered protocol family 17
[    2.105819] Using IPI Shortcut mode
[    2.300133] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.301030] ata1.00: unexpected _GTF length (4)
[    2.347554] ata1.00: ATA-8: ST9160314AS, 0001SDM1, max UDMA/133
[    2.347568] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.349265] ata1.00: unexpected _GTF length (4)
[    2.349619] ata1.00: configured for UDMA/133
[    2.349845] scsi 0:0:0:0: Direct-Access     ATA      ST9160314AS      0001 PQ: 0 ANSI: 5
[    2.350403] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.350579] sd 0:0:0:0: [sda] Write Protect is off
[    2.350590] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.350668] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.350720] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.351046] kworker/u:5 used greatest stack depth: 7132 bytes left
[    2.372220]  sda: sda1 sda2 sda3 < sda5 >
[    2.373396] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.656129] ata2: SATA link down (SStatus 0 SControl 300)
[    2.818637] EXT3-fs: barriers not enabled
[    2.829608] kjournald starting.  Commit interval 5 seconds
[    2.829695] EXT3-fs (sda1): mounted filesystem with ordered data mode
[    2.829718] VFS: Mounted root (ext3 filesystem) readonly on device 8:1.
[    2.829775] Freeing unused kernel memory: 448k freed
[    3.397121] modprobe used greatest stack depth: 6364 bytes left
[    3.623246] stty used greatest stack depth: 5924 bytes left
[    5.694797] acer_wmi: Acer Laptop ACPI-WMI Extras
[    5.701551] usbcore: registered new interface driver usbfs
[    5.702773] usbcore: registered new interface driver hub
[    5.702909] usbcore: registered new device driver usb
[    5.794049] cfg80211: Calling CRDA to update world regulatory domain
[    5.814685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.814696] ehci_hcd: block sizes: qh 64 qtd 96 itd 160 sitd 96
[    5.814771] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.814812] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    5.814822] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    5.814881] drivers/usb/core/inode.c: creating file 'devices'
[    5.814893] drivers/usb/core/inode.c: creating file '001'
[    5.814904] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    5.814925] ehci_hcd 0000:00:1d.7: reset hcs_params 0x104208 dbg=1 cc=4 pcc=2 ordered !ppc ports=8
[    5.814936] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[    5.814981] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    5.815037] ehci_hcd 0000:00:1d.7: debug port 1
[    5.815051] ehci_hcd 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    5.818965] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    5.818974] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[    5.819036] ehci_hcd 0000:00:1d.7: irq 16, io mem 0x58204400
[    5.819051] ehci_hcd 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    5.822963] ehci_hcd 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[    5.828087] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.828146] usb usb1: default language 0x0409
[    5.828161] usb usb1: udev 1, busnum 1, minor = 0
[    5.828166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.828173] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.828179] usb usb1: Product: EHCI Host Controller
[    5.828183] usb usb1: Manufacturer: Linux 3.0.18 ehci_hcd
[    5.828188] usb usb1: SerialNumber: 0000:00:1d.7
[    5.828375] usb usb1: usb_probe_device
[    5.828385] usb usb1: configuration #1 chosen from 1 choice
[    5.828405] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    5.828480] hub 1-0:1.0: usb_probe_interface
[    5.828488] hub 1-0:1.0: usb_probe_interface - got id
[    5.828494] hub 1-0:1.0: USB hub found
[    5.828508] hub 1-0:1.0: 8 ports detected
[    5.828515] hub 1-0:1.0: standalone hub
[    5.828520] hub 1-0:1.0: no power switching (usb 1.0)
[    5.828527] hub 1-0:1.0: individual port over-current protection
[    5.828533] hub 1-0:1.0: power on to power good time: 20ms
[    5.828547] hub 1-0:1.0: local power source is good
[    5.828556] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    5.828687] drivers/usb/core/inode.c: creating file '001'
[    5.846157] acer_wmi: Brightness must be controlled by generic video driver
[    5.885625] uhci_hcd: USB Universal Host Controller Interface driver
[    5.885774] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.885797] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    5.885806] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.885835] drivers/usb/core/inode.c: creating file '002'
[    5.885854] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    5.885872] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.885884] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[    5.885890] uhci_hcd 0000:00:1d.0: Performing full reset
[    5.885914] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[    5.885935] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080
[    5.886070] usb usb2: default language 0x0409
[    5.886092] usb usb2: udev 1, busnum 2, minor = 128
[    5.886100] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.886109] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.886117] usb usb2: Product: UHCI Host Controller
[    5.886124] usb usb2: Manufacturer: Linux 3.0.18 uhci_hcd
[    5.886131] usb usb2: SerialNumber: 0000:00:1d.0
[    5.886390] usb usb2: usb_probe_device
[    5.886400] usb usb2: configuration #1 chosen from 1 choice
[    5.886424] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    5.886501] hub 2-0:1.0: usb_probe_interface
[    5.886509] hub 2-0:1.0: usb_probe_interface - got id
[    5.886516] hub 2-0:1.0: USB hub found
[    5.886531] hub 2-0:1.0: 2 ports detected
[    5.886537] hub 2-0:1.0: standalone hub
[    5.886543] hub 2-0:1.0: no power switching (usb 1.0)
[    5.886550] hub 2-0:1.0: individual port over-current protection
[    5.886558] hub 2-0:1.0: power on to power good time: 2ms
[    5.886572] hub 2-0:1.0: local power source is good
[    5.886581] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    5.886712] drivers/usb/core/inode.c: creating file '001'
[    5.886814] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    5.886836] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    5.886847] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.886873] drivers/usb/core/inode.c: creating file '003'
[    5.886887] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    5.886906] uhci_hcd 0000:00:1d.1: detected 2 ports
[    5.886917] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[    5.886924] uhci_hcd 0000:00:1d.1: Performing full reset
[    5.886948] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[    5.886994] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00006060
[    5.887134] usb usb3: default language 0x0409
[    5.887156] usb usb3: udev 1, busnum 3, minor = 256
[    5.887163] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.887171] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.887178] usb usb3: Product: UHCI Host Controller
[    5.887185] usb usb3: Manufacturer: Linux 3.0.18 uhci_hcd
[    5.887192] usb usb3: SerialNumber: 0000:00:1d.1
[    5.887450] usb usb3: usb_probe_device
[    5.887461] usb usb3: configuration #1 chosen from 1 choice
[    5.887483] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[    5.887554] hub 3-0:1.0: usb_probe_interface
[    5.887561] hub 3-0:1.0: usb_probe_interface - got id
[    5.887568] hub 3-0:1.0: USB hub found
[    5.887582] hub 3-0:1.0: 2 ports detected
[    5.887588] hub 3-0:1.0: standalone hub
[    5.887594] hub 3-0:1.0: no power switching (usb 1.0)
[    5.887600] hub 3-0:1.0: individual port over-current protection
[    5.887607] hub 3-0:1.0: power on to power good time: 2ms
[    5.887619] hub 3-0:1.0: local power source is good
[    5.887627] hub 3-0:1.0: trying to enable port power on non-switchable hub
[    5.887734] drivers/usb/core/inode.c: creating file '001'
[    5.887829] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.887849] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    5.887859] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.887878] drivers/usb/core/inode.c: creating file '004'
[    5.887891] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    5.887911] uhci_hcd 0000:00:1d.2: detected 2 ports
[    5.887923] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[    5.887975] uhci_hcd 0000:00:1d.2: Performing full reset
[    5.887999] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[    5.888070] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040
[    5.888180] usb usb4: default language 0x0409
[    5.888202] usb usb4: udev 1, busnum 4, minor = 384
[    5.888211] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.888219] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.888227] usb usb4: Product: UHCI Host Controller
[    5.888234] usb usb4: Manufacturer: Linux 3.0.18 uhci_hcd
[    5.888241] usb usb4: SerialNumber: 0000:00:1d.2
[    5.888534] usb usb4: usb_probe_device
[    5.888546] usb usb4: configuration #1 chosen from 1 choice
[    5.888573] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[    5.888653] hub 4-0:1.0: usb_probe_interface
[    5.888660] hub 4-0:1.0: usb_probe_interface - got id
[    5.888667] hub 4-0:1.0: USB hub found
[    5.888681] hub 4-0:1.0: 2 ports detected
[    5.888687] hub 4-0:1.0: standalone hub
[    5.888692] hub 4-0:1.0: no power switching (usb 1.0)
[    5.888699] hub 4-0:1.0: individual port over-current protection
[    5.888706] hub 4-0:1.0: power on to power good time: 2ms
[    5.888720] hub 4-0:1.0: local power source is good
[    5.888728] hub 4-0:1.0: trying to enable port power on non-switchable hub
[    5.888850] drivers/usb/core/inode.c: creating file '001'
[    5.888947] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    5.888967] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    5.888977] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    5.888993] drivers/usb/core/inode.c: creating file '005'
[    5.889037] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    5.889055] uhci_hcd 0000:00:1d.3: detected 2 ports
[    5.889066] uhci_hcd 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000
[    5.889073] uhci_hcd 0000:00:1d.3: Performing full reset
[    5.889095] uhci_hcd 0000:00:1d.3: supports USB remote wakeup
[    5.889141] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00006020
[    5.889244] usb usb5: default language 0x0409
[    5.889263] usb usb5: udev 1, busnum 5, minor = 512
[    5.889271] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.889279] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.889287] usb usb5: Product: UHCI Host Controller
[    5.889293] usb usb5: Manufacturer: Linux 3.0.18 uhci_hcd
[    5.889300] usb usb5: SerialNumber: 0000:00:1d.3
[    5.889557] usb usb5: usb_probe_device
[    5.889567] usb usb5: configuration #1 chosen from 1 choice
[    5.889589] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[    5.889675] hub 5-0:1.0: usb_probe_interface
[    5.889683] hub 5-0:1.0: usb_probe_interface - got id
[    5.889689] hub 5-0:1.0: USB hub found
[    5.889703] hub 5-0:1.0: 2 ports detected
[    5.889709] hub 5-0:1.0: standalone hub
[    5.889715] hub 5-0:1.0: no power switching (usb 1.0)
[    5.889722] hub 5-0:1.0: individual port over-current protection
[    5.889730] hub 5-0:1.0: power on to power good time: 2ms
[    5.889744] hub 5-0:1.0: local power source is good
[    5.889752] hub 5-0:1.0: trying to enable port power on non-switchable hub
[    5.889877] drivers/usb/core/inode.c: creating file '001'
[    5.928091] ehci_hcd 0000:00:1d.7: GetStatus port:4 status 001803 0  ACK POWER sig=j CSC CONNECT
[    5.928102] hub 1-0:1.0: port 4: status 0501 change 0001
[    5.986105] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    5.987075] uhci_hcd 0000:00:1d.1: port 2 portsc 0082,00
[    5.988085] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    5.990081] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    6.028091] hub 1-0:1.0: state 7 ports 8 chg 0010 evt 0000
[    6.028116] hub 1-0:1.0: port 4, status 0501, change 0000, 480 Mb/s
[    6.079358] ehci_hcd 0000:00:1d.7: port 4 high speed
[    6.079371] ehci_hcd 0000:00:1d.7: GetStatus port:4 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    6.130079] usb 1-4: new high speed USB device number 2 using ehci_hcd
[    6.164897] ath9k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.164922] ath9k 0000:02:00.0: setting latency timer to 64
[    6.181235] ehci_hcd 0000:00:1d.7: port 4 high speed
[    6.181250] ehci_hcd 0000:00:1d.7: GetStatus port:4 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    6.279850] usb 1-4: skipped 1 descriptor after configuration
[    6.279860] usb 1-4: skipped 6 descriptors after interface
[    6.279869] usb 1-4: skipped 1 descriptor after endpoint
[    6.279876] usb 1-4: skipped 9 descriptors after interface
[    6.280498] usb 1-4: default language 0x0409
[    6.285877] usb 1-4: udev 2, busnum 1, minor = 1
[    6.285886] usb 1-4: New USB device found, idVendor=064e, idProduct=a102
[    6.285894] usb 1-4: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    6.285901] usb 1-4: Product: WebCam
[    6.285907] usb 1-4: Manufacturer: SuYin
[    6.285912] usb 1-4: SerialNumber: CN0316-S30C-OV11-VA-R03.01.00
[    6.286148] usb 1-4: usb_probe_device
[    6.286160] usb 1-4: configuration #1 chosen from 1 choice
[    6.286523] usb 1-4: adding 1-4:1.0 (config #1, interface 0)
[    6.288139] usb 1-4: adding 1-4:1.1 (config #1, interface 1)
[    6.288302] drivers/usb/core/inode.c: creating file '002'
[    6.288356] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    6.496664] uvcvideo 1-4:1.0: usb_probe_interface
[    6.496677] uvcvideo 1-4:1.0: usb_probe_interface - got id
[    6.496737] uvcvideo: Found UVC 1.00 device WebCam (064e:a102)
[    6.514393] input: WebCam as /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input6
[    6.514534] usbcore: registered new interface driver uvcvideo
[    6.514541] USB Video Class driver (v1.1.0)
[    6.613464] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
[    6.678798] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[    6.699733] ath: EEPROM regdomain: 0x65
[    6.699739] ath: EEPROM indicates we should expect a direct regpair map
[    6.699747] ath: Country alpha2 being used: 00
[    6.699751] ath: Regpair used: 0x65
[    6.703037] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[    6.704067] Registered led device: ath9k-phy0
[    6.704101] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xf8a60000, irq=17
[    6.813953] usb 1-4: link qh4-0001/f5e91280 start 1 [1/0 us]
[    6.814084] usb 1-4: unlink qh4-0001/f5e91280 start 1 [1/0 us]
[    6.955042] usb usb2: suspend_rh (auto-stop)
[    6.955075] usb usb4: suspend_rh (auto-stop)
[    6.955102] usb usb5: suspend_rh (auto-stop)
[    7.205088] usb usb3: suspend_rh (auto-stop)
[    8.507527] EXT3-fs (sda1): using internal journal
[    9.391313] fuse init (API version 7.16)
[   10.380150] sed used greatest stack depth: 5908 bytes left
[   11.886957] rc used greatest stack depth: 5716 bytes left
[   14.613907] atl1c 0000:01:00.0: irq 45 for MSI/MSI-X
[   16.116037] Bluetooth: Core ver 2.16
[   16.116099] NET: Registered protocol family 31
[   16.116106] Bluetooth: HCI device and connection manager initialized
[   16.116114] Bluetooth: HCI socket layer initialized
[   16.116120] Bluetooth: L2CAP socket layer initialized
[   16.116234] Bluetooth: SCO socket layer initialized
[   16.207786] Bluetooth: RFCOMM TTY layer initialized
[   16.207802] Bluetooth: RFCOMM socket layer initialized
[   16.207809] Bluetooth: RFCOMM ver 1.11
[   16.237515] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.237522] Bluetooth: BNEP filters: protocol multicast
[   18.165570] ehci_hcd 0000:00:1d.7: reused qh f5e91280 schedule
[   18.165584] usb 1-4: link qh4-0001/f5e91280 start 1 [1/0 us]
[   18.183665] usb 1-4: unlink qh4-0001/f5e91280 start 1 [1/0 us]
[   18.242800] sshd (2228): /proc/2228/oom_adj is deprecated, please use /proc/2228/oom_score_adj instead.
[   59.251868] wlan0: authenticate with 00:1e:e5:8c:c9:2a (try 1)
[   59.253977] wlan0: authenticated
[   59.288175] wlan0: associate with 00:1e:e5:8c:c9:2a (try 1)
[   59.290908] wlan0: RX AssocResp from 00:1e:e5:8c:c9:2a (capab=0x411 status=0 aid=2)
[   59.290924] wlan0: associated
[  186.111469] apt-check used greatest stack depth: 5644 bytes left

Offline

 

#32  2012-02-01 18:44:50

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

lsusb -v

Kod:

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.18 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 001 Device 002: ID 064e:a102 Suyin Corp. Acer/Lenovo Webcam [CN0316]
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x064e Suyin Corp.
  idProduct          0xa102 Acer/Lenovo Webcam [CN0316]
  bcdDevice            3.10
  iManufacturer           2 SuYin
  iProduct                1 WebCam
  iSerial                 3 CN0316-S30C-OV11-VA-R03.01.00
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          569
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower               98mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 Webcam
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 Webcam
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength          103
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             2
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               5
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {7033f028-1163-2e4a-ba2c-6890eb334016}
        bNumControl             8
        bNrPins                 1
        baSourceID( 0)          3
        bControlSize            1
        bmControls( 0)       0x0f
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 5
        guidExtensionCode         {3fae1228-d7bc-114e-a357-6f1edef7d61d}
        bNumControl             8
        bNrPins                 1
        baSourceID( 0)          4
        bControlSize            1
        bmControls( 0)       0xff
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x00000000
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 3
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000173f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          Backlight Compensation
          Gain
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x 0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            14
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         1
        wTotalLength                      323
        bEndPointAddress                  129
        bmInfo                              0
        bTerminalLink                       2
        bStillCaptureMethod                 2
        bTriggerSupport                     0
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                    27
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        1
        bNumFrameDescriptors                5
        guidFormat                            {59555932-0000-1000-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
          bCopyProtect                      0
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                  3072000
        dwMaxBitRate                 18432000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                  1013760
        dwMaxBitRate                  6082560
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                   768000
        dwMaxBitRate                  4608000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                   253440
        dwMaxBitRate                  1520640
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                   192000
        dwMaxBitRate                  1152000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            26
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               5
        wWidth( 0)                        640
        wHeight( 0)                       480
        wWidth( 1)                        352
        wHeight( 1)                       288
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        176
        wHeight( 3)                       144
        wWidth( 4)                        160
        wHeight( 4)                       120
        bNumCompressionPatterns             5
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0100  1x 256 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0320  1x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b20  2x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1320  3x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0002
  (Bus Powered)
  Remote Wakeup Enabled

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.18 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1d.7
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength              11
  bDescriptorType      41
  nNbrPorts             8
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00 0x00
  PortPwrCtrlMask    0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0503 highspeed power enable connect
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
   Port 7: 0000.0100 power
   Port 8: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.18 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.18 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.18 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.3
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Offline

 

#33  2012-02-01 19:04:22

  NIC - Członek DUG

NIC
Członek DUG
Skąd: Wrocław
Zarejestrowany: 2006-12-25
Serwis

Re: Kompilacja karty graficznej na sztywno

Ok. Mam dziwne wrażenie że Twój laptop nie jest obsługiwany przez ten moduł.

Kod:

ls /sys/class/wmi

Powinny się pojawić na tej liście (prosto ze źródeł)

Kod:

/*
 * Acer ACPI method GUIDs
 */
#define AMW0_GUID1        "67C3371D-95A3-4C37-BB61-DD47B491DAAB"
#define AMW0_GUID2        "431F16ED-0C2B-444C-B267-27DEB140CF9C"
#define WMID_GUID1        "6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3"
#define WMID_GUID2        "95764E09-FB56-4E83-B31A-37761F60994A"
#define WMID_GUID3        "61EF69EA-865C-4BC3-A502-A0DEBA0CB531"

/*
 * Acer ACPI event GUIDs
 */
#define ACERWMID_EVENT_GUID "676AA15E-6A47-4D9F-A2CC-1E6D18D14026"

MODULE_ALIAS("wmi:67C3371D-95A3-4C37-BB61-DD47B491DAAB");
MODULE_ALIAS("wmi:6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3");
MODULE_ALIAS("wmi:676AA15E-6A47-4D9F-A2CC-1E6D18D14026");

Jeśli ich nie będzie to będzie raczej źle. Sprawdziłem i ten moduł: "acer-wmi" odpowiada za utworzenie tych rfkilli (softwarowo-klawiaturowy przycisk włącz/wyłącz urzędzenie) dla WiFi i Bluetootha. Ty masz w tej chwili tylko dla WiFi, więc nie można włączyć Twojego Bluetootha. W razie czego możesz sobie zmodyfikować owy moduł? (chyba że zdążyli dodać Twój laptop i w moim wypisie znajdziesz te klucze a w swoim źródle nie: drivers/platform/x86/acer-wmi.c)


Stronka-dom: http://titek.victorygames.pl
Jabber: nic@jabster.pl
Hobby: kompilowanie Linuksa, Bluetooth
Dystrybucja: żadna, bliski krewny LFS, składak

Offline

 

#34  2012-02-01 19:06:52

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Kompilacja karty graficznej na sztywno

Na jakimś innym kernelu działał?

Offline

 

#35  2012-02-01 20:42:32

  P@blo - Nadworny matematyk

P@blo
Nadworny matematyk
Skąd: Wrocław v Jasło
Zarejestrowany: 2010-11-11

Re: Kompilacja karty graficznej na sztywno

Pablik napisał(-a):

w lspci -k 3 urządzenia nie mają "Kernel driver in use" to znaczy ze niektóre nie potrzebują czy nie są zainstalowane poprostu ??

Kod:

00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
    Subsystem: Acer Incorporated [ALI] Device 0349
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349

Już kilka razy widziałem to pytanie z twojej strony, ale nikt nie raczył odpowiedzieć (bo pewnie nie wiedział ;P). Odp: Nie są zainstalowane po prostu. U mnie są wszystkie:

Kod:

pablo@lena:~$ lspci -k
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: i915
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: mei
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
    Subsystem: Lenovo Device 21ce
    Kernel driver in use: e1000e
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
    Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
    Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
    Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: ehci_hcd
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC Controller (rev 04)
    Subsystem: Lenovo Device 21da
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: i801_smbus
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
    Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN
    Kernel driver in use: iwlwifi
0d:00.0 System peripheral: Ricoh Co Ltd Device e823 (rev 04)
    Subsystem: Lenovo Device 21da
    Kernel driver in use: sdhci-pci

Mówię wszystkie, bo do tego:

Kod:

00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC Controller (rev 04)
    Subsystem: Lenovo Device 21da

mam te moduły iTCO_vendor_support, iTCO_wdt które mi wstają przy starcie i są widoczne z polecenia lsmod... Wydaje mi się, że twój lapek to jakaś nówka na ulicy i jeszcze nie wszystko jest stworzone do niego... Miałem te same problemy jak tylko kupiłem oba moje lapki :/

Ostatnio edytowany przez P@blo (2012-02-01 20:43:53)


ThinkPadX220i
| Procesor: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz |
|  Debian: sid   |   Arch: amd64   |   Sound: alsa   |
| No DE | WM: DWM  |  DM: .bash_profile  |  BIOS+MBR |

Offline

 

#36  2012-02-01 21:11:57

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

NIC napisał(-a):

Ok. Mam dziwne wrażenie że Twój laptop nie jest obsługiwany przez ten moduł.

Kod:

ls /sys/class/wmi

ls /sys/class/wmi

Kod:

36916B91-1A64-4583-84D0-53830FB9108D  A7C9A0B7-4C9D-4C72-83BB-53A3459171DF
5923DD45-0480-4ED5-B61A-C9EC6C90E26A  AAE04F7B-B3C5-4865-95D6-9FAC7FF3E92B
653A064F-A23A-485F-B3D9-13F6532A0182  CC1A61AC-4256-41A3-B9E0-05A445ADE2F5
6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3  CFF94C79-6C77-4AF7-AC56-7DD0CE01C997
79772EC5-04B1-4BFD-843C-61E7F77B6CC9  DB85B1A7-069A-4ABB-A2B5-D186A21B80F1
83B9D139-CE71-45DB-A7A6-2628D3A65F4C  E78C4453-0227-4861-9EDE-F5600B4A3D39
95764E09-FB56-4E83-B31A-37761F60994A  FAAA1397-1188-448F-8516-9A07987DD38A

ArnVaker napisał(-a):

Na jakimś innym kernelu działał?

nie dopiero pierwszy raz się z nim mecze ;(

To jak można sprawdzić jakich modułów potrzebują te sprzęty 

Kod:

00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
    Subsystem: Acer Incorporated [ALI] Device 0349
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349

Ostatnio edytowany przez Pablik (2012-02-01 21:15:45)

Offline

 

#37  2012-02-01 21:15:12

  P@blo - Nadworny matematyk

P@blo
Nadworny matematyk
Skąd: Wrocław v Jasło
Zarejestrowany: 2010-11-11

Re: Kompilacja karty graficznej na sztywno

Pablik napisał(-a):

ArnVaker napisał(-a):

Na jakimś innym kernelu działał?

nie dopiero pierwszy raz się z nim mecze ;(

Arnowi chodziło o to co mi wcześniej...

/me napisał(-a):

A ogólnie blut działa? Na innych jajkach? Wydaje mi się, że blut może korzystać z czegoś w sekcji MISC, albo cholera wie gdzie... Jądro to nieprzelewki... Każdy sprzęt inny jest...

Czy na jakimkolwiek jajku to działało? Najlepiej dystrybucyjnym?

Ostatnio edytowany przez P@blo (2012-02-01 21:16:37)


ThinkPadX220i
| Procesor: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz |
|  Debian: sid   |   Arch: amd64   |   Sound: alsa   |
| No DE | WM: DWM  |  DM: .bash_profile  |  BIOS+MBR |

Offline

 

#38  2012-02-01 21:17:44

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

P@blo napisał(-a):

Pablik napisał(-a):

ArnVaker napisał(-a):

Na jakimś innym kernelu działał?

nie dopiero pierwszy raz się z nim mecze ;(

Arnowi chodziło o to co mi wcześniej... Czy na jakimkolwiek jajku to działało? Najlepiej dystrybucyjnym?

Nie odkąd wgrałem linux'a to nie działało, jak i inne rzeczy np kamera czy czytnik kart SD teraz już wszystko ok tylko mi Bluetooth został

Offline

 

#39  2012-02-01 21:18:55

  P@blo - Nadworny matematyk

P@blo
Nadworny matematyk
Skąd: Wrocław v Jasło
Zarejestrowany: 2010-11-11

Re: Kompilacja karty graficznej na sztywno

To dla mnie problem rozwiązany...

/me napisał(-a):

Wydaje mi się, że twój lapek to jakaś nówka na ulicy i jeszcze nie wszystko jest stworzone do niego... Miałem te same problemy jak tylko kupiłem oba moje lapki :/

Panowie, co wy na to?


ThinkPadX220i
| Procesor: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz |
|  Debian: sid   |   Arch: amd64   |   Sound: alsa   |
| No DE | WM: DWM  |  DM: .bash_profile  |  BIOS+MBR |

Offline

 

#40  2012-02-01 21:40:21

  NIC - Członek DUG

NIC
Członek DUG
Skąd: Wrocław
Zarejestrowany: 2006-12-25
Serwis

Re: Kompilacja karty graficznej na sztywno

Z tego co widzę kernel 3.2 ma zmiany w tym module pod Twój laptop. Wypróbuj.

PS. Panowie, jak jądro czegoś nie ma, to to dodajmy. Możliwości są :)


Stronka-dom: http://titek.victorygames.pl
Jabber: nic@jabster.pl
Hobby: kompilowanie Linuksa, Bluetooth
Dystrybucja: żadna, bliski krewny LFS, składak

Offline

 

#41  2012-02-01 21:42:44

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

no mógł bym spróbować ale, potrzebuje patcha imq a on jest max pod 3.1 ;( można jakoś przerzucić moduły do starszego jajka ?

// pytanko jeszcze jak mam config'a z 3.0 i załaduje go na źródle 3.2 to w menuconfig będą dostępne moduły z 3.2 tak ?

Ostatnio edytowany przez Pablik (2012-02-01 21:46:22)

Offline

 

#42  2012-02-01 22:07:39

  NIC - Członek DUG

NIC
Członek DUG
Skąd: Wrocław
Zarejestrowany: 2006-12-25
Serwis

Re: Kompilacja karty graficznej na sztywno

// pytanko jeszcze jak mam config'a z 3.0 i załaduje go na źródle 3.2 to w menuconfig będą dostępne moduły z 3.2 tak ?

Tak.

Potrzebujesz tylko moduł: drivers/platform/x86/acer-wmi.c więc spokojnie możesz go ukraść z kernela 3.2 i powinno się kompilować.
Dla pewności w kodzie znajdź sobie tekst "Acer Laptop ACPI-WMI Extras" i doklej doń swój pseudonim, będzie wiadomo czy się faktycznie skompilował i załadował.


Stronka-dom: http://titek.victorygames.pl
Jabber: nic@jabster.pl
Hobby: kompilowanie Linuksa, Bluetooth
Dystrybucja: żadna, bliski krewny LFS, składak

Offline

 

#43  2012-02-01 22:34:44

  P@blo - Nadworny matematyk

P@blo
Nadworny matematyk
Skąd: Wrocław v Jasło
Zarejestrowany: 2010-11-11

Re: Kompilacja karty graficznej na sztywno

Pablik napisał(-a):

no mógł bym spróbować ale, potrzebuje patcha imq a on jest max pod 3.1 ;( można jakoś przerzucić moduły do starszego jajka ?

Że tak się wtrącę... Potrzebny jest ci ten patch imq? Korzystasz z niego gdzieś?

Ostatnio edytowany przez P@blo (2012-02-01 22:35:25)


ThinkPadX220i
| Procesor: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz |
|  Debian: sid   |   Arch: amd64   |   Sound: alsa   |
| No DE | WM: DWM  |  DM: .bash_profile  |  BIOS+MBR |

Offline

 

#44  2012-02-01 22:46:26

  rychu - elektryk dyżurny

rychu
elektryk dyżurny
Skąd: gdańsk/kalmar
Zarejestrowany: 2004-12-28

Re: Kompilacja karty graficznej na sztywno

no właśnie, po cholerę ci to imq na netbóku?


linux regd. user #248790

Offline

 

#45  2012-02-01 23:29:45

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

P@blo napisał(-a):

Pablik napisał(-a):

no mógł bym spróbować ale, potrzebuje patcha imq a on jest max pod 3.1 ;( można jakoś przerzucić moduły do starszego jajka ?

Że tak się wtrącę... Potrzebny jest ci ten patch imq? Korzystasz z niego gdzieś?

Testuje na nim moje skrypty do kolejkowania

wgrałem już to jajko 3.2.2 i dalej nic ;(

lsusb -v

Kod:

    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1320  3x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0002
  (Bus Powered)
  Remote Wakeup Enabled

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.02
  iManufacturer           3 Linux 3.2.2 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1d.7
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength              11
  bDescriptorType      41
  nNbrPorts             8
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00 0x00
  PortPwrCtrlMask    0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0503 highspeed power enable connect
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
   Port 7: 0000.0100 power
   Port 8: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.02
  iManufacturer           3 Linux 3.2.2 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.02
  iManufacturer           3 Linux 3.2.2 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.02
  iManufacturer           3 Linux 3.2.2 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.3
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.02
  iManufacturer           3 Linux 3.2.2 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Offline

 

#46  2012-02-01 23:30:55

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

dmesg

Kod:

[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.2 (root@Notebook) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP PREEMPT Wed Feb 1 23:18:32 CET 2012
[    0.000000] Disabled fast string operations
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003f494000 (usable)
[    0.000000]  BIOS-e820: 000000003f494000 - 000000003f4bf000 (reserved)
[    0.000000]  BIOS-e820: 000000003f4bf000 - 000000003f578000 (usable)
[    0.000000]  BIOS-e820: 000000003f578000 - 000000003f5bf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003f5bf000 - 000000003f5ed000 (usable)
[    0.000000]  BIOS-e820: 000000003f5ed000 - 000000003f5ff000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003f5ff000 - 000000003f600000 (usable)
[    0.000000]  BIOS-e820: 000000003f600000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: Acer             AO532h          /AO532h          , BIOS V1.26 04/28/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x3f600 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-through
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFF00000 mask 0FFF00000 write-protect
[    0.000000]   1 base 000000000 mask 0E0000000 write-back
[    0.000000]   2 base 020000000 mask 0E0000000 write-back
[    0.000000]   3 base 03F800000 mask 0FF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01c00000
[    0.000000] Base memory trampoline at [c009e000] 9e000 size 4096
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
[    0.000000] ACPI: RSDP 000fe020 00024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 3f5fe120 00064 (v01 ACRSYS ACRPRDCT 00000001      01000013)
[    0.000000] ACPI: FACP 3f5fd000 000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: DSDT 3f5f2000 07B21 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: FACS 3f586000 00040
[    0.000000] ACPI: HPET 3f5fc000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: APIC 3f5fb000 00078 (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: MCFG 3f5fa000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: SLIC 3f5f1000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: BOOT 3f5f0000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: SSDT 3f5ee000 004C4 (v02  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: WDAT 3f5ed000 00194 (v01 INSYDE INSYDE   00000001 MSFT 01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 126MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0003f600
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[5] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0003f494
[    0.000000]     0: 0x0003f4bf -> 0x0003f578
[    0.000000]     0: 0x0003f5bf -> 0x0003f5ed
[    0.000000]     0: 0x0003f5ff -> 0x0003f600
[    0.000000] On node 0 totalpages: 259339
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 253 pages used for memmap
[    0.000000]   HighMem zone: 31873 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f6800000 s25216 r0 d23936 u2097152
[    0.000000] pcpu-alloc: s25216 r0 d23936 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257310
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.2 root=/dev/sda1 ro 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] Initializing HighMem for node 0 (000377fe:0003f600)
[    0.000000] Memory: 1020740k/1038336k available (4495k kernel code, 16616k reserved, 2091k data, 448k init, 128504k 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 : 0xc166f000 - 0xc16df000   ( 448 kB)
[    0.000000]       .data : 0xc1463f72 - 0xc166ec40   (2091 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1463f72   (4495 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=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f6408000 soft=f640a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1662.880 MHz processor.
[    0.001003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3325.76 BogoMIPS (lpj=1662880)
[    0.001013] pid_max: default: 32768 minimum: 301
[    0.001085] Mount-cache hash table entries: 512
[    0.002058] Disabled fast string operations
[    0.002067] CPU: Physical Processor ID: 0
[    0.002070] CPU: Processor Core ID: 0
[    0.002075] mce: CPU supports 5 MCE banks
[    0.002089] using mwait in idle threads.
[    0.002182] Freeing SMP alternatives: 16k freed
[    0.002199] ACPI: Core revision 20110623
[    0.011090] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.011574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.021633] CPU0: Intel(R) Atom(TM) CPU N450   @ 1.66GHz stepping 0a
[    0.021998] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[    0.021998] ... version:                3
[    0.021998] ... bit width:              40
[    0.021998] ... generic registers:      2
[    0.021998] ... value mask:             000000ffffffffff
[    0.021998] ... max period:             000000007fffffff
[    0.021998] ... fixed-purpose events:   3
[    0.021998] ... event mask:             0000000700000003
[    0.035038] CPU 1 irqstacks, hard=f64ca000 soft=f64cc000
[    0.035044] Booting Node   0, Processors  #1 Ok.
[    0.035050] smpboot cpu 1: start_ip = 9e000
[    0.001999] Initializing CPU#1
[    0.001999] Disabled fast string operations
[    0.107017] Brought up 2 CPUs
[    0.107026] Total of 2 processors activated (6650.90 BogoMIPS).
[    0.107649] devtmpfs: initialized
[    0.108159] NET: Registered protocol family 16
[    0.108420] kworker/u:0 used greatest stack depth: 7492 bytes left
[    0.108679] kworker/u:0 used greatest stack depth: 7164 bytes left
[    0.109267] EISA bus registered
[    0.109267] ACPI: bus type pci registered
[    0.109493] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.109493] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.109493] PCI: Using MMCONFIG for extended config space
[    0.109493] PCI: Using configuration type 1 for base access
[    0.110713] kworker/u:0 used greatest stack depth: 7004 bytes left
[    0.127434] bio: create slab <bio-0> at 0
[    0.127673] ACPI: Added _OSI(Module Device)
[    0.127673] ACPI: Added _OSI(Processor Device)
[    0.127673] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.127673] ACPI: Added _OSI(Processor Aggregator Device)
[    0.130683] ACPI: EC: Look up EC in DSDT
[    0.133978] ACPI: Executed 1 blocks of module-level executable AML code
[    0.137554] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.138331] ACPI: SSDT 3f4b7c90 001F7 (v02  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.139093] ACPI: Dynamic OEM Table Load:
[    0.139101] ACPI: SSDT   (null) 001F7 (v02  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.139337] ACPI: SSDT 3f4b6e10 001C7 (v02  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.140057] ACPI: Dynamic OEM Table Load:
[    0.140065] ACPI: SSDT   (null) 001C7 (v02  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.146369] ACPI: SSDT 3f4b7f10 000D0 (v02  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.147112] ACPI: Dynamic OEM Table Load:
[    0.147120] ACPI: SSDT   (null) 000D0 (v02  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.147349] ACPI: SSDT 3f4b5f10 00083 (v02  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.148073] ACPI: Dynamic OEM Table Load:
[    0.148081] ACPI: SSDT   (null) 00083 (v02  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.154954] ACPI: Interpreter enabled
[    0.154960] ACPI: (supports S0 S5)
[    0.154992] ACPI: Using IOAPIC for interrupt routing
[    0.289085] ACPI: Power Resource [FN00] (on)
[    0.290066] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
[    0.290198] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.291034] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110623/nspredef-359)
[    0.291052] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.291056] _OSC request data:1 8 1f 
[    0.291067] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.292554] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.292563] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.292570] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.292578] pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xfebfffff]
[    0.292603] pci 0000:00:00.0: [8086:a010] type 0 class 0x000600
[    0.292663] pci 0000:00:02.0: [8086:a011] type 0 class 0x000300
[    0.292679] pci 0000:00:02.0: reg 10: [mem 0x58180000-0x581fffff]
[    0.292689] pci 0000:00:02.0: reg 14: [io  0x60c0-0x60c7]
[    0.292699] pci 0000:00:02.0: reg 18: [mem 0x40000000-0x4fffffff pref]
[    0.292709] pci 0000:00:02.0: reg 1c: [mem 0x58000000-0x580fffff]
[    0.292757] pci 0000:00:02.1: [8086:a012] type 0 class 0x000380
[    0.292771] pci 0000:00:02.1: reg 10: [mem 0x58100000-0x5817ffff]
[    0.292889] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
[    0.292920] pci 0000:00:1b.0: reg 10: [mem 0x58200000-0x58203fff 64bit]
[    0.293054] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.293064] pci 0000:00:1b.0: PME# disabled
[    0.293107] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
[    0.293239] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.293247] pci 0000:00:1c.0: PME# disabled
[    0.293288] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
[    0.293417] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.293426] pci 0000:00:1c.1: PME# disabled
[    0.293470] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
[    0.293539] pci 0000:00:1d.0: reg 20: [io  0x6080-0x609f]
[    0.293594] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
[    0.293664] pci 0000:00:1d.1: reg 20: [io  0x6060-0x607f]
[    0.293719] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
[    0.293788] pci 0000:00:1d.2: reg 20: [io  0x6040-0x605f]
[    0.293844] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
[    0.293913] pci 0000:00:1d.3: reg 20: [io  0x6020-0x603f]
[    0.294014] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
[    0.294047] pci 0000:00:1d.7: reg 10: [mem 0x58204400-0x582047ff]
[    0.294175] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.294185] pci 0000:00:1d.7: PME# disabled
[    0.294217] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.294331] pci 0000:00:1f.0: [8086:27bc] type 0 class 0x000601
[    0.294496] pci 0000:00:1f.2: [8086:27c1] type 0 class 0x000106
[    0.294526] pci 0000:00:1f.2: reg 10: [io  0x60b8-0x60bf]
[    0.294543] pci 0000:00:1f.2: reg 14: [io  0x60cc-0x60cf]
[    0.294560] pci 0000:00:1f.2: reg 18: [io  0x60b0-0x60b7]
[    0.294577] pci 0000:00:1f.2: reg 1c: [io  0x60c8-0x60cb]
[    0.294594] pci 0000:00:1f.2: reg 20: [io  0x60a0-0x60af]
[    0.294612] pci 0000:00:1f.2: reg 24: [mem 0x58204000-0x582043ff]
[    0.294679] pci 0000:00:1f.2: PME# supported from D3hot
[    0.294687] pci 0000:00:1f.2: PME# disabled
[    0.294715] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[    0.294784] pci 0000:00:1f.3: reg 20: [io  0x6000-0x601f]
[    0.294932] pci 0000:01:00.0: [1969:1062] type 0 class 0x000200
[    0.294976] pci 0000:01:00.0: reg 10: [mem 0x57000000-0x5703ffff 64bit]
[    0.294999] pci 0000:01:00.0: reg 18: [io  0x5000-0x507f]
[    0.295158] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.295168] pci 0000:01:00.0: PME# disabled
[    0.296993] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.297003] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.297012] pci 0000:00:1c.0:   bridge window [mem 0x57000000-0x57ffffff]
[    0.297025] pci 0000:00:1c.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
[    0.297132] pci 0000:02:00.0: [168c:002a] type 0 class 0x000280
[    0.297171] pci 0000:02:00.0: reg 10: [mem 0x56000000-0x5600ffff 64bit]
[    0.297343] pci 0000:02:00.0: supports D1
[    0.297349] pci 0000:02:00.0: PME# supported from D0 D1 D3hot
[    0.297358] pci 0000:02:00.0: PME# disabled
[    0.297393] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.297412] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.297421] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.297430] pci 0000:00:1c.1:   bridge window [mem 0x56000000-0x56ffffff]
[    0.297443] pci 0000:00:1c.1:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
[    0.297541] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.297561] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.297568] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.297575] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.297582] pci 0000:00:1e.0:   bridge window [mem 0x40000000-0xfebfffff] (subtractive decode)
[    0.297610] pci_bus 0000:00: on NUMA node 0
[    0.297619] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.297927] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.298064] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.298337] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110623/nspredef-359)
[    0.298354] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.298359] _OSC request data:1 1f 1f 
[    0.298369]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.298488] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110623/nspredef-359)
[    0.298504] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.298508] _OSC request data:1 0 1d 
[    0.298518]  pci0000:00: ACPI _OSC request failed (AE_TYPE), returned control mask: 0x1d
[    0.298523] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.305545] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[    0.305681] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
[    0.305811] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[    0.305940] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[    0.306117] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.306249] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.306381] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.306512] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.306958] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.307009] vgaarb: loaded
[    0.307014] vgaarb: bridge control possible 0000:00:02.0
[    0.307403] SCSI subsystem initialized
[    0.307649] libata version 3.00 loaded.
[    0.309889] wmi: Mapper loaded
[    0.310000] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.310007] PCI: Using ACPI for IRQ routing
[    0.320213] PCI: pci_cache_line_size set to 64 bytes
[    0.320320] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.320327] reserve RAM buffer: 000000003f494000 - 000000003fffffff 
[    0.320334] reserve RAM buffer: 000000003f578000 - 000000003fffffff 
[    0.320340] reserve RAM buffer: 000000003f5ed000 - 000000003fffffff 
[    0.320346] reserve RAM buffer: 000000003f600000 - 000000003fffffff 
[    0.320814] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.320827] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.320838] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.325132] Switching to clocksource hpet
[    0.325301] pnp: PnP ACPI init
[    0.325318] ACPI: bus type pnp registered
[    0.325913] pnp 00:00: [bus 00-ff]
[    0.325922] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.325928] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.325934] pnp 00:00: [io  0x0d00-0xffff window]
[    0.325940] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.325946] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.325952] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.325958] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.325964] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.325969] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.325976] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.325982] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.325987] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.325993] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.325999] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.326029] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.326036] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.326042] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.326048] pnp 00:00: [mem 0x40000000-0xfebfffff window]
[    0.326224] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.386295] pnp 00:01: [io  0x0068]
[    0.386302] pnp 00:01: [io  0x006c]
[    0.386308] pnp 00:01: [io  0x164e-0x164f]
[    0.386312] pnp 00:01: [io  0x0061]
[    0.386317] pnp 00:01: [io  0x0070]
[    0.386322] pnp 00:01: [io  0x0080]
[    0.386327] pnp 00:01: [io  0x0092]
[    0.386331] pnp 00:01: [io  0x00b2-0x00b3]
[    0.386336] pnp 00:01: [io  0x0063]
[    0.386341] pnp 00:01: [io  0x0065]
[    0.386346] pnp 00:01: [io  0x0067]
[    0.386351] pnp 00:01: [io  0x0600-0x060f]
[    0.386356] pnp 00:01: [io  0x0610]
[    0.386360] pnp 00:01: [io  0x0800-0x080f]
[    0.386366] pnp 00:01: [io  0x0810-0x0817]
[    0.386371] pnp 00:01: [io  0x0400-0x047f]
[    0.386376] pnp 00:01: [io  0x0500-0x053f]
[    0.386381] pnp 00:01: [io  0xff2c-0xff2f]
[    0.386387] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.386392] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[    0.386398] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.386403] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[    0.386408] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[    0.386414] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[    0.386419] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[    0.386618] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.386627] system 00:01: [io  0x0600-0x060f] has been reserved
[    0.386634] system 00:01: [io  0x0610] has been reserved
[    0.386640] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.386647] system 00:01: [io  0x0810-0x0817] has been reserved
[    0.386654] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.386660] system 00:01: [io  0x0500-0x053f] has been reserved
[    0.386667] system 00:01: [io  0xff2c-0xff2f] has been reserved
[    0.386675] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.386683] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.386690] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.386697] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.386704] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.386711] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.386718] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.386727] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.386754] pnp 00:02: [io  0x0000-0x001f]
[    0.386760] pnp 00:02: [io  0x0081-0x0091]
[    0.386765] pnp 00:02: [io  0x0093-0x009f]
[    0.386771] pnp 00:02: [io  0x00c0-0x00df]
[    0.386777] pnp 00:02: [dma 4]
[    0.386890] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.386950] pnp 00:03: [io  0x0070-0x0077]
[    0.387090] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.387232] pnp 00:04: [irq 0 disabled]
[    0.387251] pnp 00:04: [irq 8]
[    0.387257] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[    0.387380] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.387410] pnp 00:05: [io  0x00f0]
[    0.387422] pnp 00:05: [irq 13]
[    0.387543] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.387572] pnp 00:06: [mem 0xff800000-0xffffffff]
[    0.387687] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[    0.387767] pnp 00:07: [io  0x0060]
[    0.387773] pnp 00:07: [io  0x0064]
[    0.387786] pnp 00:07: [irq 1]
[    0.387913] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.388047] pnp 00:08: [irq 12]
[    0.388179] pnp 00:08: Plug and Play ACPI device, IDs SYN1b1c SYN1b00 SYN0002 PNP0f13 (active)
[    0.388471] pnp: PnP ACPI: found 9 devices
[    0.388477] ACPI: ACPI bus type pnp unregistered
[    0.432212] PCI: max bus depth: 1 pci_try_num: 2
[    0.432264] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.432273] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.432284] pci 0000:00:1c.0:   bridge window [mem 0x57000000-0x57ffffff]
[    0.432294] pci 0000:00:1c.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
[    0.432307] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.432314] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.432325] pci 0000:00:1c.1:   bridge window [mem 0x56000000-0x56ffffff]
[    0.432335] pci 0000:00:1c.1:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
[    0.432347] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.432400] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.432411] pci 0000:00:1c.0: setting latency timer to 64
[    0.432434] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.432444] pci 0000:00:1c.1: setting latency timer to 64
[    0.432458] pci 0000:00:1e.0: setting latency timer to 64
[    0.432466] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.432472] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.432478] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.432485] pci_bus 0000:00: resource 7 [mem 0x40000000-0xfebfffff]
[    0.432491] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.432497] pci_bus 0000:01: resource 1 [mem 0x57000000-0x57ffffff]
[    0.432503] pci_bus 0000:01: resource 2 [mem 0x50000000-0x50ffffff 64bit pref]
[    0.432510] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.432516] pci_bus 0000:02: resource 1 [mem 0x56000000-0x56ffffff]
[    0.432522] pci_bus 0000:02: resource 2 [mem 0x51000000-0x51ffffff 64bit pref]
[    0.432529] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.432535] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.432541] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.432547] pci_bus 0000:05: resource 7 [mem 0x40000000-0xfebfffff]
[    0.432618] NET: Registered protocol family 2
[    0.432723] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.433213] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.434179] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.434605] TCP: Hash tables configured (established 131072 bind 65536)
[    0.434611] TCP reno registered
[    0.434620] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.434639] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.434793] NET: Registered protocol family 1
[    0.434988] RPC: Registered named UNIX socket transport module.
[    0.434994] RPC: Registered udp transport module.
[    0.434998] RPC: Registered tcp transport module.
[    0.435028] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.435055] pci 0000:00:02.0: Boot video device
[    0.435083] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f10
[    0.435088] pci 0000:00:1d.0: Performing full reset
[    0.435114] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0010
[    0.435119] pci 0000:00:1d.1: Performing full reset
[    0.435144] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0010
[    0.435149] pci 0000:00:1d.2: Performing full reset
[    0.435173] pci 0000:00:1d.3: uhci_check_and_reset_hc: legsup = 0x0010
[    0.435179] pci 0000:00:1d.3: Performing full reset
[    0.435366] PCI: CLS 64 bytes, default 64
[    0.435404] Simple Boot Flag at 0x44 set to 0x1
[    0.437337] microcode: CPU0 sig=0x106ca, pf=0x4, revision=0x107
[    0.437352] microcode: CPU1 sig=0x106ca, pf=0x4, revision=0x107
[    0.437476] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.437620] Intel AES-NI instructions are not detected.
[    0.441959] highmem bounce pool size: 64 pages
[    0.441971] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.458681] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.459416] msgmni has been set to 1742
[    0.461526] NET: Registered protocol family 38
[    0.461825] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.461834] io scheduler noop registered
[    0.461852] io scheduler cfq registered (default)
[    0.461968] xz_dec_test: module loaded
[    0.461972] xz_dec_test: Create a device node with 'mknod xz_dec_test c 252 0' and write .xz files to it.
[    0.462248] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.462331] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.462499] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.462571] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.523049] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.583141] ACPI: AC Adapter [AC] (off-line)
[    0.583426] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.583437] ACPI: Power Button [PWRB]
[    0.583591] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    0.583600] ACPI: Sleep Button [SLPB]
[    0.583755] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[    0.583808] ACPI: Lid Switch [LID0]
[    0.583993] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.584025] ACPI: Power Button [PWRF]
[    0.584271] ACPI: Fan [FAN] (on)
[    0.584756] Marking TSC unstable due to TSC halts in idle
[    0.584778] ACPI: acpi_idle registered with cpuidle
[    0.587269] thermal LNXTHERM:00: registered as thermal_zone0
[    0.587301] ACPI: Thermal Zone [THRM] (45 C)
[    1.214232] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.214250] ACPI: Battery Slot [BAT0] (battery present)
[    1.214681] Linux agpgart interface v0.103
[    1.214760] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[    1.215076] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.215419] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.215698] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x40000000
[    1.215809] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    1.215815] Hangcheck: Using getrawmonotonic().
[    1.215920] [drm] Initialized drm 1.1.0 20060810
[    1.215958] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.215967] i915 0000:00:02.0: setting latency timer to 64
[    1.285122] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    1.285133] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.285137] [drm] Driver supports precise vblank timestamp query.
[    1.285205] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.338975] fixme: max PWM is zero.
[    1.609276] [drm] initialized overlay support
[    1.628291] fbcon: inteldrmfb (fb0) is primary device
[    2.071308] Console: switching to colour frame buffer device 128x37
[    2.077751] fb0: inteldrmfb frame buffer device
[    2.077756] drm: registered panic notifier
[    2.383143] acpi device:28: registered as cooling_device3
[    2.383525] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    2.383539] ACPI: Video Device [OVGA] (multi-head: yes  rom: no  post: no)
[    2.383642] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    2.386323] loop: module loaded
[    2.386934] ahci 0000:00:1f.2: version 3.0
[    2.386961] ahci 0000:00:1f.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.387144] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    2.387205] ahci: SSS flag set, parallel bus scan disabled
[    2.387254] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    2.387263] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part 
[    2.387273] ahci 0000:00:1f.2: setting latency timer to 64
[    2.388962] scsi0 : ahci
[    2.389290] scsi1 : ahci
[    2.389535] scsi2 : ahci
[    2.389783] scsi3 : ahci
[    2.390378] ata1: SATA max UDMA/133 abar m1024@0x58204000 port 0x58204100 irq 43
[    2.390387] ata2: SATA max UDMA/133 abar m1024@0x58204000 port 0x58204180 irq 43
[    2.390393] ata3: DUMMY
[    2.390397] ata4: DUMMY
[    2.391336] atl1c 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.391356] atl1c 0000:01:00.0: setting latency timer to 64
[    2.462816] atl1c 0000:01:00.0: version 1.0.1.0-NAPI
[    2.463275] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
[    2.477179] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.477245] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.477636] mousedev: PS/2 mouse device common for all mice
[    2.477776] rtc_cmos 00:03: RTC can wake from S4
[    2.477993] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    2.478059] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    2.478144] i2c /dev entries driver
[    2.479888] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.480278] Linux video capture interface: v2.00
[    2.480797] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    2.480984] EISA: Probing bus 0 at eisa.0
[    2.480990] EISA: Cannot allocate resource for mainboard
[    2.480996] Cannot allocate resource for EISA slot 1
[    2.481023] Cannot allocate resource for EISA slot 2
[    2.481028] Cannot allocate resource for EISA slot 3
[    2.481033] Cannot allocate resource for EISA slot 4
[    2.481038] Cannot allocate resource for EISA slot 5
[    2.481043] Cannot allocate resource for EISA slot 6
[    2.481047] Cannot allocate resource for EISA slot 7
[    2.481052] Cannot allocate resource for EISA slot 8
[    2.481057] EISA: Detected 0 cards.
[    2.481687] cpuidle: using governor ladder
[    2.481883] acerhdf: Acer Aspire One Fan driver, v.0.5.24
[    2.481919] acerhdf: unknown (unsupported) BIOS version Acer            /AO532h          /V1.26, please report, aborting!
[    2.482563] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.482675] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    2.482728] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    2.493826] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    2.499984] ALSA device list:
[    2.499993]   #0: HDA Intel at 0x58200000 irq 44
[    2.499999] Netfilter messages via NETLINK v0.30.
[    2.500058] nf_conntrack version 0.5.0 (15949 buckets, 63796 max)
[    2.500529] ctnetlink v0.93: registering with nfnetlink.
[    2.501706] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.501800] TCP cubic registered
[    2.501808] NET: Registered protocol family 17
[    2.501840] Using IPI Shortcut mode
[    2.695047] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.695883] ata1.00: unexpected _GTF length (4)
[    2.742039] ata1.00: ATA-8: ST9160314AS, 0001SDM1, max UDMA/133
[    2.742049] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.743747] ata1.00: unexpected _GTF length (4)
[    2.744072] ata1.00: configured for UDMA/133
[    2.744313] scsi 0:0:0:0: Direct-Access     ATA      ST9160314AS      0001 PQ: 0 ANSI: 5
[    2.744823] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.745043] sd 0:0:0:0: [sda] Write Protect is off
[    2.745055] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.745134] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.745230] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.765709]  sda: sda1 sda2 sda3 < sda5 >
[    2.766928] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.050042] ata2: SATA link down (SStatus 0 SControl 300)
[    3.223085] kjournald starting.  Commit interval 5 seconds
[    3.223158] EXT3-fs (sda1): mounted filesystem with ordered data mode
[    3.223183] VFS: Mounted root (ext3 filesystem) readonly on device 8:1.
[    3.223242] Freeing unused kernel memory: 448k freed
[    3.784708] modprobe used greatest stack depth: 6360 bytes left
[    4.005856] stty used greatest stack depth: 5928 bytes left
[    4.306446] mount used greatest stack depth: 5792 bytes left
[    6.103035] usbcore: registered new interface driver usbfs
[    6.103132] usbcore: registered new interface driver hub
[    6.103674] usbcore: registered new device driver usb
[    6.132712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.132723] ehci_hcd: block sizes: qh 64 qtd 96 itd 160 sitd 96
[    6.132809] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.132857] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    6.132868] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    6.132927] drivers/usb/core/inode.c: creating file 'devices'
[    6.132940] drivers/usb/core/inode.c: creating file '001'
[    6.132952] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    6.132973] ehci_hcd 0000:00:1d.7: reset hcs_params 0x104208 dbg=1 cc=4 pcc=2 ordered !ppc ports=8
[    6.132986] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[    6.133066] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    6.133090] ehci_hcd 0000:00:1d.7: debug port 1
[    6.133105] ehci_hcd 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    6.137007] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    6.137035] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[    6.137080] ehci_hcd 0000:00:1d.7: irq 16, io mem 0x58204400
[    6.137095] ehci_hcd 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    6.140999] ehci_hcd 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[    6.141636] acer_wmi: Acer Laptop ACPI-WMI Extras
[    6.147037] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    6.147106] usb usb1: default language 0x0409
[    6.147124] usb usb1: udev 1, busnum 1, minor = 0
[    6.147131] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.147139] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.147147] usb usb1: Product: EHCI Host Controller
[    6.147153] usb usb1: Manufacturer: Linux 3.2.2 ehci_hcd
[    6.147160] usb usb1: SerialNumber: 0000:00:1d.7
[    6.147354] usb usb1: usb_probe_device
[    6.147364] usb usb1: configuration #1 chosen from 1 choice
[    6.147399] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    6.147485] hub 1-0:1.0: usb_probe_interface
[    6.147493] hub 1-0:1.0: usb_probe_interface - got id
[    6.147499] hub 1-0:1.0: USB hub found
[    6.147513] hub 1-0:1.0: 8 ports detected
[    6.147519] hub 1-0:1.0: standalone hub
[    6.147525] hub 1-0:1.0: no power switching (usb 1.0)
[    6.147532] hub 1-0:1.0: individual port over-current protection
[    6.147539] hub 1-0:1.0: power on to power good time: 20ms
[    6.147554] hub 1-0:1.0: local power source is good
[    6.147562] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    6.147825] drivers/usb/core/inode.c: creating file '001'
[    6.191704] uhci_hcd: USB Universal Host Controller Interface driver
[    6.191800] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.191822] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    6.191832] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    6.191852] drivers/usb/core/inode.c: creating file '002'
[    6.191866] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    6.191884] uhci_hcd 0000:00:1d.0: detected 2 ports
[    6.191895] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[    6.191902] uhci_hcd 0000:00:1d.0: Performing full reset
[    6.191924] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[    6.191945] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080
[    6.192065] usb usb2: default language 0x0409
[    6.192083] usb usb2: udev 1, busnum 2, minor = 128
[    6.192090] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    6.192098] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.192105] usb usb2: Product: UHCI Host Controller
[    6.192112] usb usb2: Manufacturer: Linux 3.2.2 uhci_hcd
[    6.192118] usb usb2: SerialNumber: 0000:00:1d.0
[    6.192318] usb usb2: usb_probe_device
[    6.192327] usb usb2: configuration #1 chosen from 1 choice
[    6.192347] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    6.192427] hub 2-0:1.0: usb_probe_interface
[    6.192435] hub 2-0:1.0: usb_probe_interface - got id
[    6.192442] hub 2-0:1.0: USB hub found
[    6.192455] hub 2-0:1.0: 2 ports detected
[    6.192461] hub 2-0:1.0: standalone hub
[    6.192467] hub 2-0:1.0: no power switching (usb 1.0)
[    6.192473] hub 2-0:1.0: individual port over-current protection
[    6.192481] hub 2-0:1.0: power on to power good time: 2ms
[    6.192495] hub 2-0:1.0: local power source is good
[    6.192504] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    6.192639] drivers/usb/core/inode.c: creating file '001'
[    6.192732] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    6.192751] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    6.192760] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    6.192776] drivers/usb/core/inode.c: creating file '003'
[    6.192787] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    6.192803] uhci_hcd 0000:00:1d.1: detected 2 ports
[    6.192814] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[    6.192820] uhci_hcd 0000:00:1d.1: Performing full reset
[    6.192841] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[    6.192880] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00006060
[    6.192967] usb usb3: default language 0x0409
[    6.192984] usb usb3: udev 1, busnum 3, minor = 256
[    6.192991] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    6.192999] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.193028] usb usb3: Product: UHCI Host Controller
[    6.193035] usb usb3: Manufacturer: Linux 3.2.2 uhci_hcd
[    6.193041] usb usb3: SerialNumber: 0000:00:1d.1
[    6.193216] usb usb3: usb_probe_device
[    6.193225] usb usb3: configuration #1 chosen from 1 choice
[    6.193246] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[    6.193331] hub 3-0:1.0: usb_probe_interface
[    6.193339] hub 3-0:1.0: usb_probe_interface - got id
[    6.193346] hub 3-0:1.0: USB hub found
[    6.193361] hub 3-0:1.0: 2 ports detected
[    6.193368] hub 3-0:1.0: standalone hub
[    6.193374] hub 3-0:1.0: no power switching (usb 1.0)
[    6.193381] hub 3-0:1.0: individual port over-current protection
[    6.193389] hub 3-0:1.0: power on to power good time: 2ms
[    6.193404] hub 3-0:1.0: local power source is good
[    6.193412] hub 3-0:1.0: trying to enable port power on non-switchable hub
[    6.193535] drivers/usb/core/inode.c: creating file '001'
[    6.193645] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.193662] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    6.193671] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    6.193687] drivers/usb/core/inode.c: creating file '004'
[    6.193698] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    6.193715] uhci_hcd 0000:00:1d.2: detected 2 ports
[    6.193725] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[    6.193731] uhci_hcd 0000:00:1d.2: Performing full reset
[    6.193752] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[    6.193788] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040
[    6.193873] usb usb4: default language 0x0409
[    6.193890] usb usb4: udev 1, busnum 4, minor = 384
[    6.193898] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    6.193906] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.193913] usb usb4: Product: UHCI Host Controller
[    6.193919] usb usb4: Manufacturer: Linux 3.2.2 uhci_hcd
[    6.193926] usb usb4: SerialNumber: 0000:00:1d.2
[    6.194310] usb usb4: usb_probe_device
[    6.194321] usb usb4: configuration #1 chosen from 1 choice
[    6.194347] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[    6.194717] hub 4-0:1.0: usb_probe_interface
[    6.194727] hub 4-0:1.0: usb_probe_interface - got id
[    6.194734] hub 4-0:1.0: USB hub found
[    6.194752] hub 4-0:1.0: 2 ports detected
[    6.194759] hub 4-0:1.0: standalone hub
[    6.194765] hub 4-0:1.0: no power switching (usb 1.0)
[    6.194771] hub 4-0:1.0: individual port over-current protection
[    6.194778] hub 4-0:1.0: power on to power good time: 2ms
[    6.194793] hub 4-0:1.0: local power source is good
[    6.194801] hub 4-0:1.0: trying to enable port power on non-switchable hub
[    6.195166] drivers/usb/core/inode.c: creating file '001'
[    6.195297] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    6.195318] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    6.195330] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    6.195348] drivers/usb/core/inode.c: creating file '005'
[    6.195369] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    6.195388] uhci_hcd 0000:00:1d.3: detected 2 ports
[    6.195400] uhci_hcd 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000
[    6.195407] uhci_hcd 0000:00:1d.3: Performing full reset
[    6.195430] uhci_hcd 0000:00:1d.3: supports USB remote wakeup
[    6.195476] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00006020
[    6.195579] usb usb5: default language 0x0409
[    6.195600] usb usb5: udev 1, busnum 5, minor = 512
[    6.195609] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    6.195618] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.195627] usb usb5: Product: UHCI Host Controller
[    6.195634] usb usb5: Manufacturer: Linux 3.2.2 uhci_hcd
[    6.195642] usb usb5: SerialNumber: 0000:00:1d.3
[    6.196093] usb usb5: usb_probe_device
[    6.196106] usb usb5: configuration #1 chosen from 1 choice
[    6.196134] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[    6.196374] hub 5-0:1.0: usb_probe_interface
[    6.196382] hub 5-0:1.0: usb_probe_interface - got id
[    6.196389] hub 5-0:1.0: USB hub found
[    6.196403] hub 5-0:1.0: 2 ports detected
[    6.196409] hub 5-0:1.0: standalone hub
[    6.196414] hub 5-0:1.0: no power switching (usb 1.0)
[    6.196420] hub 5-0:1.0: individual port over-current protection
[    6.196428] hub 5-0:1.0: power on to power good time: 2ms
[    6.196439] hub 5-0:1.0: local power source is good
[    6.196446] hub 5-0:1.0: trying to enable port power on non-switchable hub
[    6.196583] drivers/usb/core/inode.c: creating file '001'
[    6.247153] ehci_hcd 0000:00:1d.7: GetStatus port:4 status 001803 0  ACK POWER sig=j CSC CONNECT
[    6.247167] hub 1-0:1.0: port 4: status 0501 change 0001
[    6.291099] acer_wmi: Function bitmap for Communication Device: 0x1
[    6.291114] acer_wmi: Brightness must be controlled by generic video driver
[    6.292082] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    6.295580] uhci_hcd 0000:00:1d.1: port 2 portsc 0082,00
[    6.295626] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    6.296070] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    6.347052] hub 1-0:1.0: state 7 ports 8 chg 0010 evt 0000
[    6.347074] hub 1-0:1.0: port 4, status 0501, change 0000, 480 Mb/s
[    6.398275] ehci_hcd 0000:00:1d.7: port 4 high speed
[    6.398290] ehci_hcd 0000:00:1d.7: GetStatus port:4 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    6.445877] cfg80211: Calling CRDA to update world regulatory domain
[    6.449059] usb 1-4: new high-speed USB device number 2 using ehci_hcd
[    6.500276] ehci_hcd 0000:00:1d.7: port 4 high speed
[    6.500291] ehci_hcd 0000:00:1d.7: GetStatus port:4 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    6.597680] usb 1-4: skipped 1 descriptor after configuration
[    6.597690] usb 1-4: skipped 6 descriptors after interface
[    6.597699] usb 1-4: skipped 1 descriptor after endpoint
[    6.597706] usb 1-4: skipped 9 descriptors after interface
[    6.598282] usb 1-4: default language 0x0409
[    6.603658] usb 1-4: udev 2, busnum 1, minor = 1
[    6.603666] usb 1-4: New USB device found, idVendor=064e, idProduct=a102
[    6.603674] usb 1-4: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    6.603681] usb 1-4: Product: WebCam
[    6.603687] usb 1-4: Manufacturer: SuYin
[    6.603693] usb 1-4: SerialNumber: CN0316-S30C-OV11-VA-R03.01.00
[    6.603884] usb 1-4: usb_probe_device
[    6.603894] usb 1-4: configuration #1 chosen from 1 choice
[    6.604173] usb 1-4: adding 1-4:1.0 (config #1, interface 0)
[    6.605619] usb 1-4: adding 1-4:1.1 (config #1, interface 1)
[    6.605808] drivers/usb/core/inode.c: creating file '002'
[    6.605865] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    6.740356] ath9k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.740380] ath9k 0000:02:00.0: setting latency timer to 64
[    6.985920] uvcvideo 1-4:1.0: usb_probe_interface
[    6.985932] uvcvideo 1-4:1.0: usb_probe_interface - got id
[    6.985973] uvcvideo: Found UVC 1.00 device WebCam (064e:a102)
[    7.002886] input: WebCam as /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input6
[    7.003698] usbcore: registered new interface driver uvcvideo
[    7.003706] USB Video Class driver (1.1.1)
[    7.102146] input: PS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[    7.204036] usb usb2: suspend_rh (auto-stop)
[    7.204072] usb usb4: suspend_rh (auto-stop)
[    7.204106] usb usb5: suspend_rh (auto-stop)
[    7.208556] ath: EEPROM regdomain: 0x65
[    7.208562] ath: EEPROM indicates we should expect a direct regpair map
[    7.208571] ath: Country alpha2 being used: 00
[    7.208576] ath: Regpair used: 0x65
[    7.212157] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[    7.213435] Registered led device: ath9k-phy0
[    7.213473] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xf8ac0000, irq=17
[    7.240764] usb 1-4: link qh4-0001/f5ce7a40 start 1 [1/0 us]
[    7.240883] usb 1-4: unlink qh4-0001/f5ce7a40 start 1 [1/0 us]
[    7.454055] usb usb3: suspend_rh (auto-stop)
[    8.963361] EXT3-fs (sda1): using internal journal
[    9.875627] fuse init (API version 7.17)
[   12.853834] rc used greatest stack depth: 5712 bytes left
[   15.976257] atl1c 0000:01:00.0: irq 45 for MSI/MSI-X
[   17.472207] Bluetooth: Core ver 2.16
[   17.472269] NET: Registered protocol family 31
[   17.472276] Bluetooth: HCI device and connection manager initialized
[   17.472284] Bluetooth: HCI socket layer initialized
[   17.472291] Bluetooth: L2CAP socket layer initialized
[   17.472307] Bluetooth: SCO socket layer initialized
[   17.732806] Bluetooth: RFCOMM TTY layer initialized
[   17.732821] Bluetooth: RFCOMM socket layer initialized
[   17.732828] Bluetooth: RFCOMM ver 1.11
[   17.742879] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   17.742888] Bluetooth: BNEP filters: protocol multicast
[   19.625758] ehci_hcd 0000:00:1d.7: reused qh f5ce7a40 schedule
[   19.625773] usb 1-4: link qh4-0001/f5ce7a40 start 1 [1/0 us]
[   19.666634] usb 1-4: unlink qh4-0001/f5ce7a40 start 1 [1/0 us]
[   21.646140] sshd (2614): /proc/2614/oom_adj is deprecated, please use /proc/2614/oom_score_adj instead.
[   60.066079] wlan0: authenticate with 00:1e:e5:8c:c9:2a (try 1)
[   60.071057] wlan0: authenticated
[   60.071191] wlan0: associate with 00:1e:e5:8c:c9:2a (try 1)
[   60.073904] wlan0: RX AssocResp from 00:1e:e5:8c:c9:2a (capab=0x411 status=0 aid=2)
[   60.073921] wlan0: associated

Offline

 

#47  2012-02-01 23:34:19

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

NIC napisał(-a):

// pytanko jeszcze jak mam config'a z 3.0 i załaduje go na źródle 3.2 to w menuconfig będą dostępne moduły z 3.2 tak ?

Tak.

Potrzebujesz tylko moduł: drivers/platform/x86/acer-wmi.c więc spokojnie możesz go ukraść z kernela 3.2 i powinno się kompilować.
Dla pewności w kodzie znajdź sobie tekst "Acer Laptop ACPI-WMI Extras" i doklej doń swój pseudonim, będzie wiadomo czy się faktycznie skompilował i załadował.

Pierwsze ogarniam muszę podmienić drivers/platform/x86/acer-wmi.c z 3.2.2  do 3.0.18 , ale czy mógłbyś objaśnić bardziej to dodanie pseudonimu ?

Offline

 

#48  2012-02-01 23:51:26

  NIC - Członek DUG

NIC
Członek DUG
Skąd: Wrocław
Zarejestrowany: 2006-12-25
Serwis

Re: Kompilacja karty graficznej na sztywno

1. edytor tekstu z drivers/platform/x86/acer-wmi.c
2. CTRL+F "pr_info("Acer Laptop ACPI-WMI Extras\n");"
3. Dopisać pseudonim: CTRL+F "pr_info("Acer Laptop ACPI-WMI Extras (modificated by Pablik)\n");"
4. Skompilować i użyć.

Po co? By była absolutna pewność że podmieniłeś i przekompilowałeś. (bo nie ma 100% pewności że plik z 3.2 rozwiąże problem, ja daję 75%)


Stronka-dom: http://titek.victorygames.pl
Jabber: nic@jabster.pl
Hobby: kompilowanie Linuksa, Bluetooth
Dystrybucja: żadna, bliski krewny LFS, składak

Offline

 

#49  2012-02-01 23:59:42

  Pablik - Użytkownik

Pablik
Użytkownik
Zarejestrowany: 2010-10-21

Re: Kompilacja karty graficznej na sztywno

wystarczy podmienić tylko plik acer-wmi.c (a .ko, mod.c i mod.o) ??
i w zawartości pliku pozmieniać Acer Laptop ACPI-WMI Extras na Acer Laptop ACPI-WMI Extras(modificated by Pablik)
tak ??

Ostatnio edytowany przez Pablik (2012-02-02 00:02:18)

Offline

 

#50  2012-02-02 00:01:03

  rychu - elektryk dyżurny

rychu
elektryk dyżurny
Skąd: gdańsk/kalmar
Zarejestrowany: 2004-12-28

Re: Kompilacja karty graficznej na sztywno

Pablik ale ty masz fajne printk na początku, same zera :) dopiero od jednej tysięcznej sekundy leci poprawnie


linux regd. user #248790

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)