Acpi action problem

Hi all
I've some problem with acpi action script...
First of all here there's my /etc/acpi/events/anything :
event=*
action=/etc/acpi/actions/ibm_hotkey.sh %e
and the ibm_hotkey.sh , founded on the internet with some personalization :
#!/bin/sh
# ACPI action for Thinkpad special keys.
case "$1" in
ibm/hotkey)
case "$2" in
HKEY)
case "$4" in
00001002) # Lock screen
logger "ACPI $2 $4 : Lock screen button pressed."
qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock
00001003) # Switching display off
xset dpms force off
00001004) # Sleep Mode
logger "ACPI $2 $4 : Sleep button pressed."
/usr/sbin/pm-suspend
#00001005) # Switch Bluetooth
0001007) # Toggle external display
if [ "$(xrandr -q | grep "VGA connected")" ]; then
if [ "$(xrandr -q | grep "VGA connected [0-9]")" ]; then
xrandr --output VGA --off
else
xrandr --output VGA --auto
fi
else
xrandr --output VGA --off
fi
#00001008) # Toggle Trackpoint/Touchpad
#00001009) # Eject from dock
0000100c) # Hibernate
logger "ACPI $2 $4 : Hibernate button pressed."
/usr/sbin/pm-hibernate
00001011) # Brightness down
CUR="xbacklight -get"
CUR="echo $CUR | awk '{print $1-5}'"
xbacklight -set $CUR
00001012) # Brightness up
CUR=`xbacklight -get`
CUR="echo $CUR | awk '{print $1+5}'"
xbacklight -set $CUR
#00001014) # Toggle zoom
#00001018) # ThinkVantage button
*) logger "ACPI action undefined for $2 / $4" ;;
esac
*) logger "ACPI group/action undefined: $1 / $2" ;;
esac
*) logger "ACPI group/action undefined: $1 / $2" ;;
esac
Now when i try to lock the screen with Fn + F2  it doesnt work.
The first thing i've tought was the acpi code for that key was wrong, but doing acpi_listen and pressing Fn+F2 it returns : ibm/hotkey HKEY 00000080 00001002
I've also tried with the Fn + F4, ibm/hotkey HKEY 00000080 00001004 . The system go into sleep mode, but in the log i cant see the string "ACPI Sleep button pressed."
So it seems like if other programs are catching the actions.
In my system i've also installed laptop-mode-tools, cpufrequtils, and pm-utils. Maybe there's some kind of conflict between these packages ??
Any advices ?
Many thanks to all anyway.

No there is no conflict between the packages... does xev report events for those keys? If the answer is yes you can bind them through your DE's settings or manually with xmodmap to do anything you like.

Similar Messages

  • Flood of "ACPI action undefined":laptop not handling AC adapter state?

    Hello,
    The laptop is an old Toshiba dynabook CX1/212CMEW, Celeron M CPU, so it doesn't have most of the power saving features. I frequently see the following message when monitoring with journalctl -f
    Apr 19 18:14:04 Elder logger[750]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:14:21 Elder logger[771]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:14:37 Elder logger[792]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:14:54 Elder logger[813]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:15:11 Elder logger[831]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:15:28 Elder logger[852]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:15:45 Elder logger[874]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:16:19 Elder logger[910]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:16:35 Elder logger[928]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:16:52 Elder logger[950]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:17:09 Elder logger[968]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:17:26 Elder logger[989]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:17:59 Elder logger[1025]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:18:16 Elder logger[1046]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:18:33 Elder logger[1064]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:19:04 Elder logger[1100]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:19:06 Elder logger[1105]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:19:40 Elder logger[1141]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:19:56 Elder logger[1159]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:20:30 Elder logger[1198]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:21:04 Elder logger[1236]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:21:20 Elder logger[1254]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:21:37 Elder logger[1275]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:22:27 Elder logger[1314]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:23:01 Elder logger[1335]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:23:35 Elder logger[1359]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:23:51 Elder logger[1371]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:26:06 Elder logger[1457]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:26:39 Elder logger[1481]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:26:56 Elder logger[1493]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:27:13 Elder logger[1508]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:28:03 Elder logger[1541]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:28:37 Elder logger[1564]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:29:27 Elder logger[1598]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:29:43 Elder logger[1610]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:31:07 Elder logger[1666]: ACPI action undefined: PNP0C0A:00
    Apr 19 18:32:48 Elder logger[1729]: ACPI action undefined: PNP0C0A:00
    Looking around, it seems to be related to the AC adapter somehow. I have the default handler.sh, modified for also handling the brightness keys:
    #!/bin/bash
    # Default acpi script that takes an entry for all actions
    case "$1" in
    button/power)
    case "$2" in
    PBTN|PWRF)
    logger 'PowerButton pressed'
    logger "ACPI action undefined: $2"
    esac
    button/sleep)
    case "$2" in
    SLPB|SBTN)
    logger 'SleepButton pressed'
    echo -n mem >/sys/power/state
    logger "ACPI action undefined: $2"
    esac
    ac_adapter)
    case "$2" in
    AC|ACAD|ADP0)
    case "$4" in
    00000000)
    logger 'AC unpluged'
    00000001)
    logger 'AC pluged'
    esac
    logger "ACPI action undefined: $2"
    esac
    battery)
    case "$2" in
    BAT0)
    case "$4" in
    00000000)
    logger 'Battery online'
    00000001)
    logger 'Battery offline'
    esac
    CPU0)
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/lid)
    case "$3" in
    close)
    logger 'LID closed'
    open)
    logger 'LID opened'
    logger "ACPI action undefined: $3"
    esac
    video/brightnessdown)
    echo $(($(< /sys/class/backlight/toshiba/brightness) - 1)) > /sys/class/backlight/toshiba/brightness
    video/brightnessup)
    echo $(($(< /sys/class/backlight/toshiba/brightness) + 1)) > /sys/class/backlight/toshiba/brightness
    # button/screenlock)
    # xs=$(ps -C xscreensaver -o user=)
    # if test $xs; then su $xs -c "xscreensaver-command -lock"; fi
    logger "ACPI group/action undefined: $1 / $2"
    esac
    # vim:set ts=4 sw=4 ft=sh et:
    It appears whether the laptop is running on battery or on AC. When unplugging, the following appears in the log:
    Apr 19 18:41:47 Elder kernel: toshiba_acpi: Unknown key e00
    Apr 19 18:41:47 Elder logger[2226]: ACPI action undefined: ACPI0003:00
    Plugging in shows the following:
    Apr 19 18:44:31 Elder logger[2362]: ACPI action undefined: ACPI0003:00
    I expected to see :01 while either plugging or unplugging the AC adaptor... Though (dis)charging state seems to be correctly reported to LXDE's battery widget.
    Quite new to linux, so I'm a bit lost on how to "fix" that. Or can I safely ignore that without any side-effects on the battery? I can provide more info if you tell me where to get it.

    You could ignore it, but I suggest you adapt that default handler.sh to ignore events with PNP in them. That would prevent flooding of your journal.

  • Log filling up with "ACPI action undefined: ACAD"

    logger: ACPI action undefined: ACAD
    logger: ACPI action undefined: ACAD
    logger: ACPI action undefined: ACAD
    logger: ACPI action undefined: ACAD
    logger: ACPI action undefined: ACAD
    Is it bad? Any ideas?

    It's not bad, for me it least it happens because ACAD is the name for the AC adapter rather than AC like the /etc/acpi/handler.sh script assumes.
    So I have a file like /proc/acpi/ac_adapter/ACAD rather than /proc/acpi/ac_adapter/AC
    I changed handler.sh to reflect this.

  • PA40 - Termination/Leaving Action - problems delimiting IT0014

    Hi all,
    For an upgrade from ecc 4.7 tot ECC 6.0 (ehp 4) I am testing some actions.
    I've tested the Hire action and this test was successful. No Iu2019m testing the Termination/Leave Action. When I want to save the Organizational Assignment screen I get a message that the delimiting of IT0014 has failed.
    Is anyone familiar with this problem? If so, could you tell me what I can do to solve this problem?
    Thank you in advance!

    Hi Ashley,
    Please check SAP Note 1016799.
    Regards,
    Dilek

  • Fglrx + acpi = hard problems

    Hello to all, I installed one year ago chakra linux distrbution and all works fine but some things doesn't like to me, so I installed Slackware, but I don't have much time to spent compiling programs.... and compiling... so, I come back with arch + kde. The problem is the ATI video card, I have one 4870x2 PCI-e 16x 2gb gddr5 (chipset r700) and in the last installation I don't remember problems with the propietary driver. But this time the driver doesn't work.
    My hardware is: motherboard gigabyte ga-ma970fxt-ud5p, phenom 2 945 black edition am3, 8gb ddr3 @1600mhz ocz reaper, hdd WD velociraptor 300gb, video card described before.
    I made a fresh install last Monday and every works fine, but I want to install the ATI video propietary drivers and...
    In the first step, I read five or six times this page https://wiki.archlinux.org/index.php/ATI_Catalyst and I followed the procedure according to the section called "Installing from AUR" and I made:
    su root
    pacman -Sy base-devel
    su faktorqm
    cd /home/faktorqm
    wget http://aur.archlinux.org/packages/ca/ca … ils.tar.gz
    wget https://aur.archlinux.org/packages/ca/c … mon.tar.gz
    tar -zxvf catalyst-utils.tar.gz
    tar -zxvf catalyst-daemon.tar.gz
    cd catalyst-utils/
    makepkg -s PKGBUILD
    su root
    pacman -U catalyst-utils-11.12-1-x86_64.pkg.tar.xz
    su faktorqm
    mv ati-driver-installer-11-12-x86.x86_64.run ../catalyst-daemon/
    cd ..
    cd catalyst-daemon/
    makepkg -s PKGBUILD
    su root
    pacman -U catalyst-daemon-11.12-1-x86_64.pkg.tar.xz
    su faktorqm
    cd ..
    No errors in this procedure.
    note 0: my user is called "faktorqm"
    note 1:
    [faktorqm@the_missile /]$ uname -a
    Linux the_missile 3.2.1-2-ARCH #1 SMP PREEMPT Mon Jan 23 12:40:01 UTC 2012 x86_64 AMD Phenom(tm) II X4 955 Processor AuthenticAMD GNU/Linux
    [faktorqm@the_missile /]$
    note 2:
    [faktorqm@the_missile /]$ cat /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="fglrx"
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata filesystems usbinput"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    [faktorqm@the_missile /]$
    note 4:
    [faktorqm@the_missile /]$ cat /boot/grub/menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # [url]https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution[/url]
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd2,1)
    kernel /boot/vmlinuz-linux root=/dev/sda2 ro nomodeset acpi=off
    initrd /boot/initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd2,1)
    kernel /boot/vmlinuz-linux root=/dev/sda2 ro nomodeset acpi=off
    initrd /boot/initramfs-linux-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    [faktorqm@the_missile /]$
    note 5:
    cat /var/log/boot (output stripped)
    Thu Jan 26 21:45:02 2012: :: Checking fglrx [BUSY] ^[[u: Loading fglrx [FAIL][
    note 6:
    [faktorqm@the_missile /]$ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.1-2-ARCH (nobody@skynet) (gcc version 4.6.2 20111223 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jan 23 12:40:01 UTC 2012
    [ 0.000000] Command line: root=/dev/sda2 ro nomodeset acpi=off
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000bfde0000 (usable)
    [ 0.000000] BIOS-e820: 00000000bfde0000 - 00000000bfee0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000bfee0000 - 00000000bfee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bfee3000 - 00000000bfef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000bfef0000 - 00000000bff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000240000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-MA790FXT-UD5P/GA-MA790FXT-UD5P, BIOS F8n 01/07/2011
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x240000 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 uncachable
    [ 0.000000] C0000-C7FFF write-protect
    [ 0.000000] C8000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000BFF00000 mask FFFFFFF00000 uncachable
    [ 0.000000] 3 base 000100000000 mask FFFF00000000 write-back
    [ 0.000000] 4 base 000200000000 mask FFFFC0000000 write-back
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000240000000 aka 9216M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000bff00000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xbfde0 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000f4760] f4760
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000bfde0000
    [ 0.000000] 0000000000 - 0080000000 page 1G
    [ 0.000000] 0080000000 - 00bfc00000 page 2M
    [ 0.000000] 00bfc00000 - 00bfde0000 page 4k
    [ 0.000000] kernel direct mapping tables up to bfde0000 @ 1fffd000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000240000000
    [ 0.000000] 0100000000 - 0240000000 page 1G
    [ 0.000000] kernel direct mapping tables up to 240000000 @ bfddf000-bfde0000
    [ 0.000000] RAMDISK: 37c7b000 - 37ff0000
    [ 0.000000] Scanning NUMA topology in Northbridge 24
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000240000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000240000000
    [ 0.000000] NODE_DATA [000000023fffb000 - 000000023fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237600000-ffff88023f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00240000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000bfde0
    [ 0.000000] 0: 0x00100000 -> 0x00240000
    [ 0.000000] On node 0 totalpages: 2096495
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 765472 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20480 pages used for memmap
    [ 0.000000] Normal zone: 1290240 pages, LIFO batch:31
    [ 0.000000] SFI: Simple Firmware Interface v0.81 [url]http://simplefirmware.org[/url]
    [ 0.000000] Intel MultiProcessor Specification v1.4
    [ 0.000000] MPTABLE: OEM ID: OEM00000
    [ 0.000000] MPTABLE: Product ID: PROD00000000
    [ 0.000000] MPTABLE: APIC at: 0xFEE00000
    [ 0.000000] Processor #0 (Bootup-CPU)
    [ 0.000000] Processor #1
    [ 0.000000] Processor #2
    [ 0.000000] Processor #3
    [ 0.000000] IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] Processors: 4
    [ 0.000000] SMP: 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 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000bfde0000 - 00000000bfee0000
    [ 0.000000] PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee3000
    [ 0.000000] PM: Registered nosave memory: 00000000bfee3000 - 00000000bfef0000
    [ 0.000000] PM: Registered nosave memory: 00000000bfef0000 - 00000000bff00000
    [ 0.000000] PM: Registered nosave memory: 00000000bff00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at bff00000 (gap: bff00000:20100000)
    [ 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 @ffff88023fc00000 s82048 r8192 d24448 u524288
    [ 0.000000] pcpu-alloc: s82048 r8192 d24448 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2059626
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/sda2 ro nomodeset acpi=off
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ 590a000000 size 32 MB
    [ 0.000000] Aperture beyond 4GB. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ b4000000
    [ 0.000000] PM: Registered nosave memory: 00000000b4000000 - 00000000b8000000
    [ 0.000000] Memory: 8108168k/9437184k available (4279k kernel code, 1051204k absent, 277812k reserved, 4601k data, 728k 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] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3222.584 MHz processor.
    [ 0.006669] Calibrating delay loop (skipped), value calculated using timer frequency.. 6447.71 BogoMIPS (lpj=10741946)
    [ 0.006672] pid_max: default: 32768 minimum: 301
    [ 0.006690] Security Framework initialized
    [ 0.006693] AppArmor: AppArmor disabled by boot time parameter
    [ 0.007218] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.010432] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.011639] Mount-cache hash table entries: 256
    [ 0.011739] Initializing cgroup subsys cpuacct
    [ 0.011744] Initializing cgroup subsys memory
    [ 0.011751] Initializing cgroup subsys devices
    [ 0.011752] Initializing cgroup subsys freezer
    [ 0.011754] Initializing cgroup subsys net_cls
    [ 0.011755] Initializing cgroup subsys blkio
    [ 0.011776] tseg: 00bff00000
    [ 0.011778] CPU: Physical Processor ID: 0
    [ 0.011779] CPU: Processor Core ID: 0
    [ 0.011781] mce: CPU supports 6 MCE banks
    [ 0.011788] using AMD E400 aware idle routine
    [ 0.012331] ftrace: allocating 16774 entries in 66 pages
    [ 0.013474] ExtINT not setup in hardware but reported by MP table
    [ 0.013954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.049389] CPU0: AMD Phenom(tm) II X4 955 Processor stepping 02
    [ 0.153335] Performance Events: AMD PMU driver.
    [ 0.153338] ... version: 0
    [ 0.153339] ... bit width: 48
    [ 0.153340] ... generic registers: 4
    [ 0.153341] ... value mask: 0000ffffffffffff
    [ 0.153342] ... max period: 00007fffffffffff
    [ 0.153344] ... fixed-purpose events: 0
    [ 0.153345] ... event mask: 000000000000000f
    [ 0.153372] System has AMD C1E enabled
    [ 0.153381] Switch to broadcast mode on CPU0
    [ 0.173363] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.199996] Booting Node 0, Processors #1
    [ 0.199998] smpboot cpu 1: start_ip = 9a000
    [ 0.296660] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.296660] Switch to broadcast mode on CPU1
    [ 0.316659] #2
    [ 0.316660] smpboot cpu 2: start_ip = 9a000
    [ 0.413323] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.413319] Switch to broadcast mode on CPU2
    [ 0.433315] #3 Ok.
    [ 0.433316] smpboot cpu 3: start_ip = 9a000
    [ 0.529987] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.529978] Switch to broadcast mode on CPU3
    [ 0.536635] Brought up 4 CPUs
    [ 0.536637] Total of 4 processors activated (25789.68 BogoMIPS).
    [ 0.540078] devtmpfs: initialized
    [ 0.541202] PM: Registering ACPI NVS region at bfee0000 (12288 bytes)
    [ 0.541202] print_constraints: dummy:
    [ 0.541202] NET: Registered protocol family 16
    [ 0.543338] node 0 link 0: io port [9000, ffff]
    [ 0.543340] TOM: 00000000c0000000 aka 3072M
    [ 0.543342] Fam 10h mmconf [e0000000, e00fffff]
    [ 0.543343] node 0 link 0: mmio [a0000, bffff]
    [ 0.543345] node 0 link 0: mmio [c0000000, dfffffff]
    [ 0.543347] node 0 link 0: mmio [f0000000, fe02ffff]
    [ 0.543348] node 0 link 0: mmio [e0000000, e08fffff] ==> [e0100000, e08fffff]
    [ 0.543351] TOM2: 0000000240000000 aka 9216M
    [ 0.543352] bus: [00, 08] on node 0 link 0
    [ 0.543354] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.543355] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    [ 0.543357] bus: 00 index 2 [mem 0xc0000000-0xdfffffff]
    [ 0.543358] bus: 00 index 3 [mem 0xe0900000-0xffffffff]
    [ 0.543359] bus: 00 index 4 [mem 0xe0100000-0xe08fffff]
    [ 0.543361] bus: 00 index 5 [mem 0x240000000-0xfcffffffff]
    [ 0.543369] Extended Config Space enabled on 1 nodes
    [ 0.543426] PCI: Using configuration type 1 for base access
    [ 0.543427] PCI: Using configuration type 1 for extended access
    [ 0.543782] bio: create slab <bio-0> at 0
    [ 0.543782] ACPI: Interpreter disabled.
    [ 0.543782] vgaarb: loaded
    [ 0.543782] PCI: Probing PCI hardware
    [ 0.543782] PCI: Probing PCI hardware (bus 00)
    [ 0.543782] pci 0000:00:00.0: [1002:5956] type 0 class 0x000600
    [ 0.543782] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.543782] pci 0000:00:02.0: [1002:5978] type 1 class 0x000604
    [ 0.543782] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.543782] pci 0000:00:02.0: PME# disabled
    [ 0.543782] pci 0000:00:07.0: [1002:597d] type 1 class 0x000604
    [ 0.543782] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.543782] pci 0000:00:07.0: PME# disabled
    [ 0.543782] pci 0000:00:09.0: [1002:597e] type 1 class 0x000604
    [ 0.543782] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    [ 0.543782] pci 0000:00:09.0: PME# disabled
    [ 0.543782] pci 0000:00:0a.0: [1002:597f] type 1 class 0x000604
    [ 0.543782] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.543782] pci 0000:00:0a.0: PME# disabled
    [ 0.543782] pci 0000:00:11.0: [1002:4390] type 0 class 0x000101
    [ 0.543782] pci 0000:00:11.0: reg 10: [io 0xff00-0xff07]
    [ 0.543782] pci 0000:00:11.0: reg 14: [io 0xfe00-0xfe03]
    [ 0.543782] pci 0000:00:11.0: reg 18: [io 0xfd00-0xfd07]
    [ 0.543782] pci 0000:00:11.0: reg 1c: [io 0xfc00-0xfc03]
    [ 0.543782] pci 0000:00:11.0: reg 20: [io 0xfb00-0xfb0f]
    [ 0.543782] pci 0000:00:11.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    [ 0.543782] pci 0000:00:11.0: set SATA to AHCI mode
    [ 0.543782] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    [ 0.543782] pci 0000:00:12.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    [ 0.543782] pci 0000:00:12.1: [1002:4398] type 0 class 0x000c03
    [ 0.543782] pci 0000:00:12.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    [ 0.543818] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    [ 0.543835] pci 0000:00:12.2: reg 10: [mem 0xfe02c000-0xfe02c0ff]
    [ 0.543900] pci 0000:00:12.2: supports D1 D2
    [ 0.543901] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.543905] pci 0000:00:12.2: PME# disabled
    [ 0.543925] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    [ 0.543937] pci 0000:00:13.0: reg 10: [mem 0xfe02b000-0xfe02bfff]
    [ 0.543995] pci 0000:00:13.1: [1002:4398] type 0 class 0x000c03
    [ 0.544007] pci 0000:00:13.1: reg 10: [mem 0xfe02a000-0xfe02afff]
    [ 0.544070] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    [ 0.544088] pci 0000:00:13.2: reg 10: [mem 0xfe029000-0xfe0290ff]
    [ 0.544152] pci 0000:00:13.2: supports D1 D2
    [ 0.544154] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.544157] pci 0000:00:13.2: PME# disabled
    [ 0.544179] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.544264] pci 0000:00:14.1: [1002:439c] type 0 class 0x000101
    [ 0.544279] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.544287] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.544296] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.544305] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.544313] pci 0000:00:14.1: reg 20: [io 0xfa00-0xfa0f]
    [ 0.544358] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.544378] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit]
    [ 0.544431] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.544435] pci 0000:00:14.2: PME# disabled
    [ 0.544446] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    [ 0.544515] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.544552] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
    [ 0.544564] pci 0000:00:14.5: reg 10: [mem 0xfe028000-0xfe028fff]
    [ 0.544624] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
    [ 0.544636] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
    [ 0.544645] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
    [ 0.544655] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
    [ 0.544666] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
    [ 0.544682] PCI: peer root bus 00 res updated from pci conf
    [ 0.544710] pci 0000:01:00.0: [10b5:8647] type 1 class 0x000604
    [ 0.544718] pci 0000:01:00.0: reg 10: [mem 0xfdae0000-0xfdafffff]
    [ 0.544750] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 0.544753] pci 0000:01:00.0: PME# disabled
    [ 0.549971] pci 0000:00:02.0: PCI bridge to [bus 01-04]
    [ 0.549974] pci 0000:00:02.0: bridge window [io 0xb000-0xcfff]
    [ 0.549977] pci 0000:00:02.0: bridge window [mem 0xfd800000-0xfdafffff]
    [ 0.549980] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.550020] pci 0000:02:04.0: [10b5:8647] type 1 class 0x000604
    [ 0.550059] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
    [ 0.550062] pci 0000:02:04.0: PME# disabled
    [ 0.550085] pci 0000:02:08.0: [10b5:8647] type 1 class 0x000604
    [ 0.550124] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold
    [ 0.550127] pci 0000:02:08.0: PME# disabled
    [ 0.550153] pci 0000:01:00.0: PCI bridge to [bus 02-04]
    [ 0.550158] pci 0000:01:00.0: bridge window [io 0xb000-0xcfff]
    [ 0.550161] pci 0000:01:00.0: bridge window [mem 0xfd800000-0xfd9fffff]
    [ 0.550165] pci 0000:01:00.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.550203] pci 0000:03:00.0: [1002:9441] type 0 class 0x000300
    [ 0.550216] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.550226] pci 0000:03:00.0: reg 18: [mem 0xfd9e0000-0xfd9effff 64bit]
    [ 0.550233] pci 0000:03:00.0: reg 20: [io 0xce00-0xceff]
    [ 0.550246] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.550263] pci 0000:03:00.0: supports D1 D2
    [ 0.550281] pci 0000:03:00.1: [1002:aa30] type 0 class 0x000403
    [ 0.550294] pci 0000:03:00.1: reg 10: [mem 0xfd9fc000-0xfd9fffff 64bit]
    [ 0.550338] pci 0000:03:00.1: supports D1 D2
    [ 0.556639] pci 0000:02:04.0: PCI bridge to [bus 03-03]
    [ 0.556643] pci 0000:02:04.0: bridge window [io 0xc000-0xcfff]
    [ 0.556646] pci 0000:02:04.0: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.556651] pci 0000:02:04.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.556692] pci 0000:04:00.0: [1002:9441] type 0 class 0x000380
    [ 0.556707] pci 0000:04:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.556719] pci 0000:04:00.0: reg 18: [mem 0xfd8f0000-0xfd8fffff 64bit]
    [ 0.556727] pci 0000:04:00.0: reg 20: [io 0xbe00-0xbeff]
    [ 0.556742] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.556762] pci 0000:04:00.0: supports D1 D2
    [ 0.563305] pci 0000:02:08.0: PCI bridge to [bus 04-04]
    [ 0.563310] pci 0000:02:08.0: bridge window [io 0xb000-0xbfff]
    [ 0.563313] pci 0000:02:08.0: bridge window [mem 0xfd800000-0xfd8fffff]
    [ 0.563317] pci 0000:02:08.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.563357] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.563369] pci 0000:05:00.0: reg 10: [io 0xae00-0xaeff]
    [ 0.563388] pci 0000:05:00.0: reg 18: [mem 0xfdfff000-0xfdffffff 64bit pref]
    [ 0.563401] pci 0000:05:00.0: reg 20: [mem 0xfdfe0000-0xfdfeffff 64bit pref]
    [ 0.563410] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.563436] pci 0000:05:00.0: supports D1 D2
    [ 0.563437] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.563441] pci 0000:05:00.0: PME# disabled
    [ 0.569972] pci 0000:00:07.0: PCI bridge to [bus 05-05]
    [ 0.569975] pci 0000:00:07.0: bridge window [io 0xa000-0xafff]
    [ 0.569977] pci 0000:00:07.0: bridge window [mem 0xfd500000-0xfd5fffff]
    [ 0.569980] pci 0000:00:07.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.570011] pci 0000:06:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.570022] pci 0000:06:00.0: reg 10: [io 0xee00-0xeeff]
    [ 0.570042] pci 0000:06:00.0: reg 18: [mem 0xfddff000-0xfddfffff 64bit pref]
    [ 0.570054] pci 0000:06:00.0: reg 20: [mem 0xfdde0000-0xfddeffff 64bit pref]
    [ 0.570063] pci 0000:06:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.570089] pci 0000:06:00.0: supports D1 D2
    [ 0.570090] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.570094] pci 0000:06:00.0: PME# disabled
    [ 0.576638] pci 0000:00:09.0: PCI bridge to [bus 06-06]
    [ 0.576640] pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
    [ 0.576643] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.576646] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.576676] pci 0000:07:00.0: [197b:2363] type 0 class 0x000101
    [ 0.576738] pci 0000:07:00.0: reg 24: [mem 0xfdcfe000-0xfdcfffff]
    [ 0.576769] pci 0000:07:00.0: PME# supported from D3hot
    [ 0.576773] pci 0000:07:00.0: PME# disabled
    [ 0.576793] pci 0000:07:00.1: [197b:2363] type 0 class 0x000101
    [ 0.576810] pci 0000:07:00.1: reg 10: [io 0xdf00-0xdf07]
    [ 0.576820] pci 0000:07:00.1: reg 14: [io 0xde00-0xde03]
    [ 0.576830] pci 0000:07:00.1: reg 18: [io 0xdd00-0xdd07]
    [ 0.576840] pci 0000:07:00.1: reg 1c: [io 0xdc00-0xdc03]
    [ 0.576849] pci 0000:07:00.1: reg 20: [io 0xdb00-0xdb0f]
    [ 0.576899] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.576908] pci 0000:00:0a.0: PCI bridge to [bus 07-07]
    [ 0.576910] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.576913] pci 0000:00:0a.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.576916] pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.576949] pci 0000:08:07.0: [1814:0601] type 0 class 0x000280
    [ 0.576969] pci 0000:08:07.0: reg 10: [mem 0xfd7e0000-0xfd7effff]
    [ 0.577077] pci 0000:08:0e.0: [104c:8024] type 0 class 0x000c00
    [ 0.577098] pci 0000:08:0e.0: reg 10: [mem 0xfd7ff000-0xfd7ff7ff]
    [ 0.577110] pci 0000:08:0e.0: reg 14: [mem 0xfd7f8000-0xfd7fbfff]
    [ 0.577186] pci 0000:08:0e.0: supports D1 D2
    [ 0.577187] pci 0000:08:0e.0: PME# supported from D0 D1 D2 D3hot
    [ 0.577192] pci 0000:08:0e.0: PME# disabled
    [ 0.577223] pci 0000:00:14.4: PCI bridge to [bus 08-08] (subtractive decode)
    [ 0.577227] pci 0000:00:14.4: bridge window [io 0x9000-0x9fff]
    [ 0.577231] pci 0000:00:14.4: bridge window [mem 0xfd700000-0xfd7fffff]
    [ 0.577235] pci 0000:00:14.4: bridge window [mem 0xfd600000-0xfd6fffff pref]
    [ 0.577237] pci 0000:00:14.4: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.577239] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.577240] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    [ 0.577242] pci 0000:00:14.4: bridge window [mem 0xe0900000-0xffffffff] (subtractive decode)
    [ 0.577244] pci 0000:00:14.4: bridge window [mem 0xe0100000-0xe08fffff] (subtractive decode)
    [ 0.577246] pci 0000:00:14.4: bridge window [mem 0x240000000-0xfcffffffff] (subtractive decode)
    [ 0.577716] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.578250] PCI: pci_cache_line_size set to 64 bytes
    [ 0.578257] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    [ 0.578338] Expanded resource reserved due to conflict with PCI Bus #00
    [ 0.578340] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.578342] reserve RAM buffer: 00000000bfde0000 - 00000000bfffffff
    [ 0.578405] NetLabel: Initializing
    [ 0.578406] NetLabel: domain hash size = 128
    [ 0.578407] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.578416] NetLabel: unlabeled traffic allowed by default
    [ 0.582576] pnp: PnP ACPI: disabled
    [ 0.583349] PCI: max bus depth: 3 pci_try_num: 4
    [ 0.583381] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd900000-0xfd91ffff pref]
    [ 0.583383] pci 0000:02:04.0: PCI bridge to [bus 03-03]
    [ 0.583385] pci 0000:02:04.0: bridge window [io 0xc000-0xcfff]
    [ 0.583389] pci 0000:02:04.0: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.583392] pci 0000:02:04.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.583397] pci 0000:04:00.0: BAR 6: assigned [mem 0xfd800000-0xfd81ffff pref]
    [ 0.583398] pci 0000:02:08.0: PCI bridge to [bus 04-04]
    [ 0.583400] pci 0000:02:08.0: bridge window [io 0xb000-0xbfff]
    [ 0.583403] pci 0000:02:08.0: bridge window [mem 0xfd800000-0xfd8fffff]
    [ 0.583406] pci 0000:02:08.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.583410] pci 0000:01:00.0: PCI bridge to [bus 02-04]
    [ 0.583412] pci 0000:01:00.0: bridge window [io 0xb000-0xcfff]
    [ 0.583416] pci 0000:01:00.0: bridge window [mem 0xfd800000-0xfd9fffff]
    [ 0.583419] pci 0000:01:00.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.583423] pci 0000:00:02.0: PCI bridge to [bus 01-04]
    [ 0.583424] pci 0000:00:02.0: bridge window [io 0xb000-0xcfff]
    [ 0.583427] pci 0000:00:02.0: bridge window [mem 0xfd800000-0xfdafffff]
    [ 0.583429] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.583432] pci 0000:05:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf0ffff pref]
    [ 0.583433] pci 0000:00:07.0: PCI bridge to [bus 05-05]
    [ 0.583435] pci 0000:00:07.0: bridge window [io 0xa000-0xafff]
    [ 0.583437] pci 0000:00:07.0: bridge window [mem 0xfd500000-0xfd5fffff]
    [ 0.583439] pci 0000:00:07.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.583442] pci 0000:06:00.0: BAR 6: assigned [mem 0xfdd00000-0xfdd0ffff pref]
    [ 0.583444] pci 0000:00:09.0: PCI bridge to [bus 06-06]
    [ 0.583446] pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
    [ 0.583448] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.583450] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.583453] pci 0000:00:0a.0: PCI bridge to [bus 07-07]
    [ 0.583455] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.583457] pci 0000:00:0a.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.583459] pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.583462] pci 0000:00:14.4: PCI bridge to [bus 08-08]
    [ 0.583464] pci 0000:00:14.4: bridge window [io 0x9000-0x9fff]
    [ 0.583469] pci 0000:00:14.4: bridge window [mem 0xfd700000-0xfd7fffff]
    [ 0.583472] pci 0000:00:14.4: bridge window [mem 0xfd600000-0xfd6fffff pref]
    [ 0.583488] pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583491] pci 0000:00:02.0: setting latency timer to 64
    [ 0.583495] pci 0000:01:00.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583498] pci 0000:01:00.0: setting latency timer to 64
    [ 0.583503] pci 0000:02:04.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583506] pci 0000:02:04.0: setting latency timer to 64
    [ 0.583510] pci 0000:02:08.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583513] pci 0000:02:08.0: setting latency timer to 64
    [ 0.583521] pci 0000:00:07.0: PCI->APIC IRQ transform: INT A -> IRQ 19
    [ 0.583523] pci 0000:00:07.0: setting latency timer to 64
    [ 0.583530] pci 0000:00:09.0: PCI->APIC IRQ transform: INT A -> IRQ 17
    [ 0.583532] pci 0000:00:09.0: setting latency timer to 64
    [ 0.583535] pci 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583537] pci 0000:00:0a.0: setting latency timer to 64
    [ 0.583544] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.583545] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.583547] pci_bus 0000:00: resource 6 [mem 0xc0000000-0xdfffffff]
    [ 0.583548] pci_bus 0000:00: resource 7 [mem 0xe0900000-0xffffffff]
    [ 0.583550] pci_bus 0000:00: resource 8 [mem 0xe0100000-0xe08fffff]
    [ 0.583551] pci_bus 0000:00: resource 9 [mem 0x240000000-0xfcffffffff]
    [ 0.583553] pci_bus 0000:01: resource 0 [io 0xb000-0xcfff]
    [ 0.583554] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfdafffff]
    [ 0.583556] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.583558] pci_bus 0000:02: resource 0 [io 0xb000-0xcfff]
    [ 0.583559] pci_bus 0000:02: resource 1 [mem 0xfd800000-0xfd9fffff]
    [ 0.583561] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.583562] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    [ 0.583564] pci_bus 0000:03: resource 1 [mem 0xfd900000-0xfd9fffff]
    [ 0.583565] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.583567] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
    [ 0.583569] pci_bus 0000:04: resource 1 [mem 0xfd800000-0xfd8fffff]
    [ 0.583570] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.583572] pci_bus 0000:05: resource 0 [io 0xa000-0xafff]
    [ 0.583573] pci_bus 0000:05: resource 1 [mem 0xfd500000-0xfd5fffff]
    [ 0.583575] pci_bus 0000:05: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.583576] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
    [ 0.583578] pci_bus 0000:06: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.583579] pci_bus 0000:06: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.583581] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff]
    [ 0.583582] pci_bus 0000:07: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.583584] pci_bus 0000:07: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.583586] pci_bus 0000:08: resource 0 [io 0x9000-0x9fff]
    [ 0.583587] pci_bus 0000:08: resource 1 [mem 0xfd700000-0xfd7fffff]
    [ 0.583589] pci_bus 0000:08: resource 2 [mem 0xfd600000-0xfd6fffff pref]
    [ 0.583590] pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
    [ 0.583592] pci_bus 0000:08: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.583593] pci_bus 0000:08: resource 6 [mem 0xc0000000-0xdfffffff]
    [ 0.583595] pci_bus 0000:08: resource 7 [mem 0xe0900000-0xffffffff]
    [ 0.583596] pci_bus 0000:08: resource 8 [mem 0xe0100000-0xe08fffff]
    [ 0.583598] pci_bus 0000:08: resource 9 [mem 0x240000000-0xfcffffffff]
    [ 0.583619] NET: Registered protocol family 2
    [ 0.583770] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.584809] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.587809] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.588112] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.588114] TCP reno registered
    [ 0.588124] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.588174] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.588275] NET: Registered protocol family 1
    [ 0.919963] pci 0000:03:00.0: Boot video device
    [ 0.919980] PCI: CLS 64 bytes, default 64
    [ 0.920026] Unpacking initramfs...
    [ 0.965040] Freeing initrd memory: 3540k freed
    [ 0.966631] PCI-DMA: Disabling AGP.
    [ 0.968974] PCI-DMA: aperture base @ b4000000 size 65536 KB
    [ 0.968975] PCI-DMA: using GART IOMMU.
    [ 0.968977] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 0.971843] platform rtc_cmos: registered platform RTC device (no PNP device found)
    [ 0.972020] IBS: LVT offset 1 assigned
    [ 0.972020] perf: AMD IBS detected (0x0000001f)
    [ 0.972020] audit: initializing netlink socket (disabled)
    [ 0.972020] type=2000 audit(1327614295.969:1): initialized
    [ 0.983339] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.013377] VFS: Disk quotas dquot_6.5.2
    [ 1.013418] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.013481] msgmni has been set to 15971
    [ 1.013571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.013571] io scheduler noop registered
    [ 1.013571] io scheduler deadline registered
    [ 1.013571] io scheduler cfq registered (default)
    [ 1.015654] pcieport 0000:00:02.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 1.015654] pcieport 0000:00:07.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:00:07.0: irq 41 for MSI/MSI-X
    [ 1.015654] pcieport 0000:00:09.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:00:09.0: irq 42 for MSI/MSI-X
    [ 1.015654] pcieport 0000:00:0a.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:00:0a.0: irq 43 for MSI/MSI-X
    [ 1.015654] pcieport 0000:01:00.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:01:00.0: irq 44 for MSI/MSI-X
    [ 1.015654] pcieport 0000:02:04.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:02:04.0: irq 45 for MSI/MSI-X
    [ 1.015654] pcieport 0000:02:08.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:02:08.0: irq 46 for MSI/MSI-X
    [ 1.015654] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.036604] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 1.089984] Linux agpgart interface v0.103
    [ 1.089984] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 1.090029] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.090040] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.090949] mousedev: PS/2 mouse device common for all mice
    [ 1.090949] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
    [ 1.090949] rtc0: alarms up to one day, 114 bytes nvram
    [ 1.090949] cpuidle: using governor ladder
    [ 1.090949] cpuidle: using governor menu
    [ 1.090949] TCP cubic registered
    [ 1.090949] NET: Registered protocol family 17
    [ 1.090949] Registering the dns_resolver key type
    [ 1.090949] PM: Hibernation image not present or could not be loaded.
    [ 1.090949] registered taskstats version 1
    [ 1.096953] rtc_cmos rtc_cmos: setting system clock to 2012-01-26 21:44:57 UTC (1327614297)
    [ 1.096980] Initializing network drop monitor service
    [ 1.097877] Freeing unused kernel memory: 728k freed
    [ 1.098012] Write protecting the kernel read-only data: 8192k
    [ 1.102668] Freeing unused kernel memory: 1848k freed
    [ 1.104691] Freeing unused kernel memory: 696k freed
    [ 1.110427] udevd[88]: starting version 178
    [ 1.135385] SCSI subsystem initialized
    [ 1.138212] usbcore: registered new interface driver usbfs
    [ 1.138227] usbcore: registered new interface driver hub
    [ 1.138580] usbcore: registered new device driver usb
    [ 1.140963] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.141074] ehci_hcd 0000:00:12.2: PCI->APIC IRQ transform: INT B -> IRQ 17
    [ 1.141108] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 1.141134] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 1.141143] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.141178] ehci_hcd 0000:00:12.2: debug port 1
    [ 1.141201] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000
    [ 1.141313] libata version 3.00 loaded.
    [ 1.148154] Disabling lock debugging due to kernel taint
    [ 1.148174] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 1.149947] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 1.150125] hub 1-0:1.0: USB hub found
    [ 1.150131] hub 1-0:1.0: 6 ports detected
    [ 1.150373] ehci_hcd 0000:00:13.2: PCI->APIC IRQ transform: INT B -> IRQ 19
    [ 1.150416] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 1.153107] fglrx: Unknown symbol acpi_lid_notifier_register (err 0)
    [ 1.153224] fglrx: Unknown symbol acpi_lid_open (err 0)
    [ 1.153224] fglrx: Unknown symbol acpi_lid_notifier_unregister (err 0)
    [ 1.156619] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 1.156631] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.156658] ehci_hcd 0000:00:13.2: debug port 1
    [ 1.156682] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000
    [ 1.157683] fglrx: Unknown symbol acpi_lid_notifier_register (err 0)
    [ 1.157800] fglrx: Unknown symbol acpi_lid_open (err 0)
    [ 1.157842] fglrx: Unknown symbol acpi_lid_notifier_unregister (err 0)
    [ 1.160890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.166602] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 1.166655] hub 2-0:1.0: USB hub found
    [ 1.166658] hub 2-0:1.0: 6 ports detected
    [ 1.166724] ahci 0000:00:11.0: version 3.0
    [ 1.166724] ahci 0000:00:11.0: PCI->APIC IRQ transform: INT A -> IRQ 22
    [ 1.166724] ahci 0000:00:11.0: irq 47 for MSI/MSI-X
    [ 1.166785] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 1.166788] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc
    [ 1.167127] scsi0 : ahci
    [ 1.167127] scsi1 : ahci
    [ 1.167127] scsi2 : ahci
    [ 1.167127] scsi3 : ahci
    [ 1.167127] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 47
    [ 1.167127] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 47
    [ 1.167127] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 47
    [ 1.167127] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 47
    [ 1.167127] ahci 0000:07:00.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 1.167127] pata_atiixp 0000:00:14.1: PCI->APIC IRQ transform: INT A -> IRQ 16
    [ 1.167127] scsi4 : pata_atiixp
    [ 1.167127] scsi5 : pata_atiixp
    [ 1.167127] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
    [ 1.167127] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
    [ 1.167127] ohci_hcd 0000:00:12.0: PCI->APIC IRQ transform: INT A -> IRQ 16
    [ 1.167127] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 1.167127] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [ 1.167127] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000
    [ 1.179950] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.179953] ahci 0000:07:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 1.179957] ahci 0000:07:00.0: setting latency timer to 64
    [ 1.180169] scsi6 : ahci
    [ 1.180169] scsi7 : ahci
    [ 1.180169] ata7: SATA max UDMA/133 abar m8192@0xfdcfe000 port 0xfdcfe100 irq 18
    [ 1.180169] ata8: SATA max UDMA/133 abar m8192@0xfdcfe000 port 0xfdcfe180 irq 18
    [ 1.180169] pata_acpi 0000:07:00.1: enabling device (0000 -> 0001)
    [ 1.180169] pata_acpi 0000:07:00.1: PCI->APIC IRQ transform: INT B -> IRQ 18
    [ 1.180169] pata_acpi 0000:07:00.1: setting latency timer to 64
    [ 1.224303] hub 3-0:1.0: USB hub found
    [ 1.224303] hub 3-0:1.0: 3 ports detected
    [ 1.224334] ohci_hcd 0000:00:12.1: PCI->APIC IRQ transform: INT A -> IRQ 16
    [ 1.224334] ohci_hcd 0000:00:12.1: OHCI Host Controller
    [ 1.224334] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    [ 1.224334] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000
    [ 1.280959] hub 4-0:1.0: USB hub found
    [ 1.280959] hub 4-0:1.0: 3 ports detected
    [ 1.280986] ohci_hcd 0000:00:13.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 1.280986] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.280986] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    [ 1.280986] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000
    [ 1.333280] ata6.00: ATA-8: ST2000DM001-9YN164, CC96, max UDMA/133
    [ 1.333283] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.337945] hub 5-0:1.0: USB hub found
    [ 1.337945] hub 5-0:1.0: 3 ports detected
    [ 1.337978] ohci_hcd 0000:00:13.1: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 1.337978] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.337978] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    [ 1.337978] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000
    [ 1.359919] ata6.01: ATA-8: ST31000528AS, CC34, max UDMA/133
    [ 1.359922] ata6.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.373275] ata6.00: configured for UDMA/100
    [ 1.394288] hub 6-0:1.0: USB hub found
    [ 1.394288] hub 6-0:1.0: 3 ports detected
    [ 1.394311] ohci_hcd 0000:00:14.5: PCI->APIC IRQ transform: INT C -> IRQ 18
    [ 1.394311] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 1.394311] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    [ 1.394311] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000
    [ 1.436583] ata6.01: configured for UDMA/100
    [ 1.450961] hub 7-0:1.0: USB hub found
    [ 1.450961] hub 7-0:1.0: 2 ports detected
    [ 1.489926] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.493261] ata1: SATA link down (SStatus 0 SControl 300)
    [ 1.499923] ata7: SATA link down (SStatus 0 SControl 300)
    [ 1.499932] ata8: SATA link down (SStatus 0 SControl 300)
    [ 1.649914] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.649910] ata3.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
    [ 1.653237] ata3.00: configured for UDMA/100
    [ 1.653263] scsi 2:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NS30 1.02 PQ: 0 ANSI: 5
    [ 1.655553] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.676566] ata4.00: HPA detected: current 586070255, native 586072368
    [ 1.676570] ata4.00: ATA-8: WDC WD3000HLFS-01G6U0, 04.04V01, max UDMA/133
    [ 1.676570] ata4.00: 586070255 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.686562] ata4.00: configured for UDMA/133
    [ 1.686604] scsi 3:0:0:0: Direct-Access ATA WDC WD3000HLFS-0 04.0 PQ: 0 ANSI: 5
    [ 1.686689] scsi 5:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC96 PQ: 0 ANSI: 5
    [ 1.686712] scsi 5:0:1:0: Direct-Access ATA ST31000528AS CC34 PQ: 0 ANSI: 5
    [ 1.687055] pata_jmicron 0000:07:00.1: PCI->APIC IRQ transform: INT B -> IRQ 18
    [ 1.687055] pata_jmicron 0000:07:00.1: setting latency timer to 64
    [ 1.687055] sd 3:0:0:0: [sda] 586070255 512-byte logical blocks: (300 GB/279 GiB)
    [ 1.687055] sd 3:0:0:0: [sda] Write Protect is off
    [ 1.687055] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.687055] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.687055] sd 5:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
    [ 1.687055] sd 5:0:0:0: [sdb] 4096-byte physical blocks
    [ 1.687055] sd 5:0:0:0: [sdb] Write Protect is off
    [ 1.687055] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.687055] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.687055] sd 5:0:1:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.687055] sd 5:0:1:0: [sdc] Write Protect is off
    [ 1.687055] sd 5:0:1:0: [sdc] Mode Sense: 00 3a 00 00
    [ 1.687055] sd 5:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.687055] scsi8 : pata_jmicron
    [ 1.687055] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.687055] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.689935] scsi9 : pata_jmicron
    [ 1.690067] ata9: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 18
    [ 1.690067] ata10: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 18
    [ 1.690067] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.706564] usb 3-3: new low-speed USB device number 2 using ohci_hcd
    [ 1.709922] sdb: sdb1 sdb2
    [ 1.710504] sda: sda1 sda2 sda3 sda4
    [ 1.710517] sda: p4 size 20969472 extends beyond EOD, enabling native capacity
    [ 1.710517] ata4: hard resetting link
    [ 1.726599] sdc: sdc1
    [ 1.731420] sd 5:0:0:0: [sdb] Attached SCSI disk
    [ 1.736584] sd 5:0:1:0: [sdc] Attached SCSI disk
    [ 1.896683] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input0
    [ 1.897345] generic-usb 0003:046D:C521.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.0-3/input0
    [ 1.906614] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.1/input/input1
    [ 1.907285] generic-usb 0003:046D:C521.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-3/input1
    [ 1.907285] usbcore: registered new interface driver usbhid
    [ 1.907285] usbhid: USB HID core driver
    [ 1.973212] Switching to clocksource tsc
    [ 2.129599] usb 4-1: new low-speed USB device number 2 using ohci_hcd
    [ 2.193273] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.208095] ata4.00: n_sectors mismatch 586070255 != 586072368
    [ 2.208098] ata4.00: new n_sectors matches native, probably late HPA unlock, n_sectors updated
    [ 2.216578] ata4.00: configured for UDMA/133
    [ 2.216582] ata4: EH complete
    [ 2.216668] sd 3:0:0:0: [sda] 586072368 512-byte logical blocks: (300 GB/279 GiB)
    [ 2.216905] sda: detected capacity change from 300067970560 to 300069052416
    [ 2.243307] sda: sda1 sda2 sda3 sda4
    [ 2.243590] sd 3:0:0:0: [sda] Attached SCSI disk
    [ 2.341779] input: Genius Multimedia Keyboard as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input2
    [ 2.341812] generic-usb 0003:0458:0708.0003: input,hidraw2: USB HID v1.11 Keyboard [Genius Multimedia Keyboard] on usb-0000:00:12.1-1/input0
    [ 2.361632] input: Genius Multimedia Keyboard as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input3
    [ 2.361681] generic-usb 0003:0458:0708.0004: input,hiddev0,hidraw3: USB HID v1.11 Device [Genius Multimedia Keyboard] on usb-0000:00:12.1-1/input1
    [ 2.939621] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.992107] udevd[243]: starting version 178
    [ 4.220355] EDAC MC: Ver: 2.1.0
    [ 4.223287] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 4.260077] MCE: In-kernel MCE decoding enabled.
    [ 4.265446] AMD64 EDAC driver v3.4.0
    [ 4.265512] EDAC amd64: DRAM ECC disabled.
    [ 4.265519] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    [ 4.265520] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    [ 4.265521] (Note that use of the override may cause unknown side effects.)
    [ 4.289047] firewire_ohci 0000:08:0e.0: PCI->APIC IRQ transform: INT A -> IRQ 22
    [ 4.309438] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.309453] r8169 0000:05:00.0: PCI->APIC IRQ transform: INT A -> IRQ 19
    [ 4.309480] r8169 0000:05:00.0: setting latency timer to 64
    [ 4.309519] r8169 0000:05:00.0: irq 48 for MSI/MSI-X
    [ 4.309671] r8169 0000:05:00.0: eth0: RTL8168c/8111c at 0xffffc900017a0000, 00:24:1d:76:91:9c, XID 1c4000c0 IRQ 48
    [ 4.309673] r8169 0000:05:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.309707] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.309719] r8169 0000:06:00.0: PCI->APIC IRQ transform: INT A -> IRQ 17
    [ 4.309732] r8169 0000:06:00.0: setting latency timer to 64
    [ 4.309766] r8169 0000:06:00.0: irq 49 for MSI/MSI-X
    [ 4.309895] r8169 0000:06:00.0: eth1: RTL8168c/8111c at 0xffffc9000175a000, 00:24:1d:76:91:9e, XID 1c4000c0 IRQ 49
    [ 4.309898] r8169 0000:06:00.0: eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.319010] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 4.319060] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    [ 4.339695] firewire_ohci: Added fw-ohci device 0000:08:0e.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
    [ 4.347192] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 4.368446] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.439847] fglrx: Unknown symbol acpi_lid_notifier_register (err 0)
    [ 4.439887] fglrx: Unknown symbol acpi_lid_notifier_register (err 0)
    [ 4.440213] fglrx: Unknown symbol acpi_lid_open (err 0)
    [ 4.440242] fglrx: Unknown symbol acpi_lid_open (err 0)
    [ 4.440372] fglrx: Unknown symbol acpi_lid_notifier_unregister (err 0)
    [ 4.440384] fglrx: Unknown symbol acpi_lid_notifier_unregister (err 0)
    [ 4.518173] rt2800pci 0000:08:07.0: PCI->APIC IRQ transform: INT A -> IRQ 21
    [ 4.546577] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 4.546764] Registered led device: rt2800pci-phy0::radio
    [ 4.546777] Registered led device: rt2800pci-phy0::assoc
    [ 4.546791] Registered led device: rt2800pci-phy0::quality
    [ 4.566190] snd_hda_intel 0000:00:14.2: PCI->APIC IRQ transform: INT A -> IRQ 16
    [ 4.712416] hda_codec: ALC889A: BIOS auto-probing.
    [ 4.729011] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    [ 4.729173] snd_hda_intel 0000:03:00.1: PCI->APIC IRQ transform: INT B -> IRQ 18
    [ 4.729237] snd_hda_intel 0000:03:00.1: irq 50 for MSI/MSI-X
    [ 4.729256] snd_hda_intel 0000:03:00.1: setting latency timer to 64
    [ 4.743475] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 4.743566] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:04.0/0000:03:00.1/sound/card1/input6
    [ 4.839477] firewire_core: created device fw0: GUID 00aa981000001fd0, S400
    [ 5.683949] EXT4-fs (sda2): re-mounted. Opts: (null)
    [ 5.731153] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.795031] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.871329] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.885607] Adding 10484732k swap on /dev/sda4. Priority:-1 extents:1 across:10484732k
    [ 6.915362] r8169 0000:05:00.0: eth0: link down
    [ 6.915375] r8169 0000:05:00.0: eth0: link down
    [ 8.609247] r8169 0000:05:00.0: eth0: link up
    [faktorqm@the_missile /]$
    note 7:
    [faktorqm@the_missile /]$ lspci
    00:00.0 Host bridge: ATI Technologies Inc RD790 Northbridge only dual slot PCI-e_GFX and HT3 K8 part
    00:02.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (external gfx0 port A)
    00:07.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port D)
    00:09.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port E)
    00:0a.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port F)
    00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
    00:12.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
    00:12.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
    00:13.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
    00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller
    00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
    00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller
    00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
    00:14.5 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
    01:00.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    02:04.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    02:08.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    03:00.0 VGA compatible controller: ATI Technologies Inc R700 [Radeon HD 4870 X2]
    03:00.1 Audio device: ATI Technologies Inc RV770 HDMI Audio [Radeon HD 4850/4870]
    04:00.0 Display controller: ATI Technologies Inc R700 [Radeon HD 4870 X2]
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    07:00.0 SATA controller: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 02)
    07:00.1 IDE interface: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 02)
    08:07.0 Network controller: Ralink corp. RT2800 802.11n PCI
    08:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
    [faktorqm@the_missile /]$
    note 8:
    [root@the_missile /]# cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:3:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    [root@the_missile /]#
    Now, the problem:
    [root@the_missile /]# modprobe -vvvv fglrx
    insmod /lib/modules/3.2.1-2-ARCH/kernel/drivers/acpi/button.ko.gz
    libkmod: kmod_module_insert_module: Failed to insert module '/lib/modules/3.2.1-2-ARCH/kernel/drivers/acpi/button.ko.gz': No such device
    [root@the_missile /]#
    now, if you see menu.lst from grub, I disabled acpi because the kernel never boot if that option is not especified. I tried with acpi=noirq and acpi=force and the kernel never boot. So, I don't have a solution in my mind, and I don't know one path to follow. If someone can give me just an idea of what happend, I will really appreciate that.
    KDE works fine, and X starts fine.
    pages that I read:
    https://wiki.archlinux.org/index.php/ATI_Catalyst
    https://bbs.archlinux.org/viewtopic.php?id=79509 (what's about this??)
    https://bbs.archlinux.org/viewtopic.php?id=123669
    and many many others pages talking about acpi, lacpi, apic, etc.
    Thank you for your time in advance. Regards!!
    Last edited by faktorqm (2012-01-27 02:25:31)

    I forgot to mention that I blacklisted the radeon module following the new procedure in /etc/modprobe.d/blacklist.conf and the contest of this file is "blacklist radeon" and my rc.conf is:
    [faktorqm@the_missile /]$ cat /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="localtime"
    TIMEZONE="America/Argentina/Buenos_Aires"
    KEYMAP="bg-cp855"
    CONSOLEFONT="cp850-8x16"
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="the_missile"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(autofglrx hwclock syslog-ng network netfs crond kdm)
    [faktorqm@the_missile /]$
    THANK YOU AGAIN!! Regards!!
    Last edited by faktorqm (2012-01-27 02:26:15)

  • On (release) action problem - how to fix the loading issue?

    Hi,
    I'm making a progress with the website in Flash. I have pretty much things already done. Motion tweens that change alpha in percentage ammount are working correctly - I've used them for loading pages but I encountered a one tiny problem...
    Describing the website: there are buttons that - when you click - play an animation (motion tween with alpha changing) to load a proper page that is pinned with a particular button. So: home button loads the home page, bio button loads the bio page etc. All pages go with the motion tween - they fade in the website (from alpha 0% to 100%). Everything is fine and the website with everything works just perfect! But: there's one thing that doesn't keep me calm. When I open my website in a browser to test it and I click on each button to load pages - everything is ok, but when I want to click the same button few times - other things are being loaded by clicking the same button.
    For instance: I click the "bio" button once and it loads my biography page with the motion tween as I described before. But when I want to click it secondly or thirdly it doesn't load my biography page anymore but a page before that one (in this case: home page). When I click it again the button loads my bio page again. So - in sum - it doesn't load the same page all the time, but randomly: the proper one or the one before (in the timeline).
    My AC code for each button is simple, for example:
    on (release) {
        gotoAndPlay(173);
    Also I've got the "actions" layer that carries stop(); command in places that are for it.
    I tried with _root.gotoAndPlay and also with frame_number +1 and always the same problem.
    I hope it isn't anything serrious and can be fixed.
    I'll be very grateful for help.
    Greets!
    J.J.

    As I explained in my post: I test my website in the browser (firefox), I click on a particular button which loads a particular section. It works with all buttons but sometimes when I click the button an incorrect section appears.
    For example: I click biography button, and the biography section appears. Then I click contact button and contact section appears. Then when I want to see biography section again and click on the biography button, the biography section doesn't appear but the other section appears, for instance: home section, about section, gallery section or other from what I have.
    Concluding from the entire description I've placed above in the topic I don't know why this thing happens and I need some help how to fix this issue of loading sections firstly correct and then, after some clicking - incorrect.
    I hope I really presented it clearly.

  • Oh no... Big PS Actions problems.

    Good Morning!
    I'm in a right old pickle, and could you some Photoshop wizardery.
    I'll go in to as much detail as possible, so try not to get lost...
    We  have lots of Actions setup for the various products we design. These  Actions when run, will take the image/product we have and resize, save,  resize again, and save again in various locations across a network.  We've had these actions since way back, like CS2, and they've worked  like a dream right through to CS5 for a short while, then all of sudden,  BOOM, when it comes to the save file command in the action, its  starting renaming the file to a file thats already in the destination  folder - resulting in wrong file names for images, let me explain  further...
    example:
    i have a destination folder called MUSIC POSTERS (one of many folders the action saves to) on a backup computer on the network.
    In this folder i have:
    GUNS N ROSES.jpg
    MOTORHEAD.jpg
    EMINEM.jpg
    If  i take a new poster, say motorhead.eps and run the action, it will  resize ok, but the save command will then place the name EMINEM in the  save dialog!? resulting in us having a motorhead poster called  EMINEM.jpg and the original EMINEM.jpg file overwritten!
    I'm  aware of the fact that if when writing an Action and you manually type a  file name into the dialog, it will record that name and use from there  on out, but i certainly didnt do this, and it's worked fine for years.
    Upon  looking in all the folders it saves to - it saves correctly to only one  folder, this folder is on the same drive as 2 of the other folders  which it doesnt save correctly to 0 which makes me think its not a  problem with the drive on the network (because its managing to save at  least one correctly.)
    I've tried a couple  troubleshooting's - re-written the action many times, tried storing and  loading/using the actions from a folder on my Artwork Partition (my  computer is partitioned into SYSTEM, and ARTWORK), and also tried  storing and loading/using the actions from within Photoshops Actions  folder within the applications folder.
    Problem No.2 -  occassionally the steps within actions will rearrange themselves,  duplicate themselves, or even remove themselves!
    Any clues please?
    just downloaded and installed latest patch, still no luck.
    The same actions are installed on 5 machines (each working from there own locally stored copies of the actions) and we all have the same problem, how can they all have corrupt!?

    Good Morning!
    I'm in a right old pickle, and could you some Photoshop wizardery.
    I'll go in to as much detail as possible, so try not to get lost...
    We  have lots of Actions setup for the various products we design. These  Actions when run, will take the image/product we have and resize, save,  resize again, and save again in various locations across a network.  We've had these actions since way back, like CS2, and they've worked  like a dream right through to CS5 for a short while, then all of sudden,  BOOM, when it comes to the save file command in the action, its  starting renaming the file to a file thats already in the destination  folder - resulting in wrong file names for images, let me explain  further...
    example:
    i have a destination folder called MUSIC POSTERS (one of many folders the action saves to) on a backup computer on the network.
    In this folder i have:
    GUNS N ROSES.jpg
    MOTORHEAD.jpg
    EMINEM.jpg
    If  i take a new poster, say motorhead.eps and run the action, it will  resize ok, but the save command will then place the name EMINEM in the  save dialog!? resulting in us having a motorhead poster called  EMINEM.jpg and the original EMINEM.jpg file overwritten!
    I'm  aware of the fact that if when writing an Action and you manually type a  file name into the dialog, it will record that name and use from there  on out, but i certainly didnt do this, and it's worked fine for years.
    Upon  looking in all the folders it saves to - it saves correctly to only one  folder, this folder is on the same drive as 2 of the other folders  which it doesnt save correctly to 0 which makes me think its not a  problem with the drive on the network (because its managing to save at  least one correctly.)
    I've tried a couple  troubleshooting's - re-written the action many times, tried storing and  loading/using the actions from a folder on my Artwork Partition (my  computer is partitioned into SYSTEM, and ARTWORK), and also tried  storing and loading/using the actions from within Photoshops Actions  folder within the applications folder.
    Problem No.2 -  occassionally the steps within actions will rearrange themselves,  duplicate themselves, or even remove themselves!
    Any clues please?
    just downloaded and installed latest patch, still no luck.
    The same actions are installed on 5 machines (each working from there own locally stored copies of the actions) and we all have the same problem, how can they all have corrupt!?

  • Ps CS6 Action problem: New document created with "Preset: Clipboard" is misnamed

    Ps CS6 v13.0.1
    OS X 10.6.8
    In an Action, File > New with "Preset:  Clipboard" ignores the specified document name and uses one of the following names when the clipboard definitely does hold valid content:
    1. The name that was applied by the previous invocation of File > New in a session.
    2. No name if Action is run before File > New has been used in current session.
    Only when the clipboard has no valid content will the newly created document be given the specified name.

    The Color Profile seems to work differently between CS5 and CS6.   In CS5 when I use menu File>New and there is something in the clipboard I see Preset clipboard as the dedault setting and see my current Photoshop color setting profile set in as the color profile. I pasted a ProPhoto selection into the clipboard.  When I do the same in CS6 and use File>New I see Preset Clipboard as the default setting but the color profile is not my Photoshop Color setting its ProPhotoRGB the same as I pasted into the clipboard.  However if I close CS6 down. Then start CS6 and do menu File>New I see Preset Clipboard as the default setting and the corol profile is my Photoshop color setting profile sRGB not ProPhotoRGB that in the clibpoard. So I feel the copy to clipboard from Photoshop triggers something internally to change the profile in CS6 it not something that gets set in the clipboard for the ProPhotoRGB override does not happen if I shut Photoshop down and restart it.
    I think I like the CS6 change. Noel I wrote that for you I want you to know I don't think CS6 is all bad. This change should help one from getting profiles mismatches.  CS6 is still the buggest Phoshop around.  It does not stop working as smuch as it did befor the 13.0.1 update. And when it does there a chance Autosave may save the day. The last Photoshop stop working message I got from windows was when I tried to run a script.  There were no open document so nothing to recover. After terminating CS6 and restarting it the script work without a problem.

  • Regarding JSF Default action problem in IE

    Hi,
    I am using Jsf:Default action inside my submit button.In my form I have row of two buttons submit and reset.When I use my tab focus on reset button and when I am clicking enter submit default action is getting fired rather reset action.More over if I am using spacebar after tab focus reset button is called as expected.The problem identified is only with IE browsers
    In case of Mozilla,default action is overridden by tab focus action and working properly.
    Please advise me how to solve this issue in IE
    Note:The j4j:defaultAction custom component included in the j4j tag libraries allows you to define the default action for a form by adding <j4j:defaultAction /> as a child tag to the commandButton tag.
    http://www.jsftutorials.net/defaultActionTag.html
    Edited by: Ravishankar_R on Mar 24, 2010 12:09 AM

    Amit,
    Thanks for your answer. I fixed it using javascript .First I got all the buttons in the DOM and did a check to find if there is any current focus using document.activeElement.type="button" else to go with default submit action.
    Thanks,
    Ravi

  • ADF BC/Faces - Order of validation / backing bean action problem

    Hello,
    I want the user to enter the same "operation date" into all adf faces table rows created in one batch (one transaction).
    So I removed operation date field from the table and added "unbound" date field above the table. The date field value is then copied into all new rows in background. This process is invoked from backing bean from Commit button actionListener method.
    The problem is the validation of the operation date in entity is executed before a new date value is copied into the date attribute (validation of model is in JSF lifecycle executed prior invoking actions in backing beans).
    It means the user can enter dead lock when he enters invalid date (for example date higher then a valid value).
    Then after commit:
    1. First validation is ok (wrong date value haven't been copied into model yet)
    2. backing bean copy action is executed - model now contains wrong date value
    3. Validation before commit isn't successfult - error message is displayed
    4. User corrects the date value and presses commit again but:
    5. First validation is not successful - model still contains recent wrong date value - error message is displayed again
    6.There is no way out from this situation
    I'm going to override lifecycle to be able to invoke copy method before validation cycle. Is this solution acceptable? Do you have any other suggestion?
    Thank you.
    Rado

    hi Rado
    Would it make sense to design your ADF BC View Objects in some kind of master-detail shape that fits your data?
    View Object : OperationMaster (OperationDateAttr, ...)
    View Object : OperationDetail (OperationAttr1, OperationAttr2, ...)
    View Link : OperationDetailForMasterVL (based on some attribute that keeps the detail rows together)
    You would need some Application Module method that does the "row batch setup", but it look like your already have something like this.
    A change to OperationMaster.OperationDateAttr could update all its detail rows date attribute.
    I think that building a UI on this would be less "view layer dependant".
    Just a suggestion.
    regards
    Jan Vervecken

  • CommandButton onClick() action problem

    Hi every one ,
    I want to execute an Ajax function when clicking on submit button before submitting the page like this :
    <h:commandButton value="Go" onclick="myFun();" action="#{myController.getPropertyName}"/>where this javascript function will show a yes/no message then an Ajax function will be executed according to the user choice.
    The problem is that the j.s function is not even executed but the action is submitted directly.
    And from what i understood is that JSF reserves onclick() function to execute "action" property, that's why it can't feel the onclick() i wrote.
    I also tried using onmousedown() instead but still the action is submitted directly.
    Any suggestions ?

    Hesham wrote:
    Yes, i thought so but i can't change the JSF version used in the project, so is there a way to overcome this ?Perhaps one of the other events fired by the button will be sufficient (e.g., onmouseup). You could also try to implement your own component for this.

  • Bridge CS4 Batch Action Problem

    When using CS2 I was in the habit of working first from RAW, then creating a folder-full of .psd files, that I then converted to .jpg files by choosing Tools/Photoshop/Batch so that Bridge could run my DIY psd-to-jpg action sequentially on all the file I had selected in Bridge. In Bridge CS4 I'm having real problems doing this as Bridge so far won't seem to let me tell it where to look for an action file- the Tools/Photoshop/Batch dialogue doesn't seem to give me the option of loading an action, I can't seem to find where to *copy* my .atn file so that it shows up in the list of actions in the Tools/Photoshop/Batch dialogue as it should... and so on. It seems there's quite a few niggles like this that many people seem to spend a lot of precious time dealing with when upgrading say from CS2 to CS4 ... anyhow,
    any suggestions? thanks in advance, Richard E

    Load the action (.atn) file in Photoshop ps4: actions palette flyout menu > Load Actions then navigate to where you have saved the action from ps2.

  • Folder Action Problems with Leopard 10.5.8

    My company recently upgraded from 10.4.11 to 10.5.8 and our folder actions have been stopping mid-process or not working at all. Sometimes a few files will process and then everything stops completely.
    Our workflow involves the use of several different hot folders that use folder actions (converting InDesign CS4 documents to various quality of PDFs). All of the actions are single stream, meaning each folder does the action it's assigned and the original file is trashed and the new file remains in the folder. There are no subsequent folder actions that pull from the newly processed files. We also only run one folder action (with several files dropped in it) at a time.
    I have also tried running a pre-made generic folder action script from Apple and it, too will stop mid-process, process a few files then stop, or not work at all.
    Does anyone know what might be causing this problem with either the new Applescript or Folder Actions with Leopard 10.5.8?

    I have several scripts that all work different ways. One script I have opens the InDesign document, exports a PDF to a different folder located elsewhere on the hard drive (where a different script searches for PDFs). After this the original document is sent to the trash. Nothing new is created in the original Folder Action Scripted folder.
    What's more, even Apple's stock Folder Actions don't work properly and stop mid-process. I've seen vague reports of 10.5.8 having issues with Applescript or Leopard in general. The fact this script works perfectly in 10.4.11 makes me think that something has changed with the way Leopard handles the FA's.

  • ALSB 2.5 Validate action problem

    My problem is that when I issue a "Validate" step in my ALSB Console using a given schema, and I post a test message (using the ALSB console) I receive a "Failed to perform validation" error.
    The problem is not with the test message nor with the schema.I performed a "Schema Validation" on XML Spy and both the test message and XML Schema validated successfully.
    Is there a logged problem with ALSB25 regarding the use of the "Validate" action?
    Below is a snapshot of the error message I receive when I post the test message
    &lt;con:fault xmlns:con="<a href="http://www.bea.com/wli/sb/context">http://www.bea.com/wli/sb/context</a>"&gt;
    &lt;con:errorCode&gt;BEA-382000&lt;/con:errorCode&gt;
    &lt;con:reason&gt;Failed to perform validation&lt;/con:reason&gt;
    &lt;con:location&gt;
    &lt;con:node&gt;OgsAtomMessageRouter&lt;/con:node&gt;
    &lt;con:pipeline&gt;OgsAtomMessageRouter_request&lt;/con:pipeline&gt;
    &lt;con:stage&gt;Validate Schema&lt;/con:stage&gt;
    &lt;/con:location&gt;
    &lt;/con:fault&gt;
    Thanks,
    Carlos

    It sounds like you are not routing or passing the right soap message to the EJB business service. To have the exact shape of the expected XML, use the test console, and look at the complete request document. This is what you need to pass if the proxy service is anyXml.

  • Photoshop Actions: Problem with layer groups

    I have recorded several photoshop actions with multiple adjustment layers in layer groups. They work perfectly fine, as long as I do not run a second action with a layer group in it.
    As soon as I run a second action with layer groups, the layer order is completely random and messed up. How can I avoid this problem?

    Best practices: Usage
    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

Maybe you are looking for

  • External Hard Drive "read only" when connected to mac.

    Hi I have a Lacie external hard drive, formatted FAT, which has always worked fine on our macbook pro until the macs internal drive crashed and had to be replaced. now, when i connect the lacie i can access everything, but cannot move it around or ad

  • Missing albums and ibooks

    Recently, after opening iphoto 6 I found all of my albums, books, and folders missing. The only thing I can think of that would affect those would be the recent auto update iphoto asked me to install. I can create new albums and import files as usual

  • Presentation Director and Access Connections when Docking

    When I dock my machine, it automatically selects the right presentation mode because of the way that I configured Presentation Director.  It would be nice if it could automatically select the right Access Connection too.  Is this possible?  Is there

  • Switching from 15 to 13?

    Hello all Has anyone ACTUALLY switched from a 15MBP to a 13MBP and regretted the move? Thinking about the switch simply due to size/weight. I know the difference is only one pound, but its also the size, i keep knocking my 15 around due to its size.

  • Stock holding report

    Hi All, I need to create a stock holding report usin ALV for inventory,can any one tell me what is the standard report and how to create this report,what are the tables and all. Thanks.