[SOLVED] "Loading Modules" Slow after Latest Upgrade (EeePC 901)

After the latest upgrade, my EeePC is taking an incredibly long time (20+ seconds) at the "Loading Modules" stage of the boot process. I cannot find any error messages, and after the pause, the machine boots normally. This process used to be almost instantantaneous before the upgrade. The modules being loaded are rfkill and eeepc_laptop.
Can anyone help?
Thanks in advance
Last edited by myrlin (2011-06-27 10:28:21)

Hi Jason, thank you for helping me.
Here is my 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.
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# 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
# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
LOCALE="en_GB.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/London"
KEYMAP="uk"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
VERBOSE="3"
# 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.
MOD_AUTOLOAD="yes"
MODULES=(rfkill eeepc_laptop)
# 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="eeepc"
# 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)
# - gateway: default route (ignored for DHCP)
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# gateway=192.168.0.1
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=
interface=eth0
address=
netmask=
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=(syslog-ng dbus hal networkmanager privoxy netfs rfkill eeepc_laptop @ufw @crond @alsa !bluetooth @samba @cups)
Here is my blacklist.conf (I have restored the framebuffer one):
blacklist rt2800pci
blacklist rt61pci
blacklist rt2x00pci
blacklist rt2800usb
blacklist rt2800lib
blacklist rt2x00usb
blacklist rt2x00lib
And here is the output of lsmod:
Module Size Used by
fuse 58669 3
ipt_REJECT 2029 1
ipt_LOG 6518 5
xt_multiport 1498 2
xt_limit 1423 7
xt_tcpudp 1883 7
xt_addrtype 2393 4
nf_conntrack_ipv4 9601 7
nf_defrag_ipv4 1023 1 nf_conntrack_ipv4
xt_state 971 7
ip6table_filter 1072 1
ip6_tables 10461 1 ip6table_filter
ipv6 249260 12
nf_conntrack_netbios_ns 801 0
nf_conntrack_broadcast 961 1 nf_conntrack_netbios_ns
nf_conntrack_pptp 3857 0
nf_conntrack_proto_gre 3241 1 nf_conntrack_pptp
nf_conntrack 50208 6 nf_conntrack_ipv4,xt_state,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_conntrack_pptp,nf_conntrack_proto_gre
iptable_filter 1100 1
ip_tables 9186 1 iptable_filter
x_tables 11774 11 ipt_REJECT,ipt_LOG,xt_multiport,xt_limit,xt_tcpudp,xt_addrtype,xt_state,ip6table_filter,ip6_tables,iptable_filter,ip_tables
btusb 9897 0
bluetooth 115465 1 btusb
uvcvideo 55020 0
videodev 70734 1 uvcvideo
media 8545 1 videodev
joydev 7535 0
snd_hda_codec_realtek 225687 1
i915 557262 2
snd_hda_intel 19261 1
snd_hda_codec 66793 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4919 1 snd_hda_codec
drm_kms_helper 24245 1 i915
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
drm 147653 3 i915,drm_kms_helper
uhci_hcd 19344 0
snd_timer 15542 1 snd_pcm
ehci_hcd 34847 0
rt2860sta 479236 1
intel_agp 8664 1 i915
psmouse 55927 0
snd 43527 8 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
usbcore 119004 5 btusb,uvcvideo,uhci_hcd,ehci_hcd
i2c_algo_bit 4431 1 i915
iTCO_wdt 10333 0
i2c_i801 7039 0
serio_raw 3430 0
pcspkr 1415 0
sg 21022 0
i2c_core 16665 6 videodev,i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
evdev 7310 15
intel_gtt 11417 3 i915,intel_agp
crc_ccitt 1103 1 rt2860sta
iTCO_vendor_support 1553 1 iTCO_wdt
soundcore 5018 1 snd
battery 8905 0
processor 21884 0
eeepc_laptop 12452 0
atl1e 24804 0
button 3654 1 i915
sparse_keymap 2636 1 eeepc_laptop
thermal 6603 0
ac 2545 0
video 9852 1 i915
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
pci_hotplug 21978 1 eeepc_laptop
agpgart 22160 3 drm,intel_agp,intel_gtt
rfkill 12510 2 bluetooth,eeepc_laptop
ext4 334626 3
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 2 bluetooth,ext4
sd_mod 25515 5
ata_piix 18569 3
pata_acpi 2396 0
libata 154349 2 ata_piix,pata_acpi
scsi_mod 110670 3 sg,sd_mod,libata
I hope this all means more to you than it does to me!!!!

Similar Messages

  • [SOLVED] No sound anymore after latest upgrade

    Hello,
    i did the following upgrade
    [2014-01-25 16:06] [PACMAN] starting full system upgrade
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Füge Schlüssel aus archlinux.gpg hinzu ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] gpg: 3 marginal-needed, 1 complete-needed, PGP Vertrauensmodell
    [2014-01-25 17:38] [ALPM-SCRIPTLET] gpg: Tiefe: 0 gültig: 1 signiert: 5 Vertrauen: 0-, 0q, 0n, 0m, 0f, 1u
    [2014-01-25 17:38] [ALPM-SCRIPTLET] gpg: Tiefe: 1 gültig: 5 signiert: 59 Vertrauen: 0-, 0q, 0n, 5m, 0f, 0u
    [2014-01-25 17:38] [ALPM-SCRIPTLET] gpg: Tiefe: 2 gültig: 59 signiert: 4 Vertrauen: 59-, 0q, 0n, 0m, 0f, 0u
    [2014-01-25 17:38] [ALPM-SCRIPTLET] gpg: nächste "Trust-DB"-Pflichtüberprüfung am 2016-01-22
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Signiere die vertrauenswürdigen Schlüssel im Schlüsselbund lokal ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Signiere Schlüssel 0E8B644079F599DFC1DDC3973348882F6AC6A4C2 lokal ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Signiere Schlüssel 684148BB25B49E986A4944C55184252D824B18E8 lokal ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Signiere Schlüssel 44D4A033AC140143927397D47EFD567D4C7EA887 lokal ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Signiere Schlüssel 27FFC4769E19F096D41D9265A04F9397CDFD6BB0 lokal ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Signiere Schlüssel AB19265E5D7D20687D303246BA1DFB64FFF979E7 lokal ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Importiere die Vertrauenswerte des Benutzers ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Mache widerrufene Schlüssel im Schlüsselbund unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel 7FA647CD89891DEDC060287BB9113D1ED21E1A55 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel BC1FBE4D2826A0B51E47ED62E2539214C6C11350 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel 63F395DE2D6398BBE458F281F2DBB4931985A992 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel 8F76BEEA0289F9E1D3E229C05F946DED983D4366 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel 66BD74A036D522F51DD70A3C7F2A16726521E06D unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel 81D7F8241DB38BC759C80FCE3A726C6170E80477 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Mache Schlüssel E7210A59715F6940CF9A4E36A001876699AD6E84 unbrauchbar ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Aktualisiere Trust-Datenbank ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] gpg: nächste "Trust-DB"-Pflichtüberprüfung am 2016-01-22
    [2014-01-25 17:38] [PACMAN] upgraded archlinux-keyring (20140108-1 -> 20140124-1)
    [2014-01-25 17:38] [PACMAN] upgraded libdrm (2.4.51-1 -> 2.4.52-1)
    [2014-01-25 17:38] [PACMAN] upgraded wayland (1.3.0-1 -> 1.4.0-1)
    [2014-01-25 17:38] [PACMAN] upgraded libdbus (1.6.18-3 -> 1.8.0-1)
    [2014-01-25 17:38] [PACMAN] upgraded dbus (1.6.18-3 -> 1.8.0-1)
    [2014-01-25 17:38] [PACMAN] upgraded libgcrypt (1.5.3-1 -> 1.6.0-2)
    [2014-01-25 17:38] [PACMAN] upgraded systemd (208-3 -> 208-10)
    [2014-01-25 17:38] [PACMAN] upgraded llvm-libs (3.3-1 -> 3.4-1)
    [2014-01-25 17:38] [PACMAN] upgraded mesa (10.0.1-2 -> 10.0.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded mesa-libgl (10.0.1-2 -> 10.0.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded ati-dri (10.0.1-2 -> 10.0.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded bluez (5.13-1 -> 5.14-1)
    [2014-01-25 17:38] [PACMAN] upgraded xdg-utils (1.1.0.git20130520-1 -> 1.1.0.git20140109-1)
    [2014-01-25 17:38] [PACMAN] upgraded chromium (31.0.1650.63-1 -> 32.0.1700.77-1)
    [2014-01-25 17:38] [PACMAN] upgraded gdk-pixbuf2 (2.30.2-1 -> 2.30.3-1)
    [2014-01-25 17:38] [PACMAN] upgraded cogl (1.16.0-3 -> 1.16.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded clutter (1.16.2-1 -> 1.16.4-1)
    [2014-01-25 17:38] [PACMAN] upgraded device-mapper (2.02.104-1 -> 2.02.105-1)
    [2014-01-25 17:38] [PACMAN] upgraded cryptsetup (1.6.3-1 -> 1.6.3-2)
    [2014-01-25 17:38] [PACMAN] upgraded curl (7.34.0-2 -> 7.34.0-3)
    [2014-01-25 17:38] [PACMAN] upgraded cython (0.19.2-1 -> 0.20-1)
    [2014-01-25 17:38] [PACMAN] upgraded pth (2.0.7-4 -> 2.0.7-5)
    [2014-01-25 17:38] [PACMAN] upgraded dirmngr (1.1.1-1 -> 1.1.1-2)
    [2014-01-25 17:38] [PACMAN] upgraded gnutls (3.2.8-1 -> 3.2.9-1)
    [2014-01-25 17:38] [PACMAN] upgraded libvorbis (1.3.3-1 -> 1.3.4-1)
    [2014-01-25 17:38] [PACMAN] upgraded ffmpeg (1:2.1.1-3 -> 1:2.1.3-1)
    [2014-01-25 17:38] [PACMAN] upgraded gcr (3.10.1-1 -> 3.10.1-2)
    [2014-01-25 17:38] [PACMAN] upgraded gdbm (1.10-3 -> 1.11-1)
    [2014-01-25 17:38] [PACMAN] upgraded gedit (3.10.3-1 -> 3.10.4-1)
    [2014-01-25 17:38] [PACMAN] upgraded gettext (0.18.3.1-2 -> 0.18.3.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded libcups (1.7.0-2 -> 1.7.1-3)
    [2014-01-25 17:38] [PACMAN] installed libpaper (1.1.24-7)
    [2014-01-25 17:38] [PACMAN] upgraded ghostscript (9.10-1 -> 9.10-3)
    [2014-01-25 17:38] [PACMAN] upgraded glamor-egl (0.5.1-1 -> 0.5.1.r258-1)
    [2014-01-25 17:38] [PACMAN] upgraded gnome-chess (3.10.2-2 -> 3.10.3-1)
    [2014-01-25 17:38] [PACMAN] upgraded gnome-desktop (1:3.10.1-2 -> 1:3.10.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded gnome-keyring (3.10.1-1 -> 3.10.1-2)
    [2014-01-25 17:38] [PACMAN] upgraded gnome-online-miners (3.10.2-1 -> 3.10.3-1)
    [2014-01-25 17:38] [PACMAN] upgraded libsecret (0.16-1 -> 0.16-2)
    [2014-01-25 17:38] [PACMAN] upgraded mutter (3.10.2-2 -> 3.10.3-1)
    [2014-01-25 17:38] [PACMAN] upgraded gnome-shell (3.10.2.1-4 -> 3.10.3-1)
    [2014-01-25 17:38] [PACMAN] upgraded gnupg (2.0.22-1 -> 2.0.22-2)
    [2014-01-25 17:38] [PACMAN] upgraded grilo-plugins (0.2.9-2 -> 0.2.9-3)
    [2014-01-25 17:38] [PACMAN] upgraded gstreamer0.10-ugly (0.10.19-8 -> 0.10.19-9)
    [2014-01-25 17:38] [PACMAN] upgraded libcdio (0.90-2 -> 0.92-1)
    [2014-01-25 17:38] [PACMAN] upgraded gstreamer0.10-ugly-plugins (0.10.19-8 -> 0.10.19-9)
    [2014-01-25 17:38] [PACMAN] upgraded gtk-vnc (0.5.3-1 -> 0.5.3-3)
    [2014-01-25 17:38] [PACMAN] upgraded libcdio-paranoia (10.2+0.90+1-1 -> 10.2+0.90+1-2)
    [2014-01-25 17:38] [PACMAN] upgraded gvfs (1.18.3-1 -> 1.18.3-3)
    [2014-01-25 17:38] [PACMAN] upgraded python-dbus-common (1.2.0-1 -> 1.2.0-2)
    [2014-01-25 17:38] [PACMAN] upgraded python2-dbus (1.2.0-1 -> 1.2.0-2)
    [2014-01-25 17:38] [PACMAN] upgraded libibus (1.5.4-3 -> 1.5.5-1)
    [2014-01-25 17:38] [PACMAN] upgraded ibus (1.5.4-3 -> 1.5.5-1)
    [2014-01-25 17:38] [PACMAN] upgraded inetutils (1.9.1.341-2 -> 1.9.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded iptables (1.4.20-1 -> 1.4.21-1)
    [2014-01-25 17:38] [PACMAN] upgraded iproute2 (3.11.0-1 -> 3.12.0-1)
    [2014-01-25 17:38] [PACMAN] upgraded isl (0.12.1-2 -> 0.12.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded jack (0.121.3-7 -> 0.124.1-1)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-dbus (1.6.18-1 -> 1.8.0-1)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-gettext (0.18.3.1-1 -> 0.18.3.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-libcap (2.22-2 -> 2.24-1)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-libdrm (2.4.51-1 -> 2.4.52-1)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-libgcrypt (1.5.3-1 -> 1.6.0-1)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-llvm-libs (3.3-1 -> 3.4-1)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-systemd (208-1 -> 208-2)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-mesa (10.0.1-1 -> 10.0.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded lib32-mesa-libgl (10.0.1-1 -> 10.0.2-1)
    [2014-01-25 17:38] [PACMAN] upgraded libxslt (1.1.28-2 -> 1.1.28-3)
    [2014-01-25 17:38] [PACMAN] upgraded libgda (5.2.1-1 -> 5.2.1-2)
    [2014-01-25 17:38] [PACMAN] upgraded libgnome-keyring (3.10.1-1 -> 3.10.1-2)
    [2014-01-25 17:38] [PACMAN] upgraded libraw (0.15.4-3 -> 0.16.0-1)
    [2014-01-25 17:38] [PACMAN] upgraded rasqal (1:0.9.30-3 -> 1:0.9.30-4)
    [2014-01-25 17:38] [PACMAN] upgraded redland (1:1.0.16-2 -> 1:1.0.17-1)
    [2014-01-25 17:38] [PACMAN] upgraded libreoffice-common (4.1.4-1 -> 4.1.4-3)
    [2014-01-25 17:38] [PACMAN] upgraded libreoffice-base (4.1.4-1 -> 4.1.4-3)
    [2014-01-25 17:38] [PACMAN] upgraded libreoffice-calc (4.1.4-1 -> 4.1.4-3)
    [2014-01-25 17:38] [PACMAN] upgraded libreoffice-draw (4.1.4-1 -> 4.1.4-3)
    [2014-01-25 17:38] [PACMAN] upgraded libreoffice-gnome (4.1.4-1 -> 4.1.4-3)
    [2014-01-25 17:38] [PACMAN] upgraded libreoffice-impress (4.1.4-1 -> 4.1.4-3)
    [2014-01-25 17:38] [PACMAN] upgraded libreoffice-math (4.1.4-1 -> 4.1.4-3)
    [2014-01-25 17:38] [PACMAN] upgraded libreoffice-writer (4.1.4-1 -> 4.1.4-3)
    [2014-01-25 17:38] [PACMAN] upgraded libwbclient (4.1.3-1 -> 4.1.4-1)
    [2014-01-25 17:38] [PACMAN] upgraded linux-firmware (20131013.7d0c7a8-1 -> 20140123.418320b-1)
    [2014-01-25 17:38] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Starting build: 3.12.8-1-ARCH
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Starting build: 3.12.8-1-ARCH
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2014-01-25 17:38] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-01-25 17:38] [PACMAN] upgraded linux (3.12.7-1 -> 3.12.8-1)
    [2014-01-25 17:38] [PACMAN] upgraded lvm2 (2.02.104-1 -> 2.02.105-1)
    [2014-01-25 17:38] [PACMAN] upgraded man-pages (3.55-1 -> 3.56-1)
    [2014-01-25 17:38] [PACMAN] upgraded pcre (8.34-1 -> 8.34-2)
    [2014-01-25 17:38] [PACMAN] upgraded perl (5.18.1-1 -> 5.18.2-2)
    [2014-01-25 17:38] [PACMAN] upgraded procps-ng (3.3.9-1 -> 3.3.9-2)
    [2014-01-25 17:38] [PACMAN] upgraded python-dbus (1.2.0-1 -> 1.2.0-2)
    [2014-01-25 17:38] [PACMAN] upgraded s-nail (14.5.1-1 -> 14.5.2-1)
    [2014-01-25 17:39] [PACMAN] upgraded webkitgtk (2.2.3-1 -> 2.2.4-1)
    [2014-01-25 17:39] [PACMAN] upgraded shotwell (0.15.1-1 -> 0.15.1-2)
    [2014-01-25 17:39] [PACMAN] upgraded smbclient (4.1.3-1 -> 4.1.4-1)
    [2014-01-25 17:39] [PACMAN] upgraded sudo (1.8.8-1 -> 1.8.9.p4-1)
    [2014-01-25 17:39] [PACMAN] upgraded systemd-sysvcompat (208-3 -> 208-10)
    [2014-01-25 17:39] [PACMAN] upgraded totem-plparser (3.10.0-3 -> 3.10.0-4)
    [2014-01-25 17:39] [PACMAN] upgraded vino (3.10.1-1 -> 3.10.1-2)
    [2014-01-25 17:39] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2014-01-25 17:39] [PACMAN] upgraded virtualbox-host-modules (4.3.6-3 -> 4.3.6-4)
    [2014-01-25 17:39] [PACMAN] upgraded virtualbox (4.3.6-2 -> 4.3.6-3)
    [2014-01-25 17:39] [PACMAN] upgraded vlc (2.1.2-2 -> 2.1.2-3)
    [2014-01-25 17:39] [PACMAN] upgraded wine (1.7.10-1 -> 1.7.11-1)
    [2014-01-25 17:39] [PACMAN] upgraded xextproto (7.2.1-1 -> 7.3.0-1)
    [2014-01-25 17:39] [PACMAN] upgraded xf86-input-evdev (2.8.2-1 -> 2.8.2-2)
    [2014-01-25 17:39] [PACMAN] upgraded xf86-video-ati (1:7.2.0-1 -> 1:7.2.0-2)
    [2014-01-25 17:39] [PACMAN] upgraded xorg-server-common (1.14.5-2 -> 1.15.0-5)
    [2014-01-25 17:39] [PACMAN] installed libxshmfence (1.1-1)
    [2014-01-25 17:39] [PACMAN] upgraded xorg-server (1.14.5-2 -> 1.15.0-5)
    [2014-01-25 17:39] [PACMAN] upgraded yelp (3.10.1-1 -> 3.10.1-2)
    [2014-01-25 17:39] [PACMAN] upgraded youtube-dl (2014.01.17.2-1 -> 2014.01.23.4-1)
    And dont have any sound anymore, nowhere. PulseAudio is just ignoring my sound-card completely and KDE/GNOME System settings tell me that i do not even have any soundcard
    Alsamixer detects the soundcard fine and if i unmute the soundcard there, it works. But its not really comfortable to change the volume with Alsamixer. Also i have no ability to change between HDMI and Analog.
    Any idea what could have cause this? As you can see in the logs, there havent been any major kernel update nor pulseaudio update.
    This is the Soundcard: Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA)
    Kernel Module is snd_hda_intel which is loaded and working
    Seems like Pulseaudio is not running at all, it also does not start with the message "E: [pulseaudio] core-util.c: Home directory not accessible: Permission denied" which is not true
    Last edited by Vamp898 (2014-01-26 15:29:22)

    Ok, found out it was true.
    Seems like whatever reason i have to find out reset some files (not all) to root, so i was no longer the owner of some random files for whatever reason.
    Works now.

  • [Solved] Vlc seg faults after latest upgrade

    When updating vlc I now get this message  from pacman
    /tmp/alpm_LHUeqA/.INSTALL: line 1: 1809 Segmentation fault (core dumped) usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
    Running vlc outputs
    VLC media player 2.0.6 Twoflower (revision 2.0.6-0-gbe9623c)
    Segmentation fault (core dumped)
    running dmesg gives
    segfault at 7fcfb5413e8b ip 00007fcfba60c206 sp 00007ffff597e588 error 4 in libc-2.17.so[7fcfba58c000+1a3000]
    I've tried manually running vlc-cache-gen as well, but I get the same output as above.  Downgrading vlc also resulted in the same error.  I am using the nvidia closed source driver if that makes a difference.  Any one have any ideas on whats going on here?
    Last edited by piratebill (2013-05-15 18:52:50)

    piratebill wrote:
    pilotkeller wrote:
    I hate to be 'that guy' but trying out mplayer2 is another option.
    I moved away form VLC over a year ago and haven't looked back.
    It's your call but I have VLC on Windows and the new versions seem to brick itself.
    Could be that it's old configs are breaking the new version.
    I'm not married to VLC, so noted.
    On the trying to repair it front, I found a german guy with the same issue:
    https://bbs.archlinux.de/viewtopic.php?pid=304355
    While google translate does try, I cant really tell what he did to fix it.  Thoughts?
    What he did was restore a system backup from a few days ago, then first a `pacman -Sy` to update the package list and after that a single `pacman -S vlc` so that only vlc gets updated, and then finally the system upgrade `pacman -Su`. Seems like that worked for him.
    Unfortunately I'm having the same problem and don't have the option to restore a recent system backup.

  • Gtk messed up after latest upgrade

    After latest upgrades it seems that anything gtk-related (2 or 3) is drawn as garbage, see image on http://i.imgur.com/g57D0KS.jpg
    Tiled-qt on the left looks fine, however, as does chromium.
    Xorg.log here:
    [ 13.396]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 13.396] X Protocol Version 11, Revision 0
    [ 13.396] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 13.396] Current Operating System: Linux laite-arch 3.10.2-1-ARCH #1 SMP PREEMPT Mon Jul 22 08:47:24 CEST 2013 x86_64
    [ 13.396] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ea8eee16-3368-4aea-baf2-63f8483fc7b2 ro quiet
    [ 13.396] Build Date: 01 July 2013 10:48:42AM
    [ 13.396]
    [ 13.396] Current version of pixman: 0.30.0
    [ 13.396] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 13.396] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13.396] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 26 17:41:33 2013
    [ 13.538] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13.538] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 13.812] (==) No Layout section. Using the first Screen section.
    [ 13.812] (==) No screen section available. Using defaults.
    [ 13.812] (**) |-->Screen "Default Screen Section" (0)
    [ 13.813] (**) | |-->Monitor "<default monitor>"
    [ 13.813] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 13.813] (==) Automatically adding devices
    [ 13.813] (==) Automatically enabling devices
    [ 13.813] (==) Automatically adding GPU devices
    [ 14.042] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 14.261] Entry deleted from font path.
    [ 14.495] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 14.495] Entry deleted from font path.
    [ 14.495] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 14.495] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 14.495] Entry deleted from font path.
    [ 14.495] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 14.495] (**) FontPath set to:
    /usr/share/fonts/local,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 14.495] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 14.495] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 14.509] (II) Loader magic: 0x7fdc20
    [ 14.509] (II) Module ABI versions:
    [ 14.509] X.Org ANSI C Emulation: 0.4
    [ 14.509] X.Org Video Driver: 14.1
    [ 14.509] X.Org XInput driver : 19.1
    [ 14.509] X.Org Server Extension : 7.0
    [ 14.510] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 14.513] (--) PCI:*(0:2:0:0) 1002:94b3:174b:1170 rev 0, Mem @ 0xd0000000/268435456, 0xfbfe0000/65536, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
    [ 14.513] Initializing built-in extension Generic Event Extension
    [ 14.513] Initializing built-in extension SHAPE
    [ 14.513] Initializing built-in extension MIT-SHM
    [ 14.513] Initializing built-in extension XInputExtension
    [ 14.513] Initializing built-in extension XTEST
    [ 14.513] Initializing built-in extension BIG-REQUESTS
    [ 14.513] Initializing built-in extension SYNC
    [ 14.513] Initializing built-in extension XKEYBOARD
    [ 14.513] Initializing built-in extension XC-MISC
    [ 14.513] Initializing built-in extension SECURITY
    [ 14.513] Initializing built-in extension XINERAMA
    [ 14.513] Initializing built-in extension XFIXES
    [ 14.513] Initializing built-in extension RENDER
    [ 14.513] Initializing built-in extension RANDR
    [ 14.513] Initializing built-in extension COMPOSITE
    [ 14.513] Initializing built-in extension DAMAGE
    [ 14.513] Initializing built-in extension MIT-SCREEN-SAVER
    [ 14.513] Initializing built-in extension DOUBLE-BUFFER
    [ 14.513] Initializing built-in extension RECORD
    [ 14.513] Initializing built-in extension DPMS
    [ 14.514] Initializing built-in extension X-Resource
    [ 14.514] Initializing built-in extension XVideo
    [ 14.514] Initializing built-in extension XVideo-MotionCompensation
    [ 14.514] Initializing built-in extension XFree86-VidModeExtension
    [ 14.514] Initializing built-in extension XFree86-DGA
    [ 14.514] Initializing built-in extension XFree86-DRI
    [ 14.514] Initializing built-in extension DRI2
    [ 14.514] (II) "glx" will be loaded by default.
    [ 14.514] (II) LoadModule: "dri2"
    [ 14.514] (II) Module "dri2" already built-in
    [ 14.514] (II) LoadModule: "glamoregl"
    [ 14.724] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 16.917] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 16.917] compiled for 1.14.0, module version = 0.5.0
    [ 16.917] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.917] (II) LoadModule: "glx"
    [ 16.917] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 17.116] (II) Module glx: vendor="X.Org Foundation"
    [ 17.116] compiled for 1.14.2, module version = 1.0.0
    [ 17.116] ABI class: X.Org Server Extension, version 7.0
    [ 17.116] (==) AIGLX enabled
    [ 17.117] Loading extension GLX
    [ 17.117] (==) Matched ati as autoconfigured driver 0
    [ 17.117] (==) Matched ati as autoconfigured driver 1
    [ 17.117] (==) Matched vesa as autoconfigured driver 2
    [ 17.117] (==) Matched modesetting as autoconfigured driver 3
    [ 17.117] (==) Matched fbdev as autoconfigured driver 4
    [ 17.117] (==) Assigned the driver to the xf86ConfigLayout
    [ 17.117] (II) LoadModule: "ati"
    [ 17.117] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 17.162] (II) Module ati: vendor="X.Org Foundation"
    [ 17.162] compiled for 1.14.0, module version = 7.1.0
    [ 17.162] Module class: X.Org Video Driver
    [ 17.162] ABI class: X.Org Video Driver, version 14.1
    [ 17.162] (II) LoadModule: "radeon"
    [ 17.162] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 17.266] (II) Module radeon: vendor="X.Org Foundation"
    [ 17.266] compiled for 1.14.0, module version = 7.1.0
    [ 17.266] Module class: X.Org Video Driver
    [ 17.266] ABI class: X.Org Video Driver, version 14.1
    [ 17.266] (II) LoadModule: "vesa"
    [ 17.281] (WW) Warning, couldn't open module vesa
    [ 17.281] (II) UnloadModule: "vesa"
    [ 17.281] (II) Unloading vesa
    [ 17.281] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 17.281] (II) LoadModule: "modesetting"
    [ 17.281] (WW) Warning, couldn't open module modesetting
    [ 17.281] (II) UnloadModule: "modesetting"
    [ 17.281] (II) Unloading modesetting
    [ 17.281] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 17.281] (II) LoadModule: "fbdev"
    [ 17.282] (WW) Warning, couldn't open module fbdev
    [ 17.282] (II) UnloadModule: "fbdev"
    [ 17.282] (II) Unloading fbdev
    [ 17.282] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 17.282] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 17.292] (++) using VT number 7
    [ 17.307] (II) [KMS] Kernel modesetting enabled.
    [ 17.307] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 17.307] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 17.307] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 17.307] (==) RADEON(0): Default visual is TrueColor
    [ 17.307] (==) RADEON(0): RGB weight 888
    [ 17.307] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 17.307] (--) RADEON(0): Chipset: "ATI Radeon HD 4770" (ChipID = 0x94b3)
    [ 17.307] (II) Loading sub module "dri2"
    [ 17.307] (II) LoadModule: "dri2"
    [ 17.307] (II) Module "dri2" already built-in
    [ 17.307] (II) Loading sub module "exa"
    [ 17.307] (II) LoadModule: "exa"
    [ 17.308] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 17.350] (II) Module exa: vendor="X.Org Foundation"
    [ 17.350] compiled for 1.14.2, module version = 2.6.0
    [ 17.350] ABI class: X.Org Video Driver, version 14.1
    [ 17.350] (II) RADEON(0): KMS Color Tiling: enabled
    [ 17.350] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 17.350] (II) RADEON(0): KMS Pageflipping: enabled
    [ 17.350] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 17.370] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 17.390] (II) RADEON(0): Output DIN has no monitor section
    [ 17.421] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 17.440] (II) RADEON(0): EDID for output DVI-0
    [ 17.460] (II) RADEON(0): EDID for output DIN
    [ 17.491] (II) RADEON(0): EDID for output DVI-1
    [ 17.491] (II) RADEON(0): Manufacturer: BNQ Model: 7841 Serial#: 21573
    [ 17.491] (II) RADEON(0): Year: 2009 Week: 38
    [ 17.491] (II) RADEON(0): EDID Version: 1.3
    [ 17.491] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 17.491] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 17.491] (II) RADEON(0): Max Image Size [cm]: horiz.: 53 vert.: 29
    [ 17.491] (II) RADEON(0): Gamma: 2.20
    [ 17.491] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 17.491] (II) RADEON(0): Default color space is primary color space
    [ 17.491] (II) RADEON(0): First detailed timing is preferred mode
    [ 17.491] (II) RADEON(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 17.491] (II) RADEON(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 17.491] (II) RADEON(0): Supported established timings:
    [ 17.491] (II) RADEON(0): 720x400@70Hz
    [ 17.491] (II) RADEON(0): 640x480@60Hz
    [ 17.491] (II) RADEON(0): 640x480@75Hz
    [ 17.491] (II) RADEON(0): 800x600@60Hz
    [ 17.491] (II) RADEON(0): 800x600@75Hz
    [ 17.491] (II) RADEON(0): 832x624@75Hz
    [ 17.491] (II) RADEON(0): 1024x768@60Hz
    [ 17.491] (II) RADEON(0): 1024x768@75Hz
    [ 17.491] (II) RADEON(0): 1280x1024@75Hz
    [ 17.491] (II) RADEON(0): 1152x864@75Hz
    [ 17.491] (II) RADEON(0): Manufacturer's mask: 0
    [ 17.491] (II) RADEON(0): Supported standard timings:
    [ 17.491] (II) RADEON(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
    [ 17.491] (II) RADEON(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 17.491] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 17.491] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 17.491] (II) RADEON(0): #4: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 17.491] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 17.491] (II) RADEON(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 17.491] (II) RADEON(0): Supported detailed timing:
    [ 17.491] (II) RADEON(0): clock: 148.5 MHz Image Size: 477 x 268 mm
    [ 17.491] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 17.491] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 17.491] (II) RADEON(0): Serial No: F9904610SL000
    [ 17.491] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
    [ 17.491] (II) RADEON(0): Monitor name: BenQ G2420HDB
    [ 17.491] (II) RADEON(0): EDID (in hex):
    [ 17.491] (II) RADEON(0): 00ffffffffffff0009d1417845540000
    [ 17.491] (II) RADEON(0): 261301030e351d782e6085a6564a9c25
    [ 17.491] (II) RADEON(0): 125054a56b80710081c081408180a9c0
    [ 17.491] (II) RADEON(0): b300d1c00101023a801871382d40582c
    [ 17.491] (II) RADEON(0): 4500dd0c1100001e000000ff00463939
    [ 17.491] (II) RADEON(0): 3034363130534c303030000000fd0032
    [ 17.491] (II) RADEON(0): 4c185311000a202020202020000000fc
    [ 17.491] (II) RADEON(0): 0042656e512047323432304844420076
    [ 17.491] (II) RADEON(0): Printing probed modes for output DVI-1
    [ 17.491] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 17.491] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 17.492] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 17.492] (II) RADEON(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 17.492] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 17.492] (II) RADEON(0): Output DVI-0 disconnected
    [ 17.492] (II) RADEON(0): Output DIN disconnected
    [ 17.492] (II) RADEON(0): Output DVI-1 connected
    [ 17.492] (II) RADEON(0): Using exact sizes for initial modes
    [ 17.492] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080
    [ 17.492] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 17.492] (II) RADEON(0): mem size init: gart size :1fdee000 vram size: s:20000000 visible:1f7d7000
    [ 17.492] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 17.492] (==) RADEON(0): DPI set to (96, 96)
    [ 17.492] (II) Loading sub module "fb"
    [ 17.492] (II) LoadModule: "fb"
    [ 17.492] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 17.567] (II) Module fb: vendor="X.Org Foundation"
    [ 17.567] compiled for 1.14.2, module version = 1.0.0
    [ 17.567] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 17.567] (II) Loading sub module "ramdac"
    [ 17.567] (II) LoadModule: "ramdac"
    [ 17.567] (II) Module "ramdac" already built-in
    [ 17.567] (--) Depth 24 pixmap format is 32 bpp
    [ 17.568] (II) RADEON(0): [DRI2] Setup complete
    [ 17.568] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 17.568] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 17.568] (II) RADEON(0): Front buffer size: 8160K
    [ 17.568] (II) RADEON(0): VRAM usage limit set to 456966K
    [ 17.569] (==) RADEON(0): Backing store disabled
    [ 17.569] (II) RADEON(0): Direct rendering enabled
    [ 17.569] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 17.569] (II) EXA(0): Driver registered support for the following operations:
    [ 17.569] (II) Solid
    [ 17.570] (II) Copy
    [ 17.570] (II) Composite (RENDER acceleration)
    [ 17.570] (II) UploadToScreen
    [ 17.570] (II) DownloadFromScreen
    [ 17.570] (II) RADEON(0): Acceleration enabled
    [ 17.570] (==) RADEON(0): DPMS enabled
    [ 17.570] (==) RADEON(0): Silken mouse enabled
    [ 17.570] (II) RADEON(0): Set up textured video
    [ 17.570] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 17.570] (II) RADEON(0): [XvMC] Extension initialized.
    [ 17.570] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 17.571] (--) RandR disabled
    [ 20.549] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 20.549] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 20.549] (II) AIGLX: enabled GLX_ARB_create_context
    [ 20.549] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 20.549] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 20.549] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 20.549] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 20.552] (II) AIGLX: Loaded and initialized r600
    [ 20.552] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 20.553] (II) RADEON(0): Setting screen physical size to 508 x 285
    [ 21.889] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 21.889] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21.889] (II) LoadModule: "evdev"
    [ 21.890] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 21.925] (II) Module evdev: vendor="X.Org Foundation"
    [ 21.925] compiled for 1.14.2, module version = 2.8.1
    [ 21.925] Module class: X.Org XInput Driver
    [ 21.925] ABI class: X.Org XInput driver, version 19.1
    [ 21.925] (II) Using input driver 'evdev' for 'Power Button'
    [ 21.925] (**) Power Button: always reports core events
    [ 21.925] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 21.925] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 21.925] (--) evdev: Power Button: Found keys
    [ 21.925] (II) evdev: Power Button: Configuring as keyboard
    [ 21.925] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 21.925] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 21.925] (**) Option "xkb_rules" "evdev"
    [ 21.925] (**) Option "xkb_model" "pc104"
    [ 21.925] (**) Option "xkb_layout" "fi"
    [ 21.925] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.026] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 22.027] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 22.027] (II) Using input driver 'evdev' for 'Power Button'
    [ 22.027] (**) Power Button: always reports core events
    [ 22.027] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 22.027] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 22.027] (--) evdev: Power Button: Found keys
    [ 22.027] (II) evdev: Power Button: Configuring as keyboard
    [ 22.027] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 22.027] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 22.027] (**) Option "xkb_rules" "evdev"
    [ 22.027] (**) Option "xkb_model" "pc104"
    [ 22.027] (**) Option "xkb_layout" "fi"
    [ 22.027] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.028] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event1)
    [ 22.028] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "evdev keyboard catchall"
    [ 22.028] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
    [ 22.028] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
    [ 22.028] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Device: "/dev/input/event1"
    [ 22.028] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Vendor 0x45e Product 0x745
    [ 22.028] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found keys
    [ 22.028] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as keyboard
    [ 22.029] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-5/3-5:1.0/input/input1/event1"
    [ 22.029] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 8)
    [ 22.029] (**) Option "xkb_rules" "evdev"
    [ 22.029] (**) Option "xkb_model" "pc104"
    [ 22.029] (**) Option "xkb_layout" "fi"
    [ 22.029] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.030] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event2)
    [ 22.030] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "evdev pointer catchall"
    [ 22.030] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "evdev keyboard catchall"
    [ 22.030] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
    [ 22.030] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
    [ 22.030] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Device: "/dev/input/event2"
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Vendor 0x45e Product 0x745
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found 9 mouse buttons
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found scroll wheel(s)
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found relative axes
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found x and y relative axes
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found absolute axes
    [ 22.030] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Forcing absolute x/y axes to exist.
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found keys
    [ 22.030] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as mouse
    [ 22.030] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as keyboard
    [ 22.030] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Adding scrollwheel support
    [ 22.031] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: YAxisMapping: buttons 4 and 5
    [ 22.031] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 22.031] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-5/3-5:1.1/input/input2/event2"
    [ 22.031] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 9)
    [ 22.031] (**) Option "xkb_rules" "evdev"
    [ 22.031] (**) Option "xkb_model" "pc104"
    [ 22.031] (**) Option "xkb_layout" "fi"
    [ 22.031] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.031] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: initialized for relative axes.
    [ 22.031] (WW) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: ignoring absolute axes.
    [ 22.032] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) keeping acceleration scheme 1
    [ 22.032] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration profile 0
    [ 22.032] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration factor: 2.000
    [ 22.032] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration threshold: 4
    [ 22.033] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/mouse1)
    [ 22.033] (II) No input driver specified, ignoring this device.
    [ 22.033] (II) This device may have been added with another device file.
    [ 22.033] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event3)
    [ 22.033] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "evdev keyboard catchall"
    [ 22.033] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
    [ 22.033] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
    [ 22.033] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Device: "/dev/input/event3"
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Using mtdev for this device
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Vendor 0x45e Product 0x745
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found 1 mouse buttons
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found scroll wheel(s)
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found relative axes
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found absolute axes
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found absolute multitouch axes
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found x and y absolute axes
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found keys
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Forcing relative x/y axes to exist.
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as mouse
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as keyboard
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Adding scrollwheel support
    [ 22.033] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: YAxisMapping: buttons 4 and 5
    [ 22.033] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 22.033] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-5/3-5:1.2/input/input3/event3"
    [ 22.033] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 10)
    [ 22.033] (**) Option "xkb_rules" "evdev"
    [ 22.033] (**) Option "xkb_model" "pc104"
    [ 22.033] (**) Option "xkb_layout" "fi"
    [ 22.033] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.034] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: initialized for relative axes.
    [ 22.034] (WW) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: ignoring absolute axes.
    [ 22.034] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) keeping acceleration scheme 1
    [ 22.034] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration profile 0
    [ 22.034] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration factor: 2.000
    [ 22.034] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration threshold: 4
    [ 22.034] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/js0)
    [ 22.034] (II) No input driver specified, ignoring this device.
    [ 22.034] (II) This device may have been added with another device file.
    [ 22.034] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event0)
    [ 22.034] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 22.034] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 22.034] (**) Logitech USB Receiver: always reports core events
    [ 22.034] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event0"
    [ 22.034] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc51b
    [ 22.034] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 22.034] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 22.034] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 22.034] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 22.034] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 22.034] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 22.034] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 22.034] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 22.034] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb4/4-1/4-1:1.0/input/input0/event0"
    [ 22.034] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 11)
    [ 22.034] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 22.034] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 22.034] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 22.034] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 22.034] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 22.035] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event7)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event8)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event9)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 22.035] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event10)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 30.896] (II) AIGLX: Suspending AIGLX clients for VT switch
    I'm using open drivers for my Radeon HD4770.
    Same problem persists with all gtk themes.
    Last edited by laite (2013-07-26 16:28:49)

    I have the same problem too. the same graphic card model.
    I temporarily change the driver to 'vesa' or 'fbdev' to make it render right.
    but it may cause the resolution smaller.
    any suggestion ?
    pacman -Qi linux
    Name : linux
    Version : 3.10.2-1
    Description : The Linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.10.2
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your country
    [installed]
    Required By : None
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 66453.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Mon Jul 22 14:52:41 2013
    Install Date : Fri Jul 26 00:23:13 2013
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    pacman -Qi pango
    Name : pango
    Version : 1.34.1-1
    Description : A library for layout and rendering of text
    Architecture : x86_64
    URL : http://www.pango.org/
    Licenses : LGPL
    Groups : None
    Provides : None
    Depends On : libthai cairo libxft harfbuzz
    Optional Deps : None
    Required By : cogl gst-plugins-base gstreamer0.10-base-plugins gtk2 gtk3
    librsvg libtiger pangomm
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 3682.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Build Date : Tue May 14 01:42:00 2013
    Install Date : Fri Jul 26 01:08:47 2013
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Validated By : Signature
    Last edited by Ashur (2013-07-26 17:48:58)

  • Late 2012 Mac Mini slow after Yosemite upgrade

    First time on forums - hope Im not asking a questions that has been asked several times before.  I purchased a mac mini not even a year ago, and its was plenty fast until I updated to Yosemite.  I also found a link to Etresoft from another questions and ran it.  For the sake of expediency - Ill go ahead and post the results.  Any thoughts? - all help is more appreciated than I can express in words..
    Problem description:
    Mac running very slow after Yosemite upgrade
    EtreCheck version: 2.1.8 (121)
    Report generated February 8, 2015 at 7:30:25 PM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        Mac mini (Late 2012) (Technical Specifications)
        Mac mini - model: Macmini6,1
        1 2.5 GHz Intel Core i5 CPU: 2-core
        12 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1067 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        Intel HD Graphics 4000
            SMS19A450 1440 x 900 @ 60 Hz
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: one day 23:7:9
    Disk Information: ℹ️
        APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (240.73 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        VIA Labs, Inc. USB3.0 Hub
            Western Digital My Book 1230 4 TB
            EFI (disk4s1) <not mounted> : 315 MB
            Time Machine (disk4s2) /Volumes/Time Machine : 4.00 TB (2.80 TB free)
            VIA Labs, Inc. USB3.0 Hub
                 hub_device
        Western Digital My Passport 0741 2 TB
            EFI (disk2s1) <not mounted> : 210 MB
            2 T - Passport Drive - User Data (disk2s2) /Volumes/2 T - Passport Drive - User Data : 2.00 TB (1.47 TB free)
        VIA Labs, Inc. USB2.0 Hub
            VIA Labs, Inc. USB2.0 Hub
                 hub_device
                    Apple, Inc. Keyboard Hub
                        Logitech Optical USB Mouse
                        Apple Inc. Apple Keyboard
            MediaTek Inc MT1887 507.9 MB
            disk5s1 (disk5s1) <not mounted> : 32 KB
            JayHoferEDIT2014 (disk5s2) /Volumes/JayHoferEDIT2014 : 502 MB (0 B free)
        Apple, Inc. IR Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Firewire Information: ℹ️
        Seagate FreeAgent FW 800mbit - 800mbit max
            EFI (disk3s1) <not mounted> : 210 MB
            2 T - Fire Drive (disk3s2) /Volumes/2 T - Fire Drive : 2.00 TB (1.61 TB free)
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Applications/Magican.app
        [not loaded]    com.magican.iokit.filemon (1 - SDK 10.7) [Click for support]
        [not loaded]    com.magican.iokit.netmon (1 - SDK 10.7) [Click for support]
            /Library/Application Support/MacKeeper/AntiVirus.app
        [not loaded]    net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) [Click for support]
        [loaded]    net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) [Click for support]
            /Library/Extensions
        [loaded]    com.karios.driver.DuetDisplay (1 - SDK 10.10) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        [killed]    com.apple.xpc.loginitemregisterd.plist
        5 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        4 processes killed due to memory pressure
    Launch Agents: ℹ️
        [running]    com.brother.LOGINserver.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.backblaze.bzserv.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [running]    com.magican.castle.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [running]    com.zeobit.MacKeeper.AntiVirus.plist [Click for support]
        [running]    net.kromtech.MacKeeper.plugin.AntiTheft.daemon.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.amazon.music.plist [Click for support]
        [running]    com.backblaze.bzbmenu.plist [Click for support]
        [running]    net.kromtech.MacKeeper.Helper.plist [Click for support]
    User Login Items: ℹ️
        duet    Application  (/Applications/Duet.app)
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Google Drive    Application  (/Applications/Google Drive.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Google Chrome    Application  (/Applications/Google Chrome.app)
        Box Sync    UNKNOWN  (missing value)
        Knock    Application  (/Applications/Knock.app)
        MagicanMonitor    Application  (/Applications/Magican.app/Contents/Frameworks/MagicanMonitor.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.06 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
        Dashlane: Version: Dashlane 1.0.0 - SDK 10.10 [Click for support]
    3rd Party Preference Panes: ℹ️
        Backblaze Backup  [Click for support]
        Flash Player  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 499.25 GB Disk used: 258.52 GB
            2 T - Passport Drive - User Data: Disk size: 2.00 TB Disk used: 532.92 GB
        Destinations:
            My Book [Local]
            Total size: 4.00 TB
            Total number of backups: 69
            Oldest backup: 2014-05-28 08:55:42 +0000
            Last backup: 2015-02-09 03:04:24 +0000
            Size of backup disk: Adequate
                Backup size 4.00 TB > (Disk used 791.44 GB X 3)
    Top Processes by CPU: ℹ️
             5%    WindowServer
             4%    MailTab Pro for Gmail
             3%    Google Chrome
             2%    MagicanMonitor
             1%    bztransmit
    Top Processes by Memory: ℹ️
        490 MB    MailTab Pro for Gmail
        412 MB    softwareupdated
        283 MB    AntiVirus
        271 MB    Google Chrome Helper EH
        232 MB    Google Chrome
    Virtual Memory Information: ℹ️
        2.53 GB    Free RAM
        6.05 GB    Active RAM
        1.39 GB    Inactive RAM
        1.70 GB    Wired RAM
        91.14 GB    Page-ins
        154 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 8, 2015, 08:27:16 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-02-08-082716_[reda cted].crash
        Feb 6, 2015, 08:20:10 PM    Self test - passed
        Feb 6, 2015, 07:49:11 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/DashlaneAgent_2015-02-06-19491 1_[redacted].crash

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of it have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message. See, for example, this discussion.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. Try to test under conditions that reproduce the problem, as far as possible. For example, if the computer is sometimes, but not always, slow, run the test during a slowdown.
    You may have started up in "safe" mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(1217 ' 0.5 0.25 10 1000 15 5120 1000 25000 1 1 0 100 ' 51 25600 4 10 25 5120 102400 1000 25 1000 80 40 500 300 85 25 20480 262144 20 2000 524288 );k=({Soft,Hard}ware Memory Diagnostics Power FireWire Thunderbolt USB Bluetooth SerialATA Extensions Applications Frameworks PrefPane Fonts Displays CFBundleIdentifier 'tsA|[ST]M[HL]' PlistBuddy{,' 2>&1'}' -c Print' 'Info\.plist' 'com\\.apple\\.' -\\t N\\/A 'AES|atr|udit|msa|dnse|ax|ensh|fami|FileS|fing|ft[pw]|gedC|kdu|etS|is\.|alk|ODSA|otp|htt|pcas|ps-lp|rexe|rlo|rsh|smb|snm|teln|upd-[aw]|uuc|vix|webf' OSBundle{Require,AllowUserLoa}d );f=('\n%s'{': ','\n\n'}'%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n'"${k[22]}"'%s\n' {Privacy,Mode}': %s\n' '\n   ...and %s more line(s)\n' 'RSSI: %s\nNoise: %s\nTx rate: %s\n' '\nContents of %s\n   '"${k[22]}"'mod date: %s\n   '"${k[22]}"'checksum: %s\n%s\n' '%d MB: %s\n' );b=(com.adobe.{AAM.Updater-1.0{,},AdobeCreativeCloud,CS{4,5}ServiceManager,fpsaud,SwitchBoard{,}} ${k[21]}{aelwriter,{AirPortBaseSt,SafariNotific}ationAgent,FolderActions.enabled,installer.osmessagetracing,mrt.uiagent,ReportCrash.Self,{rp,usb}muxd} com.citrixonline.GoToMeeting.G2MUpdate com.google.keystone.daemon{,} com.microsoft.office.licensing.helper com.oracle.java.{Helper-Tool,JavaUpdateHelper{,}} com.teamviewer.{Helper,teamviewer{,_desktop,_service}} org.macosforge.xquartz.{privileged_{,},}startx );c=(879294308 4071182229 461455494 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 2636415542 3694147963 1233118628 2456546649 2806998573 2778718105 842973933 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 3374894509 1051159591 892310726 1707497389 523110921 2883943871 3873345487 );s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[4]} ' s/:$//;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[9]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' BEGIN { FS=":";if(system("sw_vers -productVersion|grep -q ^10\.1")) d="^'"${k[21]}"'launch(d\.peruser\.[0-9]+|ctl\.(Aqua|Background|System))$";} { if($2~/[1-9]/) { $2="status: "$2;printf("'"${f[4]}"'",$1,$2);} else if(!d||$1!~d) print $1;} ' ' { sub(/ :/,"");print|"tail -n'${p[10]}'";} ' ' NR==2&&$4<='${p[7]}' { print $4;} ' ' ($1~"wir"&&$2>'${p[22]}')||($1~"uts"&&$2>'${p[19]}') { print $1" "int($2);} ' '|grep DYLD' ' { q=$1;$1="";u=$NF;$NF="";gsub(/ +$/,"");print q":"$0":"u;} ' ' /^ {6}[^ ]/d;s/:$//;/([^ey]|[^n]e):/d;/e: Y/d;s/: Y.+//g;H;${ g;s/ \n (\n)/\1/g;s/\n +(M[^ ]+)[ -~]+/ (\1)/;s/\n$//;/( {8}[^ ].*){2,}/p;} ' 's:^:/:p;' ' !/ /{print};END{if(NR<'{${p[12]},${p[13]}}')printf("^'"${k[21]}"'.+")} ' '|uniq' ' 1;END { if(NR<'{${p[14]},${p[21]}}') printf("^/[Sp]|'${k[21]}'");} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:.+//p;' '&&echo On' '/\.(bundle|component|framework|kext|mdimporter|plugin|qlgenerator|saver|wdgt)$/p' '/\.dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".","");print;} END { split("'"${b[*]}"'",b);split("'"${c[*]}"'",c);for(i in b) print b[i]".plist\t"c[i];} ' ' /^\/(Ap|Dev|Inc|Prev)/d;/((iTu|ok).+dle|\.(component|mailbundle|mdimporter|plugin|qlgenerator|saver|wdgt))$/p;' ' $2=="=" { gsub(/[()"]/,"",$3);print $3;} ' ' /^\// { sub("/dev/","",$1);printf("%s: %s\n",$1,$9);} ' '>&-||echo No' '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[2]}'{$2=$2-1;print}' ' BEGIN { M1='${p[16]}';M2='${p[18]}';M3='${p[8]}';M4='${p[3]}';} !/^A/{next};/%/ { getline;if($5<M1) o["CPU"]="CPU: user "$2"%, system "$4"%";next;} $2~/^disk/&&$4>M2 { o[$2]=$2": "$3" ops/s, "$4" blocks/s";next;} $2~/^(en[0-9]|bridg)/ { if(o[$2]) { e=$3+$4+$5+$6;if(e) o[$2]=o[$2]"; errors "e"/s";next;};if($4>M3||$6>M4) o[$2]=$2": in "int($4/1024)", out "int($6/1024)" (KiB/s)";} END { for(i in o) print o[i];} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&& $3!~/(255\.){3}0/)||(/v6:/&&$2!~/A/) ' ' $1=="op" {m=$3};$1~"lN" {N=$2};$1~"lR" {S=$2};$1~"Tx" {T=$2};$1~/^st/ {s=$2};$1~"li"&&$3!~"wpa2" {printf("'"${f[5]}"'",toupper($3))};END { if(S*N*T&&(S-N<'${p[5]}'||T<'${p[20]}')) printf("'"${f[8]}"'",S,N,T);if(s~/^r/&&m!~/^st/) printf("'"${f[6]}"'",m);} ' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1;} ' ' BEGIN { split("'"${p[1]}"'",m);FS=":";} $2<=m[$1]{next} $1<9 { o[$1]=o[$1]"\n   "$3" (UID "$4"): "$2;} $1==9&&$5!~"^/dev" { o[$1]=o[$1]"\n   "$3" (UID "$4") => "$5" (status "$6"): "$2;} $1==10&&$5 { p="ps -c -ocomm -p"$5"|sed 1d";p|getline n;close(p);if(n) $5=n;o[$1]=o[$1]"\n   "$5" => "$3" UID ("$4"): "$2;} $1~/1[12]/ { o[$1]=o[$1]"\n   "$3" (UID "$4", error "$5"): "$2;} END { u1="Mb/s";u2="per sec";u3="ms/s";u4="KiB/s";u5="%";u6="total";u7="MB";u8="ports";u[1]=u1;u[2]=u1;u[3]=u3;u[4]=u4;u[5]=u5;u[6]=u6;u[7]=u7;u[8]=u8;u[9]=u2;u[10]=u2;u[11]=u2;u[12]=u2;l[1]="Net in";l[2]="Net out";l[3]="I/O wait time";l[4]="I/O requests";l[5]="CPU usage";l[6]="Open files";l[7]="Memory";l[8]="Mach ports";l[9]="File opens";l[10]="Forks";l[11]="Failed forks";l[12]="System errors";for(i in o) print "\n"l[i]" ("u[i]")\n"o[i];} ' ' END{if($3~/[0-9]/)print$3} ' ' BEGIN { L='${p[17]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"cksum "F|getline C;split(C, A);C=A[1];"stat -f%Sm "F|getline D;"file -b "F|getline T;if(T~/^Apple b/) { f="";l=0;while("'"${k[18]}"' "F|getline g) { l++;if(l<=L) f=f"\n   "g;};};if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F"\n   '"${k[22]}"'"T;printf("'"${f[9]}"'",F,D,C,f);if(l>L) printf("'"${f[7]}"'",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' 's/^.{52}(.+) <.+/\1/p' ' /id: N|te: Y/{i++} END{print i} ' ' /kext:/ { split($0,a,":");p=a[1];k[S]='${k[25]}';k[U]='${k[26]}';v[S]="Safe";v[U]="true";for(i in k) { s=system("'"${k[18]}"'\\ :"k[i]" \""p"\"/*/I*|grep -qw "v[i]);if(!s) a[1]=a[1]" "i;};if(!a[2]) a[2]="'"${k[23]}"'";printf("'"${f[4]}"'",a[1],a[2]);next;} !/^ *$/ { p="'"${k[19]}"'\\ :'"${k[16]}"' \""$0"\"/*/'${k[20]}'";p|getline b;close(p);if(b~/ /||b=="") b="'"${k[23]}"'";printf("'"${f[4]}"'",$0,b);} ' '/ en/!s/\.//p' ' NR>=13 { gsub(/[^0-9]/,"",$1);print;} ' ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?'${k[20]}'$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' '/^find: /!p;' ' /^p/{ s/.//g;x;s/\nu/:/;s/(\n)c/\1:/;s/\n\n//;p;};H;' ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */   /;p;' ' s/^.+ |\(.+\)$//g;p;' '1;END{if(NR<'${p[15]}')printf("^/(S|usr/(X|li))")}' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' ' $3~/^[1-9][0-9]{0,2}(\.[1-9][0-9]{0,2}){2}$/ { i++;n=n"\n"$1"\t"$3;} END{ if(i>1)print n} ' s/{'\.|jnl: ','P.+:'}'//;s/ +([0-9]+)(.+)/\2 \1/p' ' /es: ./{ s/^.+://;b0'$'\n'' };/^ +C.+ted: +[NY]/H;/:$/b0'$'\n'' d;:0'$'\n'' x;/: +N/d;s/\n.+//p;' ' 1d;/:$/b0'$'\n'' $b0'$'\n'' /(D|^ *Loc.+): /{ s/^.+: //;H;};/(B2|[my]): /H;d;:0'$'\n'' x;/[my]: [AM]|^\/Vo/d;s/(^|\n) [ -~]+//g;s/(.+)\n(.+)/\2:\1/;s/\n//g;/[ -~]/p;' 's/$/:(0|-(4[34])?)$/p' '|sort'{'|uniq'{,\ -c},\ -nr} ' s/^/'{5,6,7,8}':/;s/ *: */:/g;p;' '/e:/{print $2}' ' /^[(]/{ s/....//;s/$/:/;N;/: [)]$/d;s/\n.+ ([^ ]+).$/\1/;H;};${ g;p;} ' 's/:.+$//p' '|wc -l' /{\\.{kext,xpc,'(appex|pluginkit)'}'\/(Contents\/)?'Info,'Launch[AD].+'}'\.plist$/p' 's/([-+.?])/\\\1/g;p' 's/, /\'$'\n/g;p' ' BEGIN{FS=":"} { printf("'"${f[10]}"'",$1/1048576,$2);} ' ' /= D/&&$1!~/'{${k[24]},${k[17]}}'/ { getline d;if(d~"t") D=D"\n"$1;} END { print D;} ' ' NR>1&&$3!~/0x|\.([0-9]{3,}|[-0-9A-F]{36})$/ { print $3":"$2;} ' '|tail -n'${p[6]} ' $1>1 { $NF=$NF" x"$1;} /\*/ { if(!f) f="\n\t* Code injection";} { $1="";} 1;END { print f;} ' ' s/.+bus /Bus: /;s/,.+[(]/ /;s/,.+//p;' ' { $NF=$NF" Errors: "$1;$1="";} 1 ' ' 1s/^/\'$'\n''/;1s/:/ tree/;/^ +[MPSV].+:../d;s/:$//;p;' 's/,.+"//p' '|grep -q e:/' '/[^ .]/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab kextfind top pkgutil "${k[18]}\\" echo cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom 'mdfind -onlyin /' env pluginkit scutil 'dtrace -q -x aggsortrev -n' profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil lsof test osascript\ -e netstat mdls route egrep 'dscl . -read' );c2=(${k[21]}loginwindow\ LoginHook ' /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'" 'L*/Ca*/'${k[21]}'Saf*/E* -d 2 -name '${k[20]} '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' -i '-nl -print' '-F \$Sender -k Level Nle 3 -k Facility Req "'${k[21]}'('{'bird|.*i?clou','lsu|sha'}')"' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message CRne '0xdc008012|calling|(complet|enabl)ed|ry HD' -k Message CReq 'bad |corru|dead|fail|GPU |hfs: Ru|inval|v_c|NVDA\(|pagin|error|TCON|tim(ed? ?|ing )o|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o%cpu,comm,ruid' "' syscall::recvfrom:return {@a[execname,uid]=sum(arg0)} syscall::sendto:return {@b[execname,uid]=sum(arg0)} syscall::open*:entry {@c[execname,uid,copyinstr(arg0),errno]=count()} syscall::execve:return, syscall::posix_spawn:return {@d[execname,uid,ppid]=count()} syscall::fork:return, syscall::vfork:return, syscall::posix_spawn:return /arg0 < 0/ {@e[execname,uid,arg0]=count()} syscall:::return /errno != 0/ {@f[execname,uid,errno]=count()} io:::wait-start {self->t=timestamp} io:::wait-done /self->t/ { this->T=timestamp - self->t;@g[execname,uid]=sum(this->T);self->t=0;} io:::start {@h[execname,uid]=sum(args[0]->b_bcount)} tick-10sec { normalize(@a,2560000);normalize(@b,2560000);normalize(@c,10);normalize(@d,10);normalize(@e,10);normalize(@f,10);normalize(@g,10000000);normalize(@h,10240);printa(\"1:%@d:%s:%d\n\",@a);printa(\"2:%@d:%s:%d\n\",@b);printa(\"9:%@d:%s:%d:%s:%d\n\",@c);printa(\"10:%@d:%s:%d:%d\n\",@d);printa(\"11:%@d:%s:%d:%d\n\",@e);printa(\"12:%@d:%s:%d:%d\n\",@f);printa(\"3:%@d:%s:%d\n\",@g);printa(\"4:%@d:%s:%d\n\",@h);exit(0);} '" '-f -pfc /var/db/r*/'${k[21]}'*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;' '/S*/*/Ca*/*xpc*' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' kMDItemContentTypeTree=${k[21]}{bundle,mach-o-dylib} :Label "/p*/e*/{aut*,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {/p*,/usr/local}/e*/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/{Lau,Sec}*/*t .launchd.conf" list '-F "" -k Sender hidd -k Nle 3' /Library/Preferences/${k[21]}alf\ globalstate --proxy '-n get default' -I --dns -get{dnsservers,info} -P -m\ / '' -n1 '-R -ce -l1 -n5 -o'{'prt -stats prt','mem -stats mem'}',command,uid' -kl -l -s\ / '--regexp --files '${k[21]}'pkg.*' '+c0 -i4TCP:0-1023' ${k[21]}dashboard\ layer-gadgets '-d /L*/Mana*/$USER' '-app Safari WebKitDNSPrefetchingEnabled' '-Fcu +c0 -l' -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' '-F \$Message -k Sender kernel -k Message CReq "'{'n Cause: -','(a und|I/O |jnl_io.+)err','USBF:'}'"' -name\ kMDItem${k[16]} -T\ hfs '-n get default' -listnetworkserviceorder :${k[16]} :CFBundleDisplayName $EUID {,'/{S*/,}'}'L*/{,Co*/*/*/L*/}{Cache,Log}s $TMPDIR../C -type f -size +'${p[11]}'M -exec stat -f'%z:%N' {} \;' \ /v*/d*/*/*l*d{,.*.$UID}/* '-app Safari UserStyleSheetEnabled' "-o ',\"name\":\"[^\"]+' L*/A*/Fi*/P*/*/a*.json" users/$USER\ HomeDirectory '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' ' -F "\$Time \$Sender \$(RefProc): \$Message" -k Level Nle 3 -k Facility R'{'ne "user|','eq "'}'console" -k Message CRne "sandbox ex" ' );N1=${#c2[@]};for j in {0..15};do c2[N1+j]=SP${k[j]}DataType;done;l=({Restricted\ ,Lock,Pro}files POST Battery {Safari,App,{Bad,Loaded}\ kernel,Firefox}\ extensions System\ load boot\ args FileVault\ {2,1} {Kernel,System,Console}\ log Activity SMC Login\ hook 'I/O per process' 'High file counts' UID Daemons Agents XPC\ cache Startup\ items {Admin,Root}\ access Bundles {,Inserted\ }dylibs Stylesheet Font\ issues Firewall Proxies DNS TCP/IP Wi-Fi 'Elapsed time (sec)' {Root,User}\ crontab {Global,User}' login items' Spotlight Memory\ pressure Listeners Widgets Parental\ Controls Prefetching Nets Volumes {Continuity,I/O,iCloud,HID,HCI}\ errors {User,System}\ {caches/logs,overrides} Shutdown\ codes Heat Diagnostic\ reports Bad\ plists Free\ space VM );N3=${#l[@]};for i in {0..8};do l[N3+i]=${k[5+i]};done;F() { local x="${s[$1]}";[[ "$x" =~ ^([\&\|\<\>]|$) ]]&&{ printf "$x";return;};:|${c1[30]} "$x" 2>&-;printf "%s \'%s\'" "|${c1[30+$?]}" "$x";};A0() { Q=6;v[2]=1;id -G|grep -qw 80;v[1]=$?;((v[1]))||{ Q=7;sudo -v;v[2]=$?;((v[2]))||Q=8;};v[3]=`date +%s`;date '+Start time: %T %D%n';printf '\n[Process started]\n\n'>&4;printf 'Revision: %s\n\n' ${p[0]};};A1() { local c="${c1[$1]} ${c2[$2]}";shift 2;c="$c ` while [[ "$1" ]];do F $1;shift;done`";((P2))&&{ c="sudo $c";P2=;};v=`eval "$c"`;[[ "$v" ]];};A2() { local c="${c1[$1]}";[[ "$c" =~ ^(awk|sed ) ]]&&c="$c '${s[$2]}'"||c="$c ${c2[$2]}";shift 2;local d=` while [[ "$1" ]];do F $1;shift;done`;((P2))&&{ c="sudo $c";P2=;};local a;v=` while read a;do eval "$c '$a' $d";done<<<"$v";`;[[ "$v" ]];};A3(){ v=$((`date +%s`-v[3]));};B1() { v=No;! ((v[1]))&&{ v=;P1=1;};};eval "`type -a B1|sed '1d;s/1/2/'`";B3(){ v[$1]="$v";};B4() { local i=$1;local j=$2;shift 2;local c="cat` while [[ "$1" ]];do F $1;shift;done`";v[j]=`eval "{ $c;}"<<<"${v[i]}"`;};B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`egrep -v "${v[$1]}"<<<"$v"|sort`;};eval "`type -a B7|sed '1d;s/7/8/;s/-v //'`";C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { B4 0 0 63&&C1 1 $1;};C4() { echo $'\t'"Part $((++P)) of $Q done at $((`date +%s`-v[3])) sec">&4;};C5() { sudo -k;pbcopy<<<"$o";printf '\n\tThe test results are on the Clipboard.\n\n\tPlease close this window.\n';exit 2>&-;};for i in 1 2;do eval D${i}0'(){ A'$i' $@;C0;};';for j in 2 3;do eval D$i$j'(){ local x=$1;shift;A'$i' $@;C'$j' $x;};';done;done;trap C5 2;o=$({ A0;D10 0 N1+1 2;D10 0 $N1 1;B1;C2 27;B1&&! B2&&C2 28;D12 22 15 63;D10 0 N1+2 3;D10 0 N1+15 17;D13 3 0 N1+3 4;D13 4 0 N1+4 5;D13 N3+4 0 N1+9 59;for i in 0 1 2;do D13 N3+i 0 N1+5+i 6;done;D13 N3+3 0 N1+8 71;D13 62 1 10 7;D13 10 1 11 8;B2&&D13 18 19 53 67;D12 11 2 12 9;D12 12 3 13 10;D12 13 42 70 101 25;D12 65 6 36 13;D12 45 20 52 66;D13 66 7 37 14;D13 17 8 15 38;D10 9 16 16 77 45;C4;B2&&D10 35 49 61 75 76 78 45;B2&&{ D10 28 17 45;C4;};D10 12 40 54 16 79 45;D10 12 39 54 16 80 45;D13 31 25 37 15;B2&&D13 19 21 0;B2&&D13 40 10 42;B2&&D12 2 29 35 46;D12 44 34 43 53;D12 25 22 20 32;D12 33 0 N1+14 51;D12 34 21 28 35;D13 35 27 29 36;A1 40 59 81;B3 18;A1 33 60 82;B8 18;B4 0 19 83;A1 27 32 39&&{ B3 20;B4 19 0;A2 33 33 40;B3 21;B6 20 21 3;};C2 36;D13 50 38 5 68;B4 19 0;D23 37 33 34 42;B2&&D13 46 35 45 55;D13 38 32 31 43;B2&&D13 59 4 65 76 91;D13 63 4 19 44 75 95 96;B1&&{ D13 53 5 55 75 69&&D13 51 6 58 31;D13 56 5 56 97 75 98&&D10 0 N1+7 99;D12 55 5 27 84;D13 61 5 54 75 70;D13 14 5 14 12;D13 15 5 72 12;C4;};D13 16 5 73 12;A1 13 44 74 18;C4;B3 4;B4 4 0 85;A2 14 61 89;B4 0 5 19 102;A1 17 41 20;B7 5;C3 8;B4 4 0 88;A2 14 24 89;C4;B4 0 6 19 102;B4 4 0 86;A2 14 61 89;B4 0 7 19 102;B5 6 7;B4 6 6 73 102;B2&&{ A1 18 26 94;B7 6;B4 0 0 11;C3 23;};A1 18 26 94;B7 6;B4 0 0 11;C3 24;D13 60 14 66 92;D13 58 14 67 93;D13 26 4 21 24;D13 42 14 1 62;D13 43 37 2 90 48;D13 41 10 42;D12 48 36 47 25;A1 4 3 60&&{ B3 5;A2 14 61;B4 0 6 21;B4 5 0;A2 14 62;B4 0 0 21;B6 0 6 4;C3 5;};D13 9 41 69 100;D12 32 21 68 35;D12 49 21 48 49;B4 4 22 57 102;A1 21 46 56 74;B7 22;B4 0 0 58;C3 47;D13 54 5 7 75 76 69;D13 52 5 8 75 76 69;D13 57 4 64 76 91;D12 0 4 4 84;D12 1 4 51 84;D13 21 22 9 37;A1 23 18 28 89;B4 0 16 22 102;A1 16 25 33;B7 16;B4 0 0 34;D20 31 47;D13 64 4 71 41;C4;B4 4 12 26 89 23 102;for i in {0..3};do A1 0 N1+10+i 72;B7 12;B4 0 0 52;C3 N3+5+i;((i))||C4;done;A1 24 22 29;B7 12;B3 14;A2 39 57 30;B3 15;B6 14 15 4;C3 29;B4 4 13 27 89 65;A1 24 23;B7 13;C3 30;B4 4 0 87;A2 14 61 89 20;B4 0 16;A1 26 50 64;B7 16;C3 6;D13 7 11 6;A3;C2 39;C4;} 4>&2 2>/dev/null;);C5
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, a series of lines will appear in the Terminal window like this:
    [Process started]
            Part 1 of 8 done at … sec
            Part 8 of 8 done at … sec
            The results are on the Clipboard.
            Please close this window.
    [Process completed]
    The intervals between parts won't be exactly equal, but they give a rough indication of progress. The total number of parts may be different from what's shown here.
    Wait for the final message "Process completed" to appear. If you don't see it within about ten minutes, the test probably won't complete in a reasonable time. In that case, press the key combination control-C or command-period to stop it. Then go to the next step.
    12. When the test is complete, or if you stopped it because it was taking too long, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I may not agree with them.
    Copyright © 2014, 2015 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Mac Mini (Mid-2011 Core i7) Slow after Yosemite Upgrade

    I've searched the other "slow after Yosemite upgrade" threads but those seem to relate to Core Duo 2 machines with less RAM.  I have a Core i7 MM w/ 8GB of RAM, after the Yosemite upgrade it constantly lags, I can barely type on it these days because the text lags so badly.  It's unusable to say the least.  Is there anything I can do to speed it up?  There must be a reason why the performance is so bad.
    Problem description:
    Slow after Yosemite upgrade.
    EtreCheck version: 2.1.8 (121)
    Report generated 1 March 2015 8:48:15 pm AEDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        Mac mini (Mid 2011) (Technical Specifications)
        Mac mini - model: Macmini5,2
        1 2.7 GHz Intel Core i7 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        AMD Radeon HD 6630M - VRAM: 256 MB
            Thunderbolt Display 2560 x 1440
            DX80 spdisplays_1080p
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Time since boot: 12:20:13
    Disk Information: ℹ️
        Hitachi HTS727575A9E362 disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 748.96 GB (551.28 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 749.30 GB Online
    USB Information: ℹ️
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Apple Inc. iPad
        Apple Inc. Apple Thunderbolt Display
        Apple Inc. FaceTime HD Camera (Display)
        Apple Inc. Display Audio
    Firewire Information: ℹ️
        BUFFALO INC. HDD 800mbit - 800mbit max
            EFI (disk2s1) <not mounted> : 210 MB
            ext2tb (disk2s2) /Volumes/ext2tb : 2.00 TB (686.75 GB free)
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
            Apple Inc. Thunderbolt Display
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [loaded]    com.sophos.kext.sav (9.2.50 - SDK 10.8) [Click for support]
        [loaded]    com.sophos.nke.swi (9.2.50 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.5.1) [Click for support]
        [not loaded]    com.aliph.driver.jstub (1.1.2 - SDK 10.7) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.sophos.uiserver.plist [Click for support]
        [running]    net.culater.SIMBL.Agent.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.enable-bundles.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid-user.plist [Click for support]
        [loaded]    org.gpgtools.Libmacgpg.xpc.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.fix.plist [Click for support]
        [running]    org.gpgtools.macgpg2.gpg-agent.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.updater.plist [Click for support]
    Launch Daemons: ℹ️
        [running]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [running]    com.sophos.common.servicemanager.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist [Click for details]
        [running]    com.google.Chrome.framework.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Google Drive    Application  (/Applications/Google Drive.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        SpiderOak    Application  (/Applications/SpiderOak.app)
        AirServer    Application Hidden (/Applications/AirServer.app)
        Plex Media Server    Application  (/Applications/Plex Media Server.app)
        Box Sync    Application  (/Applications/Box Sync.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.235 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 7 Update 21 Check version
    User internet Plug-ins: ℹ️
        WebEx64: Version: 1.0 - SDK 10.6 [Click for support]
    Safari Extensions: ℹ️
        1Password
        AdBlock
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        GPGPreferences  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 748.96 GB Disk used: 197.68 GB
        Destinations:
            ext2tb [Local]
            Total size: 2.00 TB
            Total number of backups: 38
            Oldest backup: 2012-10-07 09:09:10 +0000
            Last backup: 2015-03-01 09:07:46 +0000
            Size of backup disk: Adequate
                Backup size 2.00 TB > (Disk used 197.68 GB X 3)
    Top Processes by CPU: ℹ️
            40%    WindowServer
            12%    firefox
             2%    Activity Monitor
             1%    Box Sync Monitor
             1%    sysmond
    Top Processes by Memory: ℹ️
        533 MB    mds_stores
        498 MB    firefox
        429 MB    softwareupdated
        172 MB    InterCheck
        155 MB    SpiderOak
    Virtual Memory Information: ℹ️
        8.58 GB    Free RAM
        4.31 GB    Active RAM
        2.49 GB    Inactive RAM
        1.79 GB    Wired RAM
        10.08 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 1, 2015, 08:38:46 PM    /Library/Logs/DiagnosticReports/SpiderOak_2015-03-01-203846_[redacted].cpu_reso urce.diag [Click for details]
        Mar 1, 2015, 08:30:37 PM    /Library/Logs/DiagnosticReports/WindowServer_2015-03-01-203037_[redacted].cpu_r esource.diag [Click for details]
        Mar 1, 2015, 04:42:31 PM    /Library/Logs/DiagnosticReports/firefox_2015-03-01-164231_[redacted].cpu_resour ce.diag [Click for details]
        Mar 1, 2015, 08:26:20 AM    Self test - passed

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Why is my iPhone 4 slow after I upgraded to ios7?

    Hello Apple team,
    please can you advise why is my iPhone 4 slow after I upgraded to ios7?
    Is there a way to roll back to ios 6?
    Regards

    http://osxdaily.com/2013/09/23/ios-7-slow-speed-it-up/

  • HT6154 Automatically call is going to someperson in the contact list after latest upgrade in iphone 5s

    Hi All,
    Automatically call is going to someperson in the contact list after latest upgrade in iphone 5s
    Thanks and Regards,
    Raghul

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • After latest upgrade, iPOD sync VERY SLOW ??

    after latest iTunes upgrade,  my iPOD classic sync is very slow - new podcasts (5) took over 6 hrs to sync ??
    anyone having these issues ??  thx

    f you change your Sync password, you might see this error message on your other devices "Sync encountered an error while connecting: Incorrect name or password." error appears in the bottom error bar. You can update your password on your device by completing the following steps:
    * Click the '''menu button''' and choose '''Options'''.
    * Select the '''Sync''' panel.
    * Click ''''''Sign in'''''' and enter your password in the sign in page.
    * Click '''Sign in''' to sign back in to Sync.

  • My ipad revel app does not load after latest upgrade. When will this be fixed? Do we get a credit on our subscription?

    My Ipad app doesn't start after the latest upgrade. When will this be fixed? Do I get a credit on my subcription?

    Hi,
    This is Ian from the revel team. We are working actively with Apple to fix this issue. We are definitely aware of it and trying to fix as soon as possible. I am so sorry for the inconvenience.
    Best,
    Ian

  • [SOLVED] After latest upgrad. Boots to grub prompt

    Hi,
    I just upgraded my Thinkpad T61 following
    https://www.archlinux.org/news/binaries … ervention/
    After completeing the upgrade I got an error "Unable to start shell:/bin/bash" in Terminator. I commented out /dev/pts in /etc/fstab following
    https://bbs.archlinux.org/viewtopic.php?id=169076
    the problem did not go away. I decided to reboot After which the computer boots only to a grub prompt.
    I'm posting this after booting with a linuxmint USB stick so Ihave access to the / partition on the laptop.
    I've been on systemd for a while now. However I now suspect that I was not fully migrated to systemd. I did do a pacman -R initscripts during the latest upgrade.
    Does anybody know how I can recover from this?
    need all the help I can get on this one!
    Last edited by emk (2013-09-02 03:22:05)

    Trilby, you are correct the empty /boot was because I neglected to mount the /boot partition. My mistake.
    2. I did have errors as per https://www.archlinux.org/news/binaries … ervention/ i.e the upgrade failed because /bin /sbin were still in the filesystem. I followed the steps in the link  and found some files that were  holding things up.
    I removed the following files
    pacman -R gen-init-cpio wlan-ng26-utils consolekit dcron hpoj initscripts tcp_wrappers
    I boot via systemd though I suspect now I was not fully migrated.
    3. Output of ls on boot partition:
    mint e3beb7a9-4c88-4688-8a2d-a00946489a3f # ls -l
    total 21258
    drwxr-xr-x 2 root root 1024 Sep 2 00:22 grub
    -rw-r--r-- 1 root root 14869898 Sep 2 00:25 initramfs-linux-fallback.img
    -rw-r--r-- 1 root root 3010076 Sep 2 00:25 initramfs-linux.img
    lrwxrwxrwx 1 root root 28 Aug 21 2011 kernel26-fallback.img -> initramfs-linux-fallback.img
    lrwxrwxrwx 1 root root 19 Aug 21 2011 kernel26.img -> initramfs-linux.img
    drwx------ 2 root root 12288 May 11 2010 lost+found
    drwxr-xr-x 2 root root 1024 Sep 2 00:28 syslinux
    lrwxrwxrwx 1 root root 13 Aug 21 2011 vmlinuz26 -> vmlinuz-linux
    -rw-r--r-- 1 root root 3783360 Aug 30 09:33 vmlinuz-linux
    mint e3beb7a9-4c88-4688-8a2d-a00946489a3f #
    4. You are probably right. I have both grub 0.97 and grub 2 in the pacman pkg cache
    5. I did follow the steps except that trying to close a terminal once the bash error croped up led to my being logged out before I could run the last two commands 'pacman -S bash and Pacman -Su'
    Thanks Trilby. I feel like my Linux chops are evaporating the older I get :0

  • Fglrx: module mismatch after last upgrade

    Ok, I know what it means and I know that everything should work...but it doesn't 
    After yesterday upgrade of xorg-server the ati-drivers conflict with the new version
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux kortirion 2.6.17-beyond #1 PREEMPT Sun Jul 30 13:09:32 CEST 2006 i686
    Build Date: 09 September 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 11 12:12:22 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) module ABI major version (0) doesn't match the server's version (1)
    (EE) Failed to load module "fglrx" (module requirement mismatch, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
    after 0 requests (0 known processed) with 0 events remaining.
    I've done some researches and even using startx -- -ignoreABI doesn't help:
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux kortirion 2.6.17-beyond #1 PREEMPT Sun Jul 30 13:09:32 CEST 2006 i686
    Build Date: 09 September 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 11 12:15:57 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (WW) module ABI major version (0) doesn't match the server's version (1)
    [R200Setup] X version mismatch - detected X.org 7.1.1.0, required X.org 7.0.-1.8
    (EE) Failed to load module "fglrx" (module requirement mismatch, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
    after 0 requests (0 known processed) with 0 events remaining.
    I've tried also the newest ati drivers ( 8.28.8 ) with no luck (and btw the current PKGBUILD doesn't work too, it complains about a already existing links to Makefile.lib.c; applying the patch ati-makefile-2.6.16.patch correct the problem).
    The open source's ati drivers work, and I'm using them now. xorg.conf hasn't changed at all and, no, generating one new with aticonfig doesn't solve the problem.

    I got it working now 
    At first, compiling ati-fglrx-beyond with the Cerebral's pkgbuild they gave me this error:
    make: Entering directory `/usr/src/linux-2.6.17-beyond'
    ln: creating symbolic link `./Makefile.lib.c' to `../scripts/Makefile.lib.c': File exists
    make[1]: *** [scripts/Makefile.lib.c] Error 1
    make: *** [_module_/var/abs/local/ati-fglrx-beyond/src/lib/modules/fglrx/build_mod] Error 2
    make: Leaving directory `/usr/src/linux-2.6.17-beyond'
    ok, let's remove that link then, I thought. But after having done that:
    make: Entering directory `/usr/src/linux-2.6.17-beyond'
    CC scripts/Makefile.lib.o
    gcc: scripts/Makefile.lib.c: No such file or directory
    gcc: no input files
    make[1]: *** [scripts/Makefile.lib.o] Error 1
    make: *** [_module_/var/abs/local/ati-fglrx-beyond/src/lib/modules/fglrx/build_mod] Error 2
    make: Leaving directory `/usr/src/linux-2.6.17-beyond'
    That was weird  :?
    After googling a bit, I've found an idea from the ubuntu forum where it says to run
    make scripts/
    from /usr/src/linux-$kernver/ ; after a little wait time to allow the compiling, I retried to make the driver compiling and this time they worked flawlessly 
    No more module mismatch, I wonder why I didn't have that Makefile.lib.c in the kernel source directory....
    Anyway, thanks for your help Cerebral

  • IPads extremely slow after ios8 upgrade

    Hello,
    I own an iPad 2 and an iPad3 retina. Both were working fine until I upgraded them to ios8.
    Since then, both ipads have slowed down to a crawl. Surfing the web is *much* slower, the ipad seems to hang when you simply load a webpage. Also, the keyboard has become so slow that it lags behind the typing. I will be typing a sentence, and when I stop typing, the ipad could still have 10 characters in the keyboard buffer.
    So up until last week, I had a couple of ipads that were a little bit older, but still working at an acceptable speed. Today, I have two ipads that are frustratingly slow to operate.
    So the obvious thing to do would have been to downgrade back to ios7. But unfortunately, this doesn't work either. I get a message that ios7 is not compatible with my device.
    So can somebody offer a solution, either a trick to downgrade to ios7, or another method to get my ipads back to their former performance.
    BTW: same problem on my iphone 5, much slower as well, but here the speed is still acceptable.

    iPad 2 and iOS 8.0.2 Problems
    For all iPad 2 owners, this is an important solution for you! These problems result from long-term use, continuous upgrades, corrupted files and various glitches that happen over this long term use. You just need to get your iPad 2 back to FACTORY FRESH CONDITION to start out clean!
    Here's one person's solution which will help a lot of iPad 2 users!
    keithfrommariettaOct 12, 2014 3:25 PM Re: IPAD2 very slow after IOS 8 upgrade
    Re: IPAD2 very slow after IOS 8 upgradein response to pacoKAS
    SOLVED:  IOS 8 Issues on iPad 2:
    I just returned home from a visit to the Genius Bar. Like you and many others, when I upgraded my iPad 2 to IOS 8, it became practically unusable. It was VERY slow, lagged whenever trying to to do anything. Lots of screen freezes and apps spontaneously crashing. I was convinced that the processor on the iPad 2 just couldn't handle the new IOS and I went in to see about restoring to IOS 7.
    Thankfully, I was hooked up with a very sharp guy at the bar. The problem is not with the OS, it is with it being an *upgraded* OS. He used the analogy of when you had an older Windows computer and how over time (and over upgrades), they just tended to get slower and slower because of all of the garbage that was carried forward in the upgrades. At those times (and if you've ever had a Windows computer, you get this), the only thing that would speed it up would be to wipe the machine and do a fresh install of the current OS and then reload your apps, and the viola, everything would be fast again. Well, it turns out that IOS can suffer the same problems.
    THE FIX:  FIRST, be sure you have a current iCloud backup of your device.  Connect your iPad to a computer that has a clean fresh copy of IOS 8 on iTunes (this is best done with a computer other than the one that you sync your device to because you DO NOT want to restore it from a back up just yet). Ideally, if you do this at an Apple store you'll be assured of the right version there and someone to answer any questions you might have along the way. You then hold the power and home button down to hard-reset the device and continue to hold them down until it reboots into recovery mode. You then follow the instructions on the computer to reinstall the OS on the device (which wipes everything from it and then reinstalls a clean copy of it). Once this is done (which only takes about 15 minutes), your device will reboot and ask you to set it up. Answer the questions about language, location, etc. and continue until it asks you to log into your iTunes account. Once you do that, it will ask if you want to either 1) Set it up as a new device, 2) Restore from iCloud, or 3) Restore from iTunes. Choose (2), restore from iCloud. This will ensure that it brings down "clean" copies of all of your apps and preferences rather than the potentially corrupted ones that might reside in your iTunes backup. That's it! It will take a few hours depending on how much data and apps you have, but I am happy to report that my iPad 2 is now running IOS 8 and it's running as fast as it ever did when it was brand new!
    To sum it up, this process 1) Wipes your device and the garbage causing your problems, 2) Loads a clean and bug-free version of IOS 8 to your device, and 3) restores your apps and data so that it looks just like it did before the wipe, with the exception that it works now!  :-)
    Note also that by following this process you don't have to go through the painful and laborious process of reloading all of your apps, data and/or settings. iCloud takes care of all of that for you.

  • Too slow after Yosemite upgrade [info]

    Hello fellows,
    Right After upgrading to Yosemite I started facing an extremely delay almost in everything which I did not face at all before upgrading where they were times that I could use at the same time Chrome, Adobe Photoshop, Word, VMware Machine (Windows7) with insignificant delays:
    On booting a white loading bar appears which takes too long before it loads OSX.
    Almost in every action I take, I see the beachball spinning for too long.
    Sometimes (most of the times) even typing delays a bit and the mouse buttons actions have a remarkable to extreme delay. (No battery or bluetooth problems)
    I tried to take some actions like these ones: http://www.hightechdad.com/2014/10/23/13-tips-optimize-mac-yosemite-installation %20/  & http://osxdaily.com/2014/10/24/speed-up-os-x-yosemite-mac/
    I used CleanMyMac 2
    The general feeling is like having a machine of 90's trying to run an OS designed in 10's.
    More or less my daily usage of applications includes Chrome, Safari, Skype & Microsoft Office. Nothing too heavy most of the time.
    I include EtreCheck report in case it might help:
    Problem description:
    Everything goes slower after upgrading to Yosemite. Also at booting it shows a white loading bar which needs too much time before it initiates OSX.
    EtreCheck version: 2.0.11 (98)
    Report generated Δευτέρα3 Νοεμβρίου 2014 - 14:13:49 μ.μ. EET
    Hardware Information: ℹ️
      iMac (21.5-inch, Late 2013) (Verified)
      iMac - model: iMac14,1
      1 2.7 GHz Intel Core i5 CPU: 4-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel Iris Pro -
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 2:46:13
    Disk Information: ℹ️
      APPLE HDD HTS541010A9E662 disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 999.35 GB (170.67 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Trust Webcam Trust Webcam
      Logitech USB Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/hosts - Count: 69
    Gatekeeper: ℹ️
      Anywhere
    Kernel Extensions: ℹ️
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hidhook (9.0 23046.917896) Support
      [not loaded] com.parallels.kext.hypervisor (9.0 23046.917896) Support
      [not loaded] com.parallels.kext.netbridge (9.0 23046.917896) Support
      [not loaded] com.parallels.kext.usbconnect (9.0 23046.917896) Support
      [not loaded] com.parallels.kext.vnic (9.0 23046.917896) Support
      /System/Library/Extensions
      [not loaded] com.NovatelWireless.driver.NovatelWirelessUSBCDCECMControl (3.0.13) Support
      [not loaded] com.NovatelWireless.driver.NovatelWirelessUSBCDCECMData (3.0.13) Support
      [not loaded] com.ZG.driver.ZGUSBCDCACMData (1.0) Support
      [not loaded] com.ZG.driver.ZGUSBMassStorageFilter (1.0) Support
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMData (1.3.29) Support
      [not loaded] com.ZTE.driver.ZTEUSBMassStorageFilter (1.3.29) Support
      [loaded] com.logmein.driver.LogMeInSoundDriver (1.0.3 - SDK 10.5) Support
      [not loaded] com.novamedia.driver.IceraUSB_MSD_Bypass (1.3.0) Support
      [not loaded] com.novatelwireless.driver.3G (3.0.13) Support
      [not loaded] com.novatelwireless.driver.DisableAutoInstall (3.0.13) Support
      [not loaded] com.option.driver.Option72 (2.15.0) Support
      [not loaded] com.option.driver.OptionHS (3.26.0) Support
      [not loaded] com.option.driver.OptionMSD (1.21.0) Support
      [not loaded] com.option.driver.OptionQC (1.11.0) Support
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.67) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.67) Support
      [not loaded] com.visicom.ManyCam.VideoDevice.driver (3.0.8 - SDK 10.7) Support
      [not loaded] com.vodafone.driver (3.0.9) Support
      [not loaded] com.zg.driver.cdc_ecm_qmi (1.0) Support
      [not loaded] com.zg.driver.cdc_usb_bus (1.0) Support
      [not loaded] com.zte.driver.cdc_ecm_qmi (1.0.19) Support
      [not loaded] com.zte.driver.cdc_usb_bus (1.0.19) Support
      [not loaded] de.novamedia.driver.NMSamsung (0.0.2) Support
      [not loaded] de.novamedia.driver.NMSmartplugSCSIDevice (1.0.1) Support
      [not loaded] de.novamedia.oem.vodafone.vtp.huawei.cdc (0.0.2) Support
      /System/Library/Extensions/ManyCamVideoDeviceDriver.kext/Contents/PlugIns
      [not loaded] com.visicom.ManyCam.VideoDevice.userclient (3.0.8 - SDK 10.7) Support
      /System/Library/Extensions/NMHuaweiPhonesVTPCDC_106.kext/Contents/PlugIns
      [not loaded] de.novamedia.driver.NMUSBCDCACMControl (3.2.12) Support
      /System/Library/Extensions/NMSamsungDriver_106.kext/Contents/PlugIns
      [not loaded] de.novamedia.driver.NMUSBCDCACMData (3.2.12) Support
      /System/Library/Extensions/NovatelWireless3G.kext/Contents/PlugIns
      [not loaded] com.novatelwireless.driver.3GData (3.0.13) Support
      /System/Library/Extensions/Vodafone.kext/Contents/PlugIns
      [not loaded] com.vodafone.driver.Data (3.0.9) Support
    Problem System Launch Agents: ℹ️
      [loaded] com.paragon.NTFS.trial.plist Support
      [loaded] com.paragon.NTFS.upd.plist Support
    Problem System Launch Daemons: ℹ️
      [running] de.novamedia.nmnetmgrd.plist Support
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [not loaded] com.logmein.logmeingui.plist Support
      [not loaded] com.logmein.logmeinguiagent.plist Support
      [not loaded] com.logmein.logmeinguiagentatlogin.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.teamviewer.teamviewer.plist Support
      [running] com.teamviewer.teamviewer_desktop.plist Support
      [running] de.novamedia.VodafoneDeviceObserver.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.adobe.SwitchBoard.plist Support
      [not loaded] com.logmein.logmeinblanker.plist Support
      [not loaded] com.logmein.logmeinserver.plist Support
      [invalid?] com.logmein.raupdate.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.teamviewer.Helper.plist Support
      [running] com.teamviewer.teamviewer_service.plist Support
      [invalid?] com.visicom.ManyCam.VideoDevice.daemon.plist Support
      [loaded] ZendScriptcase71.plist Support
      [loaded] ZendScriptcase8.plist Support
    User Launch Agents: ℹ️
      [running] com.akamai.single-user-client.plist Support
      [loaded] com.BlueStacks.AppPlayer.LogRotator.plist Support
      [loaded] com.BlueStacks.AppPlayer.Service.plist Support
      [loaded] com.BlueStacks.AppPlayer.UninstallAgent.plist Support
      [loaded] com.BlueStacks.AppPlayer.UpdaterAgent.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
    User Login Items: ℹ️
      uHD-Agent Application (/Applications/BlueStacks.app/Contents/Runtime/uHD-Agent.app)
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Google Drive ApplicationHidden (/Applications/Google Drive.app)
    Internet Plug-ins: ℹ️
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      FlashPlayer-10.6: Version: 11.9.900.117 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      Flash Player: Version: 11.9.900.117 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.189
      LogMeIn: Version: 1.0.961 - SDK 10.7 Support
      QuickTime Plugin: Version: 7.7.3
      LogMeInSafari32: Version: 1.0.961 - SDK 10.7 Support
      SharePointBrowserPlugin: Version: 14.0.0 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User Internet Plug-ins: ℹ️
      BlueStacks Install Detector: Version: 0.3.6 - SDK 10.7 Support
      Picasa: Version: 1.0 - SDK 10.4 Support
    Safari Extensions: ℹ️
      OpenIE
    3rd Party Preference Panes: ℹ️
      Akamai NetSession Preferences  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
      Paragon NTFS for Mac ® OS X  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          8% Google Chrome
          7% JavaApplicationStub
          3% WindowServer
          0% fontd
          0% SystemUIServer
    Top Processes by Memory: ℹ️
      301 MB JavaApplicationStub
      266 MB Google Chrome
      155 MB Safari
      155 MB Google Chrome Helper
      120 MB Microsoft Word
    Virtual Memory Information: ℹ️
      1.30 GB Free RAM
      3.79 GB Active RAM
      2.51 GB Inactive RAM
      982 MB Wired RAM
      8.00 GB Page-ins
      66 KB Page-outs

    Arthur thank you for your response.
    I strongly doubt that CleanMyMac 2 did something bad since I installed it only for this reason and that was today after a week of upgrade, I never had it or knew it before. Also could not do much since I had the demo edition.
    I had the same background processes before upgrading (most of them I need them, except -occasionaly - Flip4mac,Paragon,Akamai)
    Either way there was nothing new installed after upgrading that might caused the issues, so I will wait for other suggestions before doing something more dramatic like reinstalling the OSX from beginning.

  • [SOLVED] Unable to boot after last upgrade [HP Smart Array]

    Hello guys.
    After last upgrade I'm unable to boot. I have fileserver with 2 discs in HP Smart Array RAID 1.
    While booting, kernel is unable to find my raid (should be cciss) and therefore lvm2 hook fails to find root partition. While going into recovery, I can chroot without an issue, lsmod shows that cciss driver is properly loaded, disk exits in /dev/cciss/, logical group and volumes are detected properly.
    No matter what I do, I just can't get cciss module into kernel. Putting in MODULES in mkinitcpio.conf's MODULES="" didn't help. I'm listing my initramfs images and there is no cciss.ko. I'm also searching for module in my filesystem and can not find it.
    Any help will be appreciated.
    Last edited by edke (2012-06-04 10:39:20)

    Thank you for your quick reply.
    DSpider wrote:First of all, have you tried the Fallback entry? Because initramfs-linux-fallback.img is supposed to have a full range of modules.
    Of course, no change.
    DSpider wrote:
    Second, after editing /etc/mkinitcpio.conf you need to regenerate your initramfs.
    # mkinitcpio -p linux
    But the MODULES section needs to have something in there...
    Here's mine:
    MODULES="pata_amd sata_nv ehci-hcd ohci-hcd ext2 ext3 ext4 vfat snd-hda-intel"
    You probably need "mdadm" or "mdadm_udev" in there too, I'm not sure... I don't use RAID, but maybe these will help:
    https://wiki.archlinux.org/index.php/Mk … Using_RAID
    https://wiki.archlinux.org/index.php/So … ID_and_LVM
    HP Smart Array is hardware RAID, therefore I don't need mdadm. Right module should be cciss, but this is somehow not working. Adding this into MODULES does not add cciss module to image.
    When I'm booting from Arch install for recovery and chroot, cciss is loaded and my HP Smart Array disk is visible.

Maybe you are looking for