Xorg - Intel GMA945 - Can't get it to work

Hi,
It's been quite some time now that i am trying to run my X server on my Macbook. The graphics processor is an Intel GMA945, I've tried all version of xf86-video-intel, with xorg.conf, without, with different settings and options in xorg.conf. Nothing works.
In most cases with the most recent version of xf86-video-intel (git or testing/), I just get a grey/back screen with my cursor, which eventually freezes after some time. The whole system is not frozen I can still SSH, but the whole display is stuck. CTRL-ALT-F[1-9] won't work, the only thing I can do is reboot. With the driver version in extra/ it works most of the time, if I specify to the driver in my xorg.conf to use XAA (instead of EXA or UXA which simply won't launch). But that leads to miscellaneous problems, such as font scrambling, and random freezes etc. And when it works, with xcompmgr launched there are some issues.
The funny thing is that I've been able to run the latest drivers with UXA, compositing, DRI2 and all (even played OpenGL games! \o/), but after a reboot it all went back to the old crap.
I love Arch, I love linux, I love open source, but I'm sick of it not working T__T. I am not blaming anyone, I could go ahead and but I can understand better why people don't use it (:
Thanks for any help

I updated all graphics related packages to git versions. That is:
intel-dri
mesa
libgl
dri2proto
glproto
xf86-video-intel
The only I got my X to launch without freezing was to add:
  Option        "DRI" "false"
To the Device section.
But this setup doesn't work properly. I get random freezes. I can still move the mouse and see the cursor moving on screen, but nothing else. Changing to a VT1 (CTRL ALT F1) or any other one, "un-freezes" the X server. And when I return to X I can see that things I typed had been taken into account. (For example while writing this message, it hanged, I continued typing some characters, and when I came back to X after doing the "un-freezing" thing, the things I typed were there).
Also my fonts and others things like images (suck as the website icon on the firefox tab) get scrambled too.
I tried without a xorg.conf, X launches but I can only see my cursor and a black screen. I can move the cursor but can't do anything else, like changing to another VT.
Here are some informations:
less /var/log/kernel.log
Jul 9 22:26:38 rithmo kernel: Linux version 2.6.30-ARCH (root@LX-Laptop) (gcc version 4.4.0 20090526 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jun 19 21:25:17 UTC 2009
Jul 9 22:26:38 rithmo kernel: KERNEL supported cpus:
Jul 9 22:26:38 rithmo kernel: Intel GenuineIntel
Jul 9 22:26:38 rithmo kernel: AMD AuthenticAMD
Jul 9 22:26:38 rithmo kernel: NSC Geode by NSC
Jul 9 22:26:38 rithmo kernel: Cyrix CyrixInstead
Jul 9 22:26:38 rithmo kernel: Centaur CentaurHauls
Jul 9 22:26:38 rithmo kernel: Transmeta GenuineTMx86
Jul 9 22:26:38 rithmo kernel: Transmeta TransmetaCPU
Jul 9 22:26:38 rithmo kernel: UMC UMC UMC UMC
Jul 9 22:26:38 rithmo kernel: BIOS-provided physical RAM map:
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 00000000000ede00 - 0000000000100000 (reserved)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 0000000000100000 - 000000007e0d0000 (usable)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 000000007e0d0000 - 000000007e2d1000 (ACPI NVS)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 000000007e2d1000 - 000000007eebf000 (ACPI data)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 000000007eebf000 - 000000007eeef000 (ACPI NVS)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 000000007eeef000 - 000000007ef00000 (ACPI data)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 000000007ef00000 - 0000000080000000 (reserved)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Jul 9 22:26:38 rithmo kernel: BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
Jul 9 22:26:38 rithmo kernel: DMI 2.4 present.
Jul 9 22:26:38 rithmo kernel: last_pfn = 0x7e0d0 max_arch_pfn = 0x100000
Jul 9 22:26:38 rithmo kernel: MTRR default type: uncachable
Jul 9 22:26:38 rithmo kernel: MTRR fixed ranges enabled:
Jul 9 22:26:38 rithmo kernel: 00000-9FFFF write-back
Jul 9 22:26:38 rithmo kernel: A0000-BFFFF uncachable
Jul 9 22:26:38 rithmo kernel: C0000-CFFFF write-protect
Jul 9 22:26:38 rithmo kernel: D0000-DFFFF uncachable
Jul 9 22:26:38 rithmo kernel: E0000-FFFFF write-protect
Jul 9 22:26:38 rithmo kernel: MTRR variable ranges enabled:
Jul 9 22:26:38 rithmo kernel: 0 base 0FFE00000 mask FFFE00000 write-protect
Jul 9 22:26:38 rithmo kernel: 1 base 000000000 mask F80000000 write-back
Jul 9 22:26:38 rithmo kernel: 2 base 07F000000 mask FFF000000 uncachable
Jul 9 22:26:38 rithmo kernel: 3 base 07EF00000 mask FFFF00000 uncachable
Jul 9 22:26:38 rithmo kernel: 4 disabled
Jul 9 22:26:38 rithmo kernel: 5 disabled
Jul 9 22:26:38 rithmo kernel: 6 disabled
Jul 9 22:26:38 rithmo kernel: 7 disabled
Jul 9 22:26:38 rithmo kernel: PAT not supported by CPU.
Jul 9 22:26:38 rithmo kernel: e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
Jul 9 22:26:38 rithmo kernel: Scanning 1 areas for low memory corruption
Jul 9 22:26:38 rithmo kernel: modified physical RAM map:
Jul 9 22:26:38 rithmo kernel: modified: 0000000000000000 - 0000000000002000 (usable)
Jul 9 22:26:38 rithmo kernel: modified: 0000000000002000 - 0000000000006000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 0000000000006000 - 000000000009fc00 (usable)
Jul 9 22:26:38 rithmo kernel: modified: 000000000009fc00 - 00000000000a0000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 00000000000ede00 - 0000000000100000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 0000000000100000 - 000000007e0d0000 (usable)
Jul 9 22:26:38 rithmo kernel: modified: 000000007e0d0000 - 000000007e2d1000 (ACPI NVS)
Jul 9 22:26:38 rithmo kernel: modified: 000000007e2d1000 - 000000007eebf000 (ACPI data)
Jul 9 22:26:38 rithmo kernel: modified: 000000007eebf000 - 000000007eeef000 (ACPI NVS)
Jul 9 22:26:38 rithmo kernel: modified: 000000007eeef000 - 000000007ef00000 (ACPI data)
Jul 9 22:26:38 rithmo kernel: modified: 000000007ef00000 - 0000000080000000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 00000000e0000000 - 00000000f0000000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 00000000fec00000 - 00000000fec01000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 00000000fed14000 - 00000000fed1a000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 00000000fed1c000 - 00000000fed20000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 00000000fee00000 - 00000000fee01000 (reserved)
Jul 9 22:26:38 rithmo kernel: modified: 00000000ffe00000 - 0000000100000000 (reserved)
Jul 9 22:26:38 rithmo kernel: init_memory_mapping: 0000000000000000-00000000377fe000
Jul 9 22:26:38 rithmo kernel: 0000000000 - 0000400000 page 4k
Jul 9 22:26:38 rithmo kernel: 0000400000 - 0037400000 page 2M
Jul 9 22:26:38 rithmo kernel: 0037400000 - 00377fe000 page 4k
Jul 9 22:26:38 rithmo kernel: kernel direct mapping tables up to 377fe000 @ 7000-c000
Jul 9 22:26:38 rithmo kernel: RAMDISK: 7e000000 - 7e0bff0b
Jul 9 22:26:38 rithmo kernel: Allocated new RAMDISK: 0062a000 - 006e9f0b
Jul 9 22:26:38 rithmo kernel: Move RAMDISK from 000000007e000000 - 000000007e0bff0a to 0062a000 - 006e9f0a
Jul 9 22:26:38 rithmo kernel: ACPI: RSDP 000fe020 00024 (v02 APPLE )
Jul 9 22:26:38 rithmo kernel: ACPI: XSDT 7eefd120 00074 (v01 APPLE Apple00 00000061 01000013)
Jul 9 22:26:38 rithmo kernel: ACPI: FACP 7eefb000 000F4 (v03 APPLE Apple00 00000061 Loki 0000005F)
Jul 9 22:26:38 rithmo kernel: ACPI: DSDT 7eef0000 04221 (v01 APPLE MacBook 00010001 INTL 20050309)
Jul 9 22:26:38 rithmo kernel: ACPI: FACS 7eec1000 00040
Jul 9 22:26:38 rithmo kernel: ACPI: HPET 7eefa000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
Jul 9 22:26:38 rithmo kernel: ACPI: APIC 7eef9000 00068 (v01 APPLE Apple00 00000001 Loki 0000005F)
Jul 9 22:26:38 rithmo kernel: ACPI: MCFG 7eef8000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
Jul 9 22:26:38 rithmo kernel: ACPI: ASF! 7eef7000 0009C (v32 APPLE Apple00 00000001 Loki 0000005F)
Jul 9 22:26:38 rithmo kernel: ACPI: SBST 7eef6000 00030 (v01 APPLE Apple00 00000001 Loki 0000005F)
Jul 9 22:26:38 rithmo kernel: ACPI: ECDT 7eef5000 00053 (v01 APPLE Apple00 00000001 Loki 0000005F)
Jul 9 22:26:38 rithmo kernel: ACPI: SSDT 7eebc000 0064F (v01 APPLE SataPri 00001000 INTL 20050309)
Jul 9 22:26:38 rithmo kernel: ACPI: SSDT 7eebb000 0069C (v01 APPLE SataSec 00001000 INTL 20050309)
Jul 9 22:26:38 rithmo kernel: ACPI: SSDT 7eeef000 004DC (v01 APPLE CpuPm 00003000 INTL 20050309)
Jul 9 22:26:38 rithmo kernel: ACPI: Local APIC address 0xfee00000
Jul 9 22:26:38 rithmo kernel: 1128MB HIGHMEM available.
Jul 9 22:26:38 rithmo kernel: 887MB LOWMEM available.
Jul 9 22:26:38 rithmo kernel: mapped low ram: 0 - 377fe000
Jul 9 22:26:38 rithmo kernel: low ram: 0 - 377fe000
Jul 9 22:26:38 rithmo kernel: node 0 low ram: 00000000 - 377fe000
Jul 9 22:26:38 rithmo kernel: node 0 bootmap 00008000 - 0000ef00
Jul 9 22:26:38 rithmo kernel: (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
Jul 9 22:26:38 rithmo kernel: #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Jul 9 22:26:38 rithmo kernel: #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
Jul 9 22:26:38 rithmo kernel: #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
Jul 9 22:26:38 rithmo kernel: #3 [0000100000 - 0000626e44] TEXT DATA BSS ==> [0000100000 - 0000626e44]
Jul 9 22:26:38 rithmo kernel: #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
Jul 9 22:26:38 rithmo kernel: #5 [0000627000 - 000062920d] BRK ==> [0000627000 - 000062920d]
Jul 9 22:26:38 rithmo kernel: #6 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
Jul 9 22:26:38 rithmo kernel: #7 [000062a000 - 00006e9f0b] NEW RAMDISK ==> [000062a000 - 00006e9f0b]
Jul 9 22:26:38 rithmo kernel: #8 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
Jul 9 22:26:38 rithmo kernel: Zone PFN ranges:
Jul 9 22:26:38 rithmo kernel: DMA 0x00000000 -> 0x00001000
Jul 9 22:26:38 rithmo kernel: Normal 0x00001000 -> 0x000377fe
Jul 9 22:26:38 rithmo kernel: HighMem 0x000377fe -> 0x0007e0d0
Jul 9 22:26:38 rithmo kernel: Movable zone start PFN for each node
Jul 9 22:26:38 rithmo kernel: early_node_map[3] active PFN ranges
Jul 9 22:26:38 rithmo kernel: 0: 0x00000000 -> 0x00000002
Jul 9 22:26:38 rithmo kernel: 0: 0x00000006 -> 0x0000009f
Jul 9 22:26:38 rithmo kernel: 0: 0x00000100 -> 0x0007e0d0
Jul 9 22:26:38 rithmo kernel: On node 0 totalpages: 516203
Jul 9 22:26:38 rithmo kernel: free_area_init_node: node 0, pgdat c04c2380, node_mem_map c1000000
Jul 9 22:26:38 rithmo kernel: DMA zone: 32 pages used for memmap
Jul 9 22:26:38 rithmo kernel: DMA zone: 0 pages reserved
Jul 9 22:26:38 rithmo kernel: DMA zone: 3963 pages, LIFO batch:0
Jul 9 22:26:38 rithmo kernel: Normal zone: 1744 pages used for memmap
Jul 9 22:26:38 rithmo kernel: Normal zone: 221486 pages, LIFO batch:31
Jul 9 22:26:38 rithmo kernel: HighMem zone: 2258 pages used for memmap
Jul 9 22:26:38 rithmo kernel: HighMem zone: 286720 pages, LIFO batch:31
Jul 9 22:26:38 rithmo kernel: Using APIC driver default
Jul 9 22:26:38 rithmo kernel: ACPI: PM-Timer IO Port: 0x408
Jul 9 22:26:38 rithmo kernel: ACPI: Local APIC address 0xfee00000
Jul 9 22:26:38 rithmo kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jul 9 22:26:38 rithmo kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Jul 9 22:26:38 rithmo kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jul 9 22:26:38 rithmo kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 9 22:26:38 rithmo kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Jul 9 22:26:38 rithmo kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
Jul 9 22:26:38 rithmo kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 9 22:26:38 rithmo kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 9 22:26:38 rithmo kernel: ACPI: IRQ0 used by override.
Jul 9 22:26:38 rithmo kernel: ACPI: IRQ2 used by override.
Jul 9 22:26:38 rithmo kernel: ACPI: IRQ9 used by override.
Jul 9 22:26:38 rithmo kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
Jul 9 22:26:38 rithmo kernel: Using ACPI (MADT) for SMP configuration information
Jul 9 22:26:38 rithmo kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 9 22:26:38 rithmo kernel: SMP: Allowing 2 CPUs, 0 hotplug CPUs
Jul 9 22:26:38 rithmo kernel: nr_irqs_gsi: 24
Jul 9 22:26:38 rithmo kernel: PM: Registered nosave memory: 0000000000002000 - 0000000000006000
Jul 9 22:26:38 rithmo kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Jul 9 22:26:38 rithmo kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000ee000
Jul 9 22:26:38 rithmo kernel: PM: Registered nosave memory: 00000000000ee000 - 0000000000100000
Jul 9 22:26:38 rithmo kernel: Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
Jul 9 22:26:38 rithmo kernel: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
Jul 9 22:26:38 rithmo kernel: PERCPU: Embedded 11 pages at c1fd2000, static data 24444 bytes
Jul 9 22:26:38 rithmo kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 512169
Jul 9 22:26:38 rithmo kernel: Kernel command line: root=/dev/disk/by-uuid/d1739595-05b6-43fc-a83f-f859b06f9614 ro quiet vga=792 resume=/dev/sda3 3
Jul 9 22:26:38 rithmo kernel: Enabling fast FPU save and restore... done.
Jul 9 22:26:38 rithmo kernel: Enabling unmasked SIMD FPU exception support... done.
Jul 9 22:26:38 rithmo kernel: Initializing CPU#0
Jul 9 22:26:38 rithmo kernel: NR_IRQS:512
Jul 9 22:26:38 rithmo kernel: PID hash table entries: 4096 (order: 12, 16384 bytes)
Jul 9 22:26:38 rithmo kernel: Extended CMOS year: 2000
Jul 9 22:26:38 rithmo kernel: Fast TSC calibration failed
Jul 9 22:26:38 rithmo kernel: TSC: Unable to calibrate against PIT
Jul 9 22:26:38 rithmo kernel: TSC: using PMTIMER reference calibration
Jul 9 22:26:38 rithmo kernel: Detected 1830.868 MHz processor.
Jul 9 22:26:38 rithmo kernel: Console: colour dummy device 80x25
Jul 9 22:26:38 rithmo kernel: console [tty0] enabled
Jul 9 22:26:38 rithmo kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jul 9 22:26:38 rithmo kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jul 9 22:26:38 rithmo kernel: Initializing HighMem for node 0 (000377fe:0007e0d0)
Jul 9 22:26:38 rithmo kernel: Memory: 2040720k/2065216k available (2902k kernel code, 23172k reserved, 1051k data, 392k init, 1155912k highmem)
Jul 9 22:26:38 rithmo kernel: virtual kernel memory layout:
Jul 9 22:26:38 rithmo kernel: fixmap : 0xfff4e000 - 0xfffff000 ( 708 kB)
Jul 9 22:26:38 rithmo kernel: pkmap : 0xff800000 - 0xffc00000 (4096 kB)
Jul 9 22:26:38 rithmo kernel: vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
Jul 9 22:26:38 rithmo kernel: lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
Jul 9 22:26:38 rithmo kernel: .init : 0xc04e3000 - 0xc0545000 ( 392 kB)
Jul 9 22:26:38 rithmo kernel: .data : 0xc03d599f - 0xc04dc6a8 (1051 kB)
Jul 9 22:26:38 rithmo kernel: .text : 0xc0100000 - 0xc03d599f (2902 kB)
Jul 9 22:26:38 rithmo kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
Jul 9 22:26:38 rithmo kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Jul 9 22:26:38 rithmo kernel: hpet clockevent registered
Jul 9 22:26:38 rithmo kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Jul 9 22:26:38 rithmo kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3663.30 BogoMIPS (lpj=6102893)
Jul 9 22:26:38 rithmo kernel: Security Framework initialized
Jul 9 22:26:38 rithmo kernel: Mount-cache hash table entries: 512
Jul 9 22:26:38 rithmo kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jul 9 22:26:38 rithmo kernel: CPU: L2 cache: 2048K
Jul 9 22:26:38 rithmo kernel: CPU: Physical Processor ID: 0
Jul 9 22:26:38 rithmo kernel: CPU: Processor Core ID: 0
Jul 9 22:26:38 rithmo kernel: Intel machine check architecture supported.
Jul 9 22:26:38 rithmo kernel: Intel machine check reporting enabled on CPU#0.
Jul 9 22:26:38 rithmo kernel: using mwait in idle threads.
Jul 9 22:26:38 rithmo kernel: Checking 'hlt' instruction... OK.
Jul 9 22:26:38 rithmo kernel: ACPI: Core revision 20090320
Jul 9 22:26:38 rithmo kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 9 22:26:38 rithmo kernel: CPU0: Genuine Intel(R) CPU 1400 @ 1.83GHz stepping 08
Jul 9 22:26:38 rithmo kernel: Booting processor 1 APIC 0x1 ip 0x6000
Jul 9 22:26:38 rithmo kernel: Initializing CPU#1
Jul 9 22:26:38 rithmo kernel: Calibrating delay using timer specific routine.. 3663.35 BogoMIPS (lpj=6102967)
Jul 9 22:26:38 rithmo kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jul 9 22:26:38 rithmo kernel: CPU: L2 cache: 2048K
Jul 9 22:26:38 rithmo kernel: CPU: Physical Processor ID: 0
Jul 9 22:26:38 rithmo kernel: CPU: Processor Core ID: 1
Jul 9 22:26:38 rithmo kernel: Intel machine check architecture supported.
Jul 9 22:26:38 rithmo kernel: Intel machine check reporting enabled on CPU#1.
Jul 9 22:26:38 rithmo kernel: CPU1: Genuine Intel(R) CPU 1400 @ 1.83GHz stepping 08
Jul 9 22:26:38 rithmo kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Jul 9 22:26:38 rithmo kernel: Brought up 2 CPUs
Jul 9 22:26:38 rithmo kernel: Total of 2 processors activated (7326.66 BogoMIPS).
Jul 9 22:26:38 rithmo kernel: CPU0 attaching sched-domain:
Jul 9 22:26:38 rithmo kernel: domain 0: span 0-1 level MC
Jul 9 22:26:38 rithmo kernel: groups: 0 1
Jul 9 22:26:38 rithmo kernel: CPU1 attaching sched-domain:
Jul 9 22:26:38 rithmo kernel: domain 0: span 0-1 level MC
Jul 9 22:26:38 rithmo kernel: groups: 1 0
Jul 9 22:26:38 rithmo kernel: net_namespace: 1056 bytes
Jul 9 22:26:38 rithmo kernel: Booting paravirtualized kernel on bare hardware
Jul 9 22:26:38 rithmo kernel: NET: Registered protocol family 16
Jul 9 22:26:38 rithmo kernel: ACPI: bus type pci registered
Jul 9 22:26:38 rithmo kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Jul 9 22:26:38 rithmo kernel: PCI: MCFG area at e0000000 reserved in E820
Jul 9 22:26:38 rithmo kernel: PCI: Using MMCONFIG for extended config space
Jul 9 22:26:38 rithmo kernel: PCI: Using configuration type 1 for base access
Jul 9 22:26:38 rithmo kernel: bio: create slab <bio-0> at 0
Jul 9 22:26:38 rithmo kernel: ACPI: EC: EC description table is found, configuring boot EC
Jul 9 22:26:38 rithmo kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode
Jul 9 22:26:38 rithmo kernel: ACPI: BIOS _OSI(Linux) query ignored
Jul 9 22:26:38 rithmo kernel: ACPI: Interpreter enabled
Jul 9 22:26:38 rithmo kernel: ACPI: (supports S0 S3 S4 S5)
Jul 9 22:26:38 rithmo kernel: ACPI: Using IOAPIC for interrupt routing
Jul 9 22:26:38 rithmo kernel: ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Jul 9 22:26:38 rithmo kernel: ACPI: EC: driver started in interrupt mode
Jul 9 22:26:38 rithmo kernel: ACPI: No dock devices found.
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Jul 9 22:26:38 rithmo kernel: pci 0000:00:02.0: reg 10 32bit mmio: [0x90380000-0x903fffff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:02.0: reg 14 io port: [0x20f0-0x20f7]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:02.0: reg 18 32bit mmio: [0x80000000-0x8fffffff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:02.0: reg 1c 32bit mmio: [0x90400000-0x9043ffff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:02.1: reg 10 32bit mmio: [0x90300000-0x9037ffff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:07.0: reg 10 32bit mmio: [0x90444000-0x90444fff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1b.0: reg 10 64bit mmio: [0x90440000-0x90443fff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1b.0: PME# disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: PME# disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: PME# disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1d.0: reg 20 io port: [0x20a0-0x20bf]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1d.1: reg 20 io port: [0x2080-0x209f]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1d.2: reg 20 io port: [0x2060-0x207f]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1d.3: reg 20 io port: [0x2040-0x205f]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1d.7: reg 10 32bit mmio: [0x90445400-0x904457ff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1d.7: PME# disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 0003)
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.1: reg 10 io port: [0x20e8-0x20ef]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.1: reg 14 io port: [0x2104-0x2107]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.1: reg 18 io port: [0x20e0-0x20e7]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.1: reg 1c io port: [0x2100-0x2103]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.1: reg 20 io port: [0x20c0-0x20cf]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.2: reg 10 io port: [0x20d8-0x20df]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.2: reg 14 io port: [0x20fc-0x20ff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.2: reg 18 io port: [0x20d0-0x20d7]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.2: reg 1c io port: [0x20f8-0x20fb]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.2: reg 20 io port: [0x2020-0x202f]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.2: reg 24 32bit mmio: [0x90445000-0x904453ff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.2: PME# disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1f.3: reg 20 io port: [0xefa0-0xefbf]
Jul 9 22:26:38 rithmo kernel: pci 0000:01:00.0: reg 10 64bit mmio: [0x90200000-0x90203fff]
Jul 9 22:26:38 rithmo kernel: pci 0000:01:00.0: reg 18 io port: [0x1000-0x10ff]
Jul 9 22:26:38 rithmo kernel: pci 0000:01:00.0: reg 30 32bit mmio: [0xfffe0000-0xffffffff]
Jul 9 22:26:38 rithmo kernel: pci 0000:01:00.0: supports D1 D2
Jul 9 22:26:38 rithmo kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 9 22:26:38 rithmo kernel: pci 0000:01:00.0: PME# disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: bridge io port: [0x1000-0x1fff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: bridge 32bit mmio: [0x90200000-0x902fffff]
Jul 9 22:26:38 rithmo kernel: pci 0000:02:00.0: reg 10 64bit mmio: [0x90100000-0x9010ffff]
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: bridge 32bit mmio: [0x90100000-0x901fffff]
Jul 9 22:26:38 rithmo kernel: pci 0000:03:03.0: reg 10 32bit mmio: [0x90000000-0x90000fff]
Jul 9 22:26:38 rithmo kernel: pci 0000:03:03.0: supports D1 D2
Jul 9 22:26:38 rithmo kernel: pci 0000:03:03.0: PME# supported from D0 D1 D2 D3hot
Jul 9 22:26:38 rithmo kernel: pci 0000:03:03.0: PME# disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1e.0: transparent bridge
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1e.0: bridge 32bit mmio: [0x90000000-0x900fffff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:00: on NUMA node 0
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Jul 9 22:26:38 rithmo kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11 12 14 15)
Jul 9 22:26:38 rithmo kernel: PCI: Using ACPI for IRQ routing
Jul 9 22:26:38 rithmo kernel: NetLabel: Initializing
Jul 9 22:26:38 rithmo kernel: NetLabel: domain hash size = 128
Jul 9 22:26:38 rithmo kernel: NetLabel: protocols = UNLABELED CIPSOv4
Jul 9 22:26:38 rithmo kernel: NetLabel: unlabeled traffic allowed by default
Jul 9 22:26:38 rithmo kernel: pnp: PnP ACPI init
Jul 9 22:26:38 rithmo kernel: ACPI: bus type pnp registered
Jul 9 22:26:38 rithmo kernel: pnp 00:08: io resource (0x1640-0x164f) overlaps 0000:00:1c.0 BAR 13 (0x1000-0x1fff), disabling
Jul 9 22:26:38 rithmo kernel: pnp: PnP ACPI: found 10 devices
Jul 9 22:26:38 rithmo kernel: ACPI: ACPI bus type pnp unregistered
Jul 9 22:26:38 rithmo kernel: system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:01: iomem range 0xfed20000-0xfed8ffff has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:06: iomem range 0xfed00000-0xfed003ff has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:08: ioport range 0x680-0x6ef has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:08: ioport range 0x800-0x80f has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:08: ioport range 0x810-0x817 has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:08: ioport range 0x400-0x47f has been reserved
Jul 9 22:26:38 rithmo kernel: system 00:08: ioport range 0x500-0x53f has been reserved
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: IO window: 0x1000-0x1fff
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: MEM window: 0x90200000-0x902fffff
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: PREFETCH window: 0x00000090500000-0x000000905fffff
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: IO window: disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: MEM window: 0x90100000-0x901fffff
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: PREFETCH window: disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1e.0: IO window: disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1e.0: MEM window: 0x90000000-0x900fffff
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1e.0: PREFETCH window: disabled
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.0: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1c.1: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1e.0: power state changed by ACPI to D0
Jul 9 22:26:38 rithmo kernel: pci 0000:00:1e.0: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:00: resource 0 io: [0x00-0xffff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:01: resource 0 io: [0x1000-0x1fff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:01: resource 1 mem: [0x90200000-0x902fffff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:01: resource 2 pref mem [0x90500000-0x905fffff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:02: resource 1 mem: [0x90100000-0x901fffff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:03: resource 1 mem: [0x90000000-0x900fffff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:03: resource 3 io: [0x00-0xffff]
Jul 9 22:26:38 rithmo kernel: pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffff]
Jul 9 22:26:38 rithmo kernel: NET: Registered protocol family 2
Jul 9 22:26:38 rithmo kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Jul 9 22:26:38 rithmo kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jul 9 22:26:38 rithmo kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Jul 9 22:26:38 rithmo kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 9 22:26:38 rithmo kernel: TCP reno registered
Jul 9 22:26:38 rithmo kernel: NET: Registered protocol family 1
Jul 9 22:26:38 rithmo kernel: Unpacking initramfs...
Jul 9 22:26:38 rithmo kernel: Freeing initrd memory: 767k freed
Jul 9 22:26:38 rithmo kernel: apm: BIOS not found.
Jul 9 22:26:38 rithmo kernel: Scanning for low memory corruption every 60 seconds
Jul 9 22:26:38 rithmo kernel: audit: initializing netlink socket (disabled)
Jul 9 22:26:38 rithmo kernel: type=2000 audit(1247192786.346:1): initialized
Jul 9 22:26:38 rithmo kernel: highmem bounce pool size: 64 pages
Jul 9 22:26:38 rithmo kernel: VFS: Disk quotas dquot_6.5.2
Jul 9 22:26:38 rithmo kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jul 9 22:26:38 rithmo kernel: msgmni has been set to 1731
Jul 9 22:26:38 rithmo kernel: alg: No test for stdrng (krng)
Jul 9 22:26:38 rithmo kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
Jul 9 22:26:38 rithmo kernel: io scheduler noop registered
Jul 9 22:26:38 rithmo kernel: io scheduler anticipatory registered
Jul 9 22:26:38 rithmo kernel: io scheduler deadline registered
Jul 9 22:26:38 rithmo kernel: io scheduler cfq registered (default)
Jul 9 22:26:38 rithmo kernel: pci 0000:00:02.0: Boot video device
Jul 9 22:26:38 rithmo kernel: pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
Jul 9 22:26:38 rithmo kernel: pcieport-driver 0000:00:1c.0: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
Jul 9 22:26:38 rithmo kernel: pcieport-driver 0000:00:1c.1: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: vesafb: framebuffer at 0x80000000, mapped to 0xf8080000, using 6144k, total 16064k
Jul 9 22:26:38 rithmo kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=4
Jul 9 22:26:38 rithmo kernel: vesafb: scrolling: redraw
Jul 9 22:26:38 rithmo kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 9 22:26:38 rithmo kernel: Console: switching to colour frame buffer device 128x48
Jul 9 22:26:38 rithmo kernel: fb0: VESA VGA frame buffer device
Jul 9 22:26:38 rithmo kernel: efifb: dmi detected MacBook1,1 - framebuffer at 80000000 (1280x800, stride 8192)
Jul 9 22:26:38 rithmo kernel: isapnp: Scanning for PnP cards...
Jul 9 22:26:38 rithmo kernel: Switched to high resolution mode on CPU 1
Jul 9 22:26:38 rithmo kernel: Switched to high resolution mode on CPU 0
Jul 9 22:26:38 rithmo kernel: isapnp: No Plug & Play device found
Jul 9 22:26:38 rithmo kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Jul 9 22:26:38 rithmo kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input0
Jul 9 22:26:38 rithmo kernel: PNP: No PS/2 controller found. Probing ports directly.
Jul 9 22:26:38 rithmo kernel: i8042.c: No controller found.
Jul 9 22:26:38 rithmo kernel: mice: PS/2 mouse device common for all mice
Jul 9 22:26:38 rithmo kernel: cpuidle: using governor ladder
Jul 9 22:26:38 rithmo kernel: cpuidle: using governor menu
Jul 9 22:26:38 rithmo kernel: TCP cubic registered
Jul 9 22:26:38 rithmo kernel: NET: Registered protocol family 17
Jul 9 22:26:38 rithmo kernel: Using IPI No-Shortcut mode
Jul 9 22:26:38 rithmo kernel: registered taskstats version 1
Jul 9 22:26:38 rithmo kernel: Initalizing network drop monitor service
Jul 9 22:26:38 rithmo kernel: Freeing unused kernel memory: 392k freed
Jul 9 22:26:38 rithmo kernel: SCSI subsystem initialized
Jul 9 22:26:38 rithmo kernel: libata version 3.00 loaded.
Jul 9 22:26:38 rithmo kernel: pata_acpi 0000:00:1f.1: power state changed by ACPI to D0
Jul 9 22:26:38 rithmo kernel: pata_acpi 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jul 9 22:26:38 rithmo kernel: pata_acpi 0000:00:1f.1: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: pata_acpi 0000:00:1f.1: PCI INT A disabled
Jul 9 22:26:38 rithmo kernel: pata_acpi 0000:00:1f.2: enabling device (0005 -> 0007)
Jul 9 22:26:38 rithmo kernel: pata_acpi 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jul 9 22:26:38 rithmo kernel: pata_acpi 0000:00:1f.2: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: pata_acpi 0000:00:1f.2: PCI INT B disabled
Jul 9 22:26:38 rithmo kernel: ata_piix 0000:00:1f.1: version 2.13
Jul 9 22:26:38 rithmo kernel: ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jul 9 22:26:38 rithmo kernel: ata_piix 0000:00:1f.1: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: scsi0 : ata_piix
Jul 9 22:26:38 rithmo kernel: scsi1 : ata_piix
Jul 9 22:26:38 rithmo kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x20c0 irq 14
Jul 9 22:26:38 rithmo kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x20c8 irq 15
Jul 9 22:26:38 rithmo kernel: ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jul 9 22:26:38 rithmo kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
Jul 9 22:26:38 rithmo kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: scsi2 : ata_piix
Jul 9 22:26:38 rithmo kernel: scsi3 : ata_piix
Jul 9 22:26:38 rithmo kernel: ata3: SATA max UDMA/133 cmd 0x20d8 ctl 0x20fc bmdma 0x2020 irq 19
Jul 9 22:26:38 rithmo kernel: ata4: SATA max UDMA/133 cmd 0x20d0 ctl 0x20f8 bmdma 0x2028 irq 19
Jul 9 22:26:38 rithmo kernel: ata1.00: ATAPI: MATSHITACD-RW CW-8221, GA0J, max UDMA/33
Jul 9 22:26:38 rithmo kernel: ata1.00: configured for UDMA/33
Jul 9 22:26:38 rithmo kernel: scsi 0:0:0:0: CD-ROM MATSHITA CD-RW CW-8221 GA0J PQ: 0 ANSI: 5
Jul 9 22:26:38 rithmo kernel: ata3.01: ATA-8: SAMSUNG HM500LI, 2TF00_00, max UDMA7
Jul 9 22:26:38 rithmo kernel: ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
Jul 9 22:26:38 rithmo kernel: ata3.01: configured for UDMA/133
Jul 9 22:26:38 rithmo kernel: scsi 2:0:1:0: Direct-Access ATA SAMSUNG HM500LI 2TF0 PQ: 0 ANSI: 5
Jul 9 22:26:38 rithmo kernel: usbcore: registered new interface driver usbfs
Jul 9 22:26:38 rithmo kernel: usbcore: registered new interface driver hub
Jul 9 22:26:38 rithmo kernel: usbcore: registered new device driver usb
Jul 9 22:26:38 rithmo kernel: Driver 'sd' needs updating - please use bus_type methods
Jul 9 22:26:38 rithmo kernel: sd 2:0:1:0: [sda] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
Jul 9 22:26:38 rithmo kernel: sd 2:0:1:0: [sda] Write Protect is off
Jul 9 22:26:38 rithmo kernel: sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
Jul 9 22:26:38 rithmo kernel: sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 9 22:26:38 rithmo kernel: sda:<6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jul 9 22:26:38 rithmo kernel: ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 21 (level, low) -> IRQ 21
Jul 9 22:26:38 rithmo kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
Jul 9 22:26:38 rithmo kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Jul 9 22:26:38 rithmo kernel: ehci_hcd 0000:00:1d.7: debug port 1
Jul 9 22:26:38 rithmo kernel: ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
Jul 9 22:26:38 rithmo kernel: ehci_hcd 0000:00:1d.7: irq 21, io mem 0x90445400
Jul 9 22:26:38 rithmo kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Jul 9 22:26:38 rithmo kernel: usb usb1: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: hub 1-0:1.0: USB hub found
Jul 9 22:26:38 rithmo kernel: hub 1-0:1.0: 8 ports detected
Jul 9 22:26:38 rithmo kernel: sda1 sda2 sda3 sda4
Jul 9 22:26:38 rithmo kernel: sd 2:0:1:0: [sda] Attached SCSI disk
Jul 9 22:26:38 rithmo kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.0: irq 21, io base 0x000020a0
Jul 9 22:26:38 rithmo kernel: usb usb2: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: hub 2-0:1.0: USB hub found
Jul 9 22:26:38 rithmo kernel: hub 2-0:1.0: 2 ports detected
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x00002080
Jul 9 22:26:38 rithmo kernel: usb usb3: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: hub 3-0:1.0: USB hub found
Jul 9 22:26:38 rithmo kernel: hub 3-0:1.0: 2 ports detected
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002060
Jul 9 22:26:38 rithmo kernel: usb usb4: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: hub 4-0:1.0: USB hub found
Jul 9 22:26:38 rithmo kernel: hub 4-0:1.0: 2 ports detected
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
Jul 9 22:26:38 rithmo kernel: uhci_hcd 0000:00:1d.3: irq 16, io base 0x00002040
Jul 9 22:26:38 rithmo kernel: usb usb5: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: hub 5-0:1.0: USB hub found
Jul 9 22:26:38 rithmo kernel: hub 5-0:1.0: 2 ports detected
Jul 9 22:26:38 rithmo kernel: Driver 'sr' needs updating - please use bus_type methods
Jul 9 22:26:38 rithmo kernel: sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Jul 9 22:26:38 rithmo kernel: Uniform CD-ROM driver Revision: 3.20
Jul 9 22:26:38 rithmo kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0
Jul 9 22:26:38 rithmo kernel: usb 1-4: new high speed USB device using ehci_hcd and address 4
Jul 9 22:26:38 rithmo kernel: PM: Starting manual resume from disk
Jul 9 22:26:38 rithmo kernel: kjournald starting. Commit interval 5 seconds
Jul 9 22:26:38 rithmo kernel: EXT3-fs: mounted filesystem with writeback data mode.
Jul 9 22:26:38 rithmo kernel: usb 1-4: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: usb 2-2: new full speed USB device using uhci_hcd and address 2
Jul 9 22:26:38 rithmo kernel: usb 2-2: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: usb 3-1: new low speed USB device using uhci_hcd and address 2
Jul 9 22:26:38 rithmo kernel: usb 3-1: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: rtc_cmos 00:09: RTC can wake from S4
Jul 9 22:26:38 rithmo kernel: rtc_cmos 00:09: rtc core: registered rtc_cmos as rtc0
Jul 9 22:26:38 rithmo kernel: rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jul 9 22:26:38 rithmo kernel: usb 4-2: new full speed USB device using uhci_hcd and address 2
Jul 9 22:26:38 rithmo kernel: usb 4-2: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: usb 5-1: new full speed USB device using uhci_hcd and address 2
Jul 9 22:26:38 rithmo kernel: usb 5-1: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: udev: starting version 141
Jul 9 22:26:38 rithmo kernel: sky2 driver version 1.22
Jul 9 22:26:38 rithmo kernel: sky2 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jul 9 22:26:38 rithmo kernel: sky2 0000:01:00.0: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: sky2 0000:01:00.0: Yukon-2 EC chip revision 2
Jul 9 22:26:38 rithmo kernel: sky2 0000:01:00.0: irq 26 for MSI/MSI-X
Jul 9 22:26:38 rithmo kernel: sky2 eth0: addr 00:17:f2:2d:06:51
Jul 9 22:26:38 rithmo kernel: cfg80211: Using static regulatory domain info
Jul 9 22:26:38 rithmo kernel: cfg80211: Regulatory domain: US
Jul 9 22:26:38 rithmo kernel: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Jul 9 22:26:38 rithmo kernel: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
Jul 9 22:26:38 rithmo kernel: (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
Jul 9 22:26:38 rithmo kernel: (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
Jul 9 22:26:38 rithmo kernel: (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
Jul 9 22:26:38 rithmo kernel: (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
Jul 9 22:26:38 rithmo kernel: (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
Jul 9 22:26:38 rithmo kernel: cfg80211: Calling CRDA for country: US
Jul 9 22:26:38 rithmo kernel: ath5k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jul 9 22:26:38 rithmo kernel: ath5k 0000:02:00.0: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: ath5k 0000:02:00.0: registered as 'phy0'
Jul 9 22:26:38 rithmo kernel: phy0: Selected rate control algorithm 'minstrel'
Jul 9 22:26:38 rithmo kernel: ath5k phy0: Atheros AR5414 chip found (MAC: 0xa3, PHY: 0x61)
Jul 9 22:26:38 rithmo kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Jul 9 22:26:38 rithmo kernel: HDA Intel 0000:00:1b.0: setting latency timer to 64
Jul 9 22:26:38 rithmo kernel: hda_codec: STAC922x, Apple subsys_id=106b0a00
Jul 9 22:26:38 rithmo kernel: input: HDA Intel Line In at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input1
Jul 9 22:26:38 rithmo kernel: input: HDA Intel Mic at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input2
Jul 9 22:26:38 rithmo kernel: input: HDA Intel HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input3
Jul 9 22:26:38 rithmo kernel: Disabling lock debugging due to kernel taint
Jul 9 22:26:38 rithmo kernel: ndiswrapper version 1.54 loaded (smp=yes, preempt=yes)
Jul 9 22:26:38 rithmo kernel: usbcore: registered new interface driver ndiswrapper
Jul 9 22:26:38 rithmo kernel: i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jul 9 22:26:38 rithmo kernel: coretemp coretemp.0: Errata AE18 not fixed, update BIOS or microcode of the CPU!
Jul 9 22:26:38 rithmo kernel: coretemp coretemp.1: Errata AE18 not fixed, update BIOS or microcode of the CPU!
Jul 9 22:26:38 rithmo kernel: ACPI: SSDT 7eeb9c90 0022A (v01 APPLE Cpu0Ist 00003000 INTL 20050309)
Jul 9 22:26:38 rithmo kernel: ACPI: SSDT 7eeb8c10 002C3 (v01 APPLE Cpu0Cst 00003001 INTL 20050309)
Jul 9 22:26:38 rithmo kernel: Monitor-Mwait will be used to enter C-1 state
Jul 9 22:26:38 rithmo kernel: Monitor-Mwait will be used to enter C-2 state
Jul 9 22:26:38 rithmo kernel: Monitor-Mwait will be used to enter C-3 state
Jul 9 22:26:38 rithmo kernel: Marking TSC unstable due to TSC halts in idle
Jul 9 22:26:38 rithmo kernel: ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
Jul 9 22:26:38 rithmo kernel: processor ACPI_CPU:00: registered as cooling_device0
Jul 9 22:26:38 rithmo kernel: ACPI: Processor [CPU0] (supports 8 throttling states)
Jul 9 22:26:38 rithmo kernel: ACPI: SSDT 7eeb9f10 00087 (v01 APPLE Cpu1Ist 00003000 INTL 20050309)
Jul 9 22:26:38 rithmo kernel: ACPI: SSDT 7eeb8f10 00085 (v01 APPLE Cpu1Cst 00003000 INTL 20050309)
Jul 9 22:26:38 rithmo kernel: ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
Jul 9 22:26:38 rithmo kernel: processor ACPI_CPU:01: registered as cooling_device1
Jul 9 22:26:38 rithmo kernel: ACPI: Processor [CPU1] (supports 8 throttling states)
Jul 9 22:26:38 rithmo kernel: Linux video capture interface: v2.00
Jul 9 22:26:38 rithmo kernel: usbcore: registered new interface driver uvcvideo
Jul 9 22:26:38 rithmo kernel: USB Video Class driver (v0.1.0)
Jul 9 22:26:38 rithmo kernel: fuse init (API version 7.11)
Jul 9 22:26:38 rithmo kernel: ACPI: AC Adapter [ADP1] (on-line)
Jul 9 22:26:38 rithmo kernel: ACPI: Battery Slot [BAT0] (battery present)
Jul 9 22:26:38 rithmo kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Jul 9 22:26:38 rithmo kernel: ACPI: Power Button [PWRF]
Jul 9 22:26:38 rithmo kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
Jul 9 22:26:38 rithmo kernel: ACPI: Lid Switch [LID0]
Jul 9 22:26:38 rithmo kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6
Jul 9 22:26:38 rithmo kernel: ACPI: Power Button [PWRB]
Jul 9 22:26:38 rithmo kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7
Jul 9 22:26:38 rithmo kernel: ACPI: Sleep Button [SLPB]
Jul 9 22:26:38 rithmo kernel: Linux agpgart interface v0.103
Jul 9 22:26:38 rithmo kernel: agpgart-intel 0000:00:00.0: Intel 945GM Chipset
Jul 9 22:26:38 rithmo kernel: agpgart-intel 0000:00:00.0: detected 16124K stolen memory
Jul 9 22:26:38 rithmo kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x80000000
Jul 9 22:26:38 rithmo kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Jul 9 22:26:38 rithmo kernel: iTCO_vendor_support: vendor-support=0
Jul 9 22:26:38 rithmo kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
Jul 9 22:26:38 rithmo kernel: iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0460)
Jul 9 22:26:38 rithmo kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jul 9 22:26:38 rithmo kernel: intel_rng: FWH not detected
Jul 9 22:26:38 rithmo kernel: applesmc: Apple MacBook detected:
Jul 9 22:26:38 rithmo kernel: applesmc: - Model with accelerometer
Jul 9 22:26:38 rithmo kernel: applesmc: - Model without light sensors and backlight
Jul 9 22:26:38 rithmo kernel: applesmc: - Model with 10 temperature sensors
Jul 9 22:26:38 rithmo kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/input/input9
Jul 9 22:26:38 rithmo kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
Jul 9 22:26:38 rithmo kernel: applesmc: device successfully initialized (0xe0, 0x00).
Jul 9 22:26:38 rithmo kernel: applesmc: device successfully initialized.
Jul 9 22:26:38 rithmo kernel: applesmc: 1 fans found.
Jul 9 22:26:38 rithmo kernel: tpm_inf_pnp 00:03: Found TPM with ID IFX0101
Jul 9 22:26:38 rithmo kernel: tpm_inf_pnp 00:03: TPM found: config base 0x4e, data base 0x4700, chip version 0x000b, vendor id 0x15d1 (Infineon), product id 0x000b (SLB 9635 TT 1.2)
Jul 9 22:26:38 rithmo kernel: input: applesmc as /devices/platform/applesmc.768/input/input10
Jul 9 22:26:38 rithmo kernel: applesmc: driver successfully loaded.
Jul 9 22:26:38 rithmo kernel: appletouch: Geyser mode initialized.
Jul 9 22:26:38 rithmo kernel: input: appletouch as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input11
Jul 9 22:26:38 rithmo kernel: usbcore: registered new interface driver appletouch
Jul 9 22:26:38 rithmo kernel: sr 0:0:0:0: Attached scsi generic sg0 type 5
Jul 9 22:26:38 rithmo kernel: sd 2:0:1:0: Attached scsi generic sg1 type 0
Jul 9 22:26:38 rithmo kernel: usbcore: registered new interface driver hiddev
Jul 9 22:26:38 rithmo kernel: input: Razer Razer Diamondback Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input12
Jul 9 22:26:38 rithmo kernel: generic-usb 0003:1532:0002.0003: input,hidraw0: USB HID v1.10 Mouse [Razer Razer Diamondback Optical Mouse] on usb-0000:00:1d.1-1/input0
Jul 9 22:26:38 rithmo kernel: generic-usb 0003:05AC:8240.0004: hiddev0,hidraw1: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2/input0
Jul 9 22:26:38 rithmo kernel: ohci1394 0000:03:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Jul 9 22:26:38 rithmo kernel: input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input13
Jul 9 22:26:38 rithmo kernel: generic-usb 0003:05AC:1000.0005: input,hidraw2: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1/input0
Jul 9 22:26:38 rithmo kernel: input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input14
Jul 9 22:26:38 rithmo kernel: apple 0003:05AC:0218.0001: input,hidraw3: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2/input0
Jul 9 22:26:38 rithmo kernel: input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.2/input/input15
Jul 9 22:26:38 rithmo kernel: apple 0003:05AC:0218.0002: input,hidraw4: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2/input2
Jul 9 22:26:38 rithmo kernel: input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/input/input16
Jul 9 22:26:38 rithmo kernel: generic-usb 0003:05AC:1000.0006: input,hidraw5: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1/input1
Jul 9 22:26:38 rithmo kernel: usbcore: registered new interface driver usbhid
Jul 9 22:26:38 rithmo kernel: usbhid: v2.6:USB HID core driver
Jul 9 22:26:38 rithmo kernel: ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[19] MMIO=[90000000-900007ff] Max Packet=[2048] IR/IT contexts=[8/8]
Jul 9 22:26:38 rithmo kernel: usb 1-4: firmware: requesting isight.fw
Jul 9 22:26:38 rithmo kernel: usbcore: registered new interface driver isight_firmware
Jul 9 22:26:38 rithmo kernel: usb 1-4: USB disconnect, address 4
Jul 9 22:26:38 rithmo kernel: EXT3 FS on sda4, internal journal
Jul 9 22:26:38 rithmo kernel: Adding 1953116k swap on /dev/sda3. Priority:-1 extents:1 across:1953116k
Jul 9 22:26:38 rithmo kernel: Clocksource tsc unstable (delta = -290561024 ns)
Jul 9 22:26:38 rithmo kernel: ieee1394: Host added: ID:BUS[0-00:1023] GUID[0017f2fffe6b321e]
Jul 9 22:26:38 rithmo kernel: usb 1-4: new high speed USB device using ehci_hcd and address 7
Jul 9 22:26:38 rithmo kernel: usb 1-4: configuration #1 chosen from 1 choice
Jul 9 22:26:38 rithmo kernel: uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8501)
Jul 9 22:26:38 rithmo kernel: uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
Jul 9 22:26:49 rithmo kernel: wlan0: direct probe to AP 00:1f:33:ba:cf:90 try 1
Jul 9 22:26:49 rithmo kernel: wlan0 direct probe responded
Jul 9 22:26:49 rithmo kernel: wlan0: authenticate with AP 00:1f:33:ba:cf:90
Jul 9 22:26:49 rithmo kernel: wlan0: authenticated
Jul 9 22:26:49 rithmo kernel: wlan0: associate with AP 00:1f:33:ba:cf:90
Jul 9 22:26:49 rithmo kernel: wlan0: RX AssocResp from 00:1f:33:ba:cf:90 (capab=0x411 status=0 aid=3)
Jul 9 22:26:49 rithmo kernel: wlan0: associated
Jul 9 22:27:32 rithmo kernel: [drm] Initialized drm 1.1.0 20060810
Jul 9 22:27:32 rithmo kernel: pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jul 9 22:27:32 rithmo kernel: pci 0000:00:02.0: setting latency timer to 64
Jul 9 22:27:32 rithmo kernel: [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Jul 9 22:27:54 rithmo kernel: NET: Registered protocol family 10
Jul 9 22:27:54 rithmo kernel: lo: Disabled Privacy Extensions
Jul 9 22:28:05 rithmo kernel: wlan0: no IPv6 routers present
Jul 9 22:35:27 rithmo kernel: ACPI: EC: GPE storm detected, transactions will use polling mode
Xorg log will be in the next post (too long).
Afaik, even when X fails to launch the window manager (the black screen with cursor state), the log file looks the same.
Thanks for reading!

Similar Messages

  • Just bought Ear Force Z11 - headset, can't get it to work on my iMac intel based on the Windows side

    I have used Boot Camp on my iMac 21" early 2008 to partition and set-up Windows 7 so that I could use my FSX Flight simulator, I bought EarForce Z11 headset to use with my simulator and can't get it to work, has anyone else ran in to this problem?  If anyone can help I would appriciate it, the computer recognizes that I plugged them in but I am only getting sound over the iMac speakers and nothing with the headset.

    assuming it works on osx then
    sounds like
    1, the mixer in windows have muted the headset connection you can change that in the control panel
    2. the driver for your audio card is not working 100% (read people say that the 32bit win7 don't have drivers from apple avaible)
    with the right drivers it should work
    my imac 21" have a splitter connected where I have external speakers from logitech and a skullcandy headset
    connected both play and the internal imac speakers only make a sound at bootup at first
    this is both in osx, was in win7 64bit and win8 64bit

  • Can't get mic to work on Acer TravelMate P

    Hello there Arch forum.
    @mod
    I'm not sure if this post is best placed in laptop/media or newbie corner, I have used Arch for 2 years now but I'm a noob on pulseaudio.
    Feel free to move it to the desired location.
    Anyone have any suggestions on how to get my head set microphone to work in mumble on my Acer TravelMate P laptop.
    I have tried different things that was suggested on the PulseAuido Troubleshooting page.
    But I think its a problem with a hardware button that can mute the microphone located just beneath the screen.
    When press the button nothing happens..
    Output of some commands.
    $ arecord --list-devices
    **** List of CAPTURE Hardware Devices ****
    card 1: PCH [HDA Intel PCH], device 0: ALC282 Analog [ALC282 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    $ pacmd list-sources
    3 source(s) available.
    index: 0
    name: <alsa_output.pci-0000_00_03.0.hdmi-stereo.monitor>
    driver: <module-alsa-card.c>
    flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 1950
    volume: front-left: 69160 / 106% / 1.40 dB, front-right: 69160 / 106% / 1.40 dB
    balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.00 ms
    max rewind: 0 KiB
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 1999.82 ms
    monitor_of: 0
    card: 0 <alsa_card.pci-0000_00_03.0>
    module: 6
    properties:
    device.description = "Monitor of Built-in Audio Digital Stereo (HDMI)"
    device.class = "monitor"
    alsa.card = "0"
    alsa.card_name = "HDA Intel HDMI"
    alsa.long_card_name = "HDA Intel HDMI at 0xb0630000 irq 48"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:00:03.0"
    sysfs.path = "/devices/pci0000:00/0000:00:03.0/sound/card0"
    device.bus = "pci"
    device.vendor.id = "8086"
    device.vendor.name = "Intel Corporation"
    device.product.id = "0a0c"
    device.product.name = "Haswell-ULT HD Audio Controller"
    device.form_factor = "internal"
    device.string = "0"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    * index: 1
    name: <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
    driver: <module-alsa-card.c>
    flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 1950
    volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
    balance 0.00
    base volume: 65536 / 100% / 0.00 dB
    volume steps: 65537
    muted: yes
    current latency: 0.00 ms
    max rewind: 0 KiB
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
    monitor_of: 1
    card: 1 <alsa_card.pci-0000_00_1b.0>
    module: 7
    properties:
    device.description = "Monitor of Built-in Audio Analog Stereo"
    device.class = "monitor"
    alsa.card = "1"
    alsa.card_name = "HDA Intel PCH"
    alsa.long_card_name = "HDA Intel PCH at 0xb0634000 irq 46"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:00:1b.0"
    sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
    device.bus = "pci"
    device.vendor.id = "8086"
    device.vendor.name = "Intel Corporation"
    device.product.id = "9c20"
    device.product.name = "8 Series HD Audio Controller"
    device.form_factor = "internal"
    device.string = "1"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    index: 2
    name: <alsa_input.pci-0000_00_1b.0.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 9959
    volume: front-left: 41353 / 63% / -12.00 dB, front-right: 41353 / 63% / -12.00 dB
    balance 0.00
    base volume: 5206 / 8% / -66.00 dB
    volume steps: 65537
    muted: yes
    current latency: 0.00 ms
    max rewind: 0 KiB
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    used by: 0
    linked by: 0
    configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
    card: 1 <alsa_card.pci-0000_00_1b.0>
    module: 7
    properties:
    alsa.resolution_bits = "16"
    device.api = "alsa"
    device.class = "sound"
    alsa.class = "generic"
    alsa.subclass = "generic-mix"
    alsa.name = "ALC282 Analog"
    alsa.id = "ALC282 Analog"
    alsa.subdevice = "0"
    alsa.subdevice_name = "subdevice #0"
    alsa.device = "0"
    alsa.card = "1"
    alsa.card_name = "HDA Intel PCH"
    alsa.long_card_name = "HDA Intel PCH at 0xb0634000 irq 46"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:00:1b.0"
    sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
    device.bus = "pci"
    device.vendor.id = "8086"
    device.vendor.name = "Intel Corporation"
    device.product.id = "9c20"
    device.product.name = "8 Series HD Audio Controller"
    device.form_factor = "internal"
    device.string = "front:1"
    device.buffering.buffer_size = "352800"
    device.buffering.fragment_size = "176400"
    device.access_mode = "mmap+timer"
    device.profile.name = "analog-stereo"
    device.profile.description = "Analog Stereo"
    device.description = "Built-in Audio Analog Stereo"
    alsa.mixer_name = "Realtek ALC282"
    alsa.components = "HDA:10ec0282,1025081e,00100003"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    ports:
    analog-input-internal-mic: Internal Microphone (priority 8900, latency offset 0 usec, available: unknown)
    properties:
    device.icon_name = "audio-input-microphone"
    analog-input-mic: Microphone (priority 8700, latency offset 0 usec, available: no)
    properties:
    device.icon_name = "audio-input-microphone"
    analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: no)
    properties:
    active port: <analog-input-internal-mic>
    Thanks in advance

    Re: Can't get Mic to work? I'm using the Steelseries Siberias headset, with a standalone Zalman mic. I never unplugged them, I only reformatted from a cracked verion of Windows 7, to a legit version of Windows 7. The versions were actually the exact same, and now I regreat Formatting.
    Here are some of My PC's Specs
    http://img9.imageshack.us/i/specsq.png/
    I'm using the ATI Radeon 4870
    Creative XtremeGamer
    http://img704.imageshack.us/i/sound.png/
    http://img684.imageshack.us/i/drivers.png/
    I've just gottren really frusterated. I'm about ready to go back down to XP just to get this to work, I use my microphone for so many different things.
    I've searched this problem, it seems there are numerous people with the same problems, and I just find that sad, I've been using creative products for a long time now, and have never had a problem like this before.

  • Skype wont open, saying its "not supported on this Aschitecture". How can I get it to work??

    Skype wont open, saying its "not supported on this Aschitecture". How can I get it to work??
    I have downloaded Skype from its main website for MAC, but still it says " can't open Skype. not supported on this Architecture" when i click on it.  I don't know why it wont. This isn't an old Desktop Mac computer, and Skype downloaded with no problems on my Mac Lap top. So what's wrong this time?
    Any suggestions would be helpful! Thanks!

    Ahh, glad we got that figured out! You might want to make a note for any other problems you want to ask to post in the forum for Power PCs:
    https://discussions.apple.com/community/desktop_computers/imac_powerpc
    (you posted in the Intel iMac forum)

  • How can i get Messenger to work or do i have to download parallel

    How can i get Messenger to work or do i have to download parallel

    Firefox 4 requires at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/4.0/system-requirements/
    For Mac OS X 10.4.11 or Mac OS X 10.5.8 you can look at:
    * http://www.floodgap.com/software/tenfourfox/
    Firefox 3.6.x can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html

  • Have entrourage and want to use Mail. Can't get it to work.

    I had a macbook and purchased the Microsoft office for Mac which included Entrourage.
    I have now purchased a new macbook Pro and want to begin to use Mail rather than Entrourage. 
    I have Entrourage on my new computer but i can't get it to transfer my information to the the Mail program
    I am on Charter.net at my office and sbcglobal.net at home.
    How can i get this to work.  I can receive on Mail, but i can't send.

    check your outgoing port settings and make sure it's using a specific port and not the default port, also you might want to check to see if it is using SSL, TLS or any other encryption.  Verify the setting from your old machine setup.

  • Got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    If it's showing the red disabled screen due to incorrect passcodes then you may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad via your computer's iTunes and restore/resync your content to it

  • HT1151 i have a new apple external dvd drive, and i can't get it to work with my iMac?

    I have a new apple dvd drive, I was told it will work with my imac,  but when i plug it in ...nothing... iv been for update... still nothing. How can i get it to work???

    If it is this drive, note that it is for MBA's and Mini's only:
    http://store.apple.com/us/product/MC684ZM/A
    Ciao.

  • Is there a way to reset my messages account, I can't get iMessage to work on IPad nor Mac osx. Help please this is really frustrating.

    Is there a way to reset my messages account, I can't get iMessage to work on IPad nor Mac osx. Help please this is really frustrating.

    Hi,
    Is there an iPhone involved ?
    If not, what happens  if you remove the Apple ID on the iPad and then set it in Airplane Mode (allow a couple of minutes at this point) followed by re-adding the Apple ID ?
    What, if any error messages are appearing on the Mac when you try to launch the App or Login to the iMessages server ?
    Is the Apple ID linked to an iCloud account ?
    In Messages 7 (Mountain Lion) this did not seem to be important but it seems it is in Mavericks/Messages 8
    9:14 pm      Friday; April 11, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • I bought an IR receiver and an Apple Remote, and I can't get it to work. What am I doing wrong?

    I bought an IR receiver and an Apple Remote, and I can't get it to work. What am I doing wrong? The receiver is a Lenovo eHome OVU430006/01 USB IR Receiver.

    Hello,
    You would need to pair the Apple Remote with the receiver. So I would use the generic Mac/PC receiver and follow these instructions:
    http://support.apple.com/kb/HT1619
    If that doesn't work then check in System Profiler to see if the IR receiver has been recognized by the PowerBook's hardware. You may require the install of drivers for this device to be recognized.
    Best of luck

  • I have a go daddy email account and I can't get it to work on my iPad

    I have a go daddy email account and I can't get it to work on my iPad

    Try turning the email account off and then turn it on again. Settings>Mail, Contacts, Calendars>select your gmail account>Off. Go to the mail app and then come back to the account in the settings and turn it on again.
    If you can't find any other way for the iPad to accept the password, delete the email account and then add it back onto the iPad.

  • I have a Mac Mini and I can't get it to work with my Ricoh Aficio MP 161.  Any ideas?

    I have a Mac Mini and I can't get it to work with my Ricoh Aficio MP 161.  Any ideas?

    The latest Apple driver support begins with the MP 171.
    Here is Ricoh's official driver download page specifically for the Afico MP 161. Note that new drivers for this device were released on Aug 2, and include Lion and Mountain Lion.
    Hopefully, this will solve your device issues.

  • My iPhone 5 went black. I tried pushing the on/off button and the circle button at the same time.  It worked once and then it happened again and I can't get it to work.

    Iphone 5 went black.  Tried pushing on/off and circle at the same time.  Worked yesterday and then did it again today.  Can't get it to work.

    You need to hold those button longer until you see the apple logo, then release, then wait for the phone to boot back up.

  • I just got a new computer with Windows 7 and all my songs were transferred to my new computer along with itunes.  But I can't get it to work.  I also tried downloading Quicktime and couldn't get it to download.

    I just bought a new computer and had files transferred along with itunes to the new computer.  I can't get it to work.  It doesn't recognize the extensions for itunes.  I also tried downloading Quicktime and couldn't get it to download.

    iOS: Device not recognized in iTunes for Windows
    I would start with:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • I bought a DataPilot to transfer my pictures from my phone to my macbook, and I can't get it to work

    I bought a DATAPILOT to transfer pictures to my macbook and can't get it to work.  Any suggestions please?

    Best if you try and explain what you are trying to acheive.
    Iphoto is a different paradigm than you're used to. I don't understand why you are trying to transfer your edited photos back to an external disk.
    There are tutorials here
    http://www.apple.com/findouthow/photos/
    Regards
    TD

Maybe you are looking for

  • Why "slow server alert" when NO running requests and NO open connections??

    The snapshot below says it all.  Why on earth would my dev machine with no running requests, and no open database connections, kick off a slow server alert? I will tell you that at the exact same time this snapshot was generated, my other two servers

  • ISSUE IN CREATING PCR FOR PF NEPAL

    Dear Experts, I am implementing Nepal payroll. As Nepal(NP) country grouping doesn't have any standard payroll solution in SAP. I have copied the same from International Payroll. Kindly guide me to create the PCR for PF. I have created a PF basis cum

  • IMovie 10: Minidv is transferring scenes in 1 sec intervals. Any Help?

    Good Evening, I am a frustrated recent upgrader to iMovie 10. I used to be able to transfer my mini dvs by hitting transfer (rewind) and let it go. After the upgrade to 10 and Mavericks my transfers are not even tolerable. Each "scene" is not even on

  • Tomcat 5.0.28

    I am somewhat confused as to what I have going on here. I created a new servlet called AdminLogin, I have other Servlets that I had created earlier that seem to work fine. Also It appears that any other new servlet I create also experience the same p

  • System time zone and User time zone is differenct.

    Hello friends. We use SRM 5.5 with classic scenario. (SP07) Our system time zone is CET. Now if we have a user different with a different time zone in the user master, for example, a UTC+9. We can end with up with a received date in service BBPBWSP_S