[SOLVED] Problem installing gnome-extra packages

I have completed the installation and all that left is gnome-extra packages. I fetched the packages and after the integrity check it says
Failed to commit transaction invalid or corrupted packages
gnome-games-3.0.21- <pacgae_info> is either invalid or corrupted
and the installation exits.
Now how do I fix this. I tried forcing the upgrade process by pacman -Syu but to no avail. Can you help me fixing the issue.
Regards
Last edited by Shashwat (2011-06-04 09:42:46)

Ok I solved the problem.
First I removed the problematic packages from /var/cache/pacman/pkg and then used rankmirrors to get the best mirror.
After that used pacman -Syy to refresh and reinstalled the gnome-extra package .. Working fine
Thanks

Similar Messages

  • Problems installing gnome-extra meta package

    I have not been able to intstall the gnome-extra meta package.   I receive an error that the dasher package file size cannot be calculated and pacman crashes.  I've tried different mirrors with the same result.
    Any ideas?

    Yes, dasher is corrupted, It has been reported as a bug so it should be fixed soon.

  • Unable to install gnome-extra

    Hello,
    I'm attempting to install gnome-extra.  It appears that gnome3 was moved out of testing just this afternoon. When I attempt to install gnome-extra I get this error:
    error: failed to prepare transaction (could not satisfy dependencies)
    :: gnome-vfs: requires gnome-mime-data
    I don't really want to enable testing...don't even know if that would help.  Any ideas?
    Thanks

    I tried different mirrors and ran reflector for the latest ones when I set up.  Even tried archlinux.org.  Filed a bug about it, so that someone might check into it.
    Thanks for your suggestions.

  • Yaourt: Problems installing generated AUR packages [SOLVED]

    Hello.
    I'm using Archlinux and the system works flawessly. Sadly, there's a problem when trying to install AUR packages.
    The following happens installing any AUR package I tried lately.
    ==>  Continue installing wicked-git? [Y/n]
    ==>  [v]iew package contents [c]heck package with namcap
    ==>   ----------------------------------------------
    ==>y
    loading package data...
    error: './wicked-git-20090112-1-i686.pkg.tar.gz': cannot open package file
    ==> WARNING: Your package is saved in /tmp/yaourt-tmp-timofonic/wicked-git-20090112-1-i686.pkg.tar.gz
    cp: cannot stat `./wicked-git-20090112-1-i686.pkg.tar.gz': No such file or directory
    ==> WARNING: Unable to copy wicked-git-1-i686.pkg.tar.gz to /tmp/yaourt-tmp-timofonic/ directory
    Any idea about how to fix it? I tried using both an user with sudo and root, same problem.
    Regards.
    Last edited by timofonic (2009-07-14 19:52:53)

    lilsirecho wrote:
    Perhaps the method to use is given by the man pacman files.
    pacman -U (.pkg.tar.gz package ID found in the directory generating the package)
    For example:  ...pacman -U /var/local/kernel26-2.6.30-5-x86-64.pkg.tar.gz......since the pkg generated is in that directory for this theoretical case.
    Any locally generated package is loaded with ...pacman -U....
    What do you mean? The package doesn't exist, I double checked it.
    Maybe I need to check where yaourt writes it. Any suggestion about what util to use for that?
    EDIT: I used "lsof" command and found the file is there, but yaourt can't locate it and deletes the directory after
    $ ls /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/w*
    /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/wicked-git-20090708-1-i686.pkg.tar.gz
    /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/wicked-git-20090709-1-i686.pkg.tar.gz
    Please, could anyone help me to solve this problem?
    Last edited by timofonic (2009-07-09 22:08:47)

  • [SOLVED]problem with GNOME and wireless connection

    Hi!
    I'm new to Arch Linux, and have run into a few problems after installation.
    My computer is a HP Pavilion dv6000.
    I installed using "xf86-video-nouveau" driver, as i understand this is the best choice for "Nvidia Geforce Go 7400". Is it?
    I also installed the complete "gnome", "gnome-extra", "gdm", "gnome-tweak-tool" and "gnome-shell-extensions" packages, but when I boot into gdm login, it automatically starts in fallback mode (the one who has "applications" and "places" in the top panel instead of "activities". What am I doing wrong here?
    Btw, when I go to System settings - system info - graphics, there are three lines; "Driver", "Experience", "Forced Fallback Mode". "Driver" line only says driver, and is blank after. "Experience" line says "Fallback".  "Forced Fallback Mode" is set to OFF.
    Also, I cannot figure out how to get my wireless network set up correctly.
    When i open System Settings - Network, I get an error saying System network is not compatible with this version.
    Any help with this woill be greatly appreciated!
    $ iwconfig
    lo        no wireless extensions.
    wlan0     IEEE 802.11abg  ESSID:off/any 
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
    eth0      no wireless extensions.
    Last edited by pkuvaas (2012-01-18 21:57:46)

    pkuvaas wrote:
    Thanks!
    -dri driver worked. But if the NVIDIA driver works better, I should probably consider using that one.
    I tried to install the NVIDIA binary driver, but when i tried to run
    # chmod -X NVIDIA-Linux-x86-290.10.run
    # ./NVIDIA-Linux-x86-290.10.run
    I got a message telling me to close x first.
    How can I do this?
    Ho ho ho buddy, I see you're trying to install the nvidia driver from the website. Have another look here:
    https://wiki.archlinux.org/index.php/Nvidia#Installing
    the drivers are available through pacman Installing the driver through pacman will automatically take care of removing things that conflict and installing things you need to ge t the NVIDIA driver to work.
    NVIDIA _might_ be better, 3d support in nouveau is still somewhat experimental and nouveau doesn't have all the power management features yet. It'll be something to experiment with. Have a good read of the NVIDIA and NOUVEAU wiki articles
    pkuvaas wrote:
    As for the wireless issue, I googled around a bit and found that the driver I need is ilw3945.
    I added this to /etc/rc.conf:
    DAEMONS=(...ilw3945...)
    as it seems the drivers are included in udev.
    However, when i try to open System Settings -> Network, it says
    The system network services are not compatible with this version.
    So I'm getting a little restless to find out what I can do to get the wireless network configurated properly, and how I can do it.
    Any ideas?
    First I think you've fundamentally misunderstood something. Drivers for linux come in module form, not in DAEMON form. A DAEMON is an application that runs in the background (sound server, network service, etc etc).
    ilw3945 would have to be added to your MODULES section in /etc/rc.conf if that is the module you need.
    humor me and post the output of this command:
    $ lspci

  • [SOLVED] Problems with gnome on T420s (nvidia optimus)

    Hello everyone,
    after finally managing to successfully launch a simple x session on my laptop I thought installing gnome would be an easy thing. Unfortunately gnome (or my hardware) does not think the same and so after installing gnome successfully, I fail to execute gdm succesfully
    Let me provide some more info (logs etc. below):
    configure my system to run gnome as desktop environment
    using PRIME to handle both devices (disabling intenal or discrete graphics card is not an option since I need it)
    this implies not to use bumblebee - I'm very grateful to the work people invested in working everything but it comes with too many disadvantes regarding stability future updates in my eyes
    I appreciate any comment and will provide more infos if needed, I also appreciate everything that will improve my understanding of the follwing (related) topics:
    KMS in relation to configuration for drivers
    xorg configuration and debugging
    Logs etc.
    Xorg.log - after executing and closing
    startx
    [ 1960.301]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 1960.301] X Protocol Version 11, Revision 0
    [ 1960.301] Build Operating System: Linux 3.17.4-1-ARCH x86_64
    [ 1960.301] Current Operating System: Linux t420s-arch 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 1960.301] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=[UUID] rw quiet
    [ 1960.301] Build Date: 20 December 2014 01:34:48PM
    [ 1960.301]
    [ 1960.301] Current version of pixman: 0.32.6
    [ 1960.302] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1960.302] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1960.302] (==) Log file: "/home/timon/.local/share/xorg/Xorg.0.log", Time: Fri Dec 26 20:25:56 2014
    [ 1960.352] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1960.380] (==) No Layout section. Using the first Screen section.
    [ 1960.380] (==) No screen section available. Using defaults.
    [ 1960.380] (**) |-->Screen "Default Screen Section" (0)
    [ 1960.380] (**) | |-->Monitor "<default monitor>"
    [ 1960.398] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1960.398] (==) Automatically adding devices
    [ 1960.398] (==) Automatically enabling devices
    [ 1960.398] (==) Automatically adding GPU devices
    [ 1960.414] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1960.414] Entry deleted from font path.
    [ 1960.429] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1960.429] Entry deleted from font path.
    [ 1960.429] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1960.429] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1960.429] Entry deleted from font path.
    [ 1960.429] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1960.429] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 1960.429] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1960.429] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1960.436] (II) Loader magic: 0x818d40
    [ 1960.436] (II) Module ABI versions:
    [ 1960.436] X.Org ANSI C Emulation: 0.4
    [ 1960.436] X.Org Video Driver: 18.0
    [ 1960.436] X.Org XInput driver : 21.0
    [ 1960.436] X.Org Server Extension : 8.0
    [ 1960.440] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
    [ 1960.441] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1960.442] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 1960.442] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1960.443] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
    [ 1960.447] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21d3 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 1960.447] (--) PCI: (0:1:0:0) 10de:1056:17aa:21d3 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 1960.447] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 1960.448] (II) LoadModule: "glx"
    [ 1960.468] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1960.582] (II) Module glx: vendor="X.Org Foundation"
    [ 1960.582] compiled for 1.16.3, module version = 1.0.0
    [ 1960.582] ABI class: X.Org Server Extension, version 8.0
    [ 1960.582] (==) AIGLX enabled
    [ 1960.582] (==) Matched intel as autoconfigured driver 0
    [ 1960.582] (==) Matched nouveau as autoconfigured driver 1
    [ 1960.582] (==) Matched nv as autoconfigured driver 2
    [ 1960.582] (==) Matched intel as autoconfigured driver 3
    [ 1960.582] (==) Matched modesetting as autoconfigured driver 4
    [ 1960.582] (==) Matched fbdev as autoconfigured driver 5
    [ 1960.582] (==) Matched vesa as autoconfigured driver 6
    [ 1960.582] (==) Assigned the driver to the xf86ConfigLayout
    [ 1960.582] (II) LoadModule: "intel"
    [ 1960.582] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1960.613] (II) Module intel: vendor="X.Org Foundation"
    [ 1960.613] compiled for 1.16.3, module version = 2.99.917
    [ 1960.613] Module class: X.Org Video Driver
    [ 1960.613] ABI class: X.Org Video Driver, version 18.0
    [ 1960.613] (II) LoadModule: "nouveau"
    [ 1960.613] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 1960.637] (II) Module nouveau: vendor="X.Org Foundation"
    [ 1960.637] compiled for 1.16.1, module version = 1.0.11
    [ 1960.637] Module class: X.Org Video Driver
    [ 1960.637] ABI class: X.Org Video Driver, version 18.0
    [ 1960.637] (II) LoadModule: "nv"
    [ 1960.652] (WW) Warning, couldn't open module nv
    [ 1960.652] (II) UnloadModule: "nv"
    [ 1960.652] (II) Unloading nv
    [ 1960.652] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 1960.652] (II) LoadModule: "modesetting"
    [ 1960.652] (WW) Warning, couldn't open module modesetting
    [ 1960.652] (II) UnloadModule: "modesetting"
    [ 1960.652] (II) Unloading modesetting
    [ 1960.652] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 1960.652] (II) LoadModule: "fbdev"
    [ 1960.653] (WW) Warning, couldn't open module fbdev
    [ 1960.653] (II) UnloadModule: "fbdev"
    [ 1960.653] (II) Unloading fbdev
    [ 1960.653] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 1960.653] (II) LoadModule: "vesa"
    [ 1960.653] (WW) Warning, couldn't open module vesa
    [ 1960.653] (II) UnloadModule: "vesa"
    [ 1960.653] (II) Unloading vesa
    [ 1960.653] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 1960.653] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 1960.654] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 1960.654] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 1960.654] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 1960.654] (II) NOUVEAU driver
    [ 1960.654] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 1960.654] RIVA TNT (NV04)
    [ 1960.654] RIVA TNT2 (NV05)
    [ 1960.654] GeForce 256 (NV10)
    [ 1960.654] GeForce 2 (NV11, NV15)
    [ 1960.654] GeForce 4MX (NV17, NV18)
    [ 1960.654] GeForce 3 (NV20)
    [ 1960.654] GeForce 4Ti (NV25, NV28)
    [ 1960.654] GeForce FX (NV3x)
    [ 1960.654] GeForce 6 (NV4x)
    [ 1960.654] GeForce 7 (G7x)
    [ 1960.654] GeForce 8 (G8x)
    [ 1960.654] GeForce GTX 200 (NVA0)
    [ 1960.654] GeForce GTX 400 (NVC0)
    [ 1960.654] (++) using VT number 2
    [ 1960.654] (--) controlling tty is VT number 2, auto-enabling KeepTty
    [ 1960.654] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
    [ 1960.655] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725
    [ 1960.664] (II) [drm] nouveau interface version: 1.2.0
    [ 1960.665] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 1960.666] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
    [ 1960.666] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 1960.666] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1960.666] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 1960.666] (==) intel(0): RGB weight 888
    [ 1960.666] (==) intel(0): Default visual is TrueColor
    [ 1960.666] (II) intel(0): Output LVDS2 has no monitor section
    [ 1960.667] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS2
    [ 1960.667] (II) intel(0): Enabled output LVDS2
    [ 1960.667] (II) intel(0): Output VGA2 has no monitor section
    [ 1960.667] (II) intel(0): Enabled output VGA2
    [ 1960.667] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    [ 1960.668] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 1960.668] (II) intel(0): Enabled output VIRTUAL1
    [ 1960.668] (--) intel(0): Output LVDS2 using initial mode 1600x900 on pipe 0
    [ 1960.668] (==) intel(0): TearFree disabled
    [ 1960.668] (==) intel(0): DPI set to (96, 96)
    [ 1960.668] (II) Loading sub module "dri2"
    [ 1960.668] (II) LoadModule: "dri2"
    [ 1960.668] (II) Module "dri2" already built-in
    [ 1960.668] (II) Loading sub module "present"
    [ 1960.668] (II) LoadModule: "present"
    [ 1960.668] (II) Module "present" already built-in
    [ 1960.668] (II) Loading sub module "dri2"
    [ 1960.668] (II) LoadModule: "dri2"
    [ 1960.668] (II) Module "dri2" already built-in
    [ 1960.669] (--) NOUVEAU(G0): Chipset: "NVIDIA NVD9"
    [ 1960.669] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
    [ 1960.669] (==) NOUVEAU(G0): RGB weight 888
    [ 1960.669] (==) NOUVEAU(G0): Default visual is TrueColor
    [ 1960.669] (==) NOUVEAU(G0): Using HW cursor
    [ 1960.669] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
    [ 1960.669] (==) NOUVEAU(G0): Page flipping enabled
    [ 1960.669] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
    [ 1960.669] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
    [ 1960.669] (II) NOUVEAU(G0): Initializing outputs ...
    [ 1960.672] (II) NOUVEAU(G0): Output LVDS-1-1 has no monitor section
    [ 1960.693] (II) NOUVEAU(G0): Output VGA-1-1 has no monitor section
    [ 1960.799] (II) NOUVEAU(G0): Output DP-1-1 has no monitor section
    [ 1960.906] (II) NOUVEAU(G0): Output DP-1-2 has no monitor section
    [ 1961.013] (II) NOUVEAU(G0): Output DP-1-3 has no monitor section
    [ 1961.013] (II) NOUVEAU(G0): 5 crtcs needed for screen.
    [ 1961.016] (II) NOUVEAU(G0): Allocated crtc nr. 0 to this screen.
    [ 1961.016] (II) NOUVEAU(G0): Allocated crtc nr. 1 to this screen.
    [ 1961.018] (II) NOUVEAU(G0): EDID for output LVDS-1-1
    [ 1961.039] (II) NOUVEAU(G0): EDID for output VGA-1-1
    [ 1961.146] (II) NOUVEAU(G0): EDID for output DP-1-1
    [ 1961.253] (II) NOUVEAU(G0): EDID for output DP-1-2
    [ 1961.359] (II) NOUVEAU(G0): EDID for output DP-1-3
    [ 1961.359] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1961.359] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
    [ 1961.359] (**) NOUVEAU(G0): Mode "1600x900": 118.2 MHz (scaled from 0.0 MHz), 56.0 kHz, 59.9 Hz
    [ 1961.359] (II) NOUVEAU(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz)
    [ 1961.359] (==) NOUVEAU(G0): DPI set to (96, 96)
    [ 1961.359] (II) Loading sub module "fb"
    [ 1961.359] (II) LoadModule: "fb"
    [ 1961.360] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1961.392] (II) Module fb: vendor="X.Org Foundation"
    [ 1961.392] compiled for 1.16.3, module version = 1.0.0
    [ 1961.392] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1961.392] (II) Loading sub module "shadowfb"
    [ 1961.392] (II) LoadModule: "shadowfb"
    [ 1961.392] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1961.402] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1961.403] compiled for 1.16.3, module version = 1.0.0
    [ 1961.403] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1961.403] (==) Depth 24 pixmap format is 32 bpp
    [ 1961.406] (II) NOUVEAU(G0): Channel setup complete.
    [ 1961.408] (II) NOUVEAU(G0): [COPY] async initialised.
    [ 1961.416] (II) NOUVEAU(G0): [DRI2] Setup complete
    [ 1961.417] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
    [ 1961.417] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
    [ 1961.423] (II) Loading sub module "exa"
    [ 1961.423] (II) LoadModule: "exa"
    [ 1961.423] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1961.425] (II) Module exa: vendor="X.Org Foundation"
    [ 1961.425] compiled for 1.16.3, module version = 2.6.0
    [ 1961.425] ABI class: X.Org Video Driver, version 18.0
    [ 1961.425] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 1961.425] (II) EXA(256): Driver registered support for the following operations:
    [ 1961.425] (II) Solid
    [ 1961.425] (II) Copy
    [ 1961.425] (II) Composite (RENDER acceleration)
    [ 1961.425] (II) UploadToScreen
    [ 1961.425] (II) DownloadFromScreen
    [ 1961.425] (==) NOUVEAU(G0): Backing store enabled
    [ 1961.425] (==) NOUVEAU(G0): Silken mouse enabled
    [ 1961.425] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1961.425] (II) NOUVEAU(G0): [XvMC] Extension initialized.
    [ 1961.425] (==) NOUVEAU(G0): DPMS enabled
    [ 1961.425] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1961.448] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
    [ 1961.448] (==) intel(0): Backing store enabled
    [ 1961.448] (==) intel(0): Silken mouse enabled
    [ 1961.448] (II) intel(0): HW Cursor enabled
    [ 1961.448] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1961.448] (==) intel(0): DPMS enabled
    [ 1961.448] (==) intel(0): display hotplug detection enabled
    [ 1961.448] (II) intel(0): [DRI2] Setup complete
    [ 1961.448] (II) intel(0): [DRI2] DRI driver: i965
    [ 1961.448] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 1961.448] (II) intel(0): direct rendering: DRI2 enabled
    [ 1961.448] (II) intel(0): hardware support for Present enabled
    [ 1961.449] (--) RandR disabled
    [ 1961.635] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1961.635] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1961.635] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1961.635] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1961.635] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1961.635] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1961.635] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 1961.635] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 1961.635] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1961.635] (II) AIGLX: enabled GLX_ARB_create_context_robustness
    [ 1961.635] (II) AIGLX: Loaded and initialized i965
    [ 1961.635] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1961.637] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 1961.667] (II) intel(0): switch to mode [email protected] on LVDS2 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 1961.676] (II) intel(0): Setting screen physical size to 423 x 238
    [ 1961.965] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 1961.966] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1961.966] (II) LoadModule: "evdev"
    [ 1961.966] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1961.991] (II) Module evdev: vendor="X.Org Foundation"
    [ 1961.991] compiled for 1.16.2, module version = 2.9.1
    [ 1961.991] Module class: X.Org XInput Driver
    [ 1961.991] ABI class: X.Org XInput driver, version 21.0
    [ 1961.992] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 16 paused 0
    [ 1961.992] (II) Using input driver 'evdev' for 'Power Button'
    [ 1961.992] (**) Power Button: always reports core events
    [ 1961.992] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 1961.992] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1961.992] (--) evdev: Power Button: Found keys
    [ 1961.993] (II) evdev: Power Button: Configuring as keyboard
    [ 1961.993] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 1961.993] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 1961.993] (**) Option "xkb_rules" "evdev"
    [ 1961.993] (**) Option "xkb_model" "pc104"
    [ 1961.993] (**) Option "xkb_layout" "us"
    [ 1962.045] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 1962.045] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1962.047] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 17 paused 0
    [ 1962.047] (II) Using input driver 'evdev' for 'Video Bus'
    [ 1962.047] (**) Video Bus: always reports core events
    [ 1962.047] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 1962.047] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 1962.047] (--) evdev: Video Bus: Found keys
    [ 1962.047] (II) evdev: Video Bus: Configuring as keyboard
    [ 1962.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
    [ 1962.047] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 1962.047] (**) Option "xkb_rules" "evdev"
    [ 1962.047] (**) Option "xkb_model" "pc104"
    [ 1962.047] (**) Option "xkb_layout" "us"
    [ 1962.048] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 1962.048] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1962.049] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 18 paused 0
    [ 1962.049] (II) Using input driver 'evdev' for 'Video Bus'
    [ 1962.049] (**) Video Bus: always reports core events
    [ 1962.049] (**) evdev: Video Bus: Device: "/dev/input/event12"
    [ 1962.049] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 1962.049] (--) evdev: Video Bus: Found keys
    [ 1962.049] (II) evdev: Video Bus: Configuring as keyboard
    [ 1962.049] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input14/event12"
    [ 1962.049] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 1962.049] (**) Option "xkb_rules" "evdev"
    [ 1962.050] (**) Option "xkb_model" "pc104"
    [ 1962.050] (**) Option "xkb_layout" "us"
    [ 1962.051] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 1962.051] (II) No input driver specified, ignoring this device.
    [ 1962.051] (II) This device may have been added with another device file.
    [ 1962.051] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 1962.051] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 1962.052] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
    [ 1962.052] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 1962.052] (**) Sleep Button: always reports core events
    [ 1962.052] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 1962.052] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 1962.052] (--) evdev: Sleep Button: Found keys
    [ 1962.052] (II) evdev: Sleep Button: Configuring as keyboard
    [ 1962.052] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
    [ 1962.052] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 1962.052] (**) Option "xkb_rules" "evdev"
    [ 1962.052] (**) Option "xkb_model" "pc104"
    [ 1962.052] (**) Option "xkb_layout" "us"
    [ 1962.055] (II) config/udev: Adding input device Integrated Camera (/dev/input/event4)
    [ 1962.055] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 1962.056] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 20 paused 0
    [ 1962.056] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 1962.056] (**) Integrated Camera: always reports core events
    [ 1962.056] (**) evdev: Integrated Camera: Device: "/dev/input/event4"
    [ 1962.056] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb221
    [ 1962.056] (--) evdev: Integrated Camera: Found keys
    [ 1962.056] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 1962.056] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input5/event4"
    [ 1962.056] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 1962.056] (**) Option "xkb_rules" "evdev"
    [ 1962.056] (**) Option "xkb_model" "pc104"
    [ 1962.056] (**) Option "xkb_layout" "us"
    [ 1962.057] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 1962.057] (II) No input driver specified, ignoring this device.
    [ 1962.057] (II) This device may have been added with another device file.
    [ 1962.057] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
    [ 1962.057] (II) No input driver specified, ignoring this device.
    [ 1962.058] (II) This device may have been added with another device file.
    [ 1962.058] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
    [ 1962.058] (II) No input driver specified, ignoring this device.
    [ 1962.058] (II) This device may have been added with another device file.
    [ 1962.058] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1962.058] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1962.059] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 21 paused 0
    [ 1962.059] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1962.059] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1962.059] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1962.060] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 1962.060] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 1962.060] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1962.060] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1962.060] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 1962.060] (**) Option "xkb_rules" "evdev"
    [ 1962.060] (**) Option "xkb_model" "pc104"
    [ 1962.060] (**) Option "xkb_layout" "us"
    [ 1962.061] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 1962.061] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 1962.062] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 22 paused 0
    [ 1962.062] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 1962.062] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 1962.062] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event10"
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 1962.062] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 1962.062] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 1962.062] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1962.062] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event10"
    [ 1962.062] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 1962.062] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 1962.063] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 1962.063] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 1962.063] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 1962.063] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 1962.063] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 1962.063] (II) No input driver specified, ignoring this device.
    [ 1962.063] (II) This device may have been added with another device file.
    [ 1962.064] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
    [ 1962.064] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 1962.065] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 23 paused 0
    [ 1962.065] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 1962.065] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 1962.065] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
    [ 1962.065] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 1962.065] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 1962.065] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 1962.065] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 1962.065] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 1962.065] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 1962.065] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1962.065] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input12/event13"
    [ 1962.065] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
    [ 1962.065] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 1962.065] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 1962.065] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 1962.066] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 1962.066] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 1962.066] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 1962.066] (II) No input driver specified, ignoring this device.
    [ 1962.066] (II) This device may have been added with another device file.
    [ 1962.066] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 1962.066] (II) No input driver specified, ignoring this device.
    [ 1962.067] (II) This device may have been added with another device file.
    [ 1962.067] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
    [ 1962.067] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 1962.068] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 24 paused 0
    [ 1962.068] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 1962.068] (**) ThinkPad Extra Buttons: always reports core events
    [ 1962.068] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event6"
    [ 1962.068] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 1962.068] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 1962.068] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 1962.068] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event6"
    [ 1962.068] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
    [ 1962.068] (**) Option "xkb_rules" "evdev"
    [ 1962.068] (**) Option "xkb_model" "pc104"
    [ 1962.068] (**) Option "xkb_layout" "us"
    [ 1965.673] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 1965.683] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 1965.694] (II) systemd-logind: got pause for 226:1
    [ 1965.694] (II) systemd-logind: got pause for 13:75
    [ 1965.694] (II) systemd-logind: got pause for 13:67
    [ 1965.694] (II) systemd-logind: got pause for 13:64
    [ 1965.694] (II) systemd-logind: got pause for 13:66
    [ 1965.694] (II) systemd-logind: got pause for 13:70
    [ 1965.694] (II) systemd-logind: got pause for 13:68
    [ 1965.694] (II) systemd-logind: got pause for 13:74
    [ 1965.694] (II) systemd-logind: got pause for 13:76
    [ 1965.694] (II) systemd-logind: got pause for 226:0
    [ 1965.694] (II) systemd-logind: got pause for 13:77
    [ 2881.141] (II) systemd-logind: got resume for 226:1
    [ 2881.170] (II) systemd-logind: got resume for 13:75
    [ 2881.197] (II) systemd-logind: got resume for 13:67
    [ 2881.221] (II) systemd-logind: got resume for 13:64
    [ 2881.243] (II) systemd-logind: got resume for 13:66
    [ 2881.277] (II) systemd-logind: got resume for 13:70
    [ 2881.303] (II) systemd-logind: got resume for 13:68
    [ 2881.330] (II) systemd-logind: got resume for 13:74
    [ 2881.357] (II) systemd-logind: got resume for 13:76
    [ 2881.789] (II) systemd-logind: got resume for 226:0
    [ 2881.789] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 2881.789] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2881.789] (II) intel(0): switch to mode [email protected] on LVDS2 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 2881.796] (II) intel(0): EDID vendor "LGD", prod id 866
    [ 2881.796] (II) intel(0): Printing DDC gathered Modelines:
    [ 2881.796] (II) intel(0): Modeline "1600x900"x0.0 107.80 1600 1648 1680 1920 900 903 908 936 -hsync -vsync (56.1 kHz eP)
    [ 2881.797] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 2882.140] (II) systemd-logind: got resume for 13:77
    [ 2882.572] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2882.572] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 2882.582] (II) systemd-logind: got pause for 226:1
    [ 2882.582] (II) systemd-logind: got pause for 13:75
    [ 2882.582] (II) systemd-logind: got pause for 13:67
    [ 2882.582] (II) systemd-logind: got pause for 13:64
    [ 2882.582] (II) systemd-logind: got pause for 13:66
    [ 2882.582] (II) systemd-logind: got pause for 13:70
    [ 2882.582] (II) systemd-logind: got pause for 13:68
    [ 2882.582] (II) systemd-logind: got pause for 13:74
    [ 2882.582] (II) systemd-logind: got pause for 13:76
    [ 2882.582] (II) systemd-logind: got pause for 226:0
    [ 2882.582] (II) systemd-logind: got pause for 13:77
    [ 2884.752] (II) systemd-logind: got resume for 226:1
    [ 2884.783] (II) systemd-logind: got resume for 13:75
    [ 2884.800] (II) systemd-logind: got resume for 13:67
    [ 2884.837] (II) systemd-logind: got resume for 13:64
    [ 2884.863] (II) systemd-logind: got resume for 13:66
    [ 2884.890] (II) systemd-logind: got resume for 13:70
    [ 2884.917] (II) systemd-logind: got resume for 13:68
    [ 2884.943] (II) systemd-logind: got resume for 13:74
    [ 2884.970] (II) systemd-logind: got resume for 13:76
    [ 2884.970] (II) systemd-logind: got resume for 226:0
    [ 2884.970] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 2884.970] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2884.970] (II) intel(0): switch to mode [email protected] on LVDS2 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 2884.977] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 2885.320] (II) systemd-logind: got resume for 13:77
    [ 2887.207] (II) evdev: TPPS/2 IBM TrackPoint: Close
    [ 2887.207] (II) UnloadModule: "evdev"
    [ 2887.207] (II) systemd-logind: releasing fd for 13:77
    [ 2887.249] (II) evdev: ThinkPad Extra Buttons: Close
    [ 2887.249] (II) UnloadModule: "evdev"
    [ 2887.250] (II) systemd-logind: releasing fd for 13:70
    [ 2887.276] (II) evdev: SynPS/2 Synaptics TouchPad: Close
    [ 2887.276] (II) UnloadModule: "evdev"
    [ 2887.276] (II) systemd-logind: releasing fd for 13:74
    [ 2887.329] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2887.329] (II) UnloadModule: "evdev"
    [ 2887.330] (II) systemd-logind: releasing fd for 13:64
    [ 2887.369] (II) evdev: Integrated Camera: Close
    [ 2887.370] (II) UnloadModule: "evdev"
    [ 2887.370] (II) systemd-logind: releasing fd for 13:68
    [ 2887.423] (II) evdev: Sleep Button: Close
    [ 2887.423] (II) UnloadModule: "evdev"
    [ 2887.423] (II) systemd-logind: releasing fd for 13:66
    [ 2887.449] (II) evdev: Video Bus: Close
    [ 2887.450] (II) UnloadModule: "evdev"
    [ 2887.450] (II) systemd-logind: releasing fd for 13:76
    [ 2887.476] (II) evdev: Video Bus: Close
    [ 2887.476] (II) UnloadModule: "evdev"
    [ 2887.476] (II) systemd-logind: releasing fd for 13:75
    [ 2887.503] (II) evdev: Power Button: Close
    [ 2887.503] (II) UnloadModule: "evdev"
    [ 2887.503] (II) systemd-logind: releasing fd for 13:67
    [ 2887.531] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 2888.067] (EE) Server terminated successfully (0). Closing log file.
    output dmesg (redacted, tell me if you need more infos)
    [ 0.000000] CPU0 microcode updated early to revision 0x29, date = 2013-06-12
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.17.6-1-ARCH (builduser@foutrelis) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=[UUID] rw quiet
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000ba89efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ba89f000-0x00000000bae9efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bae9f000-0x00000000baf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffd20000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x23e600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0BB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask FC0000000 write-back
    [ 0.000000] 7 base 23F000000 mask FFF000000 uncachable
    [ 0.000000] 8 base 23E800000 mask FFF800000 uncachable
    [ 0.000000] 9 base 23E600000 mask FFFE00000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] reserving inaccessible SNB gfx pages
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b2b000, 0x01b2bfff] PGTABLE
    [ 0.000000] BRK [0x01b2c000, 0x01b2cfff] PGTABLE
    [ 0.000000] BRK [0x01b2d000, 0x01b2dfff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23e400000-0x23e5fffff]
    [ 0.000000] [mem 0x23e400000-0x23e5fffff] page 2M
    [ 0.000000] BRK [0x01b2e000, 0x01b2efff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23c000000-0x23e3fffff]
    [ 0.000000] [mem 0x23c000000-0x23e3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
    [ 0.000000] [mem 0x200000000-0x23bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x40200000-0xba89efff]
    [ 0.000000] [mem 0x40200000-0xba7fffff] page 2M
    [ 0.000000] [mem 0xba800000-0xba89efff] page 4k
    [ 0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbafff000-0xbaffffff]
    [ 0.000000] [mem 0xbafff000-0xbaffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x377f8000-0x37bf3fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 0x00000000BAFFE120 0000AC (v01 LENOVO TP-8C 00001310 PTEC 00000002)
    [ 0.000000] ACPI: FACP 0x00000000BAFE8000 0000F4 (v04 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: DSDT 0x00000000BAFEB000 00E17D (v01 LENOVO TP-8C 00001310 INTL 20061109)
    [ 0.000000] ACPI: FACS 0x00000000BAF2D000 000040
    [ 0.000000] ACPI: SLIC 0x00000000BAFFD000 000176 (v01 LENOVO TP-8C 00001310 PTEC 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000BAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BAFFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
    [ 0.000000] ACPI: HPET 0x00000000BAFE7000 000038 (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: APIC 0x00000000BAFE6000 000098 (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: MCFG 0x00000000BAFE5000 00003C (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: ECDT 0x00000000BAFE4000 000052 (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: ASF! 0x00000000BAFEA000 0000A5 (v32 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: TCPA 0x00000000BAFE3000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000BAFE2000 000AAB (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BAFE1000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: DMAR 0x00000000BAFE0000 0000E8 (v01 INTEL SNB 00000001 INTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BAFDF000 00003E (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: UEFI 0x00000000BAFDE000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BAFDD000 000292 (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023e5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x23e5fffff]
    [ 0.000000] NODE_DATA [mem 0x23e5f6000-0x23e5f9fff]
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880235c00000-ffff88023dbfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x23e5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
    [ 0.000000] node 0: [mem 0x40200000-0xba89efff]
    [ 0.000000] node 0: [mem 0xbafff000-0xbaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x23e5fffff]
    [ 0.000000] On node 0 totalpages: 2067004
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 156 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11859 pages used for memmap
    [ 0.000000] DMA32 zone: 758944 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20376 pages used for memmap
    [ 0.000000] Normal zone: 1304064 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xbba00000-0xbf9fffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba89f000-0xbae9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbae9f000-0xbaf9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffd20000-0xffffffff]
    [ 0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023e200000 s82752 r8192 d23744 u262144
    [ 0.000000] pcpu-alloc: s82752 r8192 d23744 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2034549
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=[UUID] rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8053540K/8268016K available (5386K kernel code, 897K rwdata, 1712K rodata, 1136K init, 1176K bss, 214476K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:488 0
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2791.066 MHz processor
    [ 0.000030] Calibrating delay loop (skipped), value calculated using timer frequency.. 5584.72 BogoMIPS (lpj=9303553)
    [ 0.000033] pid_max: default: 32768 minimum: 301
    [ 0.000038] ACPI: Core revision 20140724
    [ 0.009357] ACPI: All ACPI Tables successfully acquired
    [ 0.020422] Security Framework initialized
    [ 0.020427] Yama: becoming mindful.
    [ 0.020872] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.022284] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.022896] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.022905] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.023080] Initializing cgroup subsys memory
    [ 0.023084] Initializing cgroup subsys devices
    [ 0.023086] Initializing cgroup subsys freezer
    [ 0.023088] Initializing cgroup subsys net_cls
    [ 0.023090] Initializing cgroup subsys blkio
    [ 0.023106] Disabled fast string operations
    [ 0.023108] CPU: Physical Processor ID: 0
    [ 0.023108] CPU: Processor Core ID: 0
    [ 0.023112] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.023115] mce: CPU supports 7 MCE banks
    [ 0.023124] CPU0: Thermal monitoring enabled (TM1)
    [ 0.023133] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    [ 0.023221] Freeing SMP alternatives memory: 20K (ffffffff819fe000 - ffffffff81a03000)
    [ 0.024014] ftrace: allocating 20687 entries in 81 pages
    [ 0.032193] dmar: Host address width 36
    [ 0.032195] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.032200] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.032201] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.032204] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.032205] dmar: RMRR base: 0x000000bacd5000 end: 0x000000bacebfff
    [ 0.032206] dmar: RMRR base: 0x000000bb800000 end: 0x000000bf9fffff
    [ 0.032276] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.032277] HPET id 0 under DRHD base 0xfed91000
    [ 0.032278] HPET id 0 under DRHD base 0xfed91000
    [ 0.032279] HPET id 0 under DRHD base 0xfed91000
    [ 0.032279] HPET id 0 under DRHD base 0xfed91000
    [ 0.032280] HPET id 0 under DRHD base 0xfed91000
    [ 0.032281] HPET id 0 under DRHD base 0xfed91000
    [ 0.032281] HPET id 0 under DRHD base 0xfed91000
    [ 0.032282] HPET id 0 under DRHD base 0xfed91000
    [ 0.032283] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.032486] Enabled IRQ remapping in x2apic mode
    [ 0.032487] Enabling x2apic
    [ 0.032488] Enabled x2apic
    [ 0.032493] Switched APIC routing to cluster x2apic.
    [ 0.032943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065957] smpboot: CPU0: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.065964] TSC deadline timer enabled
    [ 0.065988] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
    [ 0.066006] ... version: 3
    [ 0.066006] ... bit width: 48
    [ 0.066007] ... generic registers: 4
    [ 0.066008] ... value mask: 0000ffffffffffff
    [ 0.066009] ... max period: 0000ffffffffffff
    [ 0.066009] ... fixed-purpose events: 3
    [ 0.066010] ... event mask: 000000070000000f
    [ 0.089489] x86: Booting SMP configuration:
    [ 0.089490] .... node #0, CPUs: #1
    [ 0.100529] Disabled fast string operations
    [ 0.102716] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.109512] #2
    [ 0.120070] CPU2 microcode updated early to revision 0x29, date = 2013-06-12
    [ 0.120546] Disabled fast string operations
    [ 0.122806] #3
    [ 0.133842] Disabled fast string operations
    [ 0.135947] x86: Booted up 1 node, 4 CPUs
    [ 0.135950] smpboot: Total of 4 processors activated (22337.88 BogoMIPS)
    [ 0.139332] devtmpfs: initialized
    [ 0.141655] PM: Registering ACPI NVS region [mem 0xbae9f000-0xbaf9efff] (1048576 bytes)
    [ 0.142321] pinctrl core: initialized pinctrl subsystem
    [ 0.142359] RTC time: 18:53:15, date: 12/26/14
    [ 0.142423] NET: Registered protocol family 16
    [ 0.142528] cpuidle: using governor ladder
    [ 0.142530] cpuidle: using governor menu
    [ 0.142555] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.142557] ACPI: bus type PCI registered
    [ 0.142558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.142787] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.142789] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.142865] PCI: Using configuration type 1 for base access
    [ 0.156234] ACPI: Added _OSI(Module Device)
    [ 0.156236] ACPI: Added _OSI(Processor Device)
    [ 0.156237] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.156238] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.157461] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.160713] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.199903] ACPI: Dynamic OEM Table Load:
    [ 0.199912] ACPI: SSDT 0xFFFF8802326EB000 0008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.212861] ACPI: Dynamic OEM Table Load:
    [ 0.212868] ACPI: SSDT 0xFFFF880232701C00 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.226115] ACPI: Dynamic OEM Table Load:
    [ 0.226121] ACPI: SSDT 0xFFFF88023267E400 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.239831] ACPI: Interpreter enabled
    [ 0.239835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    [ 0.239839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    [ 0.239849] ACPI: (supports S0 S3 S4 S5)
    [ 0.239850] ACPI: Using IOAPIC for interrupt routing
    [ 0.239868] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.253100] ACPI: Power Resource [PUBS] (on)
    [ 0.253787] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
    [ 0.254493] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
    [ 0.256387] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.256448] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.256506] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.256564] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.256621] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.256678] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.256735] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.256793] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.256866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.256870] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.256992] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
    [ 0.257049] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
    [ 0.257051] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
    [ 0.257052] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
    [ 0.257053] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
    [ 0.257076] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.257181] PCI host bridge to bus 0000:00
    [ 0.257184] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.257185] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.257187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.257188] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.257189] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff]
    [ 0.257191] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.257198] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    [ 0.257264] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [ 0.257292] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.257348] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
    [ 0.257357] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
    [ 0.257362] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.257365] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
    [ 0.257447] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.257469] pci 0000:00:16.0: reg 0x10: [mem 0xf2a25000-0xf2a2500f 64bit]
    [ 0.257543] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.257604] pci 0000:00:16.3: [8086:1c3d] type 00 class 0x070002
    [ 0.257622] pci 0000:00:16.3: reg 0x10: [io 0x50b0-0x50b7]
    [ 0.257631] pci 0000:00:16.3: reg 0x14: [mem 0xf2a2c000-0xf2a2cfff]
    [ 0.257757] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
    [ 0.257774] pci 0000:00:19.0: reg 0x10: [mem 0xf2a00000-0xf2a1ffff]
    [ 0.257782] pci 0000:00:19.0: reg 0x14: [mem 0xf2a2b000-0xf2a2bfff]
    [ 0.257790] pci 0000:00:19.0: reg 0x18: [io 0x5080-0x509f]
    [ 0.257851] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.257877] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 0.257917] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.257937] pci 0000:00:1a.0: reg 0x10: [mem 0xf2a2a000-0xf2a2a3ff]
    [ 0.258024] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.258051] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.258090] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.258106] pci 0000:00:1b.0: reg 0x10: [mem 0xf2a20000-0xf2a23fff 64bit]
    [ 0.258177] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.258207] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.258243] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.258317] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.258379] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    [ 0.258459] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.258522] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 0.258601] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.258630] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.258666] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [ 0.258745] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.258773] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.258816] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.258835] pci 0000:00:1d.0: reg 0x10: [mem 0xf2a29000-0xf2a293ff]
    [ 0.258923] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.258950] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.258987] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
    [ 0.259141] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    [ 0.259158] pci 0000:00:1f.2: reg 0x10: [io 0x50a8-0x50af]
    [ 0.259166] pci 0000:00:1f.2: reg 0x14: [io 0x50bc-0x50bf]
    [ 0.259173] pci 0000:00:1f.2: reg 0x18: [io 0x50a0-0x50a7]
    [ 0.259181] pci 0000:00:1f.2: reg 0x1c: [io 0x50b8-0x50bb]
    [ 0.259188] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
    [ 0.259195] pci 0000:00:1f.2: reg 0x24: [mem 0xf2a28000-0xf2a287ff]
    [ 0.259239] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.259294] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.259308] pci 0000:00:1f.3: reg 0x10: [mem 0xf2a24000-0xf2a240ff 64bit]
    [ 0.259328] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.259443] pci 0000:01:00.0: [10de:1056] type 00 class 0x030000
    [ 0.259455] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
    [ 0.259468] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.259480] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 0.259487] pci 0000:01:00.0: reg 0x24: [io 0x4000-0x407f]
    [ 0.259494] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.266050] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.266058] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 0.266064] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
    [ 0.266073] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.266176] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.266273] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000
    [ 0.266324] pci 0000:03:00.0: reg 0x10: [mem 0xf2900000-0xf2901fff 64bit]
    [ 0.266557] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.272739] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.272754] pci 0000:00:1c.1: bridge window [mem 0xf2900000-0xf29fffff]
    [ 0.272876] acpiphp: Slot [1] registered
    [ 0.272942] pci 0000:05:00.0: [1180:e823] type 00 class 0x088000
    [ 0.272963] pci 0000:05:00.0: MMC controller base frequency changed to 50Mhz.
    [ 0.272989] pci 0000:05:00.0: reg 0x10: [mem 0xf2100000-0xf21000ff]
    [ 0.273202] pci 0000:05:00.0: supports D1 D2
    [ 0.273203] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.279474] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.279484] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
    [ 0.279493] pci 0000:00:1c.3: bridge window [mem 0xf2100000-0xf28fffff]
    [ 0.279514] pci 0000:00:1c.3: bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
    [ 0.279591] pci 0000:0d:00.0: [1033:0194] type 00 class 0x0c0330
    [ 0.279620] pci 0000:0d:00.0: reg 0x10: [mem 0xf2000000-0xf2001fff 64bit]
    [ 0.279765] pci 0000:0d:00.0: PME# supported from D0 D3hot D3cold
    [ 0.286084] pci 0000:00:1c.4: PCI bridge to [bus 0d]
    [ 0.286099] pci 0000:00:1c.4: bridge window [mem 0xf2000000-0xf20fffff]
    [ 0.287052] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.287104] ACPI : EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.287191] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.287193] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.287197] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.287198] vgaarb: loaded
    [ 0.287199] vgaarb: bridge control possible 0000:01:00.0
    [ 0.287200] vgaarb: no bridge control possible 0000:00:02.0
    [ 0.287233] PCI: Using ACPI for IRQ routing
    [ 0.289148] PCI: pci_cache_line_size set to 64 bytes
    [ 0.289353] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.289355] e820: reserve RAM buffer [mem 0xba89f000-0xbbffffff]
    [ 0.289356] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
    [ 0.289357] e820: reserve RAM buffer [mem 0x23e600000-0x23fffffff]
    [ 0.289449] NetLabel: Initializing
    [ 0.289450] NetLabel: domain hash size = 128
    [ 0.289451] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.289459] NetLabel: unlabeled traffic allowed by default
    [ 0.289481] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.289485] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.291510] Switched to clocksource hpet
    [ 0.295526] pnp: PnP ACPI init
    [ 0.295845] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.295847] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.295849] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.295850] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.295852] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.295853] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.295854] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
    [ 0.295856] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
    [ 0.295857] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
    [ 0.295858] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.295860] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.295861] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.295862] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.295864] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.295865] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
    [ 0.295867] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.295868] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.295871] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.295957] system 00:01: [io 0x0400-0x047f] could not be reserved
    [ 0.295958] system 00:01: [io 0x0500-0x057f] has been reserved
    [ 0.295960] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.295961] system 00:01: [io 0x15e0-0x15ef] has been reserved
    [ 0.295963] system 00:01: [io 0x1600-0x167f] has been reserved
    [ 0.295964] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.295966] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
    [ 0.295967] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.295969] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.295970] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.295973] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.295974] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.295976] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.296024] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.296047] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.296070] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
    [ 0.296107] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
    [ 0.296461] pnp: PnP ACPI: found 6 devices
    [ 0.302765] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
    [ 0.302804] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1000000-0xf107ffff pref]
    [ 0.302806] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.302808] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 0.302811] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10ff

    Ok ok update! I now managed to launch gdm by executing it as root...
    su gdm
    I have to admit that I'm still quite lost for It doesn't seem to provide anything else than blank screen with cursor and top bar... (so no login and no logout for example) There still seems to be missing a lot...
    Can someone please help out?
    Last edited by Issa (2014-12-26 19:55:16)

  • [Solved] Problems installing broadcom-wl

    So, I've been using Arch for about a week now (first time user), and I'm having problems installing my wifi driver.
    My network controller is Broadcom BCM43142. I know that there are many issues with Broadcom chipsets, but this one worked on Ubuntu before, with the Broadcom STA driver.
    Since I worked there, I installed the driver from here (https://aur.archlinux.org/packages/broadcom-wl/), extracted the tarball, cd'd into the folder, did makepkg and everything seemed to install perfectly. Here's the output:
    [swaraj@swaraj broadcom-wl]$ makepkg
    ==> Making package: broadcom-wl 5.100.82.112-13 (Mon Aug 5 15:04:42 UTC 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found hybrid-portsrc_x86_64-v5_100_82_112.tar.gz
    -> Found modprobe.d
    -> Found license.patch
    -> Found linux-recent.patch
    ==> Validating source files with sha1sums...
    hybrid-portsrc_x86_64-v5_100_82_112.tar.gz ... Passed
    modprobe.d ... Passed
    license.patch ... Passed
    linux-recent.patch ... Passed
    ==> Extracting sources...
    -> Extracting hybrid-portsrc_x86_64-v5_100_82_112.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    patching file Makefile
    patching file src/include/bcmutils.h
    patching file src/wl/sys/wl_cfg80211.c
    patching file src/wl/sys/wl_iw.h
    patching file src/wl/sys/wl_linux.c
    patching file src/wl/sys/wl_linux.c
    Hunk #1 succeeded at 244 (offset 4 lines).
    make: Entering directory `/usr/src/linux-3.10.3-1-ARCH'
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
    CC [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/src/shared/linux_osl.o
    CC [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/src/wl/sys/wl_linux.o
    CC [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/src/wl/sys/wl_cfg80211.o
    LD [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/wl.o
    Building modules, stage 2.
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
    MODPOST 1 modules
    LD [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/wl.ko
    make: Leaving directory `/usr/src/linux-3.10.3-1-ARCH'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package "broadcom-wl"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: broadcom-wl 5.100.82.112-13 (Mon Aug 5 15:04:45 UTC 2013)
    But now, when I pacman -U broadcom-wl, I get this error:
    [swaraj@swaraj broadcom-wl]$ sudo pacman -U broadcom-wl
    [sudo] password for swaraj:
    loading packages...
    error: 'broadcom-wl': could not find or read package
    Any idea what could be causing this?
    Edit: I tried the same thing with b43-firmware (https://aur.archlinux.org/packages/b43-firmware/), and I get the same output when trying to pacman -U. Is there something wrong with my system?
    Last edited by swaraj (2013-08-05 11:38:23)

    Pass the full filename to pacman -U
    -U, --upgrade
    Upgrade or add package(s) to the system and install the required dependencies from
    sync repos. Either a URL or file path can be specified. This is a “remove-then-add”
    process. See Upgrade Options below; also see Handling Config Files for an explanation
    on how pacman takes care of config files.

  • Problems installing gnome

    When you go to install gnome, evolution-data-server faults out about libsoup not being in the sync database, well, I looked, and the version i have installed is 2.2.3-1 and its needing 2.2.3-2 any way to fix it, or just wait for the new one on the server?

    The new libsoup is in abs. Just update it and make the package.

  • [SOLVED] just installed gnome, recommended wireless internet..

    I just installed gnome and I have my b43 broadcom working (through terminal configuration).  How do I go about installing an applet on my panel to select wireless networks? (yes, similar to ubuntu..)
    Last edited by playdafunkimuzic (2008-12-30 19:29:19)

    I use WPA and the Wicd only connect with Preshared Key and with Passphrase doesn't work I don't know why.
    A sugestion: Use WPA instead, because WEP is very simple to break with simple tools:
    kismet: to detect your wireless network
    aircrack-ng: to crack your WEP protection
    wireshark: to sniff your packages
    Last edited by alessandro_ufms (2008-12-31 15:25:26)

  • [SOLVED]Problem installing ATI catalyst drivers

    Hello arch users, ive been having trouble when installing the ati proprietary drivers through pacman. I followed the wiki and added the catalyst repo into my pacman.conf file. however when i type in sudo pacman -Syu i get this:
    :: Synchronizing package databases...
    error: failed retrieving file 'catalyst.db' from catalyst.apocalypsus.net : The requested URL returned error: 404
    error: failed to update catalyst (download library error)
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    there is nothing to do
    and when i try to install catalyst and catalyst-utils i get this as an output:
    resolving dependencies...
    looking for inter-conflicts...
    :: catalyst-utils and libgl are in conflict. Remove libgl? [y/N] y
    :: catalyst and ati-dri are in conflict. Remove ati-dri? [y/N] y
    Targets (6): ati-dri-8.0.4-1 [removal] libgl-8.0.4-1 [removal]
    netkit-bsd-finger-0.17-7 xinetd-2.3.15-2 catalyst-12.6-3
    catalyst-utils-12.6-1
    Total Installed Size: 121.91 MiB
    Net Upgrade Size: 74.13 MiB
    Proceed with installation? [Y/n] y
    (4/4) checking package integrity [######################] 100%
    error: catalyst-utils: signature from "Vi0L0 <[email protected]>" is unknown trust
    error: catalyst: signature from "Vi0L0 <[email protected]>" is unknown trust
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    any idea on what to do?
    i want to use the proprietary over the open source because it gives me less problems when using 3d rendering.
    or are there any other ways of installing these packages other than pacman?
    Last edited by CokaBear (2012-07-19 19:45:35)

    You could add 'SigLevel = Never' under the catalyst repo in pacman.conf, so that it doesn't check for package integrity.
    And about the 404, maybe your 'Server' is incorrect. I use 'Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch'

  • [SOLVED] Problems upgrading some haskell packages

    Hi Folks.
    I am getting this error message when trying to upgrade my System:
    [gasp0de@Gasp0de ~]$ yaourt -Syua
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    error: failed to prepare transaction (could not satisfy dependencies)
    :: Starting full system upgrade...
    :: haskell-transformers: requires ghc=7.6.3-1
    I searched the forums and found  a similar question, but the given solution doesn't work for me, as i don't have the unofficial haskell repository enabled.
    I don't understand exactly what the problem is here, as i seem to have the wanted version of ghc on my System:
    [gasp0de@Gasp0de ~]$ yaourt -Qs ghc
    extra/ghc 7.6.3-1
    The Glasgow Haskell Compiler
    Thank you in advance for any help you can give me.
    Gasp0de
    Edit: Marked as solved
    Last edited by Gasp0de (2014-05-06 21:28:31)

    $ sudo pacman -Rcs haskell-transformers
    checking dependencies...
    Packages (17): ghc-7.6.3-1 haskell-data-default-0.5.3-1 haskell-data-default-class-0.0.1-1 haskell-data-default-instances-base-0.0.1-4 haskell-data-default-instances-containers-0.0.1-1
    haskell-data-default-instances-dlist-0.0.1-1 haskell-data-default-instances-old-locale-0.0.1-1 haskell-dlist-0.5-24 haskell-extensible-exceptions-0.1.1.4-5 haskell-mtl-2.1.2-3 haskell-random-1.0.1.1-5
    haskell-utf8-string-0.3.7-5 haskell-x11-1.6.1.1-3 haskell-x11-xft-0.3.1-9 xmonad-0.11-7 xmonad-contrib-0.11.2-2 haskell-transformers-0.3.0.0-4
    Total Removed Size: 852.67 MiB
    :: Do you want to remove these packages? [Y/n]
    Seems bad.
    Is this really the intended path? Uninstall everything Haskell, then reinstall?

  • SOLVED - Cant install normal PHP package

    trying to install php with command
    pacman -S php
    Response
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): php-5.3.3-3
    Total Download Size: 2.82 MB
    Total Installed Size: 14.28 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    error: failed retrieving file 'php-5.3.3-3-x86_64.pkg.tar.xz' from gd.tuwien.ac.at : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-5.3.3-3-x86_64.pkg.tar.xz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-5.3.3-3-x86_64.pkg.tar.xz' from gd.tuwien.ac.at : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-5.3.3-3-x86_64.pkg.tar.xz' from mirrors.kernel.org : Not Found
    error: failed retrieving file 'php-5.3.3-3-x86_64.pkg.tar.xz' from gd.tuwien.ac.at : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-5.3.3-3-x86_64.pkg.tar.xz' from gd.tuwien.ac.at : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    I'm also wondering.. isn't php-5.3.5 the newest?
    Thanks for any advice in advance!
    Last edited by dershodan (2011-03-12 10:38:27)

    5.3.5-2 is the latest.  Your mirrors are not up-to-date.  Switch to new mirrors which are current then refresh and do a full system update (pacman -Syyu).

  • Problem Installing Java Servlets Package

    I downloaded a sample servlet program which imports classes from the Java Servlets Package. I have the JDK 1.2 which does not come with the servlet classes (javax.servlet and javax.servlet.http). So I then downloaded them from java.sun.com. They come as a set of class files in .zip format. I thought packages were supposed to be in .jar format? At any rate, my compiler still fails to see these classes even after I have extracted these files into the same directory as the original .zip file and added this directory to my classpath. Am I going about this the wrong way? Any ideas on how I can make my compiler see these classes? --Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    I down loaded j2sdk 1.4 . and also down loade servlet package. I installed in bin directory.
    i took the sample program and compiled. there is error message " java servlet package not found.
    please help. email me at [email protected]
    Thanks
    sri

  • [SOLVED] Problems installing on Intel Matrix Raid / FAKE RAID

    Using Intel Rapid Storage Technology - Option ROM - 11.0.0.1339
    I've created a:
    RAID0(Stripe) Strip 32KB Size 214.3GB Status Normal Bootable Yes
    Volume which I want to install Arch on.
    I've gone through this all the way to a successful install using Fedora (if that is of any help whatsoever)?
    So, with Arch, I have read and tried:
    https://wiki.archlinux.org/index.php/In … e_RAID_set
    As soon as I do a UEFI or BIOS install of Arch and run lsblk I get:
    sda-
    md126
    sdb-
    md126
    (and using gdisk can create ef00 200M partition and root such as: md126p1 md126p2)
    Once I follow https://wiki.archlinux.org/index.php/In … e_RAID_set, and, do:
    # modprobe dm_mod
    # dmraid -ay
    [  39.383447] device-mapper: table: 254:1 striped: Couldn't parse stripe destination
    RAID set "isw_dejgjdecda_SSD" was not activated
    ERROR: device "isw_dejgjdecda_SSD" could not be found
    I am hoping I may end my story here and someone will reply something along the lines of "well, that's because....", and I can continue on my determined attempt to install Arch on this RAID Volume.
    However, obviously, I have not just given up at this point, so, some more info just in case it helps:
    I can access /dev/md126 in gdisk and use gdisk fully
    I can mount/pacstrap/genfstab/chroot/
    Then - problems arise - I cannot seem to get the install to boot after having tried either UEFI or BIOS boot using Syslinux, Gummiboot & Grub - always used GPT for the Array by the way.
    Any ideas?  Is there a module to load?  I'm still a newbie guys, so, apologies for any glaring mistakes....
    Thank you all very much for any help with this.
    Frazer.
    Last edited by frazer (2014-07-10 11:20:04)

    Replying per your email request.  I have hardly zero experience with fakeraid.  I ran one for a few weeks but then discovered zfs and never looked back.  Sorry dude.

  • [Solved] Problem installing et-sdl-sound from AUR

    Hey All,
    Ok now! I know that there are several threads on this forum related to this issue, but the question I have is slightly different and may even sound silly, but I just cannot figure it out.
    I tried installing Wolfenstein: Enemy Territory from AUR. The sound didn't work out-of-the-box. Just as expected because the comments against the package on AUR had warned me so: http://aur.archlinux.org/packages.php?ID=2063
    When I researched a little I found out that, to make sound work, I had to install et-sdl-sound package: http://aur.archlinux.org/packages.php?ID=9777
    So I went ahead and did this:
    1. download the tarball from AUR
    2. tar -zxvf et-sdl-sound.tar.gz
    3. cd et-sdl-sound
    4. makepkg -s
    Now when I do the "makepkg -s" it fails with the error: "ERROR: A failure occured in build()"
    Going by the comments on the package in AUR, adding a line #include <unistd.h> to one of the .cpp file supposedly should fix this error. I did this.
    But when I try to run the command makepkg -s it overwrites the file I just modified. Can someone please tell me how do I overcome this? How do I make makepkg use the .cpp file with the modification that I made?
    Thank you,
    Nachiket
    Last edited by Nachiket (2012-06-12 06:04:37)

    Perhaps makepkg's man page will have an option to not extract source files; use whatever source already exists in the src/ directory
    Last edited by SS4 (2012-06-11 16:14:25)

Maybe you are looking for

  • Enable of Goods Receipt Indicator in PO

    Hi Experts, When  I am using the combination of Account Assgt. Category "N" (Network) and item category "D" (service) in ECC 6.0 to create PO (ME21N) for Invoicing Plan in item details of "Delivery" tab, the Goods Receipt indicator was made in checke

  • Function module releated

    Dear All , I have doubt regarding whether ,by default the import and export parameters in function modules are passed by value or by reference . And what is the use of check box which is given to check pass by value .

  • Slideshow background: how to add a vignette?

    I like the background on the slideshow preset called "Photo Edges", it's 95% gray in the middle and then it has darker colors, like a vignette. Even if you change the background color you're only changing the colors in the middle, the corners remain

  • Photoshop cs5 camera raw (what?)  Not 5.7 or better thats for sure.

    I was a bit dissapointed today when I downloaded cs5 photoshop trial, and tried to open a canon t2i raw file. Aaarg..."Document could not be opened".   Is there an update to the shiny new CS5 Photoshop that would install the current camera raw?

  • Getting new Hard Disk. Need help with moving files from old one.

    Hey guys so here is my dilema. So I have a Lacie 500GB Hard Drive and made the mistake of accidently deleting all my backups.db into the trash but thankfully never emptied that. There was no way to put it back into the backups folder so it caused me