Joojoo
This is a work in progress, we are trying to get a valuable kernel + multitouch for joojoo.
Hardware
- lsinput : http://paste.pocoo.org/show/246275/
- lsusb -v (with usbhid) : http://paste.pocoo.org/show/246274/
- lsusb -v (without usbhid) : http://paste.pocoo.org/show/246281/
with 2.6.35 + custom patch :
- evtest with 2 fingers : http://paste.pocoo.org/show/246276/
- evtest with 1 finger : http://paste.pocoo.org/show/246278/
Touchscreen
The touchscreen is a eGalax one, but not the same as EeePC Asus T91MT. So if you found something about Asus, it will not work for this one.
[ 6.316964] generic-usb 0003:0EEF:720C.0001: input,hiddev96,hidraw0: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-0000:00:06.0-1/input0
By default, the touchscreen is not working, the cursor is on 0,0, because it work on X/RZ. To change the behavior to a classical one (and working), you must have the patch from http://www.spinics.net/lists/linux-usb/msg32789.html
After applying & compile the kernel, you must change the quirks for this touchscreen :
rmmod usbhid && modprobe usbhid quirks=0x0eef:0x720c:0x40
Step to remember for hacking
Kernel configuration
This example is for 2.6.35
make oldconfig is only necessary the very first time.
cd /usr/src/linux
make oldconfig
make menuconfig
make oldconfig
make menuconfig
Kernel compilation && installation
cd /usr/src/linux
make-kpkg --initrd kernel-image kernel-headers
dpkg -i ../linux-*.deb
cd /boot
sudo mkinitramfs -k -o initrd.img-2.6.35 2.6.35
sudo update-grub2
make-kpkg --initrd kernel-image kernel-headers
dpkg -i ../linux-*.deb
cd /boot
sudo mkinitramfs -k -o initrd.img-2.6.35 2.6.35
sudo update-grub2
Good way for chroot
sudo mount /dev/sdXX /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
Informations
dmesg (from jolicloud usb)
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32.9-1-jolicloud (adamm@gw) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #19 SMP Wed Mar 10 12:29:53 MST 2010 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] NSC Geode by NSC [ 0.000000] Cyrix CyrixInstead [ 0.000000] Centaur CentaurHauls [ 0.000000] Transmeta GenuineTMx86 [ 0.000000] Transmeta TransmetaCPU [ 0.000000] UMC UMC UMC UMC [ 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 - 0000000037fa0000 (usable) [ 0.000000] BIOS-e820: 0000000037fa0000 - 0000000037fae000 (ACPI data) [ 0.000000] BIOS-e820: 0000000037fae000 - 0000000037ff0000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000037ff0000 - 0000000040000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved) [ 0.000000] DMI present. [ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0x37fa0 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-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-EFFFF write-through [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask 0C0000000 write-back [ 0.000000] 1 disabled [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] Scanning 0 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009fc00 (usable) [ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 0000000037fa0000 (usable) [ 0.000000] modified: 0000000037fa0000 - 0000000037fae000 (ACPI data) [ 0.000000] modified: 0000000037fae000 - 0000000037ff0000 (ACPI NVS) [ 0.000000] modified: 0000000037ff0000 - 0000000040000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] modified: 00000000ff700000 - 0000000100000000 (reserved) [ 0.000000] initial memory mapped : 0 - 00c00000 [ 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 @ 10000-15000 [ 0.000000] RAMDISK: 37899000 - 37f7e465 [ 0.000000] Allocated new RAMDISK: 00903000 - 00fe8465 [ 0.000000] Move RAMDISK from 0000000037899000 - 0000000037f7e464 to 00903000 - 00fe8464 [ 0.000000] ACPI: RSDP 000f9e60 00024 (v02 ACPIAM) [ 0.000000] ACPI: XSDT 37fa0100 00064 (v01 031610 XSDT1051 20100316 MSFT 00000097) [ 0.000000] ACPI: FACP 37fa0290 000F4 (v04 031610 FACP1051 20100316 MSFT 00000097) [ 0.000000] ACPI: DSDT 37fa04a0 07CAC (v02 1N790 1N790000 00000000 INTL 20051117) [ 0.000000] ACPI: FACS 37fae000 00040 [ 0.000000] ACPI: APIC 37fa0390 00080 (v02 031610 APIC1051 20100316 MSFT 00000097) [ 0.000000] ACPI: MCFG 37fa0410 0003C (v01 031610 OEMMCFG 20100316 MSFT 00000097) [ 0.000000] ACPI: WDRT 37fa0450 00047 (v01 031610 NV-WDRT 20100316 MSFT 00000097) [ 0.000000] ACPI: OEMB 37fae040 00089 (v01 031610 OEMB1051 20100316 MSFT 00000097) [ 0.000000] ACPI: HPET 37faa4a0 00038 (v01 031610 OEMHPET0 20100316 MSFT 00000097) [ 0.000000] ACPI: NVHD 37fae0d0 00284 (v01 031610 NVHDCP 20100316 MSFT 00000097) [ 0.000000] ACPI: SSDT 37faeca0 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] 7MB HIGHMEM available. [ 0.000000] 887MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 377fe000 [ 0.000000] low ram: 0 - 377fe000 [ 0.000000] node 0 low ram: 00000000 - 377fe000 [ 0.000000] node 0 bootmap 00011000 - 00017f00 [ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] [ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] [ 0.000000] #3 [0000100000 - 00008fe7f0] TEXT DATA BSS ==> [0000100000 - 00008fe7f0] [ 0.000000] #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000] [ 0.000000] #5 [00008ff000 - 000090219f] BRK ==> [00008ff000 - 000090219f] [ 0.000000] #6 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000] [ 0.000000] #7 [0000903000 - 0000fe8465] NEW RAMDISK ==> [0000903000 - 0000fe8465] [ 0.000000] #8 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000377fe [ 0.000000] HighMem 0x000377fe -> 0x00037fa0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x00037fa0 [ 0.000000] On node 0 totalpages: 229167 [ 0.000000] free_area_init_node: node 0, pgdat c07f2bc0, node_mem_map c1001200 [ 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: 16 pages used for memmap [ 0.000000] HighMem zone: 1938 pages, LIFO batch:0 [ 0.000000] Using APIC driver default [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 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[0x82] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 17, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] ACPI: IRQ14 used by override. [ 0.000000] ACPI: IRQ15 used by override. [ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 14 pages/cpu @c1800000 s34456 r0 d22888 u1048576 [ 0.000000] pcpu-alloc: s34456 r0 d22888 u1048576 alloc=1*4194304 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227375 [ 0.000000] Kernel command line: file=/cdrom/preseed/jolicloud.seed boot=casper initrd=/casper/initrd.gz quiet splash -- BOOT_IMAGE=/casper/vmlinuz debian-installer/language=fr console-setup/layoutcode?=fr console-setup/variantcode?=oss [ 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] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] allocated 4585280 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Initializing HighMem for node 0 (000377fe:00037fa0) [ 0.000000] Memory: 888204k/917120k available (4481k kernel code, 27976k reserved, 2698k data, 424k init, 7816k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xfff1e000 - 0xfffff000 ( 900 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 : 0xc0803000 - 0xc086d000 ( 424 kB) [ 0.000000] .data : 0xc05605a5 - 0xc0802fc8 (2698 kB) [ 0.000000] .text : 0xc0100000 - 0xc05605a5 (4481 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:512 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1599.803 MHz processor. [ 0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 3199.60 BogoMIPS (lpj=6399212) [ 0.004040] Security Framework initialized [ 0.004049] SELinux: Disabled at boot. [ 0.004065] Mount-cache hash table entries: 512 [ 0.004276] Initializing cgroup subsys ns [ 0.004284] Initializing cgroup subsys cpuacct [ 0.004294] Initializing cgroup subsys memory [ 0.004306] Initializing cgroup subsys freezer [ 0.004311] Initializing cgroup subsys net_cls [ 0.004341] CPU: L1 I cache: 32K, L1 D cache: 24K [ 0.004347] CPU: L2 cache: 512K [ 0.004352] CPU: Physical Processor ID: 0 [ 0.004356] CPU: Processor Core ID: 0 [ 0.004362] using mwait in idle threads. [ 0.004373] Performance Events: Atom events, Intel PMU driver. [ 0.004386] ... version: 3 [ 0.004391] ... bit width: 40 [ 0.004395] ... generic registers: 2 [ 0.004400] ... value mask: 000000ffffffffff [ 0.004405] ... max period: 000000007fffffff [ 0.004409] ... fixed-purpose events: 3 [ 0.004414] ... event mask: 0000000700000003 [ 0.004421] Checking 'hlt' instruction... OK. [ 0.021974] ACPI: Core revision 20090903 [ 0.042904] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082598] CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02 [ 0.084001] Booting processor 1 APIC 0x1 ip 0x6000 [ 0.008000] Initializing CPU#1 [ 0.008000] CPU: L1 I cache: 32K, L1 D cache: 24K [ 0.008000] CPU: L2 cache: 512K [ 0.008000] CPU: Physical Processor ID: 0 [ 0.008000] CPU: Processor Core ID: 0 [ 0.168129] CPU1: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02 [ 0.168160] checking TSC synchronization [CPU#0 -> CPU#1]: passed. [ 0.172046] Brought up 2 CPUs [ 0.172054] Total of 2 processors activated (6399.50 BogoMIPS). [ 0.172308] CPU0 attaching sched-domain: [ 0.172317] domain 0: span 0-1 level SIBLING [ 0.172323] groups: 0 (cpu_power = 589) 1 (cpu_power = 589) [ 0.172336] domain 1: span 0-1 level MC [ 0.172341] groups: 0-1 (cpu_power = 1178) [ 0.172353] CPU1 attaching sched-domain: [ 0.172358] domain 0: span 0-1 level SIBLING [ 0.172364] groups: 1 (cpu_power = 589) 0 (cpu_power = 589) [ 0.172376] domain 1: span 0-1 level MC [ 0.172381] groups: 0-1 (cpu_power = 1178) [ 0.172833] regulator: core version 0.5 [ 0.172833] Time: 21:25:52 Date: 07/28/10 [ 0.172833] NET: Registered protocol family 16 [ 0.172833] ACPI: bus type pci registered [ 0.172833] PCI: MCFG configuration 0: base fc000000 segment 0 buses 0 - 31 [ 0.172833] PCI: Not using MMCONFIG. [ 0.172833] PCI: PCI BIOS revision 3.00 entry at 0xe8031, last bus=6 [ 0.172833] PCI: Using configuration type 1 for base access [ 0.188186] bio: create slab <bio-0> at 0 [ 0.190715] ACPI: EC: Look up EC in DSDT [ 0.194067] ACPI: Executed 1 blocks of module-level executable AML code [ 0.209336] ACPI: Interpreter enabled [ 0.209350] ACPI: (supports S0 S1 S3 S4 S5) [ 0.209405] ACPI: Using IOAPIC for interrupt routing [ 0.209522] PCI: MCFG configuration 0: base fc000000 segment 0 buses 0 - 31 [ 0.226473] PCI: MCFG area at fc000000 reserved in ACPI motherboard resources [ 0.226480] PCI: Using MMCONFIG for extended config space [ 0.280259] ACPI: EC: GPE = 0x2b, I/O: command/status = 0x66, data = 0x62 [ 0.280620] ACPI: No dock devices found. [ 0.282471] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.282580] pci 0000:00:03.0: reg 10 io port: [0x4f00-0x4fff] [ 0.282580] pci 0000:00:03.2: reg 10 io port: [0x4900-0x493f] [ 0.282580] pci 0000:00:03.2: reg 20 io port: [0x4d00-0x4d3f] [ 0.284016] pci 0000:00:03.2: reg 24 io port: [0x4e00-0x4e3f] [ 0.284048] pci 0000:00:03.2: PME# supported from D3hot D3cold [ 0.284057] pci 0000:00:03.2: PME# disabled [ 0.284215] pci 0000:00:03.5: reg 10 32bit mmio: [0xf9f80000-0xf9ffffff] [ 0.284329] pci 0000:00:04.0: reg 10 32bit mmio: [0xf9f7f000-0xf9f7ffff] [ 0.284371] pci 0000:00:04.0: supports D1 D2 [ 0.284377] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.284384] pci 0000:00:04.0: PME# disabled [ 0.284426] pci 0000:00:04.1: reg 10 32bit mmio: [0xf9f7ec00-0xf9f7ecff] [ 0.284475] pci 0000:00:04.1: supports D1 D2 [ 0.284480] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.284488] pci 0000:00:04.1: PME# disabled [ 0.284535] pci 0000:00:06.0: reg 10 32bit mmio: [0xf9f7d000-0xf9f7dfff] [ 0.284577] pci 0000:00:06.0: supports D1 D2 [ 0.284582] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.284589] pci 0000:00:06.0: PME# disabled [ 0.284631] pci 0000:00:06.1: reg 10 32bit mmio: [0xf9f7e800-0xf9f7e8ff] [ 0.284680] pci 0000:00:06.1: supports D1 D2 [ 0.284685] pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.284693] pci 0000:00:06.1: PME# disabled [ 0.284740] pci 0000:00:08.0: reg 10 32bit mmio: [0xf9f78000-0xf9f7bfff] [ 0.284783] pci 0000:00:08.0: PME# supported from D3hot D3cold [ 0.284790] pci 0000:00:08.0: PME# disabled [ 0.284879] pci 0000:00:0b.0: reg 10 io port: [0xb080-0xb087] [ 0.284889] pci 0000:00:0b.0: reg 14 io port: [0xb000-0xb003] [ 0.284899] pci 0000:00:0b.0: reg 18 io port: [0xac00-0xac07] [ 0.284908] pci 0000:00:0b.0: reg 1c io port: [0xa880-0xa883] [ 0.284918] pci 0000:00:0b.0: reg 20 io port: [0xa800-0xa80f] [ 0.284928] pci 0000:00:0b.0: reg 24 32bit mmio: [0xf9f76000-0xf9f77fff] [ 0.285032] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.285039] pci 0000:00:10.0: PME# disabled [ 0.285297] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.285308] pci 0000:00:15.0: PME# disabled [ 0.285589] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.285600] pci 0000:00:16.0: PME# disabled [ 0.285705] pci 0000:00:09.0: transparent bridge [ 0.285754] pci 0000:02:00.0: reg 10 32bit mmio: [0xfa000000-0xfaffffff] [ 0.285770] pci 0000:02:00.0: reg 14 64bit mmio pref: [0xe0000000-0xefffffff] [ 0.285785] pci 0000:02:00.0: reg 1c 64bit mmio pref: [0xf4000000-0xf5ffffff] [ 0.285796] pci 0000:02:00.0: reg 24 io port: [0xcc00-0xcc7f] [ 0.285807] pci 0000:02:00.0: reg 30 32bit mmio pref: [0xfbee0000-0xfbefffff] [ 0.285877] pci 0000:00:10.0: bridge io port: [0xc000-0xcfff] [ 0.285885] pci 0000:00:10.0: bridge 32bit mmio: [0xfa000000-0xfbefffff] [ 0.285894] pci 0000:00:10.0: bridge 64bit mmio pref: [0xe0000000-0xf5ffffff] [ 0.285955] pci 0000:03:00.0: reg 10 io port: [0xd800-0xd8ff] [ 0.285968] pci 0000:03:00.0: reg 14 32bit mmio: [0xfbffc000-0xfbffffff] [ 0.286032] pci 0000:03:00.0: supports D1 D2 [ 0.286038] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot [ 0.286046] pci 0000:03:00.0: PME# disabled [ 0.286124] pci 0000:00:15.0: bridge io port: [0xd000-0xdfff] [ 0.286136] pci 0000:00:15.0: bridge 32bit mmio: [0xfbf00000-0xfbffffff] [ 0.286226] pci 0000:00:16.0: bridge io port: [0xe000-0xefff] [ 0.286238] pci 0000:00:16.0: bridge 32bit mmio: [0xfe000000-0xfebfffff] [ 0.286258] pci 0000:00:16.0: bridge 64bit mmio pref: [0xf6000000-0xf8ffffff] [ 0.286299] pci_bus 0000:00: on NUMA node 0 [ 0.286314] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.286765] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT] [ 0.286937] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT] [ 0.287116] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NUCR._PRT] [ 0.320546] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled. [ 0.321123] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled. [ 0.321692] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled. [ 0.322261] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled. [ 0.322832] ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *0, disabled. [ 0.324025] ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled. [ 0.324620] ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled. [ 0.325191] ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled. [ 0.325761] ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled. [ 0.326329] ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled. [ 0.326899] ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled. [ 0.327470] ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled. [ 0.328052] ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *0, disabled. [ 0.328631] ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled. [ 0.329210] ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled. [ 0.329782] ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled. [ 0.330363] ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *10 [ 0.330933] ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled. [ 0.331503] ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled. [ 0.332083] ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled. [ 0.332661] ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *0, disabled. [ 0.333233] ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled. [ 0.333806] ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled. [ 0.334379] ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled. [ 0.334949] ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled. [ 0.335521] ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled. [ 0.336101] ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled. [ 0.336682] ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled. [ 0.337254] ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled. [ 0.337829] ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled. [ 0.338401] ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled. [ 0.338972] ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled. [ 0.339553] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *7 [ 0.340155] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *10 [ 0.340734] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *0, disabled. [ 0.341317] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *15 [ 0.341897] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *9 [ 0.342479] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *15 [ 0.343067] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *14 [ 0.343653] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5 [ 0.344340] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled. [ 0.344924] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *11 [ 0.345505] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *9 [ 0.346080] ACPI: PCI Interrupt Link [LRP0] (IRQs 20 21 22 23) *0, disabled. [ 0.346656] ACPI: PCI Interrupt Link [LRP1] (IRQs 20 21 22 23) *0, disabled. [ 0.347230] ACPI: PCI Interrupt Link [LRP2] (IRQs 20 21 22 23) *0, disabled. [ 0.347814] ACPI: PCI Interrupt Link [LRP3] (IRQs 20 21 22 23) *10 [ 0.348424] ACPI: PCI Interrupt Link [LRP4] (IRQs 20 21 22 23) *11 [ 0.349004] ACPI: PCI Interrupt Link [LRP5] (IRQs 20 21 22 23) *0, disabled. [ 0.349576] ACPI: PCI Interrupt Link [LRP6] (IRQs 20 21 22 23) *0, disabled. [ 0.349743] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349743] vgaarb: loaded [ 0.349743] SCSI subsystem initialized [ 0.349743] libata version 3.00 loaded. [ 0.349743] usbcore: registered new interface driver usbfs [ 0.349743] usbcore: registered new interface driver hub [ 0.349743] usbcore: registered new device driver usb [ 0.352200] ACPI: WMI: Mapper loaded [ 0.352200] PCI: Using ACPI for IRQ routing [ 0.352296] Bluetooth: Core ver 2.15 [ 0.352296] NET: Registered protocol family 31 [ 0.352296] Bluetooth: HCI device and connection manager initialized [ 0.352296] Bluetooth: HCI socket layer initialized [ 0.352296] cfg80211: Calling CRDA to update world regulatory domain [ 0.352296] NetLabel: Initializing [ 0.352296] NetLabel: domain hash size = 128 [ 0.352296] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.352296] NetLabel: unlabeled traffic allowed by default [ 0.352296] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31 [ 0.352296] hpet0: 4 comparators, 64-bit 25.000000 MHz counter [ 0.356028] Switching to clocksource tsc [ 0.359219] pnp: PnP ACPI init [ 0.359258] ACPI: bus type pnp registered [ 0.380002] pnp: PnP ACPI: found 10 devices [ 0.380009] ACPI: ACPI bus type pnp unregistered [ 0.380041] system 00:04: ioport range 0x4d0-0x4d1 has been reserved [ 0.380049] system 00:04: ioport range 0x800-0x80f has been reserved [ 0.380057] system 00:04: ioport range 0x4000-0x407f has been reserved [ 0.380064] system 00:04: ioport range 0x4080-0x40ff has been reserved [ 0.380072] system 00:04: ioport range 0x4400-0x447f has been reserved [ 0.380079] system 00:04: ioport range 0x4480-0x44ff has been reserved [ 0.380087] system 00:04: ioport range 0x4800-0x487f has been reserved [ 0.380094] system 00:04: ioport range 0x4880-0x48ff has been reserved [ 0.380104] system 00:04: iomem range 0xfefe2000-0xfefe3fff has been reserved [ 0.380112] system 00:04: iomem range 0xfefe1000-0xfefe1fff has been reserved [ 0.380120] system 00:04: iomem range 0xfee01000-0xfeefffff has been reserved [ 0.380136] system 00:07: iomem range 0xfec00000-0xfec00fff could not be reserved [ 0.380144] system 00:07: iomem range 0xfee00000-0xfee00fff has been reserved [ 0.380157] system 00:08: iomem range 0xfc000000-0xfdffffff has been reserved [ 0.380171] system 00:09: iomem range 0x0-0x9ffff could not be reserved [ 0.380178] system 00:09: iomem range 0xc0000-0xcffff could not be reserved [ 0.380186] system 00:09: iomem range 0xe0000-0xfffff could not be reserved [ 0.380194] system 00:09: iomem range 0x100000-0x3fffffff could not be reserved [ 0.380202] system 00:09: iomem range 0xfec00000-0xffffffff could not be reserved [ 0.416091] pci 0000:00:09.0: PCI bridge, secondary bus 0000:01 [ 0.416097] pci 0000:00:09.0: IO window: disabled [ 0.416105] pci 0000:00:09.0: MEM window: disabled [ 0.416111] pci 0000:00:09.0: PREFETCH window: disabled [ 0.416121] pci 0000:00:10.0: PCI bridge, secondary bus 0000:02 [ 0.416128] pci 0000:00:10.0: IO window: 0xc000-0xcfff [ 0.416136] pci 0000:00:10.0: MEM window: 0xfa000000-0xfbefffff [ 0.416144] pci 0000:00:10.0: PREFETCH window: 0x000000e0000000-0x000000f5ffffff [ 0.416154] pci 0000:00:15.0: PCI bridge, secondary bus 0000:03 [ 0.416163] pci 0000:00:15.0: IO window: 0xd000-0xdfff [ 0.416177] pci 0000:00:15.0: MEM window: 0xfbf00000-0xfbffffff [ 0.416188] pci 0000:00:15.0: PREFETCH window: disabled [ 0.416205] pci 0000:00:16.0: PCI bridge, secondary bus 0000:04 [ 0.416214] pci 0000:00:16.0: IO window: 0xe000-0xefff [ 0.416229] pci 0000:00:16.0: MEM window: 0xfe000000-0xfebfffff [ 0.416241] pci 0000:00:16.0: PREFETCH window: 0x000000f6000000-0x000000f8ffffff [ 0.416269] pci 0000:00:09.0: setting latency timer to 64 [ 0.416281] pci 0000:00:10.0: setting latency timer to 64 [ 0.417138] ACPI: PCI Interrupt Link [LRP3] enabled at IRQ 23 [ 0.417156] pci 0000:00:15.0: PCI INT A -> Link[LRP3] -> GSI 23 (level, low) -> IRQ 23 [ 0.417170] pci 0000:00:15.0: setting latency timer to 64 [ 0.417993] ACPI: PCI Interrupt Link [LRP4] enabled at IRQ 22 [ 0.418006] pci 0000:00:16.0: PCI INT A -> Link[LRP4] -> GSI 22 (level, low) -> IRQ 22 [ 0.418019] pci 0000:00:16.0: setting latency timer to 64 [ 0.418031] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ 0.418038] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff] [ 0.418045] pci_bus 0000:01: resource 3 io: [0x00-0xffff] [ 0.418051] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff] [ 0.418058] pci_bus 0000:02: resource 0 io: [0xc000-0xcfff] [ 0.418064] pci_bus 0000:02: resource 1 mem: [0xfa000000-0xfbefffff] [ 0.418071] pci_bus 0000:02: resource 2 pref mem [0xe0000000-0xf5ffffff] [ 0.418078] pci_bus 0000:03: resource 0 io: [0xd000-0xdfff] [ 0.418085] pci_bus 0000:03: resource 1 mem: [0xfbf00000-0xfbffffff] [ 0.418092] pci_bus 0000:04: resource 0 io: [0xe000-0xefff] [ 0.418098] pci_bus 0000:04: resource 1 mem: [0xfe000000-0xfebfffff] [ 0.418105] pci_bus 0000:04: resource 2 pref mem [0xf6000000-0xf8ffffff] [ 0.418176] NET: Registered protocol family 2 [ 0.418383] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.419072] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.420193] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 0.420627] TCP: Hash tables configured (established 131072 bind 65536) [ 0.420634] TCP reno registered [ 0.420853] NET: Registered protocol family 1 [ 0.488019] pci 0000:02:00.0: Boot video device [ 0.488122] Trying to unpack rootfs image as initramfs... [ 0.979243] Freeing initrd memory: 7061k freed [ 0.986975] Scanning for low memory corruption every 60 seconds [ 0.987543] audit: initializing netlink socket (disabled) [ 0.987568] type=2000 audit(1280352352.983:1): initialized [ 1.007346] highmem bounce pool size: 64 pages [ 1.007357] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 1.014372] VFS: Disk quotas dquot_6.5.2 [ 1.014576] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.016884] fuse init (API version 7.13) [ 1.017803] aufs 2-31 [ 1.017820] msgmni has been set to 1734 [ 1.018662] alg: No test for stdrng (krng) [ 1.018947] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.018955] io scheduler noop registered [ 1.018960] io scheduler anticipatory registered [ 1.018965] io scheduler deadline registered (default) [ 1.019141] io scheduler cfq registered [ 1.019817] pcieport 0000:00:15.0: irq 24 for MSI/MSI-X [ 1.019844] pcieport 0000:00:15.0: setting latency timer to 64 [ 1.020551] pcieport 0000:00:16.0: irq 25 for MSI/MSI-X [ 1.020577] pcieport 0000:00:16.0: setting latency timer to 64 [ 1.020999] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.021242] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.028084] ACPI: AC Adapter [AC] (on-line) [ 1.028495] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 1.028504] ACPI: Power Button [PWRB] [ 1.028741] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 1.028749] ACPI: Power Button [PWRF] [ 1.030556] ACPI: SSDT 37fae430 0023C (v01 PmRef Cpu0Ist 00003000 INTL 20051117) [ 1.031467] ACPI: SSDT 37fae700 00594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 1.032796] Monitor-Mwait will be used to enter C-1 state [ 1.032861] Monitor-Mwait will be used to enter C-2 state [ 1.032915] Monitor-Mwait will be used to enter C-3 state [ 1.032930] Marking TSC unstable due to TSC halts in idle [ 1.033145] Switching to clocksource hpet [ 1.033213] processor LNXCPU:00: registered as cooling_device0 [ 1.033952] ACPI: SSDT 37fae360 000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117) [ 1.034609] ACPI: SSDT 37fae670 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117) [ 1.036455] processor LNXCPU:01: registered as cooling_device1 [ 1.065712] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.071015] brd: module loaded [ 1.073284] loop: module loaded [ 1.073730] input: Macintosh mouse button emulation as /devices/virtual/input/input2 [ 1.073777] Uniform Multi-Platform E-IDE driver [ 1.074421] ahci 0000:00:0b.0: version 3.0 [ 1.075298] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 21 [ 1.075316] ahci 0000:00:0b.0: PCI INT A -> Link[LSA0] -> GSI 21 (level, low) -> IRQ 21 [ 1.075383] ahci 0000:00:0b.0: irq 26 for MSI/MSI-X [ 1.075494] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl IDE mode [ 1.075503] ahci 0000:00:0b.0: flags: 64bit ncq sntf led pmp pio sxs [ 1.075511] ahci 0000:00:0b.0: setting latency timer to 64 [ 1.076445] scsi0 : ahci [ 1.076915] scsi1 : ahci [ 1.077205] scsi2 : ahci [ 1.077493] scsi3 : ahci [ 1.077776] scsi4 : ahci [ 1.078054] scsi5 : ahci [ 1.078597] ata1: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76100 irq 26 [ 1.078605] ata2: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76180 irq 26 [ 1.078612] ata3: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76200 irq 26 [ 1.078619] ata4: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76280 irq 26 [ 1.078625] ata5: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76300 irq 26 [ 1.078632] ata6: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76380 irq 26 [ 1.086886] Fixed MDIO Bus: probed [ 1.087354] Atheros(R) L2 Ethernet Driver - version 2.2.3 [ 1.087360] Copyright (c) 2007 Atheros Corporation. [ 1.087687] PPP generic driver version 2.4.2 [ 1.087919] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq [ 1.087925] ipw2200: Copyright(c) 2003-2006 Intel Corporation [ 1.088120] ieee80211: 802.11 data/management/control stack, git-1.1.13 [ 1.088126] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com> [ 1.088464] usbcore: registered new interface driver ar9170usb [ 1.088807] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.089705] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 20 [ 1.089723] ehci_hcd 0000:00:04.1: PCI INT B -> Link[LUB2] -> GSI 20 (level, low) -> IRQ 20 [ 1.089757] ehci_hcd 0000:00:04.1: setting latency timer to 64 [ 1.089764] ehci_hcd 0000:00:04.1: EHCI Host Controller [ 1.089978] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1 [ 1.090019] ehci_hcd 0000:00:04.1: debug port 1 [ 1.090032] ehci_hcd 0000:00:04.1: cache line size of 32 is not supported [ 1.090060] ehci_hcd 0000:00:04.1: irq 20, io mem 0xf9f7ec00 [ 1.100537] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00 [ 1.100807] usb usb1: configuration #1 chosen from 1 choice [ 1.100950] hub 1-0:1.0: USB hub found [ 1.100974] hub 1-0:1.0: 6 ports detected [ 1.102044] ACPI: PCI Interrupt Link [UB12] enabled at IRQ 23 [ 1.102056] ehci_hcd 0000:00:06.1: PCI INT B -> Link[UB12] -> GSI 23 (level, low) -> IRQ 23 [ 1.102083] ehci_hcd 0000:00:06.1: setting latency timer to 64 [ 1.102090] ehci_hcd 0000:00:06.1: EHCI Host Controller [ 1.102268] ehci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 2 [ 1.102307] ehci_hcd 0000:00:06.1: debug port 1 [ 1.102319] ehci_hcd 0000:00:06.1: cache line size of 32 is not supported [ 1.102350] ehci_hcd 0000:00:06.1: irq 23, io mem 0xf9f7e800 [ 1.112528] ehci_hcd 0000:00:06.1: USB 2.0 started, EHCI 1.00 [ 1.112775] usb usb2: configuration #1 chosen from 1 choice [ 1.112916] hub 2-0:1.0: USB hub found [ 1.112936] hub 2-0:1.0: 6 ports detected [ 1.113248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.114133] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 22 [ 1.114145] ohci_hcd 0000:00:04.0: PCI INT A -> Link[LUB0] -> GSI 22 (level, low) -> IRQ 22 [ 1.114173] ohci_hcd 0000:00:04.0: setting latency timer to 64 [ 1.114180] ohci_hcd 0000:00:04.0: OHCI Host Controller [ 1.114362] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3 [ 1.114406] ohci_hcd 0000:00:04.0: irq 22, io mem 0xf9f7f000 [ 1.136187] ACPI: Battery Slot [BAT1] (battery present) [ 1.170743] usb usb3: configuration #1 chosen from 1 choice [ 1.170884] hub 3-0:1.0: USB hub found [ 1.170906] hub 3-0:1.0: 6 ports detected [ 1.171962] ACPI: PCI Interrupt Link [UB11] enabled at IRQ 21 [ 1.171974] ohci_hcd 0000:00:06.0: PCI INT A -> Link[UB11] -> GSI 21 (level, low) -> IRQ 21 [ 1.172001] ohci_hcd 0000:00:06.0: setting latency timer to 64 [ 1.172009] ohci_hcd 0000:00:06.0: OHCI Host Controller [ 1.172191] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 4 [ 1.172235] ohci_hcd 0000:00:06.0: irq 21, io mem 0xf9f7d000 [ 1.230750] usb usb4: configuration #1 chosen from 1 choice [ 1.230897] hub 4-0:1.0: USB hub found [ 1.230917] hub 4-0:1.0: 6 ports detected [ 1.231215] uhci_hcd: USB Universal Host Controller Interface driver [ 1.231748] PNP: No PS/2 controller found. Probing ports directly. [ 1.233319] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233333] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.234032] mice: PS/2 mouse device common for all mice [ 1.234540] rtc_cmos 00:06: RTC can wake from S4 [ 1.234697] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 1.234760] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs [ 1.234990] Linux video capture interface: v2.00 [ 1.235474] device-mapper: uevent: version 1.0.3 [ 1.235843] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com [ 1.236045] device-mapper: multipath: version 1.1.0 loaded [ 1.236052] device-mapper: multipath round-robin: version 1.0.0 loaded [ 1.237289] cpuidle: using governor ladder [ 1.238728] cpuidle: using governor menu [ 1.239140] Advanced Linux Sound Architecture Driver Version 1.0.21. [ 1.239146] ALSA device list: [ 1.239150] No soundcards found. [ 1.239478] NET: Registered protocol family 26 [ 1.240439] TCP cubic registered [ 1.241378] NET: Registered protocol family 10 [ 1.242432] lo: Disabled Privacy Extensions [ 1.243180] NET: Registered protocol family 17 [ 1.243290] Bridge firewalling registered [ 1.243462] Bluetooth: L2CAP ver 2.14 [ 1.243467] Bluetooth: L2CAP socket layer initialized [ 1.243474] Bluetooth: SCO (Voice Link) ver 0.6 [ 1.243478] Bluetooth: SCO socket layer initialized [ 1.243534] Bluetooth: RFCOMM TTY layer initialized [ 1.243541] Bluetooth: RFCOMM socket layer initialized [ 1.243546] Bluetooth: RFCOMM ver 1.11 [ 1.243550] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 1.243555] Bluetooth: BNEP filters: protocol multicast [ 1.243559] lib80211: common routines for IEEE802.11 drivers [ 1.243565] lib80211_crypt: registered algorithm 'NULL' [ 1.243570] lib80211_crypt: registered algorithm 'WEP' [ 1.243575] lib80211_crypt: registered algorithm 'CCMP' [ 1.243579] lib80211_crypt: registered algorithm 'TKIP' [ 1.245376] Using IPI No-Shortcut mode [ 1.245865] PM: Resume from disk failed. [ 1.245892] registered taskstats version 1 [ 1.246473] Magic number: 2:713:450 [ 1.246656] rtc_cmos 00:06: setting system clock to 2010-07-28 21:25:53 UTC (1280352353) [ 1.246665] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.246669] EDD information not available. [ 1.396179] ata3: SATA link down (SStatus 0 SControl 300) [ 1.396193] ata2: SATA link down (SStatus 0 SControl 300) [ 1.396270] ata5: SATA link down (SStatus 0 SControl 300) [ 1.396282] ata4: SATA link down (SStatus 0 SControl 300) [ 1.396340] ata6: SATA link down (SStatus 0 SControl 300) [ 1.412123] usb 1-1: new high speed USB device using ehci_hcd and address 2 [ 1.554543] usb 1-1: configuration #1 chosen from 1 choice [ 1.555086] hub 1-1:1.0: USB hub found [ 1.555250] hub 1-1:1.0: 3 ports detected [ 1.560608] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.561150] ata1.00: ATA-7: joojoo mSATA SSD, 090928, max UDMA/133 [ 1.561165] ata1.00: 7855344 sectors, multi 1: LBA48 [ 1.561910] ata1.00: configured for UDMA/133 [ 1.562205] scsi 0:0:0:0: Direct-Access ATA joojoo mSATA SSD 0909 PQ: 0 ANSI: 5 [ 1.562834] sd 0:0:0:0: [sda] 7855344 512-byte logical blocks: (4.02 GB/3.74 GiB) [ 1.562964] sd 0:0:0:0: [sda] Write Protect is off [ 1.562972] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.563040] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 1.563375] sda: sda1 sda2 < [ 1.563761] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.564048] sda5 > [ 1.565154] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.565211] Freeing unused kernel memory: 424k freed [ 1.565612] Write protecting the kernel text: 4484k [ 1.565696] Write protecting the kernel read-only data: 2308k [ 1.672121] usb 1-2: new high speed USB device using ehci_hcd and address 3 [ 1.853194] usb 1-2: configuration #1 chosen from 1 choice [ 2.388052] usb 4-1: new full speed USB device using ohci_hcd and address 2 [ 2.396160] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 2.588872] usb 4-1: configuration #1 chosen from 1 choice [ 2.609831] usbcore: registered new interface driver hiddev [ 2.616309] input: eGalax Inc. USB TouchController as /devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1:1.0/input/input3 [ 2.617016] generic-usb 0003:0EEF:720C.0001: input,hiddev96,hidraw0: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-0000:00:06.0-1/input0 [ 2.617075] usbcore: registered new interface driver usbhid [ 2.617284] usbhid: v2.6:USB HID core driver [ 2.665298] usb 1-1.1: new high speed USB device using ehci_hcd and address 5 [ 2.762225] usb 1-1.1: configuration #1 chosen from 1 choice [ 2.788324] Initializing USB Mass Storage driver... [ 2.788674] scsi6 : SCSI emulation for USB Mass Storage devices [ 2.789071] usbcore: registered new interface driver usb-storage [ 2.789082] USB Mass Storage support registered. [ 2.789911] usb-storage: device found at 5 [ 2.789919] usb-storage: waiting for device to settle before scanning [ 2.841295] usb 1-1.2: new low speed USB device using ehci_hcd and address 6 [ 2.940126] usb 1-1.2: configuration #1 chosen from 1 choice [ 2.955849] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:04.1/usb1/1-1/1-1.2/1-1.2:1.0/input/input4 [ 2.956468] apple 0003:05AC:0221.0002: input,hidraw1: USB HID v1.11 Keyboard [Apple, Inc Apple Keyboard] on usb-0000:00:04.1-1.2/input0 [ 2.960310] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:04.1/usb1/1-1/1-1.2/1-1.2:1.1/input/input5 [ 2.960788] apple 0003:05AC:0221.0003: input,hidraw2: USB HID v1.11 Device [Apple, Inc Apple Keyboard] on usb-0000:00:04.1-1.2/input1 [ 3.141262] usb 1-1.3: new low speed USB device using ehci_hcd and address 7 [ 3.235544] usb 1-1.3: configuration #1 chosen from 1 choice [ 3.238349] input: HID 062a:0000 as /devices/pci0000:00/0000:00:04.1/usb1/1-1/1-1.3/1-1.3:1.0/input/input6 [ 3.238538] generic-usb 0003:062A:0000.0004: input,hidraw3: USB HID v1.10 Mouse [HID 062a:0000] on usb-0000:00:04.1-1.3/input0 [ 3.498081] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 3.540102] usb 3-4: new full speed USB device using ohci_hcd and address 2 [ 3.764858] usb 3-4: configuration #1 chosen from 1 choice [ 4.598998] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 5.699756] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 6.806011] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 7.788380] usb-storage: device scan complete [ 7.790440] scsi 6:0:0:0: Direct-Access Ut165 USB2FlashStorage 0.00 PQ: 0 ANSI: 2 [ 7.791880] sd 6:0:0:0: Attached scsi generic sg1 type 0 [ 7.793404] sd 6:0:0:0: [sdb] 15794176 512-byte logical blocks: (8.08 GB/7.53 GiB) [ 7.794261] sd 6:0:0:0: [sdb] Write Protect is off [ 7.794270] sd 6:0:0:0: [sdb] Mode Sense: 00 00 00 00 [ 7.794276] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 7.798286] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 7.798304] sdb: [ 7.907349] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 7.945426] sdb1 [ 7.949289] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 7.949302] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 9.023874] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 9.211909] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 9.216404] ISO 9660 Extensions: RRIP_1991A [ 9.244381] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 53.124555] udev: starting version 147 [ 53.436814] acpi device:1e: registered as cooling_device2 [ 53.456925] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input7 [ 53.457046] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) [ 53.555581] i2c i2c-0: nForce2 SMBus adapter at 0x4d00 [ 53.555599] ACPI: I/O resource nForce2_smbus [0x4e00-0x4e3f] conflicts with ACPI region SM00 [0x4e00-0x4e3f] [ 53.555610] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 53.555620] nForce2_smbus 0000:00:03.2: Error probing SMB2. [ 53.630718] input: PC Speaker as /devices/platform/pcspkr/input/input8 [ 53.735943] rtllib_crypt: registered algorithm 'NULL' [ 53.735954] rtllib_crypt: registered algorithm 'TKIP' [ 53.735961] rtllib_crypt: registered algorithm 'CCMP' [ 53.735967] rtllib_crypt: registered algorithm 'WEP' [ 53.735973] [ 53.735975] Linux kernel driver for RTL8192 based WLAN cards [ 53.735981] Copyright (c) 2007-2008, Realsil Wlan Driver [ 53.737557] ACPI: PCI Interrupt Link [LN3A] enabled at IRQ 19 [ 53.737600] rtl819xSE 0000:03:00.0: PCI INT A -> Link[LN3A] -> GSI 19 (level, low) -> IRQ 19 [ 53.737617] rtl819xSE 0000:03:00.0: setting latency timer to 64 [ 53.738896] Adapter(8192SE) is found - DeviceID=8172 [ 53.760640] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 53.955426] Bluetooth: Generic Bluetooth USB driver ver 0.6 [ 53.956292] usbcore: registered new interface driver btusb [ 54.111634] uvcvideo: Found UVC 1.00 device USB2.0 UVC 1.3M WebCam (13d3:5114) [ 54.152416] input: USB2.0 UVC 1.3M WebCam as /devices/pci0000:00/0000:00:04.1/usb1/1-2/1-2:1.0/input/input9 [ 54.152594] usbcore: registered new interface driver uvcvideo [ 54.152606] USB Video Class driver (v0.1.0) [ 54.241585] HDA Intel 0000:00:08.0: power state changed by ACPI to D0 [ 54.242530] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 20 [ 54.242543] HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 20 (level, low) -> IRQ 20 [ 54.242598] HDA Intel 0000:00:08.0: setting latency timer to 64 [ 55.060091] hda_codec: ALC269: BIOS auto-probing. [ 55.200369] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/input/input10 [ 129.841229] Linux agpgart interface v0.103 [ 129.888841] nvidia: module license 'NVIDIA' taints kernel. [ 129.888852] Disabling lock debugging due to kernel taint [ 131.043595] rtl819xSE 0000:03:00.0: firmware: requesting rtl8192s.bin [ 131.314899] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 132.238318] CPU0 attaching NULL sched-domain. [ 132.238331] CPU1 attaching NULL sched-domain. [ 132.431613] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 23 [ 132.431626] nvidia 0000:02:00.0: PCI INT A -> Link[SGRU] -> GSI 23 (level, low) -> IRQ 23 [ 132.431639] nvidia 0000:02:00.0: setting latency timer to 64 [ 132.432132] NVRM: loading NVIDIA UNIX x86 Kernel Module 185.18.36 Fri Aug 14 17:18:04 PDT 2009 [ 132.580709] CPU0 attaching sched-domain: [ 132.580719] domain 0: span 0-1 level SIBLING [ 132.580728] groups: 0 (cpu_power = 589) 1 (cpu_power = 589) [ 132.580746] domain 1: span 0-1 level MC [ 132.580754] groups: 0-1 (cpu_power = 1178) [ 132.580768] CPU1 attaching sched-domain: [ 132.580775] domain 0: span 0-1 level SIBLING [ 132.580783] groups: 1 (cpu_power = 589) 0 (cpu_power = 589) [ 132.580800] domain 1: span 0-1 level MC [ 132.580807] groups: 0-1 (cpu_power = 1178) [ 177.092808] Adding 228344k swap on /dev/sda5. Priority:-1 extents:1 across:228344k SS
