TCP/IP bluetooth nightmare!!

Hello all,
I seem to be having a bit of nightmare of a time figuring out how to do the following in bluetooth:
Scan for bluetooth devices - This i can do.
Connected to a bluetooth device - This i can do.
Send TCP packets over the internet via the bluetooth device - Nightmare!
Receive TCP packets from the internet via the bluetooth device - Nightmare!
I can only find some sketchy info and no code examples for this. Please help!
How do i do this?

Here's one suggestion:
1. Create a Client class.
2. Create a Server class.
3. Create a SpawnedServer class.
4. Create an Application or whatever that uses the Client class.
1. The Client class has as a data member a Socket that connects to the server and gets the info.
2. The Server class has a ServerSocket and also has a while true loop that does the following:
Socket sock = servSock.accept()
new SpawnedServer(sock).start()
3. The SpawnedServer class has a Socket data member that gets initialized in its constructor that is
called when it is created above. The SpawnedServer class extends Thread and does most of its work
in the run method.
4. Start the server.
5. Run application programs as desired.
Think of all of the things that you would want a Client to do:
For example, open a connection, receive a message, close a connection, output the reply...
Think of all of the things that you would want a SpawnedServer to do:
receive a message, process a message, respond to a message...
Implement a small portion. Test it. When it works, implement another and test it. Do this until completed.
I hope this advice helps some. I am relatively new to the programming game, but have found that it is very helpful
to implement piece by piece when a program is somewhat complex.
Good luck.

Similar Messages

  • How to fit image to the screen of an Android device?

    Required to load the image from the gallery (CameraRoll) and fit to the screen entirely.
    Tried a lot of ways - completely unable to fit. Always cut off the edge of the image.

    You won't be able to write LabVIEW code that runs on the phone to return the data. What you would need to do is look to see if there is an Android App that can publish the data of the phone's internal sensors over TCP/UDP/bluetooth(?) and you can then write your LabVIEW VI to read that data using an appropriate method (e.g. TCP).
    I don't know of such an App - maybe you would have to write one which will be non-trivial. I tried a quick search of "sensor data tcp" and "sensor data" and there are some data loggers etc. for the phone sensors so maybe one of those will point you in the right direction.
    There is a little bit of information here http://stackoverflow.com/questions/18107148/real-time-wireless-sensor-data-transfer-wifi-or-bluetoot... and here http://onlinepresent.org/proceedings/vol4_2012/50.pdf
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Communication services doesn't starts

    Hi to all,
    I've got a MacBook and I have just upgraded it from Snow Leopard to Lion.
    Now, often, it's impossible to access to network services (Wi-Fi, TCP/IP), bluetooth,...
    In the bar at the top of the screen, after login, doesn't apper any icon relevant to bluetooth, netwotk (wi-fi and wired), battery status, time and so on. Onòly the Finder menu appears.
    But one time every a dozen of restarts all it's ok. But if I shutdown the system I don't know if the next time it starts normally.
    Why this? What can i do?
    I urgent for communications with internet. Now I'm using another computer.
    Help me, please

    In the new account it did work. I did a new restart and now it worked in the old account too. For some reason I had to do several restart. Anyway it behaves as it should now,
    Many thanks, baltwo!

  • SyncML with server from 6110 Navigator fails

    Hallo,
    after it worked perfectly for half a year, syncing  my 6110 Navigator with our egroupware server via syncML version 1.1 fails since two month. The connection was made over the gnubox tcp-over-bluetooth tunnel. This still works. When I try to connect the phone-browser with the syncML server I get the remark that this site has to be accessed with a syncML enabled device (so no firewalls etc. are blocking the way), but when I actually try to sync (via settings->connectivity->sync) nothing happens. No single byte goes over the bluetooth channel (I checked it with ifconfig ppp0 on my connection linux box. Again I want to mention that this configuration worked flawlessly for half a year. I have no idea what is going wrong here. Thanks for any idea in advance.

    you can use nokia maps 2.0 for navigate, but you have to pay for it too. a one year licence for the USA costs 70 euro (after that, voice navigation is gone and you need to buy again and again, prices at: http://europe.nokia.com/link?cid=EDITORIAL_995513 ). however you get mapsupdate for free (i think nokia maps gives 2 a year new maps).
    in the route66software, you buy the USA-map once for 50 euro, dont get map-data-updates, but can navigate forever for free. route66 plans to offer mapupdates also twice a year, but you hae to buy it, if you really need so often a new map.
    nokia maps is rather expensive if you compare that.

  • Missing TCP/IP settings for iPhone tethering (Bluetooth and USB)

    Is it just me or Apple has completely disabled the TCP/IP settings for BT and USB connections for iPhone tethering (and possibly any other mobile devices)?
    I can now only set the IP addresses and DNS server. No Proxies or WINS settings tabs.
    I have also noticed that if you setup a USB tethering connection in Leopard and upgrade to Snow Leopard, the settings are still available, but NOT if you make a clean install of Snow Leopard and create a new iPhone USB tethering connection.
    I always use a SOCKS5 when I'm using my tethering connection for security and better/faster connection with my manual proxy server setup. I find the new "options" in SL very limited, not only for my usage.
    Screenshot here:
    http://macblog.sk/files/pictures/snowleopardiphone_tethering_connectointcp.png
    Message was edited by: DominikB

    I got this to work again (in fact, I'm tethered right now
    Here are the steps I followed:
    1) Upgraded to iTunes 9
    2) Upgraded iPhone to OS 3.1
    3) Removed device from Bluetooth Devices list on my MBP
    4) Removed Bluetooth PAN from Network preferences
    5) Restarted iPhone and MBP
    6) Set-up iPhone as a Bluetooth Device on MBP
    7) Enabled tethering on iPhone
    8) Connected to iPhone network via the Bluetooth icon on my MBP menu bar
    9) Verified that the blue "Internet Tethering" bar was on the iPhone
    10) Manually added Bluetooth PAN to my MBP network preferences (connect show as yellow, "IP cannot be assigned" message)
    11) Opened the Advanced pane and clicked the "Renew DHCP Lease" button
    12) IP was assigned!
    I'm not sure if the first two steps contributed to the solution or not, but these are the steps that worked for me.
    Good luck to you all...

  • TCP/IP connections over Bluetooth

    I am trying to connect two devices using TCP/IP over bluetooth; two Macs or one Mac and one other Linux based device. I have found a solution using mRouter which was part of SyncServices but was removed in 2005 (Security Update 2005-004) due to a buffer overflow exploit and mRouter is no longer available (its developer, Intuwave, has disappeared as well).
    I'm pretty sure that there has to be a way of doing this but I have failed to find it. Yes I know I could use Wifi or a cable but this particular project requires it to be done via bluetooth. Anyone got any ideas?
    TIA

    Refer to this links, might be helpful to you
    http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.wbia_adapters.doc/doc/mysap3/sap109.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/be/6e0f41218ff023e10000000a155106/content.htm
    http://www.topxml.com/biztalkutilities/walkthroughs/SAP%20Configuration.pdf#search=%22sap%20sm59%20program-id%22
    Regds
    Manohar

  • 6300 Bluetooth Vista Nightmares!

    I downloaded the latest version of PC Suite and was unable to connect my old 6230 to my Vaio VGN-FE41S running Vista HP x32 using Bluetooth. The only way to get my contacts transferred to PC Suite (and thence across to my new 6300) was to buy a cable, which fortunately worked.
    I then try to connect the new 6300 to PC Suite but get the response 'Cannot use the Connection Type. Check that all the needed hardware, software and drivers are available.' There appears to be no way round this, even when Bluetooth is selected on the phone and the Bluetooth light is shining bright on the computer. I've tried Sitecom USB and Motorola Bluetooth USB devices, all without success.
    The costs are mounting and now it looks as if I'll have to buy yet another cable for the new phone.
    What a complete nightmare, enough to prevent anyone from wanting to buy a Nokia - or a Sony for that matter - ever again!
    Has anyone had similar problems and can they recommend a way round it?
    Cheers

    Hi rodosto,
    If you have Toshiba BT stack, see this:
    /discussions/board/message?board.id=connectivity&message.id=8143&view=by_date_ascending&page=2
    (so update your PC Suite to version 6.84 and Toshiba BT stack to version 5.10)

  • Bluetooth is a nightmare

    Using N8
    Everytime I wish to transfer files via Bluetooth, I waste my time. After pairing , accepting codes, installing updates, restarting both devices repeating this a few times , Bluetooth works. Then , next time I have to redo all this **bleep** again.
    Sync using nokia suite tells me I need to check for updates, which there are none, because I did that the last time.
    I have given up on the Bluetooth option, its a joke. Using my wife's Galaxy I simple turn on Bluetooth and send, no hassles, zip, nothing.
    I have search for answers and tried everybody's suggestions, it simple should not be this hard.
    Nokia you disappoint me, I was fan for so long, I see why you are losing the market share. 
    Rant over.

    Take device to nokia care point so. Try not to rant when your there.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Optical drive, camera and bluetooth problems with Acer Aspire 7520

    Hello everyone
    First, my DVD drive just stopped working, it's not being recognized by Arch it seems. This has happened before a few times, but it suddenly started to work. I can open the tray manually, and when I insert a DVD, you can see the led blinking and drive does start to spin, but thats all. I've tried removing and reloading cdrom module with no success. Also, there was a /dev/sr0 before, now it's gone.
    Here is the output from dmesg:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010
    Command line: root=/dev/disk/by-uuid/bc6d313b-0d53-423c-a845-a35031b4ffdb ro vga=773
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
    BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000d2000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 0000000077f50000 (usable)
    BIOS-e820: 0000000077f50000 - 0000000077f65000 (ACPI data)
    BIOS-e820: 0000000077f65000 - 0000000077f66000 (ACPI NVS)
    BIOS-e820: 0000000077f66000 - 0000000080000000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    NX (Execute Disable) protection: active
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    No AGP bridge found
    last_pfn = 0x77f50 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-D3FFF write-protect
    D4000-E3FFF uncachable
    E4000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 0000000000 mask FF80000000 write-back
    1 disabled
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009e000 (usable)
    modified: 000000000009e000 - 00000000000a0000 (reserved)
    modified: 00000000000d2000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 0000000077f50000 (usable)
    modified: 0000000077f50000 - 0000000077f65000 (ACPI data)
    modified: 0000000077f65000 - 0000000077f66000 (ACPI NVS)
    modified: 0000000077f66000 - 0000000080000000 (reserved)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000fff80000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 20000000
    found SMP MP-table at [ffff8800000f7c90] f7c90
    init_memory_mapping: 0000000000000000-0000000077f50000
    0000000000 - 0077e00000 page 2M
    0077e00000 - 0077f50000 page 4k
    kernel direct mapping tables up to 77f50000 @ 16000-1a000
    RAMDISK: 37e5f000 - 37ff0000
    ACPI: RSDP 00000000000f7ca0 00024 (v02 ACRSYS)
    ACPI: XSDT 0000000077f5e339 0005C (v01 ACRSYS ACRPRDCT 06040000 LTP 00000000)
    ACPI: SLIC 0000000077f64ace 00176 (v01 ACRSYS ACRPRDCT 06040000 LOHR 00000000)
    ACPI: FACP 0000000077f64c44 000F4 (v03 NVIDIA MCP67-M 06040000 PTL_ 000F4240)
    ACPI: DSDT 0000000077f5e395 066C5 (v01 NVIDIA MCP67 06040000 MSFT 03000000)
    ACPI: FACS 0000000077f65fc0 00040
    ACPI: SSDT 0000000077f64d38 001C4 (v01 PTLTD POWERNOW 06040000 LTP 00000001)
    ACPI: MCFG 0000000077f64efc 0003C (v01 Nvidia NVDAACPI 06040000 NVDA 00000000)
    ACPI: HPET 0000000077f64f38 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
    ACPI: APIC 0000000077f64f70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    ACPI: BOOT 0000000077f64fd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    ACPI: Local APIC address 0xfee00000
    [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880002000000-ffff880003bfffff] on node 0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal empty
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009e
    0: 0x00000100 -> 0x00077f50
    On node 0 totalpages: 491230
    DMA zone: 56 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3926 pages, LIFO batch:0
    DMA32 zone: 6662 pages used for memmap
    DMA32 zone: 480586 pages, LIFO batch:31
    Detected use of extended apic ids on hypertransport bus
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x10de8201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    early_res array is doubled to 64 at [18100 - 188ff]
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    PM: Registered nosave memory: 00000000000d2000 - 0000000000100000
    Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 29 pages/cpu @ffff880001800000 s88232 r8192 d22360 u1048576
    pcpu-alloc: s88232 r8192 d22360 u1048576 alloc=1*2097152
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 484512
    Kernel command line: root=/dev/disk/by-uuid/bc6d313b-0d53-423c-a845-a35031b4ffdb ro vga=773
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Checking aperture...
    No AGP bridge found
    Node 0: aperture @ 9960000000 size 32 MB
    Aperture beyond 4GB. Ignoring.
    Subtract (49 early reservations)
    #1 [0001000000 - 00016e1178] TEXT DATA BSS
    #2 [0037e5f000 - 0037ff0000] RAMDISK
    #3 [00016e2000 - 00016e20ed] BRK
    #4 [00000f7ca0 - 0000100000] BIOS reserved
    #5 [00000f7c90 - 00000f7ca0] MP-table mpf
    #6 [000009e000 - 000009e471] BIOS reserved
    #7 [000009e5c5 - 00000f7c90] BIOS reserved
    #8 [000009e471 - 000009e5c5] MP-table mpc
    #9 [0000010000 - 0000012000] TRAMPOLINE
    #10 [0000012000 - 0000016000] ACPI WAKEUP
    #11 [0000016000 - 0000018000] PGTABLE
    #12 [00016e2100 - 00016e3100] BOOTMEM
    #13 [0000018000 - 00000180f0] BOOTMEM
    #14 [0001ee4000 - 0001ee5000] BOOTMEM
    #15 [0001ee5000 - 0001ee6000] BOOTMEM
    #16 [0002000000 - 0003c00000] MEMMAP 0
    #17 [00016e3100 - 00016fb100] BOOTMEM
    #18 [00016fb100 - 0001713100] BOOTMEM
    #19 [0001714000 - 0001715000] BOOTMEM
    #20 [00016e1180 - 00016e11c1] BOOTMEM
    #21 [00016e1200 - 00016e1243] BOOTMEM
    #22 [00016e1280 - 00016e1520] BOOTMEM
    #23 [00016e1540 - 00016e15a8] BOOTMEM
    #24 [00016e15c0 - 00016e1628] BOOTMEM
    #25 [00016e1640 - 00016e16a8] BOOTMEM
    #26 [00016e16c0 - 00016e1728] BOOTMEM
    #27 [00016e1740 - 00016e17a8] BOOTMEM
    #28 [00016e17c0 - 00016e1828] BOOTMEM
    #29 [00016e1840 - 00016e18a8] BOOTMEM
    #30 [00016e18c0 - 00016e1928] BOOTMEM
    #31 [00016e1940 - 00016e19a8] BOOTMEM
    #32 [00016e19c0 - 00016e1a28] BOOTMEM
    #33 [00016e1a40 - 00016e1aa8] BOOTMEM
    #34 [00016e1ac0 - 00016e1ae0] BOOTMEM
    #35 [00016e1b00 - 00016e1b47] BOOTMEM
    #36 [00016e1b80 - 00016e1bc7] BOOTMEM
    #37 [0001800000 - 000181d000] BOOTMEM
    #38 [0001900000 - 000191d000] BOOTMEM
    #39 [00016e1c00 - 00016e1c08] BOOTMEM
    #40 [00016e1c40 - 00016e1c48] BOOTMEM
    #41 [00016e1c80 - 00016e1c88] BOOTMEM
    #42 [00016e1cc0 - 00016e1cd0] BOOTMEM
    #43 [00016e1d00 - 00016e1e40] BOOTMEM
    #44 [00016e1e40 - 00016e1ea0] BOOTMEM
    #45 [00016e1ec0 - 00016e1f20] BOOTMEM
    #46 [0001715000 - 000171d000] BOOTMEM
    #47 [000191d000 - 0001b1d000] BOOTMEM
    #48 [0001b1d000 - 0001c1d000] BOOTMEM
    Memory: 1924012k/1965376k available (3484k kernel code, 456k absent, 40908k reserved, 1796k data, 480k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:768
    Extended CMOS year: 2000
    spurious 8259A interrupt: IRQ7.
    Console: colour dummy device 80x25
    console [tty0] enabled
    allocated 19660800 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1800.462 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3602.96 BogoMIPS (lpj=6001540)
    Security Framework initialized
    Mount-cache hash table entries: 256
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    tseg: 0077f80000
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 5 MCE banks
    using C1E aware idle routine
    Performance Events: AMD PMU driver.
    ... version: 0
    ... bit width: 48
    ... generic registers: 4
    ... value mask: 0000ffffffffffff
    ... max period: 00007fffffffffff
    ... fixed-purpose events: 0
    ... event mask: 000000000000000f
    ACPI: Core revision 20100121
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 stepping 01
    System has AMD C1E enabled
    Switch to broadcast mode on CPU0
    Booting Node 0, Processors #1 Ok.
    Switch to broadcast mode on CPU1
    Brought up 2 CPUs
    Total of 2 processors activated (7204.45 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    node 0 link 0: io port [1000, fffff]
    TOM: 0000000080000000 aka 2048M
    node 0 link 0: mmio [a0000, bffff]
    node 0 link 0: mmio [80000000, dfffffff]
    node 0 link 0: mmio [e0000000, efffffff]
    node 0 link 0: mmio [f0000000, fe0bffff]
    bus: [00, ff] on node 0 link 0
    bus: 00 index 0 [io 0x0000-0xffff]
    bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    bus: 00 index 2 [mem 0x80000000-0xfcffffffff]
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x10, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000f0000-0x000fffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
    pci 0000:00:01.0: reg 10: [io 0x1d00-0x1dff]
    pci 0000:00:01.1: reg 10: [io 0x3080-0x30bf]
    pci 0000:00:01.1: reg 20: [io 0x3040-0x307f]
    pci 0000:00:01.1: reg 24: [io 0x3000-0x303f]
    pci 0000:00:01.1: PME# supported from D3hot D3cold
    pci 0000:00:01.1: PME# disabled
    pci 0000:00:01.3: reg 10: [mem 0xf2400000-0xf247ffff]
    pci 0000:00:02.0: reg 10: [mem 0xf2686000-0xf2686fff]
    pci 0000:00:02.0: supports D1 D2
    pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.0: PME# disabled
    pci 0000:00:02.1: reg 10: [mem 0xf2689000-0xf26890ff]
    pci 0000:00:02.1: supports D1 D2
    pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.1: PME# disabled
    pci 0000:00:04.0: reg 10: [mem 0xf2687000-0xf2687fff]
    pci 0000:00:04.0: supports D1 D2
    pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.0: PME# disabled
    pci 0000:00:04.1: reg 10: [mem 0xf2689400-0xf26894ff]
    pci 0000:00:04.1: supports D1 D2
    pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.1: PME# disabled
    pci 0000:00:07.0: reg 10: [mem 0xf2680000-0xf2683fff]
    pci 0000:00:07.0: PME# supported from D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:09.0: reg 10: [io 0x30f0-0x30f7]
    pci 0000:00:09.0: reg 14: [io 0x30e4-0x30e7]
    pci 0000:00:09.0: reg 18: [io 0x30e8-0x30ef]
    pci 0000:00:09.0: reg 1c: [io 0x30e0-0x30e3]
    pci 0000:00:09.0: reg 20: [io 0x30d0-0x30df]
    pci 0000:00:09.0: reg 24: [mem 0xf2684000-0xf2685fff]
    pci 0000:00:0a.0: reg 10: [mem 0xf2688000-0xf2688fff]
    pci 0000:00:0a.0: reg 14: [io 0x30f8-0x30ff]
    pci 0000:00:0a.0: reg 18: [mem 0xf2689c00-0xf2689cff]
    pci 0000:00:0a.0: reg 1c: [mem 0xf2689800-0xf268980f]
    pci 0000:00:0a.0: supports D1 D2
    pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0a.0: PME# disabled
    pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0c.0: PME# disabled
    pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0d.0: PME# disabled
    pci 0000:00:12.0: reg 10: [mem 0xf1000000-0xf1ffffff]
    pci 0000:00:12.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:12.0: reg 1c: [mem 0xf0000000-0xf0ffffff 64bit]
    pci 0000:00:12.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    PCI: peer root bus 00 res updated from pci conf
    pci 0000:01:04.0: proprietary Ricoh MMC controller disabled (via firewire function)
    pci 0000:01:04.0: MMC cards are now supported by standard SDHCI controller
    pci 0000:01:04.0: reg 10: [mem 0xf2300000-0xf23007ff]
    pci 0000:01:04.0: PME# supported from D0 D3hot D3cold
    pci 0000:01:04.0: PME# disabled
    pci 0000:01:04.1: reg 10: [mem 0xf2300800-0xf23008ff]
    pci 0000:01:04.1: supports D1 D2
    pci 0000:01:04.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:04.1: PME# disabled
    pci 0000:01:04.2: reg 10: [mem 0xf2301000-0xf23010ff]
    pci 0000:01:04.2: supports D1 D2
    pci 0000:01:04.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:04.2: PME# disabled
    pci 0000:01:04.3: reg 10: [mem 0xf2301400-0xf23014ff]
    pci 0000:01:04.3: supports D1 D2
    pci 0000:01:04.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:04.3: PME# disabled
    pci 0000:00:08.0: PCI bridge to [bus 01-01] (subtractive decode)
    pci 0000:00:08.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:08.0: bridge window [mem 0xf2300000-0xf23fffff]
    pci 0000:00:08.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:08.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    pci 0000:00:08.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:08.0: bridge window [mem 0x80000000-0xfcffffffff] (subtractive decode)
    pci 0000:00:0c.0: PCI bridge to [bus 03-04]
    pci 0000:00:0c.0: bridge window [io 0x4000-0x4fff]
    pci 0000:00:0c.0: bridge window [mem 0xf2000000-0xf21fffff]
    pci 0000:00:0c.0: bridge window [mem 0xf2800000-0xf29fffff 64bit pref]
    pci 0000:05:00.0: reg 10: [mem 0xf2200000-0xf220ffff 64bit]
    pci 0000:00:0d.0: PCI bridge to [bus 05-05]
    pci 0000:00:0d.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:0d.0: bridge window [mem 0xf2200000-0xf22fffff]
    pci 0000:00:0d.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR2._PRT]
    ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 11) *10
    ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 *11)
    ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 11) *0, disabled.
    ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 11) *0, disabled.
    ACPI: PCI Interrupt Link [LK1E] (IRQs 16) *0, disabled.
    ACPI: PCI Interrupt Link [LK2E] (IRQs 17) *0, disabled.
    ACPI: PCI Interrupt Link [LK3E] (IRQs 18) *0, disabled.
    ACPI: PCI Interrupt Link [LK4E] (IRQs 19) *10
    ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LUS0] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LUS2] (IRQs 20 21 22 23) *7
    ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LGPU] (IRQs 17) *10
    ACPI: PCI Interrupt Link [LPID] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSI0] (IRQs 20 21 22 23) *5
    ACPI: PCI Interrupt Link [Z00N] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [Z00O] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LPMU] (IRQs 18) *11
    vgaarb: device added: PCI:0000:00:12.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    reserve RAM buffer: 000000000009e000 - 000000000009ffff
    reserve RAM buffer: 0000000077f50000 - 0000000077ffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
    hpet0: 3 comparators, 32-bit 25.000000 MHz counter
    Switching to clocksource hpet
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [io 0x0360-0x0361] has been reserved
    system 00:01: [io 0x04d0-0x04d1] has been reserved
    system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:0a: [io 0x1000-0x107f] has been reserved
    system 00:0a: [io 0x1080-0x10ff] has been reserved
    system 00:0a: [io 0x1400-0x147f] has been reserved
    system 00:0a: [io 0x1480-0x14ff] has been reserved
    system 00:0a: [io 0x1800-0x187f] has been reserved
    system 00:0a: [io 0x1880-0x18ff] has been reserved
    system 00:0c: [mem 0xffc00000-0xffffffff] could not be reserved
    system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
    system 00:0c: [mem 0xfed00000-0xfed00fff] has been reserved
    system 00:0c: [mem 0xfef00000-0xfef00fff] has been reserved
    pci 0000:00:12.0: BAR 6: assigned [mem 0x80000000-0x8001ffff pref]
    pci 0000:00:08.0: PCI bridge to [bus 01-01]
    pci 0000:00:08.0: bridge window [io disabled]
    pci 0000:00:08.0: bridge window [mem 0xf2300000-0xf23fffff]
    pci 0000:00:08.0: bridge window [mem pref disabled]
    pci 0000:00:0c.0: PCI bridge to [bus 03-04]
    pci 0000:00:0c.0: bridge window [io 0x4000-0x4fff]
    pci 0000:00:0c.0: bridge window [mem 0xf2000000-0xf21fffff]
    pci 0000:00:0c.0: bridge window [mem 0xf2800000-0xf29fffff 64bit pref]
    pci 0000:00:0d.0: PCI bridge to [bus 05-05]
    pci 0000:00:0d.0: bridge window [io disabled]
    pci 0000:00:0d.0: bridge window [mem 0xf2200000-0xf22fffff]
    pci 0000:00:0d.0: bridge window [mem pref disabled]
    pci 0000:00:08.0: setting latency timer to 64
    pci 0000:00:0c.0: setting latency timer to 64
    pci 0000:00:0d.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 6 [mem 0x80000000-0xfcffffffff]
    pci_bus 0000:01: resource 1 [mem 0xf2300000-0xf23fffff]
    pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    pci_bus 0000:01: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:01: resource 6 [mem 0x80000000-0xfcffffffff]
    pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:03: resource 1 [mem 0xf2000000-0xf21fffff]
    pci_bus 0000:03: resource 2 [mem 0xf2800000-0xf29fffff 64bit pref]
    pci_bus 0000:05: resource 1 [mem 0xf2200000-0xf22fffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    UDP hash table entries: 1024 (order: 3, 32768 bytes)
    UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    NET: Registered protocol family 1
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:12.0: Boot video device
    PCI: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1604k freed
    Simple Boot Flag at 0x36 set to 0x1
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1280047128.390:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 3760
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:0c.0: setting latency timer to 64
    pcieport 0000:00:0c.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:0d.0: setting latency timer to 64
    pcieport 0000:00:0d.0: irq 25 for MSI/MSI-X
    pcieport 0000:00:0c.0: Requesting control of PCIe PME from ACPI BIOS
    Firmware did not grant requested _OSC control
    pcieport 0000:00:0c.0: Failed to receive control of PCIe PME service: no _OSC support
    pcie_pme: probe of 0000:00:0c.0:pcie01 failed with error -13
    pcieport 0000:00:0d.0: Requesting control of PCIe PME from ACPI BIOS
    Firmware did not grant requested _OSC control
    pcieport 0000:00:0d.0: Failed to receive control of PCIe PME service: no _OSC support
    pcie_pme: probe of 0000:00:0d.0:pcie01 failed with error -13
    vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010100000, using 1536k, total 131072k
    vesafb: mode is 1024x768x8, linelength=1024, pages=3
    vesafb: scrolling: redraw
    vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 480k freed
    udev: starting version 158
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:09.0: version 3.0
    ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 23
    ahci 0000:00:09.0: PCI INT A -> Link[LSI0] -> GSI 23 (level, low) -> IRQ 23
    ahci 0000:00:09.0: irq 26 for MSI/MSI-X
    ahci 0000:00:09.0: controller can do NCQ, turning on CAP_NCQ
    ahci 0000:00:09.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl IDE mode
    ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio slum part
    ahci 0000:00:09.0: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m8192@0xf2684000 port 0xf2684100 irq 26
    ata2: SATA max UDMA/133 abar m8192@0xf2684000 port 0xf2684180 irq 26
    ata3: SATA max UDMA/133 abar m8192@0xf2684000 port 0xf2684200 irq 26
    ata4: SATA max UDMA/133 abar m8192@0xf2684000 port 0xf2684280 irq 26
    ata2: SATA link down (SStatus 0 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ATA-7: WDC WD1600BEVS-22RST0, 04.01G04, max UDMA/133
    ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA WDC WD1600BEVS-2 04.0 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3
    sd 0:0:0:0: [sda] Attached SCSI disk
    EXT4-fs (sda1): mounted filesystem with ordered data mode
    rtc_cmos 00:04: RTC can wake from S4
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    udev: starting version 159
    fuse init (API version 7.13)
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22
    forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
    forcedeth 0000:00:0a.0: setting latency timer to 64
    ACPI: Invalid active0 threshold
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (34 C)
    ACPI: WMI: Skipping duplicate GUID 05901221-D566-11D1-B2F0-00A0C9062910
    [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
    input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
    ACPI: Video Device [IGPU] (multi-head: yes rom: no post: no)
    ACPI: WMI: Mapper loaded
    input: PC Speaker as /devices/platform/pcspkr/input/input2
    forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1b:38:4e:9e:40
    forcedeth 0000:00:0a.0: highdma pwrctl mgmt gbit lnktim msi desc-v3
    k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Successfully done.
    vboxdrv: Found 2 processor cores.
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    VBoxDrv: dbg - g_abExecMemory=ffffffffa01f2560
    vboxdrv: fAsync=1 offMin=0x4e21e offMax=0x4e21e
    vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 3.2.0 (interface 0x00140001).
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    lirc_dev: IR Remote Control driver registered, major 61
    i2c i2c-0: nForce2 SMBus adapter at 0x3040
    i2c i2c-1: nForce2 SMBus adapter at 0x3000
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    ACPI: EC: GPE storm detected, transactions will use polling mode
    EDAC MC: Ver: 2.1.0 Jul 5 2010
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 21
    ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUS2] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:02.1: setting latency timer to 64
    ehci_hcd 0000:00:02.1: EHCI Host Controller
    ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:02.1: debug port 1
    ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:02.1: irq 21, io mem 0xf2689000
    ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
    ACPI: Lid Switch [LID]
    input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
    ACPI: Sleep Button [SLPB]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    ACPI: Power Button [PWRF]
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 5 ports detected
    ACPI: PCI Interrupt Link [Z00O] enabled at IRQ 20
    ehci_hcd 0000:00:04.1: PCI INT B -> Link[Z00O] -> GSI 20 (level, low) -> IRQ 20
    ehci_hcd 0000:00:04.1: setting latency timer to 64
    ehci_hcd 0000:00:04.1: EHCI Host Controller
    ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:04.1: debug port 1
    ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:04.1: irq 20, io mem 0xf2689400
    lirc_dev: lirc_register_driver: sample_rate: 0
    enecir: KB3926B detected
    enecir: chip is 0x3909 - 0x24, 0xc0
    enecir: driver has been succesfully loaded
    ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 5 ports detected
    ACPI: AC Adapter [ACAD] (off-line)
    ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
    firewire_ohci 0000:01:04.0: PCI INT A -> Link[LNK1] -> GSI 11 (level, low) -> IRQ 11
    firewire_ohci: Added fw-ohci device 0000:01:04.0, OHCI v1.0, 4 IR + 4 IT contexts, quirks 0x0
    usb 1-3: new high speed USB device using ehci_hcd and address 2
    hub 1-0:1.0: unable to enumerate USB device on port 3
    ACPI: Battery Slot [BAT1] (battery present)
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    firewire_core: created device fw0: GUID 00023f78c5006d9b, S400
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 23
    ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUS0] -> GSI 23 (level, low) -> IRQ 23
    ohci_hcd 0000:00:02.0: setting latency timer to 64
    ohci_hcd 0000:00:02.0: OHCI Host Controller
    ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:02.0: irq 23, io mem 0xf2686000
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 5 ports detected
    ACPI: PCI Interrupt Link [Z00N] enabled at IRQ 22
    ohci_hcd 0000:00:04.0: PCI INT A -> Link[Z00N] -> GSI 22 (level, low) -> IRQ 22
    ohci_hcd 0000:00:04.0: setting latency timer to 64
    ohci_hcd 0000:00:04.0: OHCI Host Controller
    ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4
    ohci_hcd 0000:00:04.0: irq 22, io mem 0xf2687000
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 5 ports detected
    EDAC amd64_edac: Ver: 3.3.0 Jul 5 2010
    EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
    EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    (Note that use of the override may cause unknown side effects.)
    amd64_edac: probe of 0000:00:18.2 failed with error -22
    cfg80211: Calling CRDA to update world regulatory domain
    ACPI: PCI Interrupt Link [LGPU] enabled at IRQ 17
    nvidia 0000:00:12.0: PCI INT A -> Link[LGPU] -> GSI 17 (level, low) -> IRQ 17
    nvidia 0000:00:12.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:00:12.0,olddecodes=io+mem,decodes=none:owns=io+mem
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 256.35 Wed Jun 16 18:42:44 PDT 2010
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    sdhci-pci 0000:01:04.1: SDHCI controller found [1180:0822] (rev 22)
    ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 11
    sdhci-pci 0000:01:04.1: PCI INT B -> Link[LNK2] -> GSI 11 (level, low) -> IRQ 11
    sdhci-pci 0000:01:04.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Registered led device: mmc0::
    mmc0: SDHCI controller on PCI [0000:01:04.1] using DMA
    usb 3-3: new full speed USB device using ohci_hcd and address 2
    ACPI: PCI Interrupt Link [LK4E] enabled at IRQ 19
    ath5k 0000:05:00.0: PCI INT A -> Link[LK4E] -> GSI 19 (level, low) -> IRQ 19
    ath5k 0000:05:00.0: setting latency timer to 64
    ath5k 0000:05:00.0: registered as 'phy0'
    usb 3-3: not running at top speed; connect to a high speed hub
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
    HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 21 (level, low) -> IRQ 21
    hda_intel: Disable MSI for Nvidia chipset
    HDA Intel 0000:00:07.0: setting latency timer to 64
    Linux video capture interface: v2.00
    input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
    uvcvideo: Found UVC 1.00 device Acer CrystalEye webcam (064e:a101)
    input: Acer CrystalEye webcam as /devices/pci0000:00/0000:00:02.0/usb3/3-3/3-3:1.0/input/input8
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input9
    ath: EEPROM regdomain: 0x65
    ath: EEPROM indicates we should expect a direct regpair map
    ath: Country alpha2 being used: 00
    ath: Regpair used: 0x65
    phy0: Selected rate control algorithm 'minstrel'
    Registered led device: ath5k-phy0::rx
    Registered led device: ath5k-phy0::tx
    ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:07.0/input/input10
    ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20100121/evregion-474)
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.ECOK] (Node ffff88007781ffc0), AE_TIME
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.ACAD._PSR] (Node ffff8800778259e0), AE_TIME
    ACPI Exception: AE_TIME, Error reading AC Adapter state (20100121/ac-141)
    EXT4-fs (sda2): mounted filesystem with ordered data mode
    Adding 2152704k swap on /dev/sda3. Priority:-1 extents:1 across:2152704k
    forcedeth 0000:00:0a.0: irq 27 for MSI/MSI-X
    eth0: no link during initialization.
    Clocksource tsc unstable (delta = 4398046404009 ns)
    ata1.00: configured for UDMA/133
    ata1: EH complete
    sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    nvclock:2261 freeing invalid memtype f1000000-f1010000
    nvclock:2261 freeing invalid memtype f1010000-f1030000
    wlan0: Trigger new scan to find an IBSS to join
    wlan0: Trigger new scan to find an IBSS to join
    wlan0: Trigger new scan to find an IBSS to join
    wlan0: Creating new IBSS network, BSSID b2:0a:28:21:7c:ac
    ip_tables: (C) 2000-2006 Netfilter Core Team
    nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    wlan0: deauthenticating from 00:1e:e5:45:bf:58 by local choice (reason=3)
    wlan0: authenticate with 00:1e:e5:45:bf:58 (try 1)
    wlan0: authenticated
    wlan0: associate with 00:1e:e5:45:bf:58 (try 1)
    wlan0: RX AssocResp from 00:1e:e5:45:bf:58 (capab=0x411 status=0 aid=1)
    wlan0: associated
    Intel AES-NI instructions are not detected.
    padlock: VIA PadLock not detected.
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    wlan0: no IPv6 routers present
    CE: hpet increased min_delta_ns to 7500 nsec
    ata1.00: configured for UDMA/133
    ata1: EH complete
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Now, the camera issue is a bit different. It worked before with no problems. But now, when I start guvcview, it opens it's main window, and a second window that usually show picture from camera, just appears for a moment and disappears. The led next to my camera turns on, and stays that way. Also, yesterday when I was trying to test the camera, guvcview stuck in a uninteruptible state, so I couldn't kill him in any way. Even after I close guvcview, the camera led is still on, but he is not among active processes. Although in the guvcview output below it says that the device is in use, I don't know how, because I rebooted my laptop and then I tried to run it.
    This is what guvcview outputs in console after I start and then close it:
    guvcview 1.3.0
    video device: /dev/video0
    /dev/video0 - device 1
    Init. Acer CrystalEye webcam (location: usb-0000:00:02.0-3)
    { pixelformat = 'MJPG', description = 'MJPEG' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { pixelformat = 'RGB3', description = 'RGB3' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { pixelformat = 'BGR3', description = 'BGR3' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { pixelformat = 'YU12', description = 'YU12' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { pixelformat = 'YV12', description = 'YV12' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    vid:064e
    pid:a101
    driver:uvcvideo
    checking format: 1196444237
    VIDIOC_G_COMP:: Invalid argument
    compression control not supported
    fps is set to 1/30
    V4L2_CTRL_FLAG_NEXT_CTRL supported
    libv4l2: error turning on stream: Timer expired
    VIDIOC_STREAMON - Unable to start capture: Timer expired
    fps is set to 1/30
    libv4l2: error turning on stream: Device or resource busy
    VIDIOC_STREAMON - Unable to start capture: Device or resource busy
    libv4l2: error turning on stream: Device or resource busy
    VIDIOC_STREAMON - Unable to start capture: Device or resource busy
    write /home/amar/.guvcviewrc OK
    free controls
    cleaned allocations - 100%
    Closing portaudio ...OK
    Closing GTK... OK
    For the bluetooth, I really never managed to get it working. The bluetooth daemons starts with no problems, but hcitool dev shows no devices. I read the wiki, and the only thing I didn't try is the hid2hci tool, I couldn't figure out what to use for devpath argument.
    Thanks.

    for DVD:
    which DE you use ?
    post your
    /etc/fstab

  • Bluetooth soft blocked, wont unblock

    Hello,
    my laptop's bluetooth adapter is not working due to the hci0 interface being soft blocked.
    Unblocking with
    # rfkill unblock all
    doesn't have any effect at all - 'rfkill list' still shows
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
    No matter what I do, the device just won't unblock. The adapter has been working fine in an earlier installation of Arch.
    Howewer, if i boot into emergency mode using the option 'systemctl.unit=emergency.target' on the kernel command line and then load my bluetooth and wifi modules manually, both devices appear unblocked and hciconfig shows the correct info for my adapter. If i then change into a higher "runlevel" in systemd, the graphical ui starts and hci0 is irrevocably soft blocked again.
    How do I proceed? How can I find out which kernel modules and/or pieces of software in my boot process block the bluetooth device?
    The laptop is a quite dated ASUS F3JC with a BT-183 bluetooth adapter connected via usb.
    lsusb:
    Bus 001 Device 004: ID 05e1:0501 Syntek Semiconductor Co., Ltd DC-1125 Webcam
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.10.6-2-ARCH (tobias@testing-i686) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Aug 13 10:20:52 CEST 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b7fbffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7fc0000-0x00000000b7fcdfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000b7fce000-0x00000000b7ffffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: ASUSTeK Computer Inc. F3JC /F3JC , BIOS 205 08/11/2006
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0xb7fc0 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 F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 0A0000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0B0000000 mask FF8000000 write-back
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x01751000, 0x01751fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x3780c000-0x37bfdfff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x3740c000-0x377fd6a3]
    [ 0.000000] Move RAMDISK from [mem 0x3780c000-0x37bfd6a3] to [mem 0x3740c000-0x377fd6a3]
    [ 0.000000] ACPI: RSDP 000f7ac0 00014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT b7fc0000 0003C (v01 A M I OEMRSDT 08000611 MSFT 00000097)
    [ 0.000000] ACPI: FACP b7fc0200 00084 (v02 A M I OEMFACP 08000611 MSFT 00000097)
    [ 0.000000] ACPI: DSDT b7fc0460 080FB (v01 F3J00 F3J00001 00000001 INTL 02002026)
    [ 0.000000] ACPI: FACS b7fce000 00040
    [ 0.000000] ACPI: APIC b7fc0390 0005C (v01 A M I OEMAPIC 08000611 MSFT 00000097)
    [ 0.000000] ACPI: MCFG b7fc03f0 0003C (v01 A M I OEMMCFG 08000611 MSFT 00000097)
    [ 0.000000] ACPI: BOOT b7fc0430 00028 (v01 A M I OEMBOOT 08000611 MSFT 00000097)
    [ 0.000000] ACPI: OEMB b7fce040 00046 (v01 A M I AMI_OEM 08000611 MSFT 00000097)
    [ 0.000000] ACPI: TCPA b7fc8560 00032 (v01 A M I TBLOEMID 00000001 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 2055MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x01752000, 0x01752fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0xb7fbffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xb7fbffff]
    [ 0.000000] On node 0 totalpages: 753502
    [ 0.000000] free_area_init_node: node 0, pgdat c15b3340, node_mem_map f5d0c020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 4112 pages used for memmap
    [ 0.000000] HighMem zone: 526274 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 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: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 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] e820: [mem 0xb8000000-0xfedfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f5cde000 s33344 r0 d24000 u57344
    [ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 751726
    [ 0.000000] Kernel command line: BOOT_IMAGE=/__active/boot/vmlinuz-linux root=UUID=08c6ea4e-4d83-4417-8177-5dfcae41f3b6 ro rootflags=subvol=__active resume=/dev/sda2 elevator=deadline
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 6028792 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:000b7fc0)
    [ 0.000000] Memory: 2971976k/3014400k available (4168k kernel code, 42032k reserved, 1736k data, 596k init, 2105096k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc15c5000 - 0xc165a000 ( 596 kB)
    .data : 0xc141205e - 0xc15c4400 (1736 kB)
    .text : 0xc1000000 - 0xc141205e (4168 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration failed
    [ 0.000000] tsc: PIT calibration matches PMTIMER. 1 loops
    [ 0.000000] tsc: Detected 1662.525 MHz processor
    [ 0.006668] Calibrating delay loop (skipped), value calculated using timer frequency.. 3326.59 BogoMIPS (lpj=5541750)
    [ 0.006673] pid_max: default: 32768 minimum: 301
    [ 0.006723] Security Framework initialized
    [ 0.006731] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006746] Mount-cache hash table entries: 512
    [ 0.007051] Initializing cgroup subsys memory
    [ 0.007062] Initializing cgroup subsys devices
    [ 0.007065] Initializing cgroup subsys freezer
    [ 0.007068] Initializing cgroup subsys net_cls
    [ 0.007071] Initializing cgroup subsys blkio
    [ 0.007109] CPU: Physical Processor ID: 0
    [ 0.007112] CPU: Processor Core ID: 0
    [ 0.007115] mce: CPU supports 6 MCE banks
    [ 0.007123] CPU0: Thermal monitoring handled by SMI
    [ 0.007134] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    [ 0.007235] Freeing SMP alternatives: 16k freed
    [ 0.008229] ACPI: Core revision 20130328
    [ 0.015305] ACPI: All ACPI Tables successfully acquired
    [ 0.016681] ftrace: allocating 18673 entries in 37 pages
    [ 0.026778] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.027249] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.062035] smpboot: CPU0: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz (fam: 06, model: 0f, stepping: 06)
    [ 0.063333] Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.063333] perf_event_intel: PEBS disabled due to CPU errata
    [ 0.063333] ... version: 2
    [ 0.063333] ... bit width: 40
    [ 0.063333] ... generic registers: 2
    [ 0.063333] ... value mask: 000000ffffffffff
    [ 0.063333] ... max period: 000000007fffffff
    [ 0.063333] ... fixed-purpose events: 3
    [ 0.063333] ... event mask: 0000000700000003
    [ 0.083410] CPU 1 irqstacks, hard=f50d0000 soft=f50d2000
    [ 0.083414] smpboot: Booting Node 0, Processors #1 OK
    [ 0.009999] Initializing CPU#1
    [ 0.009999] CPU1: Thermal monitoring handled by SMI
    [ 0.096648] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.096675] Brought up 2 CPUs
    [ 0.096679] smpboot: Total of 2 processors activated (6652.18 BogoMIPS)
    [ 0.098255] devtmpfs: initialized
    [ 0.098255] PM: Registering ACPI NVS region [mem 0xb7fce000-0xb7ffffff] (204800 bytes)
    [ 0.098255] RTC time: 18:54:58, date: 08/14/13
    [ 0.098255] NET: Registered protocol family 16
    [ 0.098255] ACPI: bus type PCI registered
    [ 0.098255] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.098255] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.098255] PCI: not using MMCONFIG
    [ 0.098424] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=6
    [ 0.098426] PCI: Using configuration type 1 for base access
    [ 0.098573] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.098575] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.098577] mtrr: corrected configuration.
    [ 0.100101] bio: create slab <bio-0> at 0
    [ 0.100123] ACPI: Added _OSI(Module Device)
    [ 0.100123] ACPI: Added _OSI(Processor Device)
    [ 0.100123] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.100123] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.104817] ACPI: EC: Look up EC in DSDT
    [ 0.107007] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.126746] ACPI BIOS Bug: Warning: Incorrect checksum in table [TCPA] - 0x00, should be 0xDE (20130328/tbutils-324)
    [ 0.130091] ACPI: SSDT b7fc85a0 00475 (v01 AMI CPU1PM 00000001 INTL 02002026)
    [ 0.130592] ACPI: Dynamic OEM Table Load:
    [ 0.130596] ACPI: SSDT (null) 00475 (v01 AMI CPU1PM 00000001 INTL 02002026)
    [ 0.130731] ACPI BIOS Bug: Warning: Incorrect checksum in table [SSDT] - 0x4C, should be 0xC5 (20130328/tbutils-324)
    [ 0.130738] ACPI: SSDT b7fc8a20 00475 (v01 AMI CPU2PM 00000001 INTL 02002026)
    [ 0.131241] ACPI: Dynamic OEM Table Load:
    [ 0.131245] ACPI: SSDT (null) 00475 (v01 AMI CPU2PM 00000001 INTL 02002026)
    [ 0.131518] ACPI: Interpreter enabled
    [ 0.131546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
    [ 0.131553] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
    [ 0.131574] ACPI: (supports S0 S3 S4 S5)
    [ 0.131577] ACPI: Using IOAPIC for interrupt routing
    [ 0.131608] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.134342] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.134348] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
    [ 0.134350] PCI: Using MMCONFIG for extended config space
    [ 0.134373] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.134504] ACPI: No dock devices found.
    [ 0.162419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.162572] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.162576] acpi PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.162580] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.162584] acpi PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.162587] acpi PNP0A08:00: host bridge window [mem 0xb8000000-0xffffffff] (ignored)
    [ 0.162591] PCI: root bus 00: using default resources
    [ 0.162595] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.162749] PCI host bridge to bus 0000:00
    [ 0.162755] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.162758] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.162762] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.162776] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
    [ 0.162919] pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400
    [ 0.162979] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.163030] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.163145] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    [ 0.163171] pci 0000:00:1b.0: reg 10: [mem 0xfebfc000-0xfebfffff 64bit]
    [ 0.163286] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.163348] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.163415] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    [ 0.163535] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.163602] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.163672] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
    [ 0.163792] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.163863] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.163926] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
    [ 0.164046] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.164118] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.164185] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    [ 0.164248] pci 0000:00:1d.0: reg 20: [io 0xec00-0xec1f]
    [ 0.164335] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.164396] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    [ 0.164458] pci 0000:00:1d.1: reg 20: [io 0xe880-0xe89f]
    [ 0.164546] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.164604] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    [ 0.164666] pci 0000:00:1d.2: reg 20: [io 0xe800-0xe81f]
    [ 0.164756] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.164818] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    [ 0.164880] pci 0000:00:1d.3: reg 20: [io 0xe480-0xe49f]
    [ 0.164972] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.165047] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    [ 0.165075] pci 0000:00:1d.7: reg 10: [mem 0xfebfbc00-0xfebfbfff]
    [ 0.165192] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.165292] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.165356] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.165486] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.165554] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    [ 0.165679] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    [ 0.165689] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.165697] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    [ 0.165706] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0250 (mask 000f)
    [ 0.165824] pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180
    [ 0.165849] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    [ 0.165863] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    [ 0.165877] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    [ 0.165890] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    [ 0.165905] pci 0000:00:1f.2: reg 20: [io 0xffa0-0xffaf]
    [ 0.165967] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.166048] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    [ 0.166127] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
    [ 0.166355] pci 0000:01:00.0: [10de:01d7] type 00 class 0x030000
    [ 0.166375] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.166395] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.166414] pci 0000:01:00.0: reg 1c: [mem 0xfd000000-0xfdffffff 64bit]
    [ 0.166438] pci 0000:01:00.0: reg 30: [mem 0xfcfe0000-0xfcffffff pref]
    [ 0.166562] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.166574] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.166580] pci 0000:00:01.0: bridge window [mem 0xf9f00000-0xfdffffff]
    [ 0.166586] pci 0000:00:01.0: bridge window [mem 0xbdf00000-0xddefffff 64bit pref]
    [ 0.166719] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.166747] pci 0000:02:00.0: reg 10: [io 0xc800-0xc8ff]
    [ 0.166793] pci 0000:02:00.0: reg 18: [mem 0xfe0ff000-0xfe0fffff 64bit]
    [ 0.166846] pci 0000:02:00.0: reg 30: [mem 0xfe0e0000-0xfe0effff pref]
    [ 0.166963] pci 0000:02:00.0: supports D1 D2
    [ 0.166967] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.167047] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.167062] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.167069] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.167075] pci 0000:00:1c.0: bridge window [mem 0xfe000000-0xfe0fffff]
    [ 0.167289] pci 0000:03:00.0: [8086:4222] type 00 class 0x028000
    [ 0.167348] pci 0000:03:00.0: reg 10: [mem 0xfe1ff000-0xfe1fffff]
    [ 0.167781] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.167911] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.167941] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.167950] pci 0000:00:1c.1: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.168099] acpiphp: Slot [1] registered
    [ 0.168110] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
    [ 0.168116] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.168123] pci 0000:00:1c.2: bridge window [mem 0xfe200000-0xfe9fffff]
    [ 0.168133] pci 0000:00:1c.2: bridge window [mem 0xddf00000-0xdfefffff 64bit pref]
    [ 0.168219] pci 0000:06:01.0: [1180:0832] type 00 class 0x0c0010
    [ 0.168238] pci 0000:06:01.0: proprietary Ricoh MMC controller disabled (via firewire function)
    [ 0.168241] pci 0000:06:01.0: MMC cards are now supported by standard SDHCI controller
    [ 0.168259] pci 0000:06:01.0: reg 10: [mem 0xfeaff800-0xfeafffff]
    [ 0.168367] pci 0000:06:01.0: PME# supported from D0 D3hot D3cold
    [ 0.168394] pci 0000:06:01.0: System wakeup disabled by ACPI
    [ 0.168460] pci 0000:06:01.1: [1180:0822] type 00 class 0x080500
    [ 0.168486] pci 0000:06:01.1: reg 10: [mem 0xfeaff400-0xfeaff4ff]
    [ 0.168594] pci 0000:06:01.1: supports D1 D2
    [ 0.168597] pci 0000:06:01.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.168678] pci 0000:06:01.2: [1180:0843] type 00 class 0x088000
    [ 0.168703] pci 0000:06:01.2: reg 10: [mem 0xfeaff000-0xfeaff0ff]
    [ 0.168810] pci 0000:06:01.2: supports D1 D2
    [ 0.168813] pci 0000:06:01.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.168891] pci 0000:06:01.3: [1180:0592] type 00 class 0x088000
    [ 0.168916] pci 0000:06:01.3: reg 10: [mem 0xfeafec00-0xfeafecff]
    [ 0.169022] pci 0000:06:01.3: supports D1 D2
    [ 0.169025] pci 0000:06:01.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.169161] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
    [ 0.169171] pci 0000:00:1e.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.169181] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.169184] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.169218] pci_bus 0000:00: on NUMA node 0
    [ 0.169222] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.169225] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.173483] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *11 12)
    [ 0.173574] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 12)
    [ 0.173662] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 12)
    [ 0.173748] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 7 12)
    [ 0.173835] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 12) *0, disabled.
    [ 0.173922] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 12) *0, disabled.
    [ 0.174010] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 12) *0, disabled.
    [ 0.174098] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 12)
    [ 0.174404] ACPI: Enabled 3 GPEs in block 00 to 1F
    [ 0.174415] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.174470] Found 1 acpi root devices
    [ 0.203349] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    [ 0.203424] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.203424] vgaarb: loaded
    [ 0.203424] vgaarb: bridge control possible 0000:01:00.0
    [ 0.203427] PCI: Using ACPI for IRQ routing
    [ 0.203477] PCI: pci_cache_line_size set to 64 bytes
    [ 0.203568] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.203571] e820: reserve RAM buffer [mem 0xb7fc0000-0xb7ffffff]
    [ 0.203722] NetLabel: Initializing
    [ 0.203724] NetLabel: domain hash size = 128
    [ 0.203726] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.203745] NetLabel: unlabeled traffic allowed by default
    [ 0.203948] hpet clockevent registered
    [ 0.203953] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.203960] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.203966] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.205983] Switching to clocksource hpet
    [ 0.211394] pnp: PnP ACPI init
    [ 0.211423] ACPI: bus type PNP registered
    [ 0.246754] system 00:00: [mem 0xfed13000-0xfed19fff] has been reserved
    [ 0.246762] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.266812] pnp 00:01: [dma 4]
    [ 0.266850] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.286791] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.326739] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.346824] pnp 00:04: Plug and Play ACPI device, IDs SYN0a06 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.346868] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.346920] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.347100] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.347105] system 00:07: [io 0x0800-0x087f] has been reserved
    [ 0.347109] system 00:07: [io 0x0480-0x04bf] has been reserved
    [ 0.347114] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.347118] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.347121] system 00:07: [mem 0xfed45000-0xfed89fff] has been reserved
    [ 0.347129] system 00:07: [mem 0xffb00000-0xffbfffff] could not be reserved
    [ 0.347133] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.347139] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.347260] system 00:08: [io 0x0250-0x0253] has been reserved
    [ 0.347264] system 00:08: [io 0x0256-0x025f] has been reserved
    [ 0.347268] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.347272] system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.347276] system 00:08: [mem 0xfec10000-0xfec17fff] has been reserved
    [ 0.347280] system 00:08: [mem 0xfec18000-0xfec1ffff] has been reserved
    [ 0.347284] system 00:08: [mem 0xfec20000-0xfec27fff] has been reserved
    [ 0.347289] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.347458] system 00:09: [mem 0xe0000000-0xe3ffffff] has been reserved
    [ 0.347464] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.370300] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.370305] system 00:0a: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.370310] system 00:0a: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.370314] system 00:0a: [mem 0x00100000-0xb7ffffff] could not be reserved
    [ 0.370319] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.370519] pnp: PnP ACPI: found 11 devices
    [ 0.370522] ACPI: bus type PNP unregistered
    [ 0.408937] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.408952] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.408956] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.408985] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.408989] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.408992] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.408998] pci 0000:00:1c.0: BAR 15: assigned [mem 0xb8000000-0xb81fffff 64bit pref]
    [ 0.409003] pci 0000:00:1c.1: BAR 15: assigned [mem 0xb8200000-0xb83fffff 64bit pref]
    [ 0.409007] pci 0000:00:1c.1: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.409011] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.409017] pci 0000:00:01.0: bridge window [mem 0xf9f00000-0xfdffffff]
    [ 0.409022] pci 0000:00:01.0: bridge window [mem 0xbdf00000-0xddefffff 64bit pref]
    [ 0.409028] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.409033] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.409041] pci 0000:00:1c.0: bridge window [mem 0xfe000000-0xfe0fffff]
    [ 0.409047] pci 0000:00:1c.0: bridge window [mem 0xb8000000-0xb81fffff 64bit pref]
    [ 0.409056] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.409061] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff]
    [ 0.409068] pci 0000:00:1c.1: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.409074] pci 0000:00:1c.1: bridge window [mem 0xb8200000-0xb83fffff 64bit pref]
    [ 0.409083] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
    [ 0.409088] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.409095] pci 0000:00:1c.2: bridge window [mem 0xfe200000-0xfe9fffff]
    [ 0.409101] pci 0000:00:1c.2: bridge window [mem 0xddf00000-0xdfefffff 64bit pref]
    [ 0.409111] pci 0000:00:1e.0: PCI bridge to [bus 06]
    [ 0.409119] pci 0000:00:1e.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.409303] pci 0000:00:1c.1: enabling device (0106 -> 0107)
    [ 0.409463] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.409469] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.409473] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.409477] pci_bus 0000:01: resource 1 [mem 0xf9f00000-0xfdffffff]
    [ 0.409480] pci_bus 0000:01: resource 2 [mem 0xbdf00000-0xddefffff 64bit pref]
    [ 0.409484] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.409487] pci_bus 0000:02: resource 1 [mem 0xfe000000-0xfe0fffff]
    [ 0.409491] pci_bus 0000:02: resource 2 [mem 0xb8000000-0xb81fffff 64bit pref]
    [ 0.409494] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.409497] pci_bus 0000:03: resource 1 [mem 0xfe100000-0xfe1fffff]
    [ 0.409501] pci_bus 0000:03: resource 2 [mem 0xb8200000-0xb83fffff 64bit pref]
    [ 0.409504] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.409507] pci_bus 0000:04: resource 1 [mem 0xfe200000-0xfe9fffff]
    [ 0.409511] pci_bus 0000:04: resource 2 [mem 0xddf00000-0xdfefffff 64bit pref]
    [ 0.409514] pci_bus 0000:06: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.409517] pci_bus 0000:06: resource 4 [io 0x0000-0xffff]
    [ 0.409520] pci_bus 0000:06: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.409577] NET: Registered protocol family 2
    [ 0.409819] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.409864] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.409905] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.409943] TCP: reno registered
    [ 0.409947] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.409959] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.410051] NET: Registered protocol family 1
    [ 0.410893] pci 0000:01:00.0: Boot video device
    [ 0.410920] PCI: CLS 32 bytes, default 64
    [ 0.410971] Unpacking initramfs...
    [ 0.532133] Freeing initrd memory: 4040k freed
    [ 0.535993] Simple Boot Flag at 0x52 set to 0x1
    [ 0.536132] apm: BIOS not found.
    [ 0.536177] Scanning for low memory corruption every 60 seconds
    [ 0.536482] audit: initializing netlink socket (disabled)
    [ 0.536501] type=2000 audit(1376506498.533:1): initialized
    [ 0.552685] bounce pool size: 64 pages
    [ 0.552701] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.555118] VFS: Disk quotas dquot_6.5.2
    [ 0.555194] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.555483] msgmni has been set to 1701
    [ 0.555858] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.555914] io scheduler noop registered
    [ 0.555917] io scheduler deadline registered (default)
    [ 0.555967] io scheduler cfq registered
    [ 0.556105] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.556191] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.556303] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    [ 0.556412] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
    [ 0.556542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.556613] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.556615] vesafb: scrolling: redraw
    [ 0.556618] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.556888] vesafb: framebuffer at 0xc0000000, mapped to 0xf8080000, using 3072k, total 3072k
    [ 0.604763] Console: switching to colour frame buffer device 128x48
    [ 0.652475] fb0: VESA VGA frame buffer device
    [ 0.652524] intel_idle: does not run on family 6 model 15
    [ 0.652558] GHES: HEST is not enabled!
    [ 0.652575] isapnp: Scanning for PnP cards...
    [ 0.965444] isapnp: No Plug & Play device found
    [ 0.965514] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.966343] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.968466] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.969654] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.969698] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.969734] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.969768] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.969805] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.969961] mousedev: PS/2 mouse device common for all mice
    [ 0.970068] rtc_cmos 00:02: RTC can wake from S4
    [ 0.970251] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.970287] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.970328] cpuidle: using governor ladder
    [ 0.970331] cpuidle: using governor menu
    [ 0.970360] drop_monitor: Initializing network drop monitor service
    [ 0.970483] TCP: cubic registered
    [ 0.970646] NET: Registered protocol family 10
    [ 0.970904] NET: Registered protocol family 17
    [ 0.970917] Key type dns_resolver registered
    [ 0.971138] Using IPI No-Shortcut mode
    [ 0.971305] PM: Checking hibernation image partition /dev/sda2
    [ 1.004953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.160012] PM: Hibernation image not present or could not be loaded.
    [ 1.160027] registered taskstats version 1
    [ 1.160675] Magic number: 9:863:948
    [ 1.160692] tty tty5: hash matches
    [ 1.160757] rtc_cmos 00:02: setting system clock to 2013-08-14 18:54:59 UTC (1376506499)
    [ 1.160876] Freeing unused kernel memory: 596k freed
    [ 1.161099] Write protecting the kernel text: 4172k
    [ 1.161139] Write protecting the kernel read-only data: 1316k
    [ 1.170851] systemd-udevd[46]: starting version 204
    [ 1.197848] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 1.199413] ACPI: Lid Switch [LID]
    [ 1.199505] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.199514] ACPI: Power Button [PWRB]
    [ 1.199579] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 1.199584] ACPI: Sleep Button [SLPB]
    [ 1.199649] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 1.199654] ACPI: Power Button [PWRF]
    [ 1.204924] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 1.205239] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:14/LNXVIDEO:00/input/input5
    [ 1.212179] ACPI: bus type USB registered
    [ 1.212236] usbcore: registered new interface driver usbfs
    [ 1.212255] usbcore: registered new interface driver hub
    [ 1.212895] usbcore: registered new device driver usb
    [ 1.213778] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.214003] ehci-pci: EHCI PCI platform driver
    [ 1.214158] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 1.214176] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 1.214187] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 1.214207] ehci-pci 0000:00:1d.7: debug port 1
    [ 1.214247] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.216496] sdhci: Secure Digital Host Controller Interface driver
    [ 1.216500] sdhci: Copyright(c) Pierre Ossman
    [ 1.216822] sdhci-pci 0000:06:01.1: SDHCI controller found [1180:0822] (rev 19)
    [ 1.217908] sdhci-pci 0000:06:01.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 1.218118] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 1.218139] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfebfbc00
    [ 1.218946] sdhci-pci 0000:06:01.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 1.219043] mmc0: SDHCI controller on PCI [0000:06:01.1] using DMA
    [ 1.219073] sdhci-pci 0000:06:01.2: SDHCI controller found [1180:0843] (rev 1)
    [ 1.219134] sdhci-pci 0000:06:01.2: setting latency timer to 64
    [ 1.219219] mmc1: SDHCI controller on PCI [0000:06:01.2] using DMA
    [ 1.227078] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.227437] hub 1-0:1.0: USB hub found
    [ 1.227444] hub 1-0:1.0: 8 ports detected
    [ 1.228033] SCSI subsystem initialized
    [ 1.230546] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.230553] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.230562] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.230596] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ec00
    [ 1.230825] hub 2-0:1.0: USB hub found
    [ 1.230831] hub 2-0:1.0: 2 ports detected
    [ 1.231077] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.231083] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.231091] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 1.231137] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e880
    [ 1.231332] hub 3-0:1.0: USB hub found
    [ 1.231339] hub 3-0:1.0: 2 ports detected
    [ 1.231555] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.231561] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.231569] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 1.231613] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e800
    [ 1.231928] hub 4-0:1.0: USB hub found
    [ 1.231934] hub 4-0:1.0: 2 ports detected
    [ 1.232152] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 1.232157] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 1.232165] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 1.232195] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000e480
    [ 1.232394] hub 5-0:1.0: USB hub found
    [ 1.232400] hub 5-0:1.0: 2 ports detected
    [ 1.235551] ACPI: bus type ATA registered
    [ 1.236510] libata version 3.00 loaded.
    [ 1.236921] ata_piix 0000:00:1f.2: version 2.13
    [ 1.237028] ata_piix 0000:00:1f.2: MAP [
    [ 1.237031] P0 P2 IDE IDE ]
    [ 1.237079] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.237739] scsi0 : ata_piix
    [ 1.239669] scsi1 : ata_piix
    [ 1.240515] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    [ 1.240520] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    [ 1.286748] firewire_ohci 0000:06:01.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    [ 1.400663] ata2.00: ATAPI: MATSHITADVD-RAM UJ-841S, 1.00, max UDMA/33
    [ 1.400777] ata1.00: ATA-9: SAMSUNG SSD 830 Series, CXM03B1Q, max UDMA/133
    [ 1.400782] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.407077] ata1.00: configured for UDMA/133
    [ 1.407254] scsi 0:0:0:0: Direct-Access ATA SAMSUNG SSD 830 CXM0 PQ: 0 ANSI: 5
    [ 1.413791] ata2.00: configured for UDMA/33
    [ 1.418808] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-841S 1.00 PQ: 0 ANSI: 5
    [ 1.422211] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 1.422321] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.422325] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.422360] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.424941] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.424945] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.425147] sda: sda1 sda2 sda3
    [ 1.425345] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.425709] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.536694] tsc: Refined TSC clocksource calibration: 1662.499 MHz
    [ 1.536703] Switching to clocksource tsc
    [ 1.540026] raid6: mmxx1 2187 MB/s
    [ 1.596677] raid6: mmxx2 2521 MB/s
    [ 1.653354] raid6: sse1x1 1347 MB/s
    [ 1.710012] raid6: sse1x2 1844 MB/s
    [ 1.766690] raid6: sse2x1 2539 MB/s
    [ 1.786795] firewire_core 0000:06:01.0: created device fw0: GUID 00e018000366c6ce, S400
    [ 1.823342] raid6: sse2x2 2898 MB/s
    [ 1.823344] raid6: using algorithm sse2x2 (2898 MB/s)
    [ 1.823346] raid6: using ssse3x1 recovery algorithm
    [ 1.823755] xor: measuring software checksum speed
    [ 1.856671] pIII_sse : 5823.600 MB/sec
    [ 1.890003] prefetch64-sse: 6585.600 MB/sec
    [ 1.890006] xor: using function: prefetch64-sse (6585.600 MB/sec)
    [ 1.898248] bio: create slab <bio-1> at 1
    [ 1.899326] Btrfs loaded
    [ 1.901248] device label btrfs-root devid 1 transid 28271 /dev/sda3
    [ 1.920826] device label btrfs-root devid 1 transid 28271 /dev/sda3
    [ 1.921520] btrfs: disk space caching is enabled
    [ 1.997973] Btrfs detected SSD devices, enabling SSD mode
    [ 2.050028] usb 1-8: new high-speed USB device number 4 using ehci-pci
    [ 2.090610] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.092281] systemd[1]: Set hostname to <laptop>.
    [ 2.143215] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.143313] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.143345] systemd[1]: Starting Remote File Systems.
    [ 2.143937] systemd[1]: Reached target Remote File Systems.
    [ 2.143956] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.144653] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.144670] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.145256] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.145272] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.145894] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.145910] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.146567] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.146588] systemd[1]: Starting Journal Socket.
    [ 2.147146] systemd[1]: Listening on Journal Socket.
    [ 2.148771] systemd[1]: Starting Apply Kernel Variables...
    [ 2.149957] systemd[1]: Starting Create static device nodes in /dev...
    [ 2.151267] systemd[1]: Starting Journal Service...
    [ 2.153691] systemd[1]: Started Journal Service.
    [ 2.153751] systemd[1]: Starting Setup Virtual Console...
    [ 2.154889] systemd[1]: Mounting Debug File System...
    [ 2.158188] systemd[1]: Started Load Kernel Modules.
    [ 2.158229] systemd[1]: Mounted FUSE Control File System.
    [ 2.158309] systemd[1]: Starting udev Kernel Socket.
    [ 2.158956] systemd[1]: Listening on udev Kernel Socket.
    [ 2.159041] systemd[1]: Starting udev Control Socket.
    [ 2.159672] systemd[1]: Listening on udev Control Socket.
    [ 2.159749] systemd[1]: Starting udev Coldplug all Devices...
    [ 2.161032] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 2.162723] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 2.165879] systemd[1]: Started Set Up Additional Binary Formats.
    [ 2.165910] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.167054] systemd[1]: Mounting Configuration File System...
    [ 2.168017] systemd[1]: Mounting Huge Pages File System...
    [ 2.168927] systemd[1]: Starting Encrypted Volumes.
    [ 2.169462] systemd[1]: Reached target Encrypted Volumes.
    [ 2.169488] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.169557] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.169583] systemd[1]: Expecting device dev-disk-by\x2duuid-b81c8e6c\x2db02e\x2d4782\x2d8f55\x2d0634200a2438.device...
    [ 2.170567] systemd[1]: Mounting Temporary Directory...
    [ 2.171694] systemd[1]: Starting File System Check on Root Device...
    [ 2.174125] systemd[1]: Started Apply Kernel Variables.
    [ 2.229260] btrfs: use ssd allocation scheme
    [ 2.229265] btrfs: disk space caching is enabled
    [ 2.231634] systemd-udevd[132]: starting version 204
    [ 2.400039] usb 2-2: new full-speed USB device number 2 using uhci_hcd
    [ 2.487626] ACPI: AC Adapter [AC0] (on-line)
    [ 2.489829] ACPI: Requesting acpi_cpufreq
    [ 2.513467] tsc: Marking TSC unstable due to TSC halts in idle
    [ 2.513560] ACPI: acpi_idle registered with cpuidle
    [ 2.513817] Switching to clocksource hpet
    [ 2.539293] Linux agpgart interface v0.103
    [ 2.545200] asus_laptop: Asus Laptop Support version 0.42
    [ 2.578741] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.590461] r8169 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 2.590748] r8169 0000:02:00.0 eth0: RTL8168b/8111b at 0xf8d06000, 00:17:31:dc:87:ff, XID 18000000 IRQ 44
    [ 2.590753] r8169 0000:02:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
    [ 2.610406] asus_laptop: F3JC model detected
    [ 2.616416] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.711866] intel_rng: FWH not detected
    [ 2.717356] ACPI: Battery Slot [BAT0] (battery present)
    [ 2.724805] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
    [ 2.724811] iwl3945: Copyright(c) 2003-2011 Intel Corporation
    [ 2.730422] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 2.747517] r592 0000:06:01.3: setting latency timer to 64
    [ 2.750104] r592: driver successfully loaded
    [ 2.762781] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    [ 2.816731] usb 4-1: new full-speed USB device number 2 using uhci_hcd
    [ 2.827059] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.827065] ACPI: Thermal Zone [THRM] (54 C)
    [ 2.827477] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input7
    [ 2.833861] input: PC Speaker as /devices/platform/pcspkr/input/input8
    [ 2.835775] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 2.835882] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 2.838475] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20130328/utaddress-251)
    [ 2.838484] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.838489] ACPI Warning: 0x000004b0-0x000004bf SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
    [ 2.838494] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.838497] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
    [ 2.838502] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.838505] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.838797] ACPI Warning: 0x00000400-0x0000041f SystemIO conflicts with Region \SMB0 1 (20130328/utaddress-251)
    [ 2.838804] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.847585] leds_ss4200: no LED devices found
    [ 2.878609] microcode: CPU0 sig=0x6f6, pf=0x20, revision=0x48
    [ 2.883133] iwl3945 0000:03:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
    [ 2.883140] iwl3945 0000:03:00.0: Detected Intel Wireless WiFi Link 3945ABG
    [ 2.883226] iwl3945 0000:03:00.0: irq 46 for MSI/MSI-X
    [ 2.888784] microcode: CPU1 sig=0x6f6, pf=0x20, revision=0x48
    [ 2.888867] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.920615] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
    [ 2.963540] systemd-udevd[154]: renamed network interface eth0 to enp2s0f0
    [ 3.003960] iTCO_vendor_support: vendor-support=0
    [ 3.011389] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 3.011434] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0860)
    [ 3.011598] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.043559] systemd-udevd[158]: renamed network interface wlan0 to wlp3s0
    [ 3.044516] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.044521] Disabling lock debugging due to kernel taint
    [ 3.130966] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 3.131299] NVRM: loading NVIDIA UNIX x86 Kernel Module 304.88 Wed Mar 27 14:31:12 PDT 2013
    [ 3.157181] hidraw: raw HID events driver (C) Jiri Kosina
    [ 3.186255] Bluetooth: Core ver 2.16
    [ 3.186357] NET: Registered protocol family 31
    [ 3.186360] Bluetooth: HCI device and connection manager initialized
    [ 3.186370] Bluetooth: HCI socket layer initialized
    [ 3.186374] Bluetooth: L2CAP socket layer initialized
    [ 3.186383] Bluetooth: SCO socket layer initialized
    [ 3.187775] usbcore: registered new interface driver usbhid
    [ 3.187779] usbhid: USB HID core driver
    [ 3.213962] hid-generic 0003:04D8:003F.0001: hiddev0,hidraw0: USB HID v1.11 Device [Microchip Technology Inc. Simple HID Device Demo] on usb-0000:00:1d.0-2/input0
    [ 3.222741] usbcore: registered new interface driver btusb
    [ 3.310753] device label btrfs-root devid 1 transid 28271 /dev/sda3
    [ 3.413401] Adding 4194300k swap on /dev/sda2. Priority:-1 extents:1 across:4194300k SSFS
    [ 3.606690] r8169 0000:02:00.0: Refused to change power state, currently in D3
    [ 3.645174] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008/0x0, board id: 3655, fw id: 30712
    [ 3.685857] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input11
    [ 4.780165] r8169 0000:02:00.0: Refused to change power state, currently in D3
    [ 4.780840] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 4.781391] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 4.781939] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 4.782536] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.446743] r8169 0000:02:00.0 enp2s0f0: rtl_phy_reset_cond == 1 (loop: 100, delay: 1).
    [ 5.447280] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.448694] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.449244] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.449794] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.452267] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.452819] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.453796] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.453852] r8169 0000:02:00.0 enp2s0f0: link up
    [ 5.469508] iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9
    lsmod:
    fuse 65687 2
    joydev 7339 0
    btusb 16196 0
    hid_generic 749 0
    usbhid 36609 0
    bluetooth 270982 2 btusb
    hid 70462 2 hid_generic,usbhid
    crc16 1091 1 bluetooth
    nvidia 10233640 42
    iTCO_wdt 4471 0
    iTCO_vendor_support 1545 1 iTCO_wdt
    arc4 1628 2
    coretemp 4926 0
    microcode 9872 0
    psmouse 85523 0
    serio_raw 3969 0
    pcspkr 1487 0
    i2c_i801 9873 0
    of_i2c 1774 1 i2c_i801
    snd_hda_codec_si3054 2898 1
    snd_hda_codec_realtek 30721 1
    r592 10291 0
    lpc_ich 11197 0
    memstick 6008 1 r592
    iwl3945 48472 0
    acpi_cpufreq 9230 0
    iwlegacy 41637 1 iwl3945
    snd_hda_intel 29956 2
    mperf 991 1 acpi_cpufreq
    mac80211 390928 2 iwl3945,iwlegacy
    snd_hda_codec 126979 3 snd_hda_codec_realtek,snd_hda_codec_si3054,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_pcm 63876 3 snd_hda_codec_si3054,snd_hda_codec,snd_hda_intel
    cfg80211 339123 3 iwl3945,iwlegacy,mac80211
    snd_page_alloc 5974 2 snd_pcm,snd_hda_intel
    snd_timer 14942 1 snd_pcm
    snd 44383 11 snd_hda_codec_realtek,snd_hda_codec_si3054,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    r8169 51032 0
    soundcore 4386 1 snd
    i2c_core 19967 3 i2c_i801,of_i2c,nvidia
    intel_agp 8688 0
    intel_gtt 10172 1 intel_agp
    asus_laptop 16521 0
    mii 3375 1 r8169
    agpgart 22047 3 nvidia,intel_agp,intel_gtt
    thermal 7112 0
    sparse_keymap 2582 1 asus_laptop
    rfkill 12682 4 cfg80211,asus_laptop,bluetooth
    input_polldev 2142 1 asus_laptop
    processor 24819 3 acpi_cpufreq
    battery 5589 0
    evdev 7528 13
    ac 2668 0
    btrfs 768232 1
    crc32c 1276 1
    libcrc32c 714 1 btrfs
    xor 19412 1 btrfs
    zlib_deflate 18140 1 btrfs
    raid6_pq 89831 1 btrfs
    sr_mod 13055 0
    sd_mod 28246 3
    cdrom 29900 1 sr_mod
    ata_generic 2434 0
    pata_acpi 2367 0
    ata_piix 20856 2
    libata 149163 3 pata_acpi,ata_generic,ata_piix
    scsi_mod 108355 3 libata,sd_mod,sr_mod
    firewire_ohci 27462 0
    firewire_core 44471 1 firewire_ohci
    crc_itu_t 1095 1 firewire_core
    sdhci_pci 9751 0
    sdhci 25111 1 sdhci_pci
    mmc_core 85568 2 sdhci,sdhci_pci
    uhci_hcd 21416 0
    ehci_pci 3404 0
    ehci_hcd 42552 1 ehci_pci
    usbcore 152075 5 btusb,uhci_hcd,ehci_hcd,ehci_pci,usbhid
    usb_common 1172 1 usbcore
    video 10027 0
    button 3685 0
    I'm running kernel version 3.10.6-2-ARCH.
    Many thanks

    OK, so I think this is pretty much solved, or at least a workaround:
    I use E17 (or E18 now I guess), and using econmann GUI I can enable bluetooth! rfkill list now results in
    $ rfkill list
    0: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
    2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    It would be interesting to know why rfkill wasn't able to power the bluetooth on, yet econnman was. Any ideas?

  • Bluetooth Network and Internet sharing issue

    I'm trying to set up a network through Bluetooth between two computers having the latest Toshiba Stack installed, and to share the Internet connection with the second computer.
    On the firs computer I've set the Internet Connection Sharing, and because of this it automatically sets the TCP/IP adresses for the Bluetooth Personal Area network (192.168.0.1).
    On the 2nd computer, i've set everything to obtain it automatically. Firewalls (Kaspersky) disabled.
    When I connect the 2 Bluetooth devices, everything looks fine, the 2nd automatically obtains the IP adress, I can ping both computers, and the Internet also works on the 2nd computer, for a few seconds! After that, it appears like the 2nd computer is disconnected from the network... what could be the problem?
    In the event viewer under the System tab, I've found Informations like these:
    2nd comp:
    The system detected that network adapter \DEVICE\TCPIP_{E44D18EB-91F5-4... was connected to the network, and has initiated normal operation over the network adapter.
    The browser has forced an election on network \Device\NetBT_Tcpip_{E44D18EB-... because a master browser was stopped.
    and at 1st comp also appeares this:
    The system detected that network adapter Bluetooth...Area Network - Packet Scheduler Miniport was disconnected from the network, and the adapter's network configuration has been released. If the network adapter was not disconnected, this may indicate that it has malfunctioned. Please contact your vendor for updated drivers.

    ================================================== =========================
    Interface List
    0x1 ........................... MS TCP Loopback interface
    0x2 ...00 17 31 27 e6 10 ...... Intel(R) PRO/1000 PL Network Connection - Packet Scheduler Miniport
    0x20004 ...00 60 52 0b 53 e3 ...... Realtek RTL8029(AS) PCI Ethernet Adapter - Packet Scheduler Miniport
    ================================================== =========================
    ================================================== =========================
    Active Routes:
    Network Destination Netmask Gateway Interface Metric
    0.0.0.0 0.0.0.0 195.222.104.193 195.222.104.219 20
    127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
    192.168.0.0 255.255.255.0 192.168.0.1 192.168.0.1 30
    192.168.0.1 255.255.255.255 127.0.0.1 127.0.0.1 30
    192.168.0.255 255.255.255.255 192.168.0.1 192.168.0.1 30
    195.222.104.192 255.255.255.224 195.222.104.219 195.222.104.219 20
    195.222.104.219 255.255.255.255 127.0.0.1 127.0.0.1 20
    195.222.104.255 255.255.255.255 195.222.104.219 195.222.104.219 20
    224.0.0.0 240.0.0.0 192.168.0.1 192.168.0.1 30
    224.0.0.0 240.0.0.0 195.222.104.219 195.222.104.219 20
    255.255.255.255 255.255.255.255 192.168.0.1 192.168.0.1 1
    255.255.255.255 255.255.255.255 195.222.104.219 195.222.104.219 1
    Default Gateway: 195.222.104.193
    ================================================== =========================
    Persistent Routes:
    None

  • New iMac crashes permanently - bluetooth problem?

    Hi all,
    my new iMac (27-inch, Late 2013) is constantly crashing, especially after the execution of a particular gesture on the Magic Trackpad. The crash after moving the scroll wheel on a wired Apple mouse has so far occurred only once. After the phone call with the Apple support I have deleted and reinstalled the system and then copied the data from an old system from a Time Machine backup, and reinstalled my programs.
    Unfortunately, the problems are still there. These are the results of EtreCheck:
    Hardware Information:
              iMac (27-inch, Late 2013)
              iMac - model: iMac14,2
              1 3.5 GHz Intel Core i7 CPU: 4 cores
              32 GB RAM
    Video Information:
              NVIDIA GeForce GTX 780M - VRAM: 4096 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:7:3
    Disk Information:
              APPLE SSD SD0128F disk0 : (121,33 GB)
                        EFI (disk0s1) <not mounted>: 209,7 MB
                        disk0s2 (disk0s2) <not mounted>: 120,99 GB
                        Boot OS X (disk0s3) <not mounted>: 134,2 MB
              APPLE HDD ST1000DM003 disk1 : (1 TB)
                        EFI (disk1s1) <not mounted>: 209,7 MB
                        disk1s2 (disk1s2) <not mounted>: 999,35 GB
                        Recovery HD (disk1s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple, Inc. Keyboard Hub
                        Mitsumi Electric Apple Optical USB Mouse
                        Apple Inc. Apple Keyboard
              MediaTek Inc MT1887 
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.SwitchBoard.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.oracle.java.Helper-Tool.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.oracle.java.Java-Updater.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
    User Login Items:
              FontExplorerXAutoload
              iTunesHelper
              Mail
              FontExplorer X Pro
              Canon IJ Network Scanner Selector EX
    Internet Plug-ins:
              AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.38 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.38 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              Java  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office-Erinnerungen:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              dynamiclinkmanager:          Version: 6.0.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
              dynamiclinkmediaserver:          Version: 6.0.1 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
    Time Machine:
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
              Destinations:
                        Data [Network] (Last used)
                        Total size: 2 
                        Total number of backups: 8
                        Oldest backup: 2014-01-31 20:08:29 +0000
                        Last backup: 2014-02-01 20:07:36 +0000
                        Size of backup disk: Excellent
                                  Backup size 2  > (Disk size 0 B X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   2%          EtreCheck
                   1%          WindowServer
                   0%          SystemUIServer
                   0%          configd
                   0%          mds
    Top Processes by Memory:
              164 MB          mds_stores
              131 MB          com.apple.IconServicesAgent
              98 MB          WindowServer
              66 MB          Finder
              66 MB          Mail
    Virtual Memory Information:
              29.04 GB          Free RAM
              1.22 GB          Active RAM
              319 MB          Inactive RAM
              1.42 GB          Wired RAM
              966 MB          Page-ins
              0 B          Page-outs

    Thanks for your thoughts.
    I have not restored my system via Time Machine, but after reinstalling I just copied my documents and small programs on the new computer (no preference files or something like that).
    The memory was installed by my reseller (four 8 GB modules from Kingston).
    Here is the last Crash Report from last night:
    Anonymous UUID:       CE111445-D4E9-E9E6-43FC-F0A2B7334293
    Sat Feb  1 22:12:42 2014
    panic(cpu 0 caller 0xffffff8019cdc19e): Kernel trap at 0xffffff7fdb3daff0, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff7fdb3daff0, CR3: 0x000000001c898000, CR4: 0x00000000001606e0
    RAX: 0xffffff839f2530a4, RBX: 0xffffff83a9143d30, RCX: 0x000000000000007c, RDX: 0x00000000000044c0
    RSP: 0xffffff83a9143c48, RBP: 0xffffff83a9143c80, RSI: 0xffffff839f2d1000, RDI: 0xffffff8057e61400
    R8:  0x00000000000003b3, R9:  0x00000000000003ff, R10: 0xffffff8057e903b3, R11: 0x00000000000003a5
    R12: 0x0000000000000004, R13: 0xffffff839f253028, R14: 0xffffff839f2d1000, R15: 0xffffff8057e8a000
    RFL: 0x0000000000010292, RIP: 0xffffff7fdb3daff0, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff7fdb3daff0, Error code: 0x0000000000000010, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff83a91438d0 : 0xffffff8019c22f69
    0xffffff83a9143950 : 0xffffff8019cdc19e
    0xffffff83a9143b20 : 0xffffff8019cf3606
    0xffffff83a9143b40 : 0xffffff7fdb3daff0
    0xffffff83a9143c80 : 0xffffff7f9b2f283b
    0xffffff83a9143db0 : 0xffffff7f9b2cf9a9
    0xffffff83a9143dc0 : 0xffffff7f9b2cf865
    0xffffff83a9143e70 : 0xffffff7f9b3c4a39
    0xffffff83a9143ec0 : 0xffffff7f9b25a372
    0xffffff83a9143ef0 : 0xffffff801a0ada80
    0xffffff83a9143f30 : 0xffffff801a0ac522
    0xffffff83a9143f80 : 0xffffff801a0ac5f7
    0xffffff83a9143fb0 : 0xffffff8019cd6aa7
          Kernel Extensions in backtrace:
             com.apple.driver.AirPort.Brcm4360(800.21.45)[8BC62C63-B896-3CD4-83ED-EB2C71224B D8]@0xffffff7f9b251000->0xffffff7f9b60dfff
                dependency: com.apple.driver.mDNSOffloadUserClient(1.0.1b4)[C808009A-9D01-31FC-A01F-AA91DFF 6D348]@0xffffff7f9af7f000
                dependency: com.apple.iokit.IO80211Family(600.34)[5B1818BB-0831-3BD1-B7E2-3D9BD0FD3818]@0xf fffff7f9b1d1000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f9a2ba000
                dependency: com.apple.iokit.IONetworkingFamily(3.2)[1EAD69CB-6AB4-387F-94C4-8FAAFF28354C]@0 xffffff7f9ac14000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000019a00000
    Kernel text base: 0xffffff8019c00000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 3096650188554
    last loaded kext at 2977005124122: com.apple.filesystems.afpfs          11.0 (addr 0xffffff7f9c24e000, size 348160)
    last unloaded kext at 503874827926: com.apple.driver.AppleUSBHIDMouse          180.9 (addr 0xffffff7f9c1f6000, size 16384)
    loaded kexts:
    com.apple.filesystems.afpfs          11.0
    com.apple.nke.asp-tcp          8.0.0
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.filesystems.smbfs          2.0.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleIntelHD5000Graphics          8.1.8
    com.apple.GeForce          8.1.8
    com.apple.driver.AppleMikeyDriver          2.5.3fc1
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleIntelFramebufferAzul          8.1.8
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleSDXC          1.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AirPort.Brcm4360          800.21.45
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.security.SecureRemotePassword          1.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.nvidia.driver.NVDAGK100Hal          8.1.8
    com.apple.nvidia.driver.NVDAResman          8.1.8
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleThunderboltEDMSink          1.2.1
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleHDAController          2.5.3fc1
    com.apple.iokit.IOHDAFamily          2.5.3fc1
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleHIDMouse          180.9
    com.apple.driver.AppleUSBHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.CoreStorage          380
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.iokit.IO80211Family          600.34
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0
    Model: iMac14,2, BootROM IM142.0118.B00, 4 processors, Intel Core i7, 3.5 GHz, 32 GB, SMC 2.15f2
    Graphics: NVIDIA GeForce GTX 780M, NVIDIA GeForce GTX 780M, PCIe, 4096 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x0198, 0x393930353432382D3135352E413030472020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x0198, 0x393930353432382D3135352E413030472020
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x0198, 0x393930353432382D3135352E413030472020
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x0198, 0x393930353432382D3135352E413030472020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (6.30.223.154.45)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE SSD SD0128F, 121,33 GB
    Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Macpower
    USB Device: MT1887
    USB Device: Keyboard Hub
    USB Device: Apple Optical USB Mouse
    USB Device: Apple Keyboard
    Thunderbolt Bus: iMac, Apple Inc., 23.10

  • «A Nightmare called 6210 Navigator» - Part II / Ex...

    In the post - «A Nightmare called Nokia 6210 Navigator» - I explained my disappointment with this new navigator model, specially for people, like me, who own and intensively used the «6110» before.
    In all fairness to all of you - Nokia included - I found I should explain myself better.
    I have both 'Navigator Phones' - 6110 (with firmware 6.01) & 6210 (with Firmware 3.08, updated first to 3.25 and now to 4.13, if I remember correctly) - have returned the first 6210 and will return again this second unit, mainly because of its lousy sound and 'bluetooth' crackles every time I got Map/Road directions... From which you hear the last words - only - most of the time and what makes this phone useless as a ('voiced') navigation tool.
    Maybe the navigation function/program is not supposed to be the main phone feature any more, because Nokia is also using one bad/cheap loudspeaker in the 6210, while the 6110 had two good ones that worked fine against the engine/road/car noise...
    My second 6210 surely confirms this is the case, as by now I know that my first (6210) returned unit was clearly not a defective one in terms of 'sound/bluetooth' capabilities - I returned it to the shop during my legal 30 day return period - because for what sound is concerned, this second unit confirms it: The phone is just like that - scrappy!
    There are, however, other major problems to be concerned about...
    The 'voice command dedicated button' was also removed - this function is now available through the upper right button - making it impossible to use (activating 'bluetooth', for instance) if you are inside any phone application (Maps 2.0, included)!
    Has anybody tried a prototype before the phone release? Has anybody used a 6110 Navigator before? I guess not!
    This is even more stupid/cumbersome, as for instance, the lower left button is free for this action (keep it pushed for more than 1 second) and would be a much more clever (and logical) solution...
    It seems developers either don't waist much time balancing their solutions or haven't thought about it at all! (At least, this can be fixed by remapping the button in a further firmware update, although I doubt they care - or will, eventually, do it...)
    IMO, the above described hardware shortcomings, alone, are enough to rule out this phone as a (Car/Driving) navigator unit, and no software or firmware update/release is going to (or can) alter this fact.
    If you need to stay with Nokia, the (two years) 'old' «6110 Navigator», is undoubtedly a much better and user friendly 'Phone Navigation' unit - with or without Nokia's Maps application!
    If you want to know a little more about other 6210's "Shortcomings & Problems', please do read further...
    Maybe releasing a new model every year doesn't give them much time to think... Nevertheless it's there option and frankly it's not an excuse, at least, as far as I'm concerned!
    Ergonomically there are other basic errors:
    1. The phone front 'fascia' doesn't open/slide enough for you to have space to effectively use the upper keyboard row/buttons.
    2. The lower keyboard row is placed to close to the unit's end, making it quite difficult to dial with your thumb while holding the phone in the palm of your hand.
    ...Sorry to say, but it's a bad/defective layout design! Again, I doubt a prototype was tested by human hands!
    ...And now - as it seems to be usual with the last Nokia products - The Bugs:
    (Please feel free to add the ones you've found - It came a time I gave up using the phone any more!)
    1. I couldn't connect the phone by 'bluetooth' with Nokia's own/dedicated «Pc Suite v.7.1.18.0»! (I'm using Win XP Prof SP3)
    A bug, the lousy 'bluetooth' sound/connection, or a defective unit?
    I discovered that it only happened with my first unit, which I now conclude - was defective. (I had given up after several hours lost trying to figure out what was wrong and discovering that the 'old' 6110 still worked perfectly, even with the new/last «Pc Suite» versions and settings!)
    The second phone works now flawlessly with the «Pc Suite» program, I have to say!
    2. Setting an alarm to a different day rather than the actual one, switches the alarm back to the actual day, as soon as you save it!
    Another bug that 'Beta Users' seem to have forgotten. It's unbelievable how basic things like this can happen... Well, maybe they never used the alarm (or the phone), after all?
    Corrected in firmware 4.13; so it seems... (However it took two firmware releases to correct it! Inexcusable, from my point of view!)
    3. When navigating, if you receive or make a phone call the 'Navigation Screen' doesn't show back again after ending the call, although you continue receiving 'road voice indications'; to have your 'Map Display/Visual Road Indications' once again you need to 'hit' the 'Start
    Application Button' once again - Delirious!!!
    4. With 'bluetooth' on, if you give a 'Contacts Voice Command' you don't have sound/voice 'feed back / confirmation' for the 'dialled contact' (as you had in the 6110) - you have to look at the screen to aknowledge it - Quite unsafe if you're driving...
    Last... And as usual... Some 'phone freezing', so we can rehearse (and improve) our 'Remove Battery' exercise...
    Welcome to the club, thank you very much, I hope you enjoy!
    There are several other 'malfunction' that I will not go into depth, as they are user/personal related, and quite frankly I'm so tired of this phone, that I don't feel like going on, and on, pointing out all those shortcomings - after all this should be Nokia's Team own home work!
    The ones I pointed out are enough, at least for me, to say - bye, bye, «Nokia 6210 Navigator».
    I may even continue to use my old '6110' - Why not? Not perfect, but a much better (navigator) phone - But I'm surely will looking quite closely into another brand for my next (navigator) phone!
    Best wishes to all of you (Nokia, included),
    telele
    P.S. - As usual, you are entitled to contradict my findings... Update the bugs list... Or even praise the «6210 Navigator» phone.
    All your comments are surely welcome!
    I, on the other hand, will be returning this second unit.
    Sorry, but I had enough - Period.
    Message Edited by telele on 18-Jan-2009 06:54 PM
    Message Edited by telele on 18-Jan-2009 06:55 PM

    I have also 'upgraded' from a 6110 Navigator to a 6210 Navigator and found the newer model to be considerably harder to use.
    In particular, your point #4 about not having a warning beep when issuing a voice command while in bluetooth/car mode is my number 1 gripe as it makes my cars bluetooth and phones voice dialling completely useless.
    If you have found a solution to that particular issue please let me know.

  • Apple Remote Desktop and Bluetooth

    Hi, does anyone know if Apple Remote Desktop can be connected between two computers over a bluetooth equipped Mac computers. Thank you very much.

    Does anyone know if Apple Remote Desktop can be connected between two computers over a bluetooth equipped Mac computers.
    No, it can't.
    can two Macintosh computers use Apple Remote Desktop by Apple Talk or any other form of connection except the internet.
    ARD cannot use AppleTalk. The Internet is not necessary, of course, but a TCP/IP network is required.

  • My Bluetooth will not function after update to iOS 7.0.4

    Hi, last night I updated the last update 7.0.4. I have done all the updates before so I know how it should go. Anyway I got a message showing my to plug it into iTunes which I did. iTunes then told me I had to do a system restore (nightmare). Anyway, I did that and uploaded all my apps again.
    Now the problem is that my Bluetooth is now an issue. I slide the control panel up from the bottom and can appear to switch it on (the icon turns highlighted). At this point I can even see it is turned on in the settings menu. However no icon appears next to the battery indicator and if I try to search for it using another device it is not there. It seems that the phone thinks it is switched on when it actually isn't. I tried doing a soft reset and turned the Bluetooth on and hey presto the icon appeared! So I thought I had fixed it. But no, if I then turn the Bluetooth off it won't turn on again and the problem returns. Does anyone have any ideas? I can't keep resetting my phone every time I want to turn on my Bluetooth!
    Thanks for any advice.
    Dave

    Try a FULL reset. Fingers crossed, if that fails -> a Factory Settings & Updates as required,
    then get your info from Your Back Up..
    if that fails call Apple Corporate Customer Care.(whether Under or Out of Warranty)

Maybe you are looking for

  • NEED HELP FAST, Srs Bsns

    Heres what I wrote on UPSB, the penspinning forum, but I'm asking everywhere for some help: So, there are these three genius 6th grade kids or move up to my 9th grade geometry class. They won this big science competition and got interviewed with fox

  • How to transfer data from USB flash drive to iPad Air?

    How do I transfer files and data from a USB flash drive, or from a PC, to an iPad Air?

  • Dates in Jtable - tried and tried and tried

    I have a table cell renderer to handle the date fields as follows. The dates appear MM/dd/yyyy when the table is loaded as I want. SimpleDateFormat cdnDate = new SimpleDateFormat("MM/dd/yyyy"); if (((Vector)fieldInfo.elementAt(i)).elementAt(2).equals

  • Website in several language

    Hi! I have publish my website in swedish with my iweb and it is ok but now I would like to have the same website in another language. I would have in my first webpage (the welcome page) a link to my website in english. Is it possible with iWeb? I wan

  • Netatalk login doesn't work

    Hello, i want to use my raspberry pi to share my external HDD over the network. I install netatalk and avahi and on my macbook i can see the server, but i can't login, he says he that tcredentials are wrong, but I'm sure that they are correct. I hope