Commands redrawing (Samsung)

I'm developing for SGH Samsung S100 and find that if I switch from Form
with Command objects on it to Canvas (which has no Command objects),
the Command objects from the Form remain at the bottom of the screen and are
not cleared. They remain even If i call form.removeCommand(SOME_COMMAND)
for every command in this form. Is there anybody who faced the same challenge?
I'll be very grateful for any help!
Thanks.

Hi
At the beginnig of the paint() method you should write:
    graphics.fillRect(0, 0, getWidth(), getHeight());A filled rectangle is drawn on the screen, the color of the filled rectangle beeing white has the effect of erasing images from the canvas. 'graphics' is the parameter of the paint method and is a instance of the Graphics class.
Hope it helps
Regards,
Michael

Similar Messages

  • 4400G RS232 code for Samsung monitor 460MX-3

    Hi,
    can some one help me on how to sent rs232 command to samsung monitor 460MX-3, i just want to sent command from the control power on and power off to the monitor.
    i have:
    1. eanble the dmp RS232 control supported,non dmtech.. option. from the dmm
    2. connect a cross serial cable to the sumsung monitor from the dmp.
    i tried to turn the monitor off using this code rs232.tx_hex=0x11x0 but it doest work.
    help.
    Best Regards
    Andrew

    I believe you must us a null modem cable to connect the DMP to any display. Can you verfiy?
    The Cisco branded TVs are the DX model by Samsung so the same code to turn off the monitor for the Cisco TVs should work for the Samsung.
    We have both Cisco and Samsung TVs in our shop and the I have used the Cisco power off command for both.

  • How do I print from my Samsung tab 2 to my HP 6600 printer

    How do I print from my galaxy 2 tablet to my HP 6600 printer

    Samsung has hard-coded the "Print" command on their devices to look for a Samsung printer.
    As most of us who read the instructions for ePrint already know, the ePrint app works via the Android "share" command.  You share the file you want to print to the ePrint app.  It doesn't replace the hard-coded command on Samsung devices.
    Printing an email is a snap.  Create a contact entry named "Printer", then give it the email address you received from hpconnected.com.  Forward any email you want to print to " Printer".  Done.
    This assumes you have an ePrint-capable printer, and have followed the directions to register the printer correctly.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Samsung S3CC9P9  - Do I really have this card?

    Hello People,
    I'm new here. I have got a card with supposed specificiation: http://www.smartcardsource.com/pdf/SamsungJavacard.pdf but I'm not able to do anything with it. (install_for_load, load..., select)
    I was able to retrieve following information from the card (via SmartCardShell):
    *Card ATR*
    3B 69 00 00 80 63 31 46 01 83 FF 9000
    *FCP*
    6F 19 84 08 A0 00 00 00 03 00 00 00 A5 0D 9F 6E 06 10 01 76 DE 00 05 9F 65 01 7F
    *Issuer Identification Number (42)*
    00 42 06 00 82 83 00 00 00
    *Card Image Number (45)*
    00 45 08 00 01 02 03 04 05 06 07
    *Card data (66)*
    not readable (unknown instruction)
    *Key Information Template (E0)*
    not readable (unknown instruction)
    *Sequence Counter of the default Key Version Number (C1)*
    not readable (unknown instruction)
    *Confirmation Counter (C2)*
    not readable (unknown instruction)The specification gives following example of "Secure Channel Initiation" which means it should use SCP02:
    Send 80 50 00 00 08
    11 22 33 44 55 66 77 88 (Host challenge)
    Response 61 1C (Status Word)
    Send 00 C0 00 00 1C
    Response 00 00 61 72 01 27 23 90 99 45 (Key diversification data)
    FF 02 (Key information)
    00 00 (Sequence Counter)
    3D 02 9C 31 C7 89 (Card challenge)
    10 91 59 B6 9D D1 E8 F7 (Card cryptogram)
    90 00 (Status Word)
    Send 84 82 00 00 10
    6C AB F3 4A CF AA 6C CB F3 46 3E BD 51 AE 8A 55 (Hostcryptogram and MAC)
    Response 90 00 (Status Word)BUT: My card only authenticates with SCP01! (does this mean that it can't be http://www.smartcardsource.com/pdf/SamsungJavacard.pdf) ???
    Next thing: Preinstalled Applets on this card:
    http://www.smartcardsource.com/pdf/SamsungJavacard.pdf says, there should be installed six Applets
    Card has the Issuer Security Domain, Supplementary Security Domain
    and six ROM applets (Certification Applet, eBook, ATM Applet, K-Cash, PSE and
    VSDC). Capabilities of the Issuer Security Domain and these ROM applets are
    described in this section.
    Issuer Security Domain
    Supplementary Security Domain
    Certification AppletBut I found only the following ones, which are not selectable (6A82). Only the ISD (A0 00 00 00 03 00 00 00 ) responds with 9000
    Length | AID                                         | Life CycleState | Application Privileges |
    ---------------------------------------------------------------------------------------------------|
    [08]     | A0 00 00 00 03 00 00 00           |    [01]               |1A]                           |
    [06]     | A0 00 00 00 03 10                    |    [01]               | [00]                          |
    [05]     | 31 50 41 59 2E                         |    [01]               | [00]                          | 
    ----------------------------------------------------------------------------------------------------I tried GPShell: Without mode_211 I'm able to authenticate to the card. With mode_211 I only get the following:
    mode_211
    enable_trace
    establish_context
    card_connect
    * reader name SCM Microsystems Inc. SCR33x USB Smart Card Reader 0
    select -AID a0000000030000
    Command --> 00A4040007A0000000030000
    Wrapped command --> 00A4040007A0000000030000
    Response <-- 6F198408A000000003000000A50D9F6E06100176DE00059F65017F9000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channe
    l
    Command --> 80CA006600
    Wrapped command --> 80CA006600
    Response <-- 6A86
    *GP211_get_secure_channel_protocol_details() returns 0x80206A86 (6A86: Incorrect parameters (P1, P2).)*I tried to install the HelloWorld.cap from GPshell,
    I compiled - by myself - the HelloWorld.cap (jc21), the HelloWorld.cap (jc211) from the JDKs and I'm not able to install anyone of it.
    I have used the jcManager from Stefan Braciu as well and tried to install the 3 different cap files. But each time I only get the following:
    <- 90 00
    Authenticated
    UplaodCAP
    Get AID from header.cap file
    FOR LOAD DATA: EF 04 C6 02 01 9A
    AID:A0 00 00 00 62 03 01 0C 01
    Applet AID:A0 00 00 00 62 03 01 0C 01 01
    Try to delete if existing...
    -> 84 E4 00 00 18 33 22 EB 67 5C A3 F5 16 CD 4E EE 62 4D 1E BF A4 53 F5 37 2E 8B C5 12 E4
    <- 6A 88
    -> 84 E4 00 00 18 F9 44 83 9F 14 5E 1F 2F 29 9B F4 A5 15 5A 57 41 67 5A 50 AD 71 E8 7C 44
    <- 6A 88
    Loading cap file. Please wait...
    Install for Load
    -> 84 E6 02 00 20 87 6D 63 C1 FD 30 F4 5F 67 09 CA FB DA A4 87 98 8B 96 84 28 79 B6 E4 F5 D1 71 6D 73 92 2A 34 0D
    <- 90 00
    Load CAP
    -> 84 E8 00 00 D8 53 7A 8F A3 B6 8D 15 BA 86 9F 94 18 96 99 11 C5 09 45 BB 10 96 17 85 4F 76 5A 01 78 54 CF C4 DE EE 65 F7 45 70 7E 22 68 1A 6A FE 15 40 E8 C2 BC BB 2C B9 E9 A1 30 52 51 66 3F C0 CC CF 99 E5 36 C7 64 D2 13 B1 1A AB 75 BF 0F 34 6D D2 3E A2 72 12 D2 9A FC 89 6D 2F 95 65 B2 E1 C4 B0 01 78 6F FB 8A 9C 38 2C A1 0E A0 77 26 18 88 CE D7 6E 10 03 8B E6 D5 0F 78 4E 00 E9 D0 B9 E0 18 36 C6 59 28 14 A9 FB 5B B0 AF 27 31 78 8E E9 E0 D6 97 32 0F EE D5 1E B4 72 A6 48 A6 DA BC CC 40 84 27 32 38 99 A8 FC 47 9A 0A 60 5E EB 42 48 5C 84 99 17 5F A9 E8 EC 1B 46 B0 AD 9F 06 B4 71 DC 55 52 DA 5F 63 D6 BB D7 55 94 A1 0E 7E 45 AD EC 3A 8F 2C A1 E6 E3 E4 25 F5 6A A9
    <- 69 82
    -> 84 E6 0C 00 38 6C 98 3C 15 C3 6B D9 2D B1 40 2F 01 19 07 21 4D 25 82 FE 1C 99 80 4A 2B 96 EB 4E F1 55 98 93 0E 40 1E 4B C4 C2 6E EA B8 3D 9B 37 3E 42 81 8A 78 83 D4 97 2A B7 EF 98 3E
    <- 69 85
    Could not load applet. See debug for more info*6982 --> Security Level is not satisfied*
    *6985 --> Conditions of use not satisfied*
    How can I determine whether it is really this card? Does someone have such card and could compare the given information? Are the described facts by me saying that it can't be this card?
    Please help me!

    Hey people,
    today I managed to install an applet onto the Samsung S3CC9P9 card.
    I want to avoid that anybody will have the same problem like me, since it's not necessary to have...
    I used:
    Javacard Development Kit 2.2.1 (JCDK2.2.1)
    JDK1.3.1_01
    Just create an applet with JCDK2.2.1 and JDK1.3.1_01 and notice the packageAid and Applet AID from opt-file.
    I recommend to run the HelloWorld example, since it runs on my card.
    After having the cap, open JCOP Tools and type into JCOP Shell:
    # appid =  A00000006203010C0101
    # pkgid =  A00000006203010C01
    Authenticate to card using the button in the shell
    delete A00000006203010C0101
    delete A00000006203010C01
    upload -c "C:/Users/its/Desktop/1/HelloWorld2.2.1.cap"
    install -i A00000006203010C0101 -q C9#() A00000006203010C01 A00000006203010C0101
    /select A00000006203010C0101In my example, the appid is A00000006203010C0101 and the pkgid is A00000006203010C0101
    First authenticate to card (the samsungs use SCP01) and then you should try do delete the applet-aid and then the package-aid.
    In JCOP Tools you won't see which physical cap files are loaded. (in combination with the samsung's)
    In my testings i have only seen the loaded cap files on JCOP10, JCOP21 and JCOP41 cards.
    That's why you should try to delete first, even it's not visual to you in this step.
    If you don't do that you will get an error trying to load the cap.
    After that you must upload the applet with the -c param!
    NOTICE: If you don't do so you will not be able to install the applet, since it will respond with Wrong Data!!!
    And that's the point! Samsung cards expect the Cap Fille to be loaded component wise.
    Most Tools like Gpshell, Smartcardshell and of cource JCOP Tool (standard configuration) try to load blocks of 256 bytes in length.
    You can define another block length to instructs the tools to upload with, but this won't help.
    If you want to know what componentes are. Just rename your cap file for example to zip and extract the data.
    You will see files like (header.cap, import.cap,.., and so on). Those cap files are the componentes.
    The components store some worthful information like the pkgAID (in header.cap last bytes) and the appletAID(in Applet.cap more or less at the end of the file)
    You can find more about them in the javacard-specification. You can open the componentes with an hexeditor.
    If you don't know the packageAID and AppletAid just study the components ;)
    The most tools are trying to upload two or more components in one APDU command, but samsung cards require for EACH COMPONENT AN OWN APDU! (you don't have to understand this, but you can just use the -c param in jcop tools). Maybe you can use some of the tools from the JCDK to upload the cap componentwize, but i don't know how to it with that. Then you wouldnot need jcop tools, if you can't get it.
    After that you have to install the applet with the "install" command. (just see my first code block)
    Finally you can select your applet!
    Dont try these things, else your card will be maybe damaged.
    I have got 6 cards and only 1 is working, because of my experiments.
    The others are not working anymore.
    you should take care of the following:
    1) Don't try to upload an applet with Gpshell
    2) Dont try to upload an applet with SmartCardShell
    3) Dont try to upload an apllet with standardconfiguration in JCOP ToolsIf you do it, you will probably get the following erros:
    6F00 (no precis diagnosis) on any command you execute
    Card Manager AID not selectable anymore (hardware chip communication error)or for instance (the error 64 3A means, that you have too much packackes uploaded on card, even if there is not anyone uploaded)
    Start loading Header.cap (26 byte)
    => 80 E8 00 00 1A C4 82 01 2C 01 00 13 DE CA FF ED    ........,.......
        01 02 04 00 01 09 A0 00 00 00 62 03 01 0C 01 00    ..........b.....
    (417678 usec)
    <= 64 3A     And of cource you will get 0x6424, if you try to upload blockwize.
    My working card has following fabrication data (just type get-cplc in jcop tools and compare)
    Status: No Error
      IC Fabricator                      : 4250
      IC Type                            : 5039
      Operating System ID                : 1001
      Operating System release date      : 76DE
      Operating System release level     : 0005
      IC Fabrication Date                : 7118 (28.4.2007)
      IC Serial Number                   : 01042138
      IC Batch Identifier                : 33F6
      IC Module Fabricator               : 4252
      IC Module Packaging Date           : 7127 (7.5.2007)
      ICC Manufacturer                   : 5353
      IC Embedding Date                  : 76DE
      IC Pre-Personalizer                : 0000
      IC Pre-Perso. Equipment Date       : 76DE
      IC Pre-Perso. Equipment ID         : AABBCCDD
      IC Personalizer                    : 0000
      IC Personalization Date            : 76DE
      IC Perso. Equipment ID             : AABBCCDDHave good luck and I really hope this helps you!
    If you don't unterstand something, you can always get in contact with me.
    I will try to help you.
    Edited by: dede10 on Aug 2, 2010 12:49 PM

  • Whats wrong with my cmus menu?

    Well i got cmus and I like the idea of it alot any way but this is my problem.
    this is how it should be
    And this is how mine looks
    as you can see the track list is a little messed up how can I fix this?
    Last edited by generic_ (2009-05-31 20:28:09)

    i know i'm a little late on this one, but it seems the ^L command (redraw the terminal window) will fix the problem. at least, it fixed mine and it seemed to be the same one.
    my question then is, how do i go about telling cmus not to try to change the terminal title? the man page says several times that some terminals don't support the change, but doesn't mention what to do to stop it >_<
    EDIT: don't worry, i found it. it's the boolean 'set_term_title' option. rather obvious once i actually looked in the settings rather than skimming the documentation.
    Last edited by lycurgus (2009-08-22 15:05:39)

  • Acpi on Samsung 355V4C | brightness

    I tried to change backlight variety of ways. But nothing works.
    Ways have been tried:
    Set with acpi by writing file '/sys/class/backlight/acpi_video0/brightness' like light utility.
    Set directly by setpci.
    Many ways from [SOLVED] topics in the Internet
    All, that I used here below. If you need more - just ask.
    lspci
    00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Root Complex
    00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Device 9900
    00:01.1 Audio device: Advanced Micro Devices [AMD] nee ATI Trinity HDMI Audio Controller
    00:02.0 PCI bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Root Port
    00:04.0 PCI bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Root Port
    00:05.0 PCI bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Root Port
    00:10.0 USB controller: Advanced Micro Devices [AMD] FCH USB XHCI Controller (rev 03)
    00:11.0 SATA controller: Advanced Micro Devices [AMD] FCH SATA Controller [AHCI mode]
    00:12.0 USB controller: Advanced Micro Devices [AMD] FCH USB OHCI Controller (rev 11)
    00:12.2 USB controller: Advanced Micro Devices [AMD] FCH USB EHCI Controller (rev 11)
    00:14.0 SMBus: Advanced Micro Devices [AMD] FCH SMBus Controller (rev 14)
    00:14.2 Audio device: Advanced Micro Devices [AMD] FCH Azalia Controller (rev 01)
    00:14.3 ISA bridge: Advanced Micro Devices [AMD] FCH LPC Bridge (rev 11)
    00:14.4 PCI bridge: Advanced Micro Devices [AMD] FCH PCI Bridge (rev 40)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 0
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 1
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 2
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 3
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 4
    00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 5
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Thames XT/GL [Radeon HD 7600M Series]
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 09)
    03:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.9-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Tue Dec 4 08:04:10 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9403958f-8632-4479-9d2d-1efbc75c65f3 ro quiet
    [ 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-0x00000000756a5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000756a6000-0x00000000756b9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000756ba000-0x0000000075a22fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000075a23000-0x0000000075d14fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000075d15000-0x0000000075d15fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000075d16000-0x0000000075f18fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000075f19000-0x000000007665ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000076660000-0x00000000767f2fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000767f3000-0x00000000767fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff010000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 355V4C/355V4X/355V5C/355V5X/356V4C/356V4X/356V5C/356V5X/3445VC/3445VX/3545VC/3545VX/NP355V4C-S01RU, BIOS P02AAN 06/07/2012
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x76800 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF write-through
    [ 0.000000] C0000-D0FFF write-protect
    [ 0.000000] D1000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000076800000 mask FFFFFF800000 uncachable
    [ 0.000000] 2 base 000077000000 mask FFFFFF000000 uncachable
    [ 0.000000] 3 base 000078000000 mask FFFFF8000000 uncachable
    [ 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 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x767fffff]
    [ 0.000000] [mem 0x00000000-0x3fffffff] page 1G
    [ 0.000000] [mem 0x40000000-0x767fffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x767fffff @ [mem 0x1fffe000-0x1fffffff]
    [ 0.000000] RAMDISK: [mem 0x37a70000-0x37d2ffff]
    [ 0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 SECCSD)
    [ 0.000000] ACPI: XSDT 00000000759fb078 00074 (v01 SECCSD LH43STAR 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0000000075a040f0 000F4 (v04 SECCSD LH43STAR 01072009 AMI 00010013)
    [ 0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20120711/tbfadt-598)
    [ 0.000000] ACPI: DSDT 00000000759fb188 08F61 (v02 SECCSD LH43STAR 00000000 INTL 20051117)
    [ 0.000000] ACPI: FACS 0000000075a1ae80 00040
    [ 0.000000] ACPI: APIC 0000000075a041e8 00072 (v03 SECCSD LH43STAR 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0000000075a04260 00044 (v01 SECCSD LH43STAR 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0000000075a042a8 0003C (v01 SECCSD LH43STAR 01072009 MSFT 00010013)
    [ 0.000000] ACPI: HPET 0000000075a042e8 00038 (v01 SECCSD LH43STAR 01072009 AMI 00000005)
    [ 0.000000] ACPI: IFEU 0000000075a04320 00042 (v01 SECCSD LH43STAR 01072009 00000000)
    [ 0.000000] ACPI: SSDT 0000000075a04368 00B9C (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: SSDT 0000000075a04f08 01ED4 (v02 AMD ALIB 00000001 MSFT 04000000)
    [ 0.000000] ACPI: CRAT 0000000075a06de0 002A8 (v01 AMD AGESA 00000001 AMD 00000001)
    [ 0.000000] ACPI: SLIC 0000000075a07088 00176 (v01 SECCSD LH43STAR 01072009 AMI 00010013)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000767fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x767fffff]
    [ 0.000000] NODE_DATA [mem 0x767fc000-0x767fffff]
    [ 0.000000] [ffffea0000000000-ffffea0001dfffff] PMD -> [ffff880073400000-ffff8800751fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x756a5fff]
    [ 0.000000] node 0: [mem 0x75d15000-0x75d15fff]
    [ 0.000000] node 0: [mem 0x75f19000-0x7665ffff]
    [ 0.000000] node 0: [mem 0x767f3000-0x767fffff]
    [ 0.000000] On node 0 totalpages: 482698
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3913 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 7520 pages used for memmap
    [ 0.000000] DMA32 zone: 471195 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x05] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 5, version 33, 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 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 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] PM: Registered nosave memory: 00000000756a6000 - 00000000756ba000
    [ 0.000000] PM: Registered nosave memory: 00000000756ba000 - 0000000075a23000
    [ 0.000000] PM: Registered nosave memory: 0000000075a23000 - 0000000075d15000
    [ 0.000000] PM: Registered nosave memory: 0000000075d16000 - 0000000075f19000
    [ 0.000000] PM: Registered nosave memory: 0000000076660000 - 00000000767f3000
    [ 0.000000] e820: [mem 0x76800000-0xfebfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880076400000 s84608 r8192 d21888 u524288
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 475108
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9403958f-8632-4479-9d2d-1efbc75c65f3 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ 0 size 32 MB
    [ 0.000000] Memory: 1885564k/1941504k available (4727k kernel code, 10712k absent, 45228k reserved, 4143k data, 772k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=64 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 7864320 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2295.641 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4593.58 BogoMIPS (lpj=7652136)
    [ 0.000006] pid_max: default: 32768 minimum: 301
    [ 0.000047] Security Framework initialized
    [ 0.000052] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000226] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.000905] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.001207] Mount-cache hash table entries: 256
    [ 0.001419] Initializing cgroup subsys cpuacct
    [ 0.001422] Initializing cgroup subsys memory
    [ 0.001432] Initializing cgroup subsys devices
    [ 0.001434] Initializing cgroup subsys freezer
    [ 0.001435] Initializing cgroup subsys net_cls
    [ 0.001437] Initializing cgroup subsys blkio
    [ 0.001462] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support
    [ 0.001465] tseg: 0076800000
    [ 0.001466] CPU: Physical Processor ID: 0
    [ 0.001468] CPU: Processor Core ID: 0
    [ 0.001469] mce: CPU supports 7 MCE banks
    [ 0.001483] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
    tlb_flushall_shift is 0xffffffff
    [ 0.002356] ACPI: Core revision 20120711
    [ 0.010309] ftrace: allocating 18350 entries in 72 pages
    [ 0.018032] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.051034] smpboot: CPU0: AMD A10-4600M APU with Radeon(tm) HD Graphics stepping 01
    [ 0.156675] Performance Events:
    [ 0.156676] perf: AMD core performance counters detected
    [ 0.156679] AMD PMU driver.
    [ 0.156681] ... version: 0
    [ 0.156682] ... bit width: 48
    [ 0.156683] ... generic registers: 6
    [ 0.156684] ... value mask: 0000ffffffffffff
    [ 0.156685] ... max period: 00007fffffffffff
    [ 0.156686] ... fixed-purpose events: 0
    [ 0.156687] ... event mask: 000000000000003f
    [ 0.183551] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.207926] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support
    [ 0.234533] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support
    [ 0.196805] smpboot: Booting Node 0, Processors #1 #2 #3 OK
    [ 0.261180] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support
    [ 0.263500] Brought up 4 CPUs
    [ 0.263509] smpboot: Total of 4 processors activated (18372.34 BogoMIPS)
    [ 0.265841] devtmpfs: initialized
    [ 0.270685] PM: Registering ACPI NVS region [mem 0x756ba000-0x75a22fff] (3575808 bytes)
    [ 0.270874] PM: Registering ACPI NVS region [mem 0x75d16000-0x75f18fff] (2109440 bytes)
    [ 0.274285] NET: Registered protocol family 16
    [ 0.274860] ACPI: bus type pci registered
    [ 0.275043] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.275051] PCI: not using MMCONFIG
    [ 0.275055] PCI: Using configuration type 1 for base access
    [ 0.275058] PCI: Using configuration type 1 for extended access
    [ 0.275570] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.275573] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.275576] mtrr: corrected configuration.
    [ 0.276970] bio: create slab <bio-0> at 0
    [ 0.277162] ACPI: Added _OSI(Module Device)
    [ 0.277167] ACPI: Added _OSI(Processor Device)
    [ 0.277172] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.277176] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.282972] ACPI: EC: Look up EC in DSDT
    [ 0.289010] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.301538] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.303880] ACPI: Interpreter enabled
    [ 0.303884] ACPI: (supports S0 S3 S4 S5)
    [ 0.303915] ACPI: Using IOAPIC for interrupt routing
    [ 0.304090] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.304140] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.365260] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [ 0.365479] ACPI: No dock devices found.
    [ 0.365484] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.365858] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.366218] PCI host bridge to bus 0000:00
    [ 0.366222] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
    [ 0.366225] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.366227] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
    [ 0.366229] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
    [ 0.366232] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
    [ 0.366234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.366236] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.366238] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.366240] pci_bus 0000:00: root bus resource [mem 0x7f000000-0xffffffff]
    [ 0.366248] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
    [ 0.366290] pci 0000:00:01.0: [1002:9900] type 00 class 0x030000
    [ 0.366299] pci 0000:00:01.0: reg 10: [mem 0xd0000000-0xd7ffffff pref]
    [ 0.366305] pci 0000:00:01.0: reg 14: [io 0xf000-0xf0ff]
    [ 0.366311] pci 0000:00:01.0: reg 18: [mem 0xfeb00000-0xfeb3ffff]
    [ 0.366349] pci 0000:00:01.0: supports D1 D2
    [ 0.366364] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
    [ 0.366371] pci 0000:00:01.1: reg 10: [mem 0xfeb44000-0xfeb47fff]
    [ 0.366416] pci 0000:00:01.1: supports D1 D2
    [ 0.366434] pci 0000:00:02.0: [1022:1412] type 01 class 0x060400
    [ 0.366480] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.366499] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
    [ 0.366544] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    [ 0.366562] pci 0000:00:05.0: [1022:1415] type 01 class 0x060400
    [ 0.366609] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.366656] pci 0000:00:10.0: [1022:7812] type 00 class 0x0c0330
    [ 0.366677] pci 0000:00:10.0: reg 10: [mem 0xfeb48000-0xfeb49fff 64bit]
    [ 0.366784] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
    [ 0.366825] pci 0000:00:11.0: [1022:7804] type 00 class 0x010601
    [ 0.366845] pci 0000:00:11.0: reg 10: [io 0xf140-0xf147]
    [ 0.366854] pci 0000:00:11.0: reg 14: [io 0xf130-0xf133]
    [ 0.366864] pci 0000:00:11.0: reg 18: [io 0xf120-0xf127]
    [ 0.366874] pci 0000:00:11.0: reg 1c: [io 0xf110-0xf113]
    [ 0.366883] pci 0000:00:11.0: reg 20: [io 0xf100-0xf10f]
    [ 0.366893] pci 0000:00:11.0: reg 24: [mem 0xfeb4c000-0xfeb4c7ff]
    [ 0.366954] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
    [ 0.366968] pci 0000:00:12.0: reg 10: [mem 0xfeb4b000-0xfeb4bfff]
    [ 0.367041] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
    [ 0.367060] pci 0000:00:12.2: reg 10: [mem 0xfeb4a000-0xfeb4a0ff]
    [ 0.367143] pci 0000:00:12.2: supports D1 D2
    [ 0.367145] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.367170] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
    [ 0.367249] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
    [ 0.367270] pci 0000:00:14.2: reg 10: [mem 0xfeb40000-0xfeb43fff 64bit]
    [ 0.367337] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.367353] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
    [ 0.367430] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
    [ 0.367481] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
    [ 0.367502] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
    [ 0.367523] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
    [ 0.367543] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
    [ 0.367567] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
    [ 0.367586] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
    [ 0.367640] pci_bus 0000:01: busn_res: [bus 01] is inserted under [bus 00-ff]
    [ 0.367654] pci 0000:01:00.0: [1002:6840] type 00 class 0x030000
    [ 0.367670] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.367682] pci 0000:01:00.0: reg 18: [mem 0xfea20000-0xfea3ffff 64bit]
    [ 0.367690] pci 0000:01:00.0: reg 20: [io 0xe000-0xe0ff]
    [ 0.367705] pci 0000:01:00.0: reg 30: [mem 0xfea00000-0xfea1ffff pref]
    [ 0.367741] pci 0000:01:00.0: supports D1 D2
    [ 0.376701] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.376714] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.376718] pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.376722] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.376758] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-ff]
    [ 0.376791] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.376816] pci 0000:02:00.0: reg 10: [io 0xd000-0xd0ff]
    [ 0.376843] pci 0000:02:00.0: reg 18: [mem 0xd8004000-0xd8004fff 64bit pref]
    [ 0.376862] pci 0000:02:00.0: reg 20: [mem 0xd8000000-0xd8003fff 64bit pref]
    [ 0.376936] pci 0000:02:00.0: supports D1 D2
    [ 0.376938] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.386714] pci 0000:00:04.0: PCI bridge to [bus 02]
    [ 0.386724] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
    [ 0.386733] pci 0000:00:04.0: bridge window [mem 0xd8000000-0xd80fffff 64bit pref]
    [ 0.386768] pci_bus 0000:03: busn_res: [bus 03-0b] is inserted under [bus 00-ff]
    [ 0.386789] pci 0000:03:00.0: [168c:0032] type 00 class 0x028000
    [ 0.386811] pci 0000:03:00.0: reg 10: [mem 0xfe900000-0xfe97ffff 64bit]
    [ 0.386853] pci 0000:03:00.0: reg 30: [mem 0xfe980000-0xfe98ffff pref]
    [ 0.386901] pci 0000:03:00.0: supports D1 D2
    [ 0.386903] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.396700] pci 0000:00:05.0: PCI bridge to [bus 03-0b]
    [ 0.396714] pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.396736] pci_bus 0000:0c: busn_res: [bus 0c-12] is inserted under [bus 00-ff]
    [ 0.396789] pci 0000:00:14.4: PCI bridge to [bus 0c-12] (subtractive decode)
    [ 0.396799] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode)
    [ 0.396801] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
    [ 0.396803] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
    [ 0.396805] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.396807] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.396809] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.396812] pci 0000:00:14.4: bridge window [mem 0x7f000000-0xffffffff] (subtractive decode)
    [ 0.396833] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.397145] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.397194] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR14._PRT]
    [ 0.397238] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR15._PRT]
    [ 0.397409] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.397764] pci0000:00: ACPI _OSC control (0x19) granted
    [ 0.404558] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.404636] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.404716] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.404793] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.404855] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.404902] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.404948] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.404994] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.405225] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.405238] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.405241] vgaarb: loaded
    [ 0.405242] vgaarb: bridge control possible 0000:01:00.0
    [ 0.405243] vgaarb: no bridge control possible 0000:00:01.0
    [ 0.405303] PCI: Using ACPI for IRQ routing
    [ 0.413918] PCI: pci_cache_line_size set to 64 bytes
    [ 0.413995] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.413997] e820: reserve RAM buffer [mem 0x756a6000-0x77ffffff]
    [ 0.413999] e820: reserve RAM buffer [mem 0x75d16000-0x77ffffff]
    [ 0.414001] e820: reserve RAM buffer [mem 0x76660000-0x77ffffff]
    [ 0.414003] e820: reserve RAM buffer [mem 0x76800000-0x77ffffff]
    [ 0.414110] NetLabel: Initializing
    [ 0.414111] NetLabel: domain hash size = 128
    [ 0.414112] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.414126] NetLabel: unlabeled traffic allowed by default
    [ 0.414142] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.414146] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.416190] Switching to clocksource hpet
    [ 0.423964] pnp: PnP ACPI init
    [ 0.423982] ACPI: bus type pnp registered
    [ 0.424210] pnp 00:00: [bus 00-ff]
    [ 0.424213] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.424216] pnp 00:00: [io 0x0000-0x03af window]
    [ 0.424218] pnp 00:00: [io 0x03e0-0x0cf7 window]
    [ 0.424220] pnp 00:00: [io 0x03b0-0x03df window]
    [ 0.424222] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.424224] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.424226] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.424228] pnp 00:00: [mem 0x7f000000-0xffffffff window]
    [ 0.424230] pnp 00:00: [mem 0x00000000 window]
    [ 0.424294] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.424339] pnp 00:01: [mem 0xe0000000-0xefffffff]
    [ 0.424389] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.424393] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.424730] pnp 00:02: [io 0x0010-0x001f]
    [ 0.424733] pnp 00:02: [io 0x0022-0x003f]
    [ 0.424737] pnp 00:02: [io 0x0063]
    [ 0.424739] pnp 00:02: [io 0x0065]
    [ 0.424740] pnp 00:02: [io 0x0067-0x006f]
    [ 0.424742] pnp 00:02: [io 0x0072-0x007f]
    [ 0.424744] pnp 00:02: [io 0x0080]
    [ 0.424745] pnp 00:02: [io 0x0084-0x0086]
    [ 0.424747] pnp 00:02: [io 0x0088]
    [ 0.424749] pnp 00:02: [io 0x008c-0x008e]
    [ 0.424750] pnp 00:02: [io 0x0090-0x009f]
    [ 0.424752] pnp 00:02: [io 0x00a2-0x00bf]
    [ 0.424753] pnp 00:02: [io 0x00b1]
    [ 0.424755] pnp 00:02: [io 0x00e0-0x00ef]
    [ 0.424757] pnp 00:02: [io 0x04d0-0x04d1]
    [ 0.424759] pnp 00:02: [io 0x040b]
    [ 0.424760] pnp 00:02: [io 0x04d6]
    [ 0.424762] pnp 00:02: [io 0x0c00-0x0c01]
    [ 0.424763] pnp 00:02: [io 0x0c14]
    [ 0.424765] pnp 00:02: [io 0x0c50-0x0c51]
    [ 0.424767] pnp 00:02: [io 0x0c52]
    [ 0.424768] pnp 00:02: [io 0x0c6c]
    [ 0.424770] pnp 00:02: [io 0x0c6f]
    [ 0.424771] pnp 00:02: [io 0x0cd0-0x0cd1]
    [ 0.424773] pnp 00:02: [io 0x0cd2-0x0cd3]
    [ 0.424775] pnp 00:02: [io 0x0cd4-0x0cd5]
    [ 0.424776] pnp 00:02: [io 0x0cd6-0x0cd7]
    [ 0.424778] pnp 00:02: [io 0x0cd8-0x0cdf]
    [ 0.424780] pnp 00:02: [io 0x0800-0x089f]
    [ 0.424782] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.424783] pnp 00:02: [io 0x0000-0x000f]
    [ 0.424785] pnp 00:02: [io 0x0b20-0x0b3f]
    [ 0.424787] pnp 00:02: [io 0x0900-0x090f]
    [ 0.424788] pnp 00:02: [io 0x0910-0x091f]
    [ 0.424790] pnp 00:02: [io 0xfe00-0xfefe]
    [ 0.424792] pnp 00:02: [io 0x0060-0x005f disabled]
    [ 0.424794] pnp 00:02: [io 0x0064-0x0063 disabled]
    [ 0.424796] pnp 00:02: [mem 0xfec00000-0xfec00fff]
    [ 0.424797] pnp 00:02: [mem 0xfee00000-0xfee00fff]
    [ 0.424799] pnp 00:02: [mem 0xfed80000-0xfed8ffff]
    [ 0.424801] pnp 00:02: [mem 0xfed61000-0xfed70fff]
    [ 0.424803] pnp 00:02: [mem 0xfec10000-0xfec10fff]
    [ 0.424804] pnp 00:02: [mem 0xfed00000-0xfed00fff]
    [ 0.424806] pnp 00:02: [mem 0xff010000-0xffffffff]
    [ 0.424888] system 00:02: [io 0x04d0-0x04d1] has been reserved
    [ 0.424890] system 00:02: [io 0x040b] has been reserved
    [ 0.424893] system 00:02: [io 0x04d6] has been reserved
    [ 0.424895] system 00:02: [io 0x0c00-0x0c01] has been reserved
    [ 0.424897] system 00:02: [io 0x0c14] has been reserved
    [ 0.424899] system 00:02: [io 0x0c50-0x0c51] has been reserved
    [ 0.424901] system 00:02: [io 0x0c52] has been reserved
    [ 0.424903] system 00:02: [io 0x0c6c] has been reserved
    [ 0.424905] system 00:02: [io 0x0c6f] has been reserved
    [ 0.424907] system 00:02: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.424910] system 00:02: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.424912] system 00:02: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.424914] system 00:02: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.424916] system 00:02: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.424918] system 00:02: [io 0x0800-0x089f] has been reserved
    [ 0.424920] system 00:02: [io 0x0b20-0x0b3f] has been reserved
    [ 0.424923] system 00:02: [io 0x0900-0x090f] has been reserved
    [ 0.424925] system 00:02: [io 0x0910-0x091f] has been reserved
    [ 0.424927] system 00:02: [io 0xfe00-0xfefe] has been reserved
    [ 0.424930] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.424933] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.424936] system 00:02: [mem 0xfed80000-0xfed8ffff] has been reserved
    [ 0.424938] system 00:02: [mem 0xfed61000-0xfed70fff] has been reserved
    [ 0.424941] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
    [ 0.424943] system 00:02: [mem 0xfed00000-0xfed00fff] has been reserved
    [ 0.424946] system 00:02: [mem 0xff010000-0xffffffff] has been reserved
    [ 0.424949] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.424964] pnp 00:03: [dma 4]
    [ 0.424967] pnp 00:03: [io 0x0000-0x000f]
    [ 0.424969] pnp 00:03: [io 0x0081-0x0083]
    [ 0.424970] pnp 00:03: [io 0x0087]
    [ 0.424972] pnp 00:03: [io 0x0089-0x008b]
    [ 0.424974] pnp 00:03: [io 0x008f]
    [ 0.424976] pnp 00:03: [io 0x00c0-0x00df]
    [ 0.425003] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.425014] pnp 00:04: [io 0x0070-0x0071]
    [ 0.425025] pnp 00:04: [irq 8]
    [ 0.425054] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.425063] pnp 00:05: [io 0x0061]
    [ 0.425088] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.425120] pnp 00:06: [io 0x0010-0x001f]
    [ 0.425122] pnp 00:06: [io 0x0022-0x003f]
    [ 0.425124] pnp 00:06: [io 0x0044-0x005f]
    [ 0.425126] pnp 00:06: [io 0x0072-0x007f]
    [ 0.425127] pnp 00:06: [io 0x0080]
    [ 0.425129] pnp 00:06: [io 0x0084-0x0086]
    [ 0.425131] pnp 00:06: [io 0x0088]
    [ 0.425132] pnp 00:06: [io 0x008c-0x008e]
    [ 0.425134] pnp 00:06: [io 0x0090-0x009f]
    [ 0.425135] pnp 00:06: [io 0x00a2-0x00bf]
    [ 0.425137] pnp 00:06: [io 0x00e0-0x00ef]
    [ 0.425139] pnp 00:06: [io 0x04d0-0x04d1]
    [ 0.425188] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.425191] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.425200] pnp 00:07: [io 0x00f0-0x00ff]
    [ 0.425205] pnp 00:07: [irq 13]
    [ 0.425231] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.425288] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.443157] pnp 00:09: [irq 12]
    [ 0.443218] pnp 00:09: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
    [ 0.443236] pnp 00:0a: [io 0x0060]
    [ 0.443238] pnp 00:0a: [io 0x0064]
    [ 0.443242] pnp 00:0a: [irq 1]
    [ 0.443273] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.443353] pnp 00:0b: [mem 0x77000000-0x7effffff]
    [ 0.443414] system 00:0b: [mem 0x77000000-0x7effffff] could not be reserved
    [ 0.443418] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.443713] pnp 00:0c: [mem 0xfed00000-0xfed003ff]
    [ 0.443758] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.443764] pnp: PnP ACPI: found 13 devices
    [ 0.443765] ACPI: ACPI bus type pnp unregistered
    [ 0.451187] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 400000
    [ 0.451201] pci 0000:00:04.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    [ 0.451206] pci 0000:00:04.0: BAR 14: assigned [mem 0x7f000000-0x7f3fffff]
    [ 0.451210] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.451213] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.451217] pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.451220] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.451224] pci 0000:00:04.0: PCI bridge to [bus 02]
    [ 0.451227] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
    [ 0.451230] pci 0000:00:04.0: bridge window [mem 0x7f000000-0x7f3fffff]
    [ 0.451233] pci 0000:00:04.0: bridge window [mem 0xd8000000-0xd80fffff 64bit pref]
    [ 0.451237] pci 0000:00:05.0: PCI bridge to [bus 03-0b]
    [ 0.451241] pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.451246] pci 0000:00:14.4: PCI bridge to [bus 0c-12]
    [ 0.451287] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
    [ 0.451289] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
    [ 0.451292] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
    [ 0.451294] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
    [ 0.451296] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.451298] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.451300] pci_bus 0000:00: resource 10 [mem 0x7f000000-0xffffffff]
    [ 0.451302] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.451304] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.451306] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.451308] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 0.451310] pci_bus 0000:02: resource 1 [mem 0x7f000000-0x7f3fffff]
    [ 0.451312] pci_bus 0000:02: resource 2 [mem 0xd8000000-0xd80fffff 64bit pref]
    [ 0.451314] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
    [ 0.451316] pci_bus 0000:0c: resource 4 [io 0x0000-0x03af]
    [ 0.451318] pci_bus 0000:0c: resource 5 [io 0x03e0-0x0cf7]
    [ 0.451320] pci_bus 0000:0c: resource 6 [io 0x03b0-0x03df]
    [ 0.451322] pci_bus 0000:0c: resource 7 [io 0x0d00-0xffff]
    [ 0.451324] pci_bus 0000:0c: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.451325] pci_bus 0000:0c: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.451327] pci_bus 0000:0c: resource 10 [mem 0x7f000000-0xffffffff]
    [ 0.451362] NET: Registered protocol family 2
    [ 0.451837] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    [ 0.452998] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.453296] TCP: Hash tables configured (established 262144 bind 65536)
    [ 0.453335] TCP: reno registered
    [ 0.453347] UDP hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.453361] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.453447] NET: Registered protocol family 1
    [ 0.453463] pci 0000:00:01.0: Boot video device
    [ 0.453582] PCI: CLS 64 bytes, default 64
    [ 0.453640] Unpacking initramfs...
    [ 0.510882] Freeing initrd memory: 2816k freed
    [ 0.512203] LVT offset 0 assigned for vector 0x400
    [ 0.512237] perf: AMD IBS detected (0x000000ff)
    [ 0.512455] audit: initializing netlink socket (disabled)
    [ 0.512468] type=2000 audit(1355723449.406:1): initialized
    [ 0.525122] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.527134] VFS: Disk quotas dquot_6.5.2
    [ 0.527183] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.527418] msgmni has been set to 3688
    [ 0.527683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.527727] io scheduler noop registered
    [ 0.527729] io scheduler deadline registered
    [ 0.527791] io scheduler cfq registered (default)
    [ 0.527915] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.527996] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X
    [ 0.528143] vesafb: mode is 1366x768x32, linelength=5632, pages=0
    [ 0.528145] vesafb: scrolling: redraw
    [ 0.528147] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.528468] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010900000, using 4224k, total 4224k
    [ 0.542055] Console: switching to colour frame buffer device 170x48
    [ 0.555439] fb0: VESA VGA frame buffer device
    [ 0.555473] GHES: HEST is not enabled!
    [ 0.555630] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.556118] Linux agpgart interface v0.103
    [ 0.556180] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.572246] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.572275] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.572411] mousedev: PS/2 mouse device common for all mice
    [ 0.572769] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.572792] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.572801] cpuidle: using governor ladder
    [ 0.572803] cpuidle: using governor menu
    [ 0.572926] drop_monitor: Initializing network drop monitor service
    [ 0.573009] TCP: cubic registered
    [ 0.573123] NET: Registered protocol family 10
    [ 0.573280] NET: Registered protocol family 17
    [ 0.573294] Key type dns_resolver registered
    [ 0.573783] PM: Hibernation image not present or could not be loaded.
    [ 0.573792] registered taskstats version 1
    [ 0.574332] rtc_cmos 00:04: setting system clock to 2012-12-17 05:50:50 UTC (1355723450)
    [ 0.576830] Freeing unused kernel memory: 772k freed
    [ 0.577048] Write protecting the kernel read-only data: 8192k
    [ 0.583860] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.586429] Freeing unused kernel memory: 1404k freed
    [ 0.589845] Freeing unused kernel memory: 568k freed
    [ 0.600025] systemd-udevd[55]: starting version 196
    [ 0.627082] ACPI: bus type usb registered
    [ 0.627127] usbcore: registered new interface driver usbfs
    [ 0.627141] usbcore: registered new interface driver hub
    [ 0.627200] usbcore: registered new device driver usb
    [ 0.627833] SCSI subsystem initialized
    [ 0.628381] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.628445] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 0.628455] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 0.628475] QUIRK: Enable AMD PLL fix
    [ 0.628478] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.628511] ehci_hcd 0000:00:12.2: debug port 1
    [ 0.628543] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfeb4a000
    [ 0.629827] ACPI: bus type scsi registered
    [ 0.629977] libata version 3.00 loaded.
    [ 0.636326] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.636606] hub 1-0:1.0: USB hub found
    [ 0.636612] hub 1-0:1.0: 5 ports detected
    [ 0.637013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.637053] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.637061] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 2
    [ 0.637088] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb4b000
    [ 0.693954] hub 2-0:1.0: USB hub found
    [ 0.693963] hub 2-0:1.0: 5 ports detected
    [ 0.694080] ahci 0000:00:11.0: version 3.0
    [ 0.694154] ahci 0000:00:11.0: irq 42 for MSI/MSI-X
    [ 0.694243] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 3 ports 3 Gbps 0xb impl SATA mode
    [ 0.694248] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    [ 0.695108] scsi0 : ahci
    [ 0.695213] scsi1 : ahci
    [ 0.695295] scsi2 : ahci
    [ 0.695378] scsi3 : ahci
    [ 0.695436] ata1: SATA max UDMA/133 abar m2048@0xfeb4c000 port 0xfeb4c100 irq 42
    [ 0.695439] ata2: SATA max UDMA/133 abar m2048@0xfeb4c000 port 0xfeb4c180 irq 42
    [ 0.695441] ata3: DUMMY
    [ 0.695443] ata4: SATA max UDMA/133 abar m2048@0xfeb4c000 port 0xfeb4c280 irq 42
    [ 0.695479] xhci_hcd 0000:00:10.0: xHCI Host Controller
    [ 0.695489] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
    [ 0.695686] xhci_hcd 0000:00:10.0: irq 18, io mem 0xfeb48000
    [ 0.695739] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
    [ 0.695745] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
    [ 0.695751] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X
    [ 0.695757] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X
    [ 0.695762] xhci_hcd 0000:00:10.0: irq 47 for MSI/MSI-X
    [ 0.695992] xHCI xhci_add_endpoint called for root hub
    [ 0.695994] xHCI xhci_check_bandwidth called for root hub
    [ 0.696035] hub 3-0:1.0: USB hub found
    [ 0.696042] hub 3-0:1.0: 2 ports detected
    [ 0.696115] xhci_hcd 0000:00:10.0: xHCI Host Controller
    [ 0.696119] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
    [ 0.699282] xHCI xhci_add_endpoint called for root hub
    [ 0.699283] xHCI xhci_check_bandwidth called for root hub
    [ 0.699310] hub 4-0:1.0: USB hub found
    [ 0.699317] hub 4-0:1.0: 2 ports detected
    [ 0.943063] usb 1-3: new high-speed USB device number 2 using ehci_hcd
    [ 1.013112] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.179709] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.179751] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.183676] ata1.00: ATA-8: Hitachi HTS547575A9E384, JE4OA50A, max UDMA/133
    [ 1.183684] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.185121] ata2.00: ATAPI: TSSTcorp CDDVDW SN-208BB, SC00, max UDMA/100
    [ 1.185658] ata1.00: configured for UDMA/133
    [ 1.185826] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54757 JE4O PQ: 0 ANSI: 5
    [ 1.189681] ata2.00: configured for UDMA/100
    [ 1.202939] scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW SN-208BB SC00 PQ: 0 ANSI: 5
    [ 1.207231] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.207236] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.207289] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.207293] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.207315] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.250181] sda: sda1 sda2 sda3 sda4
    [ 1.250693] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.267597] sr0: scsi3-mmc drive: 16x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.267602] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.267890] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.279691] usb 1-5: new high-speed USB device number 4 using ehci_hcd
    [ 1.513040] tsc: Refined TSC clocksource calibration: 2295.824 MHz
    [ 1.513055] Switching to clocksource tsc
    [ 1.672945] usb 2-4: new full-speed USB device number 2 using ohci_hcd
    [ 1.943639] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.569483] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 2.580298] systemd[1]: Set hostname to <yuriy-laptop>.
    [ 3.065928] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 3.066183] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.066238] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.066250] systemd[1]: Starting Remote File Systems.
    [ 3.066263] systemd[1]: Reached target Remote File Systems.
    [ 3.066272] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
    [ 3.066284] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.066312] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.066321] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.066343] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.066352] systemd[1]: Starting Encrypted Volumes.
    [ 3.066362] systemd[1]: Reached target Encrypted Volumes.
    [ 3.066422] systemd[1]: Starting udev Kernel Socket.
    [ 3.066444] systemd[1]: Listening on udev Kernel Socket.
    [ 3.066489] systemd[1]: Starting udev Control Socket.
    [ 3.066513] systemd[1]: Listening on udev Control Socket.
    [ 3.066547] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.066649] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.066663] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.066698] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.066706] systemd[1]: Expecting device dev-sda2.device...
    [ 3.066718] systemd[1]: Expecting device dev-sda3.device...
    [ 3.066728] systemd[1]: Expecting device dev-sda1.device...
    [ 3.066739] systemd[1]: Starting Journal Socket.
    [ 3.066789] systemd[1]: Listening on Journal Socket.
    [ 3.066799] systemd[1]: Mounting Temporary Directory...
    [ 3.103035] systemd[1]: Started File System Check on Root Device.
    [ 3.103066] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.151793] systemd[1]: Started Load Kernel Modules.
    [ 3.151820] systemd[1]: Mounted FUSE Control File System.
    [ 3.151833] systemd[1]: Starting Setup Virtual Console...
    [ 3.162564] systemd[1]: Mounted Configuration File System.
    [ 3.162590] systemd[1]: Mounting Debug File System...
    [ 3.181524] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.201314] systemd[1]: Starting udev Kernel Device Manager...
    [ 3.207334] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.273254] systemd[1]: Starting Apply Kernel Variables...
    [ 3.307498] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.307617] systemd[1]: Mounting Huge Pages File System...
    [ 3.316569] systemd[1]: Starting Journal Service...
    [ 3.323392] systemd[1]: Started Journal Service.
    [ 3.368044] systemd-udevd[119]: starting version 196
    [ 3.829410] EXT4-fs (sda4): re-mounted. Opts: (null)
    [ 4.415075] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    [ 4.415091] ACPI: Power Button [PWRB]
    [ 4.425955] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 4.436321] ACPI: Lid Switch [LID]
    [ 4.436570] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.436585] ACPI: Power Button [PWRF]
    [ 4.444687] microcode: CPU0: patch_level=0x0600110f
    [ 4.448080] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.448088] ACPI: Thermal Zone [TZ00] (62 C)
    [ 4.466478] ACPI: AC Adapter [ACAD] (on-line)
    [ 4.473366] acpi device:26: registered as cooling_device0
    [ 4.477820] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 4.477998] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input4
    [ 4.566071] ACPI: acpi_idle registered with cpuidle
    [ 4.642950] [Firmware Bug]: battery: (dis)charge rate invalid.
    [ 4.643062] ACPI: Battery Slot [BAT1] (battery present)
    [ 4.661115] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 4.664201] samsung_laptop: detected SABI interface: SwSmi@
    [ 4.664207] samsung_laptop: Backlight controlled by ACPI video driver
    [ 4.694555] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 4.791067] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.886430] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
    [ 4.886587] microcode: CPU1: patch_level=0x0600110f
    [ 4.886923] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
    [ 4.887077] microcode: CPU2: patch_level=0x0600110f
    [ 4.887373] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
    [ 4.887531] microcode: CPU3: patch_level=0x0600110f
    [ 4.887766] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
    [ 4.887959] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 4.949286] hda-intel: Force to non-snoop mode
    [ 4.949336] snd_hda_intel 0000:00:01.1: irq 48 for MSI/MSI-X
    [ 5.137059] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.137275] r8169 0000:02:00.0: irq 49 for MSI/MSI-X
    [ 5.137467] r8169 0000:02:00.0: eth0: RTL8168f/8111f at 0xffffc90000326000, b8:88:e3:60:0c:a7, XID 08000800 IRQ 49
    [ 5.137470] r8169 0000:02:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 5.163115] ath: phy0: ASPM enabled: 0x42
    [ 5.163121] ath: EEPROM regdomain: 0x65
    [ 5.163122] ath: EEPROM indicates we should expect a direct regpair map
    [ 5.163126] ath: Country alpha2 being used: 00
    [ 5.163127] ath: Regpair used: 0x65
    [ 5.207249] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
    [ 5.211222] scsi4 : SCSI emulation for RTS5139 USB card reader
    [ 5.211430] scsi 4:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
    [ 5.215168] sd 4:0:0:0: [sdb] Attached SCSI removable disk
    [ 5.218369] usbcore: registered new interface driver rts5139
    [ 5.331457] Linux media interface: v0.10
    [ 5.367503] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 5.367731] Registered led device: ath9k-phy0
    [ 5.367738] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc90010e00000, irq=17
    [ 5.377769] Bluetooth: Core ver 2.16
    [ 5.377796] NET: Registered protocol family 31
    [ 5.377798] Bluetooth: HCI device and connection manager initialized
    [ 5.377800] Bluetooth: HCI socket layer initialized
    [ 5.377802] Bluetooth: L2CAP socket layer initialized
    [ 5.377808] Bluetooth: SCO socket layer initialized
    [ 5.381061] Linux video capture interface: v2.00
    [ 5.415688] usbcore: registered new interface driver btusb
    [ 5.457102] uvcvideo: Found UVC 1.00 device WebCam SC-03FFL11739P (0ac8:c349)
    [ 5.459404] input: WebCam SC-03FFL11739P as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5:1.0/input/input6
    [ 5.459582] usbcore: registered new interface driver uvcvideo
    [ 5.459584] USB Video Class driver (1.1.1)
    [ 5.622781] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input7
    [ 5.728628] usb 2-4: USB disconnect, device number 2
    [ 5.729583] usbcore: registered new interface driver ath3k
    [ 5.931233] kvm: Nested Virtualization enabled
    [ 5.931238] kvm: Nested Paging enabled
    [ 5.955358] powernow-k8: Found 1 AMD A10-4600M APU with Radeon(tm) HD Graphics (4 cpu cores) (version 2.20.00)
    [ 5.955375] powernow-k8: Core Performance Boosting: on.
    [ 5.955442] powernow-k8: 0 : pstate 0 (2300 MHz)
    [ 5.955443] powernow-k8: 1 : pstate 1 (2000 MHz)
    [ 5.955445] powernow-k8: 2 : pstate 2 (1800 MHz)
    [ 5.955446] powernow-k8: 3 : pstate 3 (1600 MHz)
    [ 5.955447] powernow-k8: 4 : pstate 4 (1400 MHz)
    [ 5.967938] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input8
    [ 5.975508] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
    [ 5.975885] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
    [ 6.009313] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xf00233/0x240000/0xa2400, board id: 1871, fw id: 1128454
    [ 6.070499] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
    [ 6.118919] Adding 4883756k swap on /dev/sda2. Priority:-1 extents:1 across:4883756k
    [ 6.206190] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.206203] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.206211] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207037] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.207047] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207055] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207114] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.207121] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207128] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207161] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.207167] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207174] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207301] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.207312] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207321] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207355] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.207360] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207368] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207403] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.207408] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.207417] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.208325] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.208335] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.208343] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.208367] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.209654] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.222981] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.223128] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.223153] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.224031] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.224252] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.224263] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.224317] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.224324] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.224334] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.224368] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.224373] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.224380] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.224455] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.224464] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.224474] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.225928] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.226019] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226029] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226069] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.226075] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226081] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226114] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.226120] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226128] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226159] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.226166] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226173] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226211] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.226218] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226229] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226268] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.226274] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226284] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.226304] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.226533] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.228056] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.228065] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.228073] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.236212] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.236242] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.236251] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.236258] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.236296] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.236300] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.236305] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.236331] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.236352] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.236471] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.236523] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.237113] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.237282] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.237823] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dsfield-211)
    [ 6.237833] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD.AHKS] (Node ffff880072ac4320), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.237843] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.ACAD._PSR] (Node ffff880072ac2de8), AE_ALREADY_EXISTS (20120711/psparse-536)
    [ 6.238959] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.239003] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.239188] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.240830] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20120711/ac-122)
    [ 6.252891] ACPI: Marking method AHKS as Serialized because of AE_ALREADY_EXISTS error
    [ 6.252900] ACPI: Marking method _PSR as Serialized because of AE_ALREADY_EXISTS error
    [ 6.828101] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
    [ 6.875270] EXT4-fs (sda1): mounted filesystem without journal. Opts: stripe=4
    [ 6.894680] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.023412] systemd-journald[123]: Received SIGUSR1
    [ 7.538792] r8169 0000:02:00.0: eth0: link down
    [ 7.538842] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 8.437497] systemd-logind[757]: Watching system buttons on /dev/input/event3 (Power Button)
    [ 8.437662] systemd-logind[757]: Watching system buttons on /dev/input/event4 (Video Bus)
    [ 8.437813] systemd-logind[757]: Watching system buttons on /dev/input/event1 (Power Button)
    [ 8.437958] systemd-logind[757]: Watching system buttons on /dev/input/event2 (Lid Switch)
    [ 25.318255] usb 2-4: new full-speed USB device number 3 using ohci_hcd
    [ 25.457589] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 26.409117] wlan0: authenticate with f4:71:68:75:1a:82
    [ 26.416963] wlan0: send auth to f4:71:68:75:1a:82 (try 1/3)
    [ 26.418947] wlan0: authenticated
    [ 26.424725] wlan0: associate with f4:71:68:75:1a:82 (try 1/3)
    [ 26.427507] wlan0: RX AssocResp from f4:71:68:75:1a:82 (capab=0x21 status=0 aid=5)
    [ 26.427596] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 26.427740] wlan0: associated
    [ 51.150964] EXT4-fs (sda4): re-mounted. Opts: data=ordered,commit=600
    [ 51.248527] EXT4-fs (sda1): re-mounted. Opts: stripe=4
    [ 51.594328] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=600
    [ 60.414242] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 60.660798] EXT4-fs (sda4): re-mounted. Opts: data=ordered,commit=0
    [ 60.751146] EXT4-fs (sda1): re-mounted. Opts: stripe=4
    [ 60.868213] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=0
    [ 127.471176] cfg80211: Calling CRDA for country: GB
    [ 134.415519] wlan0: authenticate with f4:71:68:75:1a:82
    [ 134.423747] wlan0: send auth to f4:71:68:75:1a:82 (try 1/3)
    [ 134.425810] wlan0: authenticated
    [ 134.431448] wlan0: associate with f4:71:68:75:1a:82 (try 1/3)
    [ 134.435422] wlan0: RX AssocResp from f4:71:68:75:1a:82 (capab=0x21 status=0 aid=5)
    [ 134.435522] wlan0: associated
    [ 167.260048] cfg80211: Calling CRDA to update world regulatory domain
    [ 168.583448] wlan0: authenticate with f4:71:68:75:1a:82
    [ 168.591708] wlan0: send auth to f4:71:68:75:1a:82 (try 1/3)
    [ 168.593789] wlan0: authenticated
    [ 168.599325] wlan0: associate with f4:71:68:75:1a:82 (try 1/3)
    [ 168.802646] wlan0: associate with f4:71:68:75:1a:82 (try 2/3)
    [ 168.807366] wlan0: RX AssocResp from f4:71:68:75:1a

    are there any other directories in /sys/class/backlight, aside from acpi_video0?

  • Samsung printer fails after update to CUPS 1.7.5

    On July 31 I updated my system and cups-1.7.4-1-x86_64, cups-filters-1.0.54-1-x86_64 and libcups-1.7.4-1-x86_64 got updated to cups-1.7.5-1-x86_64, cups-filters-1.0.55-1-x86_64 and libcups-1.7.5-1-x86_64, respectively. I just tried to print something, but instead of the page that should be printed, my printer, a Samsung ML-2165, printed:
    INTERNAL ERROR - Incomplete Session by time out
    POSITION: 0x9eee (40686)
    SYSTEM: h6fw_5.53/os_hook
    LINE: 1353
    VERSION: SPL 5.53 07-22-2011
    I'm using the Samsung ML-2160 printer driver, which worked flawlessly until recently (note that in the beginning I had problems printing more than 1 job without resetting the printer, as stated in the comments, but this issue magically went away).
    I decided to set LogLevel to 'debug' and now my /var/log/cups/error_log reads:
    D [04/Aug/2014:17:56:20 +0200] [Job 73] The following messages were recorded from 17:44:25 to 17:56:20
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Job restarted by user.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] time-at-processing=1407167771
    D [04/Aug/2014:17:56:20 +0200] [Job 73] 3 filters for job:
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] rastertosamsungspl (application/vnd.cups-postscript to printer/Samsung_ML-2160_Series, cost 0)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] job-sheets=none,none
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[0]="Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[1]="73"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[2]="****"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[3]="****straat 4 - Google Maps"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[4]="1"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[5]="EdgeControl=Fine number-up=1 JCLDarkness=NORMAL PageSize=A4 Resolution=600dpi noJCLSkipBlankPages InputSlot=Auto TonerSaveMode=Save MediaType=None job-uuid=urn:uuid:124f4d31-4e75-303a-5dd2-9da2273f0de5 job-originating-host-name=localhost time-at-creation=1407167054 time-at-processing=1407167771"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[6]="/var/spool/cups/d00073-001"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[7]="CUPS_STATEDIR=/run/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[8]="HOME=/var/spool/cups/tmp"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[10]="SERVER_ADMIN=root@dc7800"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[11]="SOFTWARE=CUPS/1.7.5"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[13]="USER=root"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[14]="CUPS_MAX_MESSAGE=2047"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[17]="IPP_PORT=631"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[18]="CHARSET=utf-8"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[19]="LANG=en_US.UTF-8"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[20]="PPD=/etc/cups/ppd/Samsung_ML-2160_Series.ppd"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[21]="RIP_MAX_CACHE=128m"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[22]="CONTENT_TYPE=application/pdf"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[23]="DEVICE_URI=usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[24]="PRINTER_INFO=Samsung ML-2160 Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[25]="PRINTER_LOCATION="
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[26]="PRINTER=Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[27]="PRINTER_STATE_REASONS=none"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[28]="CUPS_FILETYPE=document"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[29]="FINAL_CONTENT_TYPE=printer/Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[30]="AUTH_I****"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/pdftopdf (PID 4266)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/pdftops (PID 4267)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/rastertosamsungspl (PID 4268)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started backend /usr/lib/cups/backend/usb (PID 4269)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Restarted by "root".
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftops - copying to temp print file "/var/spool/cups/tmp/010ab53e725fc"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading USB quirks from "/usr/share/cups/usb".
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loaded 68 quirks.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printing on printer with URI: usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK
    D [04/Aug/2014:17:56:20 +0200] [Job 73] libusb_get_device_list=11
    D [04/Aug/2014:17:56:20 +0200] [Job 73] STATE: +connecting-to-device
    D [04/Aug/2014:17:56:20 +0200] [Job 73] STATE: -connecting-to-device
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printer found with device ID: MFG:Samsung;CMD:SPL,FWV,PIC,EXT;MDL:ML-2160 Series;CLS:PRINTER;MODE:SPL5,R0STATUS:BUSY; Device URI: usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Device protocol: 2
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Sending data to printer.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Set job-printer-state-message to "Sending data to printer.", current level=INFO
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printer make and model: Samsung LaserPrinter
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Running command line for pstops: pstops 73 mk '****straat 4 - Google Maps' 1 'EdgeControl=Fine JCLDarkness=NORMAL PageSize=A4 Resolution=600dpi noJCLSkipBlankPages InputSlot=Auto TonerSaveMode=Save MediaType=None job-uuid=urn:uuid:124f4d31-4e75-303a-5dd2-9da2273f0de5 job-originating-host-name=localhost time-at-creation=1407167054 time-at-processing=1407167771'
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Using image rendering resolution 600 dpi
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=ps2write -sOUTPUTFILE=%stdout -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c 'save pop' -f /var/spool/cups/tmp/010ab53e725fc
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter gs (PID 4275)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter pstops (PID 4276)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4266 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Page = 595x842; 12,12 to 582,830
    D [04/Aug/2014:17:56:20 +0200] [Job 73] slow_collate=0, slow_duplex=0, slow_order=0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_comments - %!PS-Adobe-3.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %!PS-Adobe-3.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%BoundingBox: 0 0 596 842
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%HiResBoundingBox: 0 0 596.00 842.00
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%Creator: GPL Ghostscript 914 (ps2write)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%LanguageLevel: 2
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%CreationDate: D:20140804175611+02'00'
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%Pages: 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%EndComments
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_prolog - %%BeginProlog
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_setup - %%Page: 1 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before page loop - %%Page: 1 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Copying page 1...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pagew = 570.0, pagel = 817.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageLeft = 12.5, PageRight = 582.5
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageTop = 829.5, PageBottom = 12.5
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageWidth = 595.0, PageLength = 842.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 1 pages...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4276 (pstops) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4275 (gs) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4267 (/usr/lib/cups/filter/pdftops) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 158 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 158 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 7963 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 7963 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 4901 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 4901 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 4442 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 4442 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 1679 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 1679 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 7846 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 7846 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Samsung_ML-2160_Series: spl2.c:1322: RenderGDI: Assertion `ul_comp_size < ul_band_size' failed.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Sent 44411 bytes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4268 (/usr/lib/cups/filter/rastertosamsungspl) crashed on signal 6.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Hint: Try setting the LogLevel to "debug" to find out more.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Waiting for read thread to exit...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read thread still active, aborting the pending read...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Resetting printer.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4269 (/usr/lib/cups/backend/usb) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] End of messages
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state=3(idle)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state-message="Filter failed"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state-reasons=none
    (I wiped out some confidential information)
    Notice the failure of the RenderCGI assertion, likely causing the crash of rastertosamsungspl. I searched on the net, but didn't find a solution. However, I remembered that the CUPS packages were updated a few days ago and I manually downgraded to the previous releases. This solved the problem for now.
    Can someone see what's changed in the last release, especially regarding communication with a printer driver?

    Some older servers don't know what to do with unknown extensions. They are supposed to ignore them, but some actually close the connections with an error. By encapsulating, you are essentially stripping off any extensions because there is no such thing in the SSLv2 format. Suggest upgrading server if possible.

  • Contact vs phone contacts; Google Android vs Motorola vs HTC vs Samsung

    My Droid 2 contact came from several sources.  Verizon downloaded by Motorola E815 phone contacts and my contact information from an old HTC XV6800.  I downloaded other contacts from Outlook and from my HP Palmtop 200LX.  All of this made for a pretty awful database since some of the databases only had a single name field.  As I tried to correct many of the entries, I got a ton of "Forced closed" messages which was quite annoying, but I quickly learned that it was my contact database which was the culprit.  The contact and phone databases have requirements for the type of characters that are allowed in the fields.  If the import file has the wrong type of characters in the fields into which the data are imported, you get a "forced closed" error. After cleaning up all the fields, the "forced closed" problem went away.
    In the process of cleaning up my contacts, I also noticed at the bottom of each listing there is an entry called 'Linked Profile' with a number in parenthesis following.  The number 1 means that this is the only profile for this person. The number 2 would mean a second profile exists.  This second profile could be within your contacts database or your phone contact data base.  If you had a higher number there, there could be additional entries within the same database - say one entry of First Name, Last Name and another of Last Name, First Name.  I had some with 7 entries and believed that these also contributed to my 'forced closed' messages.  I decided to unlink each one and found that many of them had only names and phone numbers.  These, I believe, came from the import of my old phone database that had been backed up to Verizon's Backup Assistant.  There were a few entries which consisted of a name and email address or two.  Some with just an email address.
    After cleaning up the database and trying to learn about other features on the Droid 2, I decided to ensure my data was being backed up in my Gmail contacts as well as Verizon's Backup Assistant.  When I logged into the latter site, I found over 500 deleted addresses.  It seems that all those entries which contained only phone numbers that I deleted from my Droid2 were really phone contacts and were deleted from the Backup Assistant database (they were not totally deleted and I could undelete them if I wanted.)  I would have thought though that the remaining entries in my contacts are much more complete with complete home and work addresses , phone numbers, email address, IM address, company names, titles, nicknames, Websites, ringtones and whether to send the call straight to voicemail.  However, none of these contacts were backed up the Verizon Backup Assistant.  They were backed up to my Gmail contacts.  I have my Droid 2 scheduled to sync with Google's gmail, gmail contacts and calendar, as well as the Verizon Backup Assistant.  My first question is why doesn't the Verizon Backup Assistant back up ALL contacts? 
    With the Droid 2, if you select the Dialer icon from the full list of programs, it brings up a keypad with a search bar above and 4 Icons on the top - Dialer, Recent calls, Contacts and Favorites.  By the way, clicking on the Favorites icon allows you to select your favorites.  After clicking the Contacts or Favorites icon, If you long press the menu icon on the bottom left, you then have the option searching your contacts, clearing the frequently called list or setting up your speed dial.  It appears to be the only ways to set up the speed dial.  Once set up, you can see the assigned speed dial numbers in the entries for those people in your Favorite list.  To dial them just click the dialer icon and long press the speed dial number for the contact you want to call.  If you remember the numbers by heart, just go right to the dialer and long press the correct number.  My next question is at first I had no trouble in setting up the Favorites or the Speed dial, but lately, when I long press the menu icon, it brings up the electronic keyboard.  The only way to bring up any options is to open the sliding keyboard, shifting the screen to landscape mode.  Pressing the menu icon will then bring up the choices mentioned above.  I noticed this occurring within other applications so I believe it is a software problem cause by interactions with other software or a recent update.  It seems to be intermittant, corrected momentarily by opening the sliding keyboard, but after a couple of minutes reverts back to the problem mode.
    Getting back to the contacts issue, if you select the Contact icon when the Dialer is opened, while many of the contacts that come up are from the Phone Contact database AND are not VIEWABLE when you select the Contact icon on the Home Page.  In fact, I have two entries for myself, one with nickname and last name; the other full legal name (first middle and last).  Only the one with the nickname shows up in viewing my contacts in the Verizon Backup Assistant.  This entry is also found in my main Contacts database on the Droid 2.  The entry with my full legal name is not in the Verizon Backup Assistant database.  This entry is only viewable from my phone contacts on the Droid2.  It does not show up as a Gmail contact and is not viewable on my main contact database.   It is also not the first time that my own entry has disappeared.  Can anyone explain this?
    I have been reading the forum entries on various subjects regarding contacts with most folks focusing on Google's lack of design.  However, my wife has an HTC Incredible which also runs Android 2.2.  However, its contact system is totally different from Motorola's, as is LG's and Samsung.  These systems have the ability to enter data into either the phone database or the contacts database starting from scratch.  With Motorola's system the only way to enter a new entry into the phone database is start by keying in a phone number first.  This is confusing to the average user who is typically shown by Verizon people how to add entries to the main contact database.  All these systems allow for the entry to be displayed either the last name, first name mode or in the first name, last name mode.  Take aim at Motorola, not Google.  There may be some aspects of the contact system that are controlled by Android, but the sorting of the database and the ease of making entries is not an Android-specific problem.
    Next question, with my Bluetooth earphone paired and connected, it takes almost 30 seconds between the pushing of the center button on the Bluetooth for the Droid2's voice command to say "Say a command", to which I respond, "Call Joe Smith mobile" or some other command.  It was instantaneous with my old Motorola E815.  This kind of delay is totally unacceptable.  Does anyone have a clue about why it takes so long?

    Keep in mind, each source that you are importing contact information from has its own platform and technology being used which can be different than the platform on the device. Based on the multiple topics that you bring up, and to ensure that I address your concerns fully, please send me a private message with your Verizon Wireless cell phone number, a callback number where I can reach you, and the best time to contact you.  You will want to provide a call back number since you will need to be off of your device when we talk.  
    In the meantime, you can view some general information at the link provided below:
    http://support.vzw.com/swf/droid2/simulator.html
    KellyW@VZW

  • [Solved] "slim: failed to execute login command" after awesomewm updat

    Hi,
    i updated some weeks ago via pacman -Syu, where also awesome wm was updated from 3.4.* to 3.5.* so I updated my rc.lua as it is told on their wiki, but i cant login with my rc.lua anymore i got the failed to execute login command error from slime. If i use the shipped efault rc.lua it works fine, can someone help me to figure out whats wrong with my rc.lua?
    -- Standard awesome library
    local gears = require("gears")
    local awful = require("awful")
    awful.rules = require("awful.rules")
    require("awful.autofocus")
    -- Widget and layout library
    local wibox = require("wibox")
    -- Theme handling library
    local beautiful = require("beautiful")
    -- Notification library
    local naughty = require("naughty")
    local menubar = require("menubar")
    local vicious = require("vicious")
    function fullscreens(c)
    awful.client.floating.toggle(c)
    if awful.client.floating.get(c) then
    local clientX = screen[1].workarea.x
    local clientY = screen[1].workarea.y
    local clientWidth = 0
    -- look at http://www.rpm.org/api/4.4.2.2/llimits_8h-source.html
    local clientHeight = 2147483640
    for s = 1, screen.count() do
    clientHeight = math.min(clientHeight, screen[s].workarea.height)
    clientWidth = clientWidth + screen[s].workarea.width
    end
    local t = c:geometry({x = clientX, y = clientY, width = clientWidth, height = clientHeight})
    else
    --apply the rules to this client so he can return to the right tag if there is a rule for that.
    awful.rules.apply(c)
    end
    -- focus our client
    client.focus = c
    end
    -- {{{ Error handling
    -- Check if awesome encountered an error during startup and fell back to
    -- another config (This code will only ever execute for the fallback config)
    if awesome.startup_errors then
    naughty.notify({ preset = naughty.config.presets.critical,
    title = "Oops, there were errors during startup!",
    text = awesome.startup_errors })
    end
    -- Handle runtime errors after startup
    do
    local in_error = false
    awesome.connect_signal("debug::error", function (err)
    -- Make sure we don't go into an endless error loop
    if in_error then return end
    in_error = true
    naughty.notify({ preset = naughty.config.presets.critical,
    title = "Oops, an error happened!",
    text = err })
    in_error = false
    end)
    end
    -- {{{ Variable definitions
    -- Themes define colours, icons, and wallpapers
    -- beautiful.init("/home/kili/Repositories/awesome-themes/arch/theme.lua")
    beautiful.init("/usr/share/awesome/themes/default/theme.lua")
    -- This is used later as the default terminal and editor to run.
    terminal = "urxvt"
    editor = os.getenv("EDITOR") or "nano"
    editor_cmd = terminal .. " -e " .. editor
    -- Default modkey.
    -- Usually, Mod4 is the key with a logo between Control and Alt.
    -- If you do not like this or do not have such a key,
    -- I suggest you to remap Mod4 to another key using xmodmap or other tools.
    -- However, you can use another modifier like Mod1, but it may interact with others.
    modkey = "Mod4"
    -- Table of layouts to cover with awful.layout.inc, order matters.
    layouts =
    awful.layout.suit.tile,
    awful.layout.suit.tile.left,
    awful.layout.suit.tile.bottom,
    awful.layout.suit.tile.top,
    awful.layout.suit.floating,
    awful.layout.suit.fair,
    awful.layout.suit.fair.horizontal,
    awful.layout.suit.spiral,
    awful.layout.suit.spiral.dwindle,
    awful.layout.suit.max,
    awful.layout.suit.max.fullscreen,
    awful.layout.suit.magnifier
    -- {{{ Tags
    -- Define a tag table which hold all screen tags.
    tags = {}
    for s = 1, screen.count() do
    -- Each screen has its own tag table.
    tags[s] = awful.tag({ 1, 2, 3, 4, 5}, s, layouts[1])
    end
    -- {{{ Menu
    -- Create a laucher widget and a main menu
    myawesomemenu = {
    { "manual", terminal .. " -e man awesome" },
    { "edit config", editor_cmd .. " " .. awesome.conffile },
    { "restart", awesome.restart },
    { "quit", awesome.quit }
    mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
    { "open terminal", terminal }
    mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon, menu = mymainmenu })
    -- {{{ Wibox
    -- Create a textclock widget
    batwidget = wibox.widget.textbox()
    vicious.register(batwidget, vicious.widgets.bat,
    function(widget,args)
    local formatstring = " Bat: "..args[1]..args[2] .."%".. " "..args[3] .. " "
    if args[2] <= 25 and args[1] == "-" then
    return "<span color=\"red\">".. formatstring .. "</span>"
    end
    return formatstring
    end, 60, "BAT0")
    netwidgetETH = wibox.widget.textbox()
    netwidgetWIFI = wibox.widget.textbox()
    vicious.register(netwidgetETH, vicious.widgets.net, ' eth0:<span color="#CC9393">${eth0 down_kb}</span> <span color="#7F9F7F">${eth0 up_kb}</span>', 3)
    vicious.register(netwidgetWIFI, vicious.widgets.net,' wlan0:<span color="#CC9393">${wlan0 down_kb}</span> <span color="#7F9F7F">${wlan0 up_kb}</span>', 3)
    menubar.utils.terminal = terminal
    mytextclock = awful.widget.textclock()--{ align = "right" })
    -- Create a systray
    mysystray = wibox.widget.systray()
    -- Create a wibox for each screen and add it
    mywibox = {}
    mypromptbox = {}
    mylayoutbox = {}
    mytaglist = {}
    mytaglist.buttons = awful.util.table.join(
    awful.button({ }, 1, awful.tag.viewonly),
    awful.button({ modkey }, 1, awful.client.movetotag),
    awful.button({ }, 3, awful.tag.viewtoggle),
    awful.button({ modkey }, 3, awful.client.toggletag),
    awful.button({ }, 4, function(t) awful.tag.viewnext(aweful.tag.getscreen(t)) end),
    awful.button({ }, 5, function(t) awful.tag.viewprev(aweful.tag.getscreen(t)) end)
    mytasklist = {}
    mytasklist.buttons = awful.util.table.join(
    awful.button({ }, 1, function (c)
    if c == client.focus then
    c.minimized = true
    else
    c.minimized = false
    if not c:isvisible() then
    awful.tag.viewonly(c:tags()[1])
    end
    -- This will also un-minimize
    -- the client, if needed
    client.focus = c
    c:raise()
    end
    end),
    awful.button({ }, 3, function ()
    if instance then
    instance:hide()
    instance = nil
    else
    instance = awful.menu.clients({ width=250 })
    end
    end),
    awful.button({ }, 4, function ()
    awful.client.focus.byidx(1)
    if client.focus then client.focus:raise() end
    end),
    awful.button({ }, 5, function ()
    awful.client.focus.byidx(-1)
    if client.focus then client.focus:raise() end
    end))
    for s = 1, screen.count() do
    -- Create a promptbox for each screen
    mypromptbox[s] = awful.widget.prompt()--{ layout = awful.widget.layout.horizontal.leftright })
    -- Create an imagebox widget which will contains an icon indicating which layout we're using.
    -- We need one layoutbox per screen.
    mylayoutbox[s] = awful.widget.layoutbox(s)
    mylayoutbox[s]:buttons(awful.util.table.join(
    awful.button({ }, 1, function () awful.layout.inc(layouts, 1) end),
    awful.button({ }, 3, function () awful.layout.inc(layouts, -1) end),
    awful.button({ }, 4, function () awful.layout.inc(layouts, 1) end),
    awful.button({ }, 5, function () awful.layout.inc(layouts, -1) end)))
    -- Create a taglist widget
    mytaglist[s] = awful.widget.taglist(s, awful.widget.taglist.filter.all, mytaglist.buttons)
    -- Create a tasklist widget
    mytasklist[s] = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, mytasklist.buttons)
    -- Create the wibox
    mywibox[s] = awful.wibox({ position = "top", screen = s })
    -- Widgets that are aligned to the left
    local left_layout = wibox.layout.fixed.horizontal()
    left_layout:add(mylauncher)
    left_layout:add(mytaglist[s])
    left_layout:add(mypromptbox[s])
    -- Widgets that are aligned to the right
    local right_layout = wibox.layout.fixed.horizontal()
    if s == 1 then right_layout:add(wibox.widget.systray()) end
    right_layout:add(netwidgetWIFI)
    right_layout:add(netwidgetETH)
    right_layout:add(batwidget)
    right_layout:add(mytextclock)
    right_layout:add(mylayoutbox[s])
    -- Now bring it all together (with the tasklist in the middle)
    local layout = wibox.layout.align.horizontal()
    layout:set_left(left_layout)
    layout:set_middle(mytasklist[s])
    layout:set_right(right_layout)
    mywibox[s]:set_widget(layout)
    -- Add widgets to the wibox - order matters
    --mywibox[s].widgets = {
    -- mylauncher,
    -- mytaglist[s],
    -- mypromptbox[s],
    --layout = awful.widget.layout.horizontal.leftright
    -- mylayoutbox[s],
    -- mytextclock,
    -- batwidget,
    -- netwidgetETH,
    -- netwidgetWIFI,
    -- s == 1 and mysystray or nil,
    -- mytasklist[s],
    -- layout = awful.widget.layout.horizontal.rightleft
    end
    -- {{{ Mouse bindings
    root.buttons(awful.util.table.join(
    awful.button({ }, 3, function () mymainmenu:toggle() end),
    awful.button({ }, 4, awful.tag.viewnext),
    awful.button({ }, 5, awful.tag.viewprev)
    -- {{{ Key bindings
    globalkeys = awful.util.table.join(
    awful.key({ modkey, }, "Left", awful.tag.viewprev ),
    awful.key({ modkey, }, "Right", awful.tag.viewnext ),
    awful.key({ modkey, }, "Escape", awful.tag.history.restore),
    awful.key({ modkey, }, "j",
    function ()
    awful.client.focus.byidx( 1)
    if client.focus then client.focus:raise() end
    end),
    awful.key({ modkey, }, "k",
    function ()
    awful.client.focus.byidx(-1)
    if client.focus then client.focus:raise() end
    end),
    awful.key({ modkey, }, "w", function () mymainmenu:show() end),
    -- Layout manipulation
    awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end),
    awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx( -1) end),
    awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end),
    awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end),
    awful.key({ modkey, }, "u", awful.client.urgent.jumpto),
    awful.key({ modkey, }, "Tab",
    function ()
    awful.client.focus.history.previous()
    if client.focus then
    client.focus:raise()
    end
    end),
    -- Standard program
    awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end),
    awful.key({ modkey, "Control" }, "r", awesome.restart),
    awful.key({ modkey, "Shift" }, "q", awesome.quit),
    awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end),
    awful.key({ modkey, }, "h", function () awful.tag.incmwfact(-0.05) end),
    awful.key({ modkey, "Shift" }, "h", function () awful.tag.incnmaster( 1) end),
    awful.key({ modkey, "Shift" }, "l", function () awful.tag.incnmaster(-1) end),
    awful.key({ modkey, "Control" }, "h", function () awful.tag.incncol( 1) end),
    awful.key({ modkey, "Control" }, "l", function () awful.tag.incncol(-1) end),
    awful.key({ modkey, }, "space", function () awful.layout.inc(layouts, 1) end),
    awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end),
    awful.key({ modkey, "Control" }, "n", awful.client.restore),
    -- Prompt
    awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),
    awful.key({ modkey }, "x",
    function ()
    awful.prompt.run({ prompt = "Run Lua code: " },
    mypromptbox[mouse.screen].widget,
    awful.util.eval, nil,
    awful.util.getdir("cache") .. "/history_eval")
    end),
    -- Multimedia
    awful.key({ }, "XF86AudioLowerVolume", function () awful.util.spawn("amixer -q sset Master 2dB-") end),
    awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("amixer -q sset Master 2dB+") end),
    awful.key({ }, "XF86AudioNext",function () awful.util.spawn( "mocp -f" ) end),
    awful.key({ }, "XF86AudioPrev",function () awful.util.spawn( "mocp -r" ) end),
    awful.key({ }, "XF86AudioPlay",function () awful.util.spawn( "mocp -G" ) end),
    awful.key({ }, "Print", function () awful.util.spawn("ksnapshot") end),
    awful.key({ }, "", function () awful.util.spawn("slimlock") end)
    clientkeys = awful.util.table.join(
    awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen end),
    awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end),
    awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ),
    awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end),
    awful.key({ modkey, }, "o", awful.client.movetoscreen ),
    -- awful.key({ modkey, "Shift" }, "r", function (c) c:redraw() end),
    awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end),
    awful.key({ modkey, }, "n",
    function (c)
    -- The client currently has the input focus, so it cannot be
    -- minimized, since minimized clients can't have the focus.
    c.minimized = true
    end),
    awful.key({ modkey, }, "m",
    function (c)
    c.maximized_horizontal = not c.maximized_horizontal
    c.maximized_vertical = not c.maximized_vertical
    end),
    awful.key({ modkey, "Shift" }, "f", fullscreens)
    -- Compute the maximum number of digit we need, limited to 9
    keynumber = 0
    for s = 1, screen.count() do
    keynumber = math.min(9, math.max(#tags[s], keynumber))
    end
    -- Bind all key numbers to tags.
    -- Be careful: we use keycodes to make it works on any keyboard layout.
    -- This should map on the top row of your keyboard, usually 1 to 9.
    for i = 1, keynumber do
    globalkeys = awful.util.table.join(globalkeys,
    awful.key({ modkey }, "#" .. i + 9,
    function ()
    local screen = mouse.screen
    if tags[screen][i] then
    awful.tag.viewonly(tags[screen][i])
    end
    end),
    awful.key({ modkey, "Control" }, "#" .. i + 9,
    function ()
    local screen = mouse.screen
    if tags[screen][i] then
    awful.tag.viewtoggle(tags[screen][i])
    end
    end),
    awful.key({ modkey, "Shift" }, "#" .. i + 9,
    function ()
    if client.focus and tags[client.focus.screen][i] then
    awful.client.movetotag(tags[client.focus.screen][i])
    end
    end),
    awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
    function ()
    if client.focus and tags[client.focus.screen][i] then
    awful.client.toggletag(tags[client.focus.screen][i])
    end
    end))
    end
    clientbuttons = awful.util.table.join(
    awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
    awful.button({ modkey }, 1, awful.mouse.client.move),
    awful.button({ modkey }, 3, awful.mouse.client.resize))
    -- Set keys
    root.keys(globalkeys)
    -- Set Firefox to always map on tags number 2 of screen 1.
    -- { rule = { class = "Firefox" },
    -- properties = { tag = tags[1][2] } },
    -- {{{ Rules
    if screen.count() > 1 then
    awful.rules.rules = {
    -- All clients will match this rule.
    { rule = { },
    properties = { border_width = beautiful.border_width,
    -- border_color = beautiful.border_normal,
    focus = true,
    keys = clientkeys,
    buttons = clientbuttons } },
    { rule = { class = "MPlayer" },
    properties = { floating = true } },
    { rule = { class = "gimp" },
    properties = { floating = true } },
    { rule = { class = "Xdialog" },
    properties = { floating = true } },
    { rule = { class = "Firefox" },
    properties = { tag = tags[1][1] } },
    { rule = { name = "Thunderbird" },
    properties = { tag = tags[1][2] } },
    { rule = { instance = "plugin-container" },
    properties = { floating = true } },
    { rule = { class = "Luakit" },
    properties = { floating = true } }
    else
    awful.rules.rules = {
    -- All clients will match this rule.
    { rule = { },
    properties = { border_width = beautiful.border_width,
    -- border_color = beautiful.border_normal,
    focus = true,
    keys = clientkeys,
    buttons = clientbuttons } },
    { rule = { class = "MPlayer" },
    properties = { floating = true } },
    { rule = { class = "gimp" },
    properties = { floating = true } },
    { rule = { class = "Firefox" },
    properties = { tag = tags[1][2] } },
    { rule = { name = "Thunderbird" },
    properties = { tag = tags[1][3] } },
    { rule = { instance = "plugin-container" },
    properties = { floating = true, fullscreen = true } },
    { rule = { class = "Dolphin" },
    properties = { floating = false, fullscreen = false, tag = tags[1][4] } },
    { rule = { class = "Luakit" },
    properties = { floating = true } },
    { rule = { class = "Pidgin" },
    properties = { tag = tags[1][5] } }
    end
    -- {{{ Signals
    -- Signal function to execute when a new client appears.
    client.connect_signal("manage", function (c, startup)
    -- Add a titlebar
    -- awful.titlebar.add(c, { modkey = modkey })
    -- Enable sloppy focus
    c:connect_signal("mouse::enter", function(c)
    if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
    and awful.client.focus.filter(c) then
    client.focus = c
    end
    end)
    if not startup then
    -- Set the windows at the slave,
    -- i.e. put it at the end of others instead of setting it master.
    -- awful.client.setslave(c)
    -- Put windows in a smart way, only if they does not set an initial position.
    if not c.size_hints.user_position and not c.size_hints.program_position then
    awful.placement.no_overlap(c)
    awful.placement.no_offscreen(c)
    end
    end
    local titlebars_enabled = false
    if titlebars_enabled and (c.type == "normal" or c.type == "dialog") then
    -- Widgets that are aligned to the left
    local left_layout = wibox.layout.fixed.horizontal()
    left_layout:add(awful.titlebar.widget.iconwidget(c))
    -- Widgets that are aligned to the right
    local right_layout = wibox.layout.fixed.horizontal()
    right_layout:add(awful.titlebar.widget.floatingbutton(c))
    right_layout:add(awful.titlebar.widget.maximizedbutton(c))
    right_layout:add(awful.titlebar.widget.stickybutton(c))
    right_layout:add(awful.titlebar.widget.ontopbutton(c))
    right_layout:add(awful.titlebar.widget.closebutton(c))
    -- The title goes in the middle
    local title = awful.titlebar.widget.titlewidget(c)
    title:buttons(awful.util.table.join(
    awful.button({ }, 1, function()
    client.focus = c
    c:raise()
    awful.mouse.client.move(c)
    end),
    awful.button({ }, 3, function()
    client.focus = c
    c:raise()
    awful.mouse.client.resize(c)
    end)
    -- Now bring it all together
    local layout = wibox.layout.align.horizontal()
    layout:set_left(left_layout)
    layout:set_right(right_layout)
    layout:set_middle(title)
    awful.titlebar(c):set_widget(layout)
    end
    end)
    client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end)
    client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
    Here is also my slime config and my initrc
    ls -lisa .xinitrc
    3276814 4 -rwxr-xr-x ...
    #!/bin/sh
    xrdb -merge ~/.Xresources
    wicd-client --tray &
    exec awesome #>> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderr
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions awesome,xfce4,icewm-session,wmaker,blackbox
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    default_user kili
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    focus_password yes
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme archlinux-simplyblack
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    Thanks in advance!
    Edit:
    Besides a lot of other errors the problem was the systray. It was created 2 times, now login works again. I figured that out via enabling logging for awesome in the xinitrc again.
    Last edited by stubb (2013-01-08 23:20:05)

    Hi,
    I have the same kind of issue after updated slim from v1.3.4-4 to v1.3.5-1.
    see my topic  here :
    https://bbs.archlinux.org/viewtopic.php?id=156792
    Last edited by cedricl (2013-01-24 17:16:42)

  • Trouble connecting Macbook pro to Samsung monitor via DVI adaptor.

    I just bought an Apple mini display port to dvi adaptor but no graphics are being displayed on my monitor (a samsung tv/monitor). All that is present is the background on my macbook. Any ideas on how to sort this please?

    That's the extended desktop. Try Command F1 if you want to mirror.

  • Automator stopped working when I installed a Samsung printer

    Ever since I installed a Samsung ML-2570 printer, I've been having problems with Automator. I can start Automator, but when I try to open a workflow, Automator quits.
    I've tried downloading the latest drivers from Samsung, but that has had no effect.
    Any ideas?
    g5   Mac OS X (10.4.6)   23-inch Cinema Display

    Here are the contents of the report that would be generated to send to Apple:
    Date/Time: 2007-01-08 07:45:15.777 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Automator
    Path: /Applications/Automator.app/Contents/MacOS/Automator
    Parent: WindowServer [59]
    Version: 1.0.4 (87)
    Build Version: 37
    Project Name: Automator
    Source Version: 870000
    PID: 217
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x9ca4d4a0
    Thread 0 Crashed:
    0 com.apple.applescript 0x989cc27c classifyobject_overfdes + 272
    1 com.apple.applescript 0x989cbf0c init_object + 124
    2 com.apple.applescript 0x989cb838 search_object + 40
    3 com.apple.applescript 0x989cbd90 examine_objects + 300
    4 com.apple.applescript 0x989cb660 Unwind_FindFDE + 148
    5 com.apple.applescript 0x989cb4c8 uwframe_statefor + 68
    6 com.apple.applescript 0x989cb440 uwinit_context1 + 64
    7 com.apple.applescript 0x989cb21c UnwindRaiseException + 52
    8 com.apple.applescript 0x989cb0e0 _cxathrow + 136
    9 com.apple.applescript 0x98a192e8 TUASFrame::PreviousFrame() + 96
    10 com.apple.applescript 0x989b90f4 UASEnvironment_Update() + 456
    11 com.apple.applescript 0x989b8ed0 UASActor_Define() + 292
    12 com.apple.applescript 0x989fa910 UASExecute1() + 328
    13 com.apple.applescript 0x989dc8c8 ASExecuteEvent(AEDesc const*, unsigned long, long, unsigned long*) + 900
    14 ...ple.CoreServices.CarbonCore 0x90bdb190 CallComponentFunctionCommon + 1112
    15 com.apple.applescript 0x989b0418 AppleScriptComponent + 1712
    16 ...ple.CoreServices.CarbonCore 0x90bdacd4 CallComponent + 260
    17 com.apple.openscripting 0x93055878 OSAExecuteEvent + 52
    18 com.apple.OSAKit 0x95e43200 -[OSAScript executeAppleEvent:error:] + 168
    19 com.apple.AutomatorFramework 0x96201408 -[AMAppleScriptAction executeWithParameter:error:] + 476
    20 com.apple.AutomatorFramework 0x96200df4 -[AMAppleScriptAction _executeWithInfo:] + 336
    21 com.apple.Foundation 0x9296aa00 __NSFireMainThreadPerform + 276
    22 com.apple.CoreFoundation 0x9080da78 __CFRunLoopPerformPerform + 104
    23 com.apple.CoreFoundation 0x907dd4cc __CFRunLoopDoSources0 + 384
    24 com.apple.CoreFoundation 0x907dc9fc __CFRunLoopRun + 452
    25 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    26 com.apple.HIToolbox 0x93203740 RunCurrentEventLoopInMode + 264
    27 com.apple.HIToolbox 0x93202d4c ReceiveNextEventCommon + 244
    28 com.apple.HIToolbox 0x93202c40 BlockUntilNextEventMatchingListInMode + 96
    29 com.apple.AppKit 0x936e5ae4 _DPSNextEvent + 384
    30 com.apple.AppKit 0x936e57a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    31 com.apple.AppKit 0x936e1cec -[NSApplication run] + 472
    32 com.apple.AppKit 0x937d287c NSApplicationMain + 452
    33 com.apple.Automator 0x000025a0 0x1000 + 5536
    34 com.apple.Automator 0x00017134 0x1000 + 90420
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298469c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929857dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9296c09c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95687ef0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x929606a8 -[NSConditionLock lock] + 52
    3 com.apple.Foundation 0x9296a844 -[NSObject(NSMainThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:modes:] + 780
    4 com.apple.Foundation 0x9296a518 -[NSObject(NSMainThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 120
    5 com.apple.AutomatorFramework 0x96200c54 -[AMAppleScriptAction runWithInput:fromAction:error:] + 140
    6 com.apple.AutomatorFramework 0x961ffe24 -[AMAction run:] + 928
    7 com.apple.AutomatorFramework 0x961ff95c -[AMBundleAction doRun:] + 92
    8 com.apple.Foundation 0x92967bf8 __NSFireDelayedPerform + 304
    9 com.apple.CoreFoundation 0x907f0550 __CFRunLoopDoTimer + 184
    10 com.apple.CoreFoundation 0x907dcec8 __CFRunLoopRun + 1680
    11 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    12 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
    13 com.apple.Foundation 0x929b0e20 -[NSRunLoop runUntilDate:] + 80
    14 com.apple.Automator 0x0000e908 0x1000 + 55560
    15 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    16 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x90049ea8 syscallthreadswitch + 8
    1 com.apple.Foundation 0x929755d0 +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0x93782a10 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000989cc27c srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x88002424 xer: 0x0000000020000000 lr: 0x00000000989cc228 ctr: 0x00000000989cbbd8
    r0: 0x00000000989af20c r1: 0x00000000bfffcf80 r2: 0x000000009ca4d49c r3: 0xffffffffffffffff
    r4: 0x0000000000000000 r5: 0x0000000098a4d480 r6: 0x00000000bfffcfc0 r7: 0x0000000000000000
    r8: 0x0000000000017c41 r9: 0x0000000098a55d34 r10: 0x0000000006901e0c r11: 0x0000000000000000
    r12: 0x0000000098a4d484 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000001 r17: 0x00000000bffff330 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x00000000a89a8f34 r22: 0x00000000a89ae108 r23: 0x0000000000000001
    r24: 0x0000000000000000 r25: 0x0000000000000405 r26: 0x0000000098a4d434 r27: 0x0000000000000010
    r28: 0x00000000068f0640 r29: 0x0000000000000010 r30: 0x000000009ca4d4a0 r31: 0x00000000989cbea8
    Binary Images Description:
    0x1000 - 0x2ffff com.apple.Automator 1.0.4 (87) /Applications/Automator.app/Contents/MacOS/Automator
    0xfa000 - 0xfcfff com.apple.action.gridpdf 4.3 (157.7) /System/Library/Automator/Add Grid to PDF Files.action/Contents/MacOS/Add Grid to PDF Files
    0x26d000 - 0x272fff com.apple.action.colorsyncprofiles 1.4.3 /System/Library/Automator/Apply ColorSync Profile to Images.action/Contents/MacOS/Apply ColorSync Profile to Images
    0x278000 - 0x27dfff com.apple.action.qfilterpdf 1.4.3 /System/Library/Automator/Apply Quartz Filter to PDF Documents.action/Contents/MacOS/Apply Quartz Filter to PDF Documents
    0x282000 - 0x284fff com.apple.Automator.ApplySQLAction 1.0 /System/Library/Automator/Apply SQL.action/Contents/MacOS/Apply SQL
    0x288000 - 0x288fff com.apple.Automator.AskForMovies 1.0 /System/Library/Automator/Ask for Movies.action/Contents/MacOS/Ask for Movies
    0x28c000 - 0x28cfff com.apple.Automator.AskForPhotos 1.0 /System/Library/Automator/Ask for Photos.action/Contents/MacOS/Ask for Photos
    0x290000 - 0x290fff com.apple.Automator.AskForSongs 1.0 /System/Library/Automator/Ask for Songs.action/Contents/MacOS/Ask for Songs
    0x294000 - 0x294fff com.apple.Automator.CopyFiles 1.1 /System/Library/Automator/Copy Finder Items.action/Contents/MacOS/Copy Finder Items
    0x298000 - 0x299fff com.apple.Automator.SpecifiedFiles 1.0 /System/Library/Automator/Get Specified Finder Items.action/Contents/MacOS/Get Specified Finder Items
    0x29d000 - 0x29efff com.apple.GetSpecifiediCalItems 1.0 /System/Library/Automator/Get Specified iCal Items.action/Contents/MacOS/Get Specified iCal Items
    0x2a2000 - 0x2a5fff com.apple.Automator.BurnADisc 1.0 (7) /System/Library/Automator/Burn A Disc.action/Contents/MacOS/Burn A Disc
    0x2aa000 - 0x2acfff com.apple.action.joinpdf 4.3 (157.7) /System/Library/Automator/Combine PDF Pages.action/Contents/MacOS/Combine PDF Pages
    0x2b0000 - 0x2b1fff com.apple.action.compresspdf 4.3 (157.7) /System/Library/Automator/Compress Images in PDF Document.action/Contents/MacOS/Compress Images in PDF Document
    0x2b5000 - 0x2b7fff com.apple.Automator.ConvertCSVToSQLAction 1.0 /System/Library/Automator/Convert CSV to SQL.action/Contents/MacOS/Convert CSV to SQL
    0x2bb000 - 0x2befff com.apple.Automator.CreateZipArchive 1.1 /System/Library/Automator/Create Archive.action/Contents/MacOS/Create Archive
    0x2c3000 - 0x2c3fff com.apple.Automator.CreatePackage 1.0 /System/Library/Automator/Create Package.action/Contents/MacOS/Create Package
    0x2c7000 - 0x2c9fff com.apple.Automator.DownloadPictures 3.0.3 /System/Library/Automator/Download Pictures.action/Contents/MacOS/Download Pictures
    0x2cd000 - 0x2cefff com.apple.Automator.DownloadInternetFile 1.1 /System/Library/Automator/Download URLs.action/Contents/MacOS/Download URLs
    0x4a0000 - 0x4a0fff com.apple.Automator.FilterItems 1.0 /System/Library/Automator/Filter Items.action/Contents/MacOS/Filter Items
    0x4a9000 - 0x4aafff com.apple.action.encryptpdfdocument 4.3 (157.7) /System/Library/Automator/Encrypt PDF Document.action/Contents/MacOS/Encrypt PDF Document
    0x4ae000 - 0x4affff com.apple.Automator.ExecuteSQLAction 1.0 /System/Library/Automator/Execute SQL.action/Contents/MacOS/Execute SQL
    0x4b3000 - 0x4b5fff com.apple.action.oddevenpdf 4.3 (157.7) /System/Library/Automator/Extract Odd & Even Pages.action/Contents/MacOS/Extract Odd & Even Pages
    0x4b9000 - 0x4bbfff com.apple.Automator.FilterFinderItems 1.1.1 /System/Library/Automator/Filter Finder Items.action/Contents/MacOS/Filter Finder Items
    0x4bf000 - 0x4c0fff com.apple.Automator.FilterURLs 1.0 /System/Library/Automator/Filter URLs.action/Contents/MacOS/Filter URLs
    0x4c4000 - 0x4c6fff com.apple.Automator.FindFinderItems 1.1 /System/Library/Automator/Find Finder Items.action/Contents/MacOS/Find Finder Items
    0x4ca000 - 0x4cafff com.apple.Automator.FindItems 1.0 /System/Library/Automator/Find Items.action/Contents/MacOS/Find Items
    0x4ce000 - 0x4cefff com.apple.Automator.GetFolderContents 1.0 /System/Library/Automator/Get Folder Contents.action/Contents/MacOS/Get Folder Contents
    0x4d2000 - 0x4d2fff com.apple.Automator.FindLinkedImages 1.0.1 /System/Library/Automator/Get Image URLs from Webpage.action/Contents/MacOS/Get Image URLs from Webpage
    0x4d6000 - 0x4d6fff com.apple.Automator.GetLinkURLsFromWebpages 1.1.1 /System/Library/Automator/Get Link URLs from Webpages.action/Contents/MacOS/Get Link URLs from Webpages
    0x4da000 - 0x4dbfff com.apple.Automator.GetSelectedItems 1.0 /System/Library/Automator/Get Selected Items.action/Contents/MacOS/Get Selected Items
    0x4df000 - 0x4e1fff com.apple.Automator.GetSpecifiedAddressBookItems 1.0 /System/Library/Automator/Get Specified Address Book Items.action/Contents/MacOS/Get Specified Address Book Items
    0x4fa000 - 0x4fbfff com.apple.Automator.GetSpecifiediPhotoItems 1.0 /System/Library/Automator/Get Specified iPhoto Items.action/Contents/MacOS/Get Specified iPhoto Items
    0x636000 - 0x637fff com.apple.Automator.GetSpecifiediTunesItems 1.0 /System/Library/Automator/Get Specified iTunes Items.action/Contents/MacOS/Get Specified iTunes Items
    0x63b000 - 0x63efff com.apple.GetSpecifiedMailItems 1.0 /System/Library/Automator/Get Specified Mail Items.action/Contents/MacOS/Get Specified Mail Items
    0x642000 - 0x643fff com.apple.GetSpecifiedMovies 1.0 /System/Library/Automator/Get Specified Movies.action/Contents/MacOS/Get Specified Movies
    0x647000 - 0x648fff com.apple.GetSpecifiedServers 1.0 /System/Library/Automator/Get Specified Servers.action/Contents/MacOS/Get Specified Servers
    0x64c000 - 0x64cfff com.apple.Automator.GetWebpageText 1.1 /System/Library/Automator/Get Text from Webpage.action/Contents/MacOS/Get Text from Webpage
    0x650000 - 0x650fff com.apple.Automator.MoveFiles 1.0 /System/Library/Automator/Move Finder Items.action/Contents/MacOS/Move Finder Items
    0x654000 - 0x654fff com.apple.Automator.MakeNewFolder 1.1 /System/Library/Automator/New Folder.action/Contents/MacOS/New Folder
    0x658000 - 0x658fff com.apple.Automator.NewiCalEvents 1.1 /System/Library/Automator/New iCal Events.action/Contents/MacOS/New iCal Events
    0x65c000 - 0x65ffff com.apple.Automator.CreateNewEmail 1.1.1 /System/Library/Automator/New Mail Message.action/Contents/MacOS/New Mail Message
    0x663000 - 0x664fff com.apple.action.renamepdf 4.3 (157.7) /System/Library/Automator/Rename PDF Document.action/Contents/MacOS/Rename PDF Document
    0x668000 - 0x66bfff com.apple.action.imagepdf 4.3 (157.7) /System/Library/Automator/Render PDF Pages as Images.action/Contents/MacOS/Render PDF Pages as Images
    0x670000 - 0x672fff com.apple.Automator.RunScript 1.0 /System/Library/Automator/Run AppleScript.action/Contents/MacOS/Run AppleScript
    0x676000 - 0x677fff com.apple.RunShellScript 2.0.1 /System/Library/Automator/Run Shell Script.action/Contents/MacOS/Run Shell Script
    0x67b000 - 0x67dfff com.apple.Automator.ExecuteWorkflow 1.0 /System/Library/Automator/Run Workflow.action/Contents/MacOS/Run Workflow
    0x681000 - 0x6d1fff com.apple.Automator.SpotlightAction 1.1 /System/Library/Automator/Spotlight.action/Contents/MacOS/Spotlight
    0x6ef000 - 0x6f1fff com.apple.Automator.TakePicture 3.0.3 /System/Library/Automator/Take Picture.action/Contents/MacOS/Take Picture
    0x6f5000 - 0x6f6fff com.apple.Automator.TakeScreenShot 1.0 /System/Library/Automator/Take Screenshot.action/Contents/MacOS/Take Screenshot
    0x6fa000 - 0x6fafff com.apple.Automator.LogOutput 1.0 /System/Library/Automator/View Results.action/Contents/MacOS/View Results
    0x6fe000 - 0x703fff com.apple.action.watermarkpdf 4.3 (157.7) /System/Library/Automator/Watermark PDF.action/Contents/MacOS/Watermark PDF
    0x708000 - 0x709fff com.omnigroup.OmniOutliner3.CreateRows 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/CreateRows.action/Con tents/MacOS/CreateRows
    0x70d000 - 0x70efff com.omnigroup.OmniOutliner3.ExportDocuments 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/ExportDocuments.actio n/Contents/MacOS/ExportDocuments
    0x712000 - 0x712fff com.omnigroup.OmniOutliner3.FilterRowsByText 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/FilterRowsByText.acti on/Contents/MacOS/FilterRowsByText
    0x716000 - 0x718fff com.barebones.bbedit.automator.addlinenumbers 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddLineNumber s.action/Contents/MacOS/AddLineNumbers
    0x71c000 - 0x71efff com.barebones.bbedit.automator.prefixlines 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddPrefix.act ion/Contents/MacOS/AddPrefix
    0x722000 - 0x724fff com.barebones.bbedit.automator.addsuffix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddSuffix.act ion/Contents/MacOS/AddSuffix
    0x728000 - 0x72afff com.barebones.bbedit.automator.changecase 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ChangeCase.ac tion/Contents/MacOS/ChangeCase
    0x72e000 - 0x730fff com.barebones.bbedit.automator.converttoascii 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ConvertToASCI I.action/Contents/MacOS/ConvertToASCII
    0x734000 - 0x736fff com.barebones.bbedit.automator.deletelinescontaining 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/DeleteLinesCo ntaining.action/Contents/MacOS/DeleteLinesContaining
    0x73a000 - 0x73cfff com.barebones.bbedit.automator.educatequotes 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/EducateQuotes .action/Contents/MacOS/EducateQuotes
    0x740000 - 0x742fff com.barebones.bbedit.automator.extractlinescontaining 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ExtractLinesC ontaining.action/Contents/MacOS/ExtractLinesContaining
    0x746000 - 0x747fff com.barebones.bbedit.automator.normalizelineends 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/NormalizeLine Ends.action/Contents/MacOS/NormalizeLineEnds
    0x74b000 - 0x74efff com.barebones.bbedit.automator.removelinenumbers 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemoveLineNum bers.action/Contents/MacOS/RemoveLineNumbers
    0x753000 - 0x756fff com.barebones.bbedit.automator.removeprefix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemovePrefix. action/Contents/MacOS/RemovePrefix
    0x75b000 - 0x75efff com.barebones.bbedit.automator.removesuffix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemoveSuffix. action/Contents/MacOS/RemoveSuffix
    0x763000 - 0x766fff com.barebones.bbedit.automator.searchreplace 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SearchReplace .action/Contents/MacOS/SearchReplace
    0x76b000 - 0x76efff com.barebones.bbedit.automator.sortlines 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SortLines.act ion/Contents/MacOS/SortLines
    0x773000 - 0x776fff com.barebones.bbedit.automator.spacestotabs 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SpacesToTabs. action/Contents/MacOS/SpacesToTabs
    0x77b000 - 0x77efff com.barebones.bbedit.automator.straightenquotes 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/StraightenQuo tes.action/Contents/MacOS/StraightenQuotes
    0x783000 - 0x786fff com.barebones.bbedit.automator.tabstospaces 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/TabsToSpaces. action/Contents/MacOS/TabsToSpaces
    0x78b000 - 0x78efff com.barebones.bbedit.automator.zapgremlins 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ZapGremlins.a ction/Contents/MacOS/ZapGremlins
    0x7f8000 - 0x7f8fff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
    0x67fd000 - 0x67fdfff com.apple.applescript.component 1.10.7 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x7145000 - 0x7147fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x722c000 - 0x7269fff com.apple.osax.standardadditions 1.10.7 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/Standa rdAdditions
    0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b58fff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6e000 - 0x90b80fff libauto.dylib /usr/lib/libauto.dylib
    0x90b87000 - 0x90e5efff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8e000 - 0x90fcffff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d3000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d9fff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d8000 - 0x913e1fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e8000 - 0x91410fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91423000 - 0x9142efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91433000 - 0x9143bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143f000 - 0x914bafff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f7000 - 0x914f7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f9000 - 0x91531fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154c000 - 0x91619fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916fffff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91746000 - 0x917fdfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183a000 - 0x91898fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c7000 - 0x918e8fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fc000 - 0x91921fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91934000 - 0x91976fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91992000 - 0x919a6fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b4000 - 0x919f6fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0c000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b59fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5f000 - 0x91bcefff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be5000 - 0x91be9fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91beb000 - 0x91c4afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c4f000 - 0x91c8cfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c93000 - 0x91cacfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb1000 - 0x91cb4fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb6000 - 0x91cb6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cb8000 - 0x91d9dfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da5000 - 0x91dc4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e30000 - 0x91e9efff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ea9000 - 0x91f3efff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f58000 - 0x924e0fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92513000 - 0x9283efff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9286e000 - 0x928f6fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92937000 - 0x92b62fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c80000 - 0x92d5efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d7e000 - 0x92e6cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e6f000 - 0x92e79fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92e7e000 - 0x92e9cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea7000 - 0x92f01fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f1f000 - 0x92f1ffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f21000 - 0x92f35fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4d000 - 0x92f5dfff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f69000 - 0x92f7efff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f90000 - 0x93017fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302b000 - 0x93036fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93040000 - 0x9306dfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93087000 - 0x93096fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a2000 - 0x93108fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93139000 - 0x93188fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b6000 - 0x931d3fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e5000 - 0x931f2fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fb000 - 0x93508fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93657000 - 0x93663fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93668000 - 0x93688fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936db000 - 0x936dbfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936dd000 - 0x93d10fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9409d000 - 0x9410dfff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94146000 - 0x94209fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425b000 - 0x9425bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9425d000 - 0x94430fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94486000 - 0x944c3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cb000 - 0x9451bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9455b000 - 0x945a0fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x946bf000 - 0x946cefff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d6000 - 0x946e3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94729000 - 0x94742fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94749000 - 0x94a18fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94adb000 - 0x94b4cfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bbf000 - 0x94be0fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94ce8000 - 0x94e18fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94eaa000 - 0x94eb9fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec1000 - 0x94eeefff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef5000 - 0x94f05fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f09000 - 0x94f38fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f48000 - 0x94f65fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9535e000 - 0x9535efff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95360000 - 0x953e3fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x95410000 - 0x95456fff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x9546a000 - 0x95598fff edu.mit.Kerberos 5.5.23 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95685000 - 0x95713fff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9576f000 - 0x95805fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95842000 - 0x95b4efff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cd7000 - 0x95d00fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95dba000 - 0x95dfafff com.apple.AppleScriptKit 1.4.1 (64) /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
    0x95e28000 - 0x95e5efff com.apple.OSAKit 1.0.1 (43) /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x95e7d000 - 0x95e8afff libexslt.0.dylib /usr/lib/libexslt.0.dylib
    0x95e8e000 - 0x95ecdfff com.apple.QTKit 7.1.3 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95f2a000 - 0x95f5cfff com.apple.PDFKit 1.0.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95f74000 - 0x95f79fff com.apple.URLMount 2.1.3 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0x961ec000 - 0x9622ffff com.apple.AutomatorFramework 1.0.4 (87) /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x9624a000 - 0x9626efff com.apple.Automator.MediaBrowser 1.0.1 (68) /System/Library/Frameworks/Automator.framework/Frameworks/MediaBrowser.framewor k/Versions/A/MediaBrowser
    0x97aa1000 - 0x97ab7fff com.apple.AppleShareClient 1.5.1 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClie nt
    0x97ac1000 - 0x97afffff com.apple.AppleShareClientCore 1.5.1 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x9827c000 - 0x9834dfff com.apple.QuartzComposer 1.2.3 (32.21) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x983ca000 - 0x983cafff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x984fb000 - 0x9851dfff com.apple.DiscRecordingUI 3.1.2 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x98543000 - 0x9855bfff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x989ae000 - 0x98a58fff com.apple.applescript 1.10.7 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x98b87000 - 0x98ba0fff com.apple.quartzfilters 1.4.3 /System/Library/PrivateFrameworks/QuartzFilters.framework/Versions/A/QuartzFilt ers
    0x9a7a1000 - 0x9a7b8fff libCFilter.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.1), 2 GHz, 4.5 GB
    Graphics: NVIDIA GeForce 6600LE, GeForce 6600LE, PCI, 128 MB
    Memory Module: DIMM0/J6700, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM2/J6900, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM3/J7000, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM4/J7100, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM5/J7200, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Network Service: Built-in Ethernet 1, Ethernet, en0
    PCI Card: GeForce 6600LE, Display, SLOT-1
    PCI Card: bcom5714, network, GIGE
    PCI Card: bcom5714, network, GIGE
    Serial ATA Device: Maxtor 6L160M0, 152.67 GB
    Parallel ATA Device: HL-DT-ST DVD-RW GWA-4165B,
    USB Device: Hub, , Up to 480 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Apple Cinema HD Display, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Samsung ML-2570 Series, Samsung, Up to 480 Mb/sec, 500 mA
    USB Device: DYMO LabelWriter 330, DYMO, Up to 12 Mb/sec, 500 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

  • New problem with display on Macbook Pro retina (Samsung panel)

    Hello All,
    I am a very new people on your forum but a few weeks ago i bought a new macbook pro retina with samsung panel.
    I haven't ghosting effect on my macbook but i have a new and really bad problem.
    I try to found a some information on Russians forums but nobody can help me with it.
    I can see an artifacts in the form of flashing pixels on all display.
    It occurs in 20-30 minutes after the start of work.
    Today i try to test it on game Dirt 2 and i can see defects after 2 minutes after start. So i think it can be reason with Geforce 650 but when i back to desktop and use HD 4000 i still see a problem.
    This is best seen on a black screen with high backlight.
    When i try to connect TV via HDMI i can't see any problem in my TV.
    So i really don't know what could be the reason.
    I attached the video with issue to video hosting
    http://vimple.ru/579f880e8b7045e09f8fc5bc097c5e2b
    Also i have a many software problem like Crashing safari and iTunes. It can be a few times per day.
    I really disappointed with my new Macbook.
    I haven't any problem with old 2009 Macbook pro with Snow Leopard but Mountain Lion is not working well.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • How to take a photo with Samsung ?

    Hi,
    Currently, I'm working on a project and I need help !!!
    A part of the subject is to send a command from a PC to a phone (Samsung E900) that order the phone to take a picture and send it to the PC or by MMS. The communication is a bluetooth one.
    So:
    1. how can I make the phone to take a picture
    2. how to send the taken photo to the PC by bluetooth or send it to another phone by MMS !?

    cory moon
    One week ago we provided instruction for changing the background. Here is a link to the thread:
    http://forums.adobe.com/thread/886369
    Have you tried to do it as suggested?

  • I have a Samsung Galaxy S3 and I've paired it to my Mac. It was all working fine up until about a week ago, but now when I try to "Send file to device" nothing happens...

    I've had my Mac and my Samsung for about 2 yeas now and I haven't had any problems with the two in regards to Bluetooth. As of about a week ago, I could no longer send files from my Mac to my Samsung. I don't know what has gone wrong, but the devices are still paired and I haven't changed any settings. I don't understand how it can just stop working
    When I click the "send File to device" option, it doesn't freeze or give me any notice stating the devices are not connected, it just does nothing.

    I have the opposite problem. I cannot "browse device".
    I have a Samsung Galaxy S3 mini which was working fabulously through Kies and Bluetooth (on Lion) until I upgraded to Mavericks about 3 weeks ago.
    Now, when I go to Bluetooth and "Browse Device", the following happens:
    The Mac will eventually find the phone, say "connected" then it will say "the device does not have the necessary services".  This is despite the fact that both are discoverable and have been previously paired.
    Bizzarely though, I can send a file from my Mac to my phone through the "send file" command.  That works fine....
    Is there something I am doing wrong or is this problem just symptomatic of the ongoing Apple-Samsung spat?
    And yes, I know that Kies is now no longer supported by Mavericks and vice versa (boo!), so I have had to use other rather cranky solutions (Android File Transfer) and a faffy google calendar sync to sort the rest of the compatability problems out. The Bluetooth issue is just odd though. 
    If this is just an Apple-Samsung software war problem, I really wish both would grow up.  Many people no longer care who made what first, we just want stuff that works.  If iPhone contracts were cheaper, I would get one, but I refuse to pay more than £15 p/m for a mobile phone, sorry Apple.

  • How do I format new Samsung 850 Pro SSD in my 2012 Mac Mini

    So my 12 year old is frustrated by the slower speed of his mac mini, and with some of his birthday money and my expertise (which I hope to borrow from you and pass off as my own), I've purchased a Samsung 850 Pro SSD (256 GB) and am going to install it for him.  We've already increased the memory.   I've also purchased the OWC data doubler and am planning to install the Samsung with the original Mac hard drive.  
    Having watched the install videos several times I feel fairly competent to do that, but my question is what to do then to access and make the most use of the SSD so everything (1) works and (2) runs as fast as possible?    For example, first, do I need to copy the OS to the SSD and delete from the Mac hard drive, and then somehow set up the SSD as the main drive?   And do I do this before I install the SSD or can I do it after?   Finally, what do I need to do to ensure that the computer uses the two drives optimally thereafter for maximum speed/performance.  You can see my level of expertise from my questions.
    Other than the memory and the SSD install, we're not planning any other modifications, and his use of the mini is pretty vanilla (games, videos, etc.).    Any step-by-step help for a relative novice in this area (me) would be much appreciated.   
    My Mac's specs:
    Mac mini (late 2012)
    Processor:  2.5 GHz Intel Core i5
    Memory 16 GB
    OS X Yosemite (10.10.2)

    1. Partition and format the SSD.
    2. Install OS X on the SSD.
    Install OS X Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer.
    How to use an SSD with your HDD
    If you are going to use an SSD as a boot drive together with your existing HDD as the "data" drive, here's what you can do.
    After installing the SSD you will need to partition and format the SSD using Disk Utility. Then, install OS X on the SSD. After OS X has been installed boot from the SSD. Use Startup Disk preferences to set the SSD as the startup volume.
    Open Users & Groups preferences. Click on the lock icon and authenticate. CTRL- or RIGHT-click on your user account listing in the sidebar and select Advanced Options from the context menu. You will see a field labeled "Home dir:" At the right end you will see a Change button. Click on it. In the file dialog locate the Home folder now located on the HDD (HDD/Users/account_name/.) Select the folder, click on Open button. Restart the computer as directed. When the computer boots up it will now be using the Home folder located on the HDD.
    Another more technical method involving the Terminal and aliases is discussed in depth here: Using OS X with an SSD plus HDD setup - Matt Gemmell. This is my preferred approach because I can select which of the Home's folders I want on the HDD and which I don't want. For example, I like to keep the Documents and Library folders on the SSD because I access their content frequently.
    Be sure you retain the fully bootable system on your HDD in case you ever need it.

Maybe you are looking for

  • Where Can I see my Oracle ID on Oracle OTN website

    Hi, Long time ago I created oracle otn account, now I need the Oracle ID, where can I see it . It will be the same as Oracle testing ID ? thanks in advance

  • ZEN AND XBOX

    Ok i have 2 questions first why is there no updates for the creative zen(not touch) nothing is listed in firmware, or when I do the autoupdate thingy. No2 can I get this to work with the xbox 360? thanks in advance andy.

  • Large Album Art Display Problem

    I accidentally pressed into the option provided by iPod nano that allows you to view the album art in a large size that takes up the screen. In turn, the other information and the length of the song disappeared, only to be replaced by the outline of

  • Fetch - populating a selection list

    Is it possible to create a fetch mapping that populates a selection  list with different values for the display value and the key  value?  You can do this in Service Designer for predefined SQL  queries. I need to perform a dynamic query that populat

  • Sparsebundle band

    OK...I screwed up...big time.  This may even be too much of a challenge for The Great Pondini. For a number of reasons, I downgraded my intel dual core iMac from ML back to SN. My TM backups were done while the iMac was operating in ML. I successfull