Arch Linux @ Sony Vaio

Hi!
I have a Sony Vaio with a Intel Core Duo processor. I've never used a linux contribution before (exept Ubuntu), and now I searching after a lightweight and not too "userfriendly" interfaced OS.
What can you say about using this rather than any other linux?
With best regards!
Rikard

With that modern of a processor you should be fine.  If everything was working under Ubuntu, you might want to take a look at a few key files (like <code>/etc/X11/xorg.conf</code>) and possibly see which drivers your machine will require, but I'd say you should be able to get everything working...with a little hard work.  Arch doesn't hold your hand nearly as much as Ubuntu does, but I'd say if you're looking to learn, you've found the right place to be!
(note: I came from Ubuntu as well over a year ago)

Similar Messages

  • Arch on Sony Vaio Pro feedback ?

    Hi all,
    Does anyone have feedback on running Arch Linux on a Sony Vaio Pro ?
    Especially:
    - compatibility/drivers
    - battery life
    - fan noize

    Hi FlyingTortoise,
    Was there any changes prior to touch screen not working?  Like installing software or hardware?  If not, then try using windows system restore to restore back to a date that you know when it was working.  If that still does not resolve issue.  Then we may have to put the unit back to factory condition to eliminate software related before servicing the unit for hardware.
    Nick--

  • [WORKED AROUND] Installing Arch Linux with 3.11 kernel on Vaio Pro 13

    Yesterday I received my Sony Vaio Pro 13.
    The WLAN card is only supported since kernel 3.11, which has been released by Linus several days ago.
    The laptop has no ethernet port, ideally I'd thus use the WLAN abilities using installation.
    Since there is no Arch ISO available with 3.11 yet, I was hoping to create my own, using the arch wiki guide on remastering the ISO: https://wiki.archlinux.org/index.php/Re … nstall_ISO
    I was wondering whether, instead of compiling my own kernel, I could just chroot into the unpacked ISO filesystem and install the 3.11 kernel from the testing repository using pacman.
    Which, as far as I could tell, was the released kernel, and not an earlier RC. Is this possible?
    One other question remains: the author of this blog mentions a diff that is needed to prevent the CPU freq to be stuck at 800Mhz (http://elouisyoung.blogspot.se/2013/07/ … -with.html).
    Does anyone know whether this made it to the mainline?
    # UPDATE
    I explored the latest kernel release and found out that the patch is not yet included in the mainline.
    So I'll have to compile my own kernel. There are however still issues with the CPU freq scaling (won't scale lower than 1.6Ghz). Nasty...
    # UPDATE 2
    Booting + installing mainline ISO, installed testing/linux for wifi, compiled own kernel + installed besides the testing/linux kernel worked fine for me.
    Last edited by A.J.Rouvoet (2013-09-08 17:21:05)

    Yesterday I received my Sony Vaio Pro 13.
    The WLAN card is only supported since kernel 3.11, which has been released by Linus several days ago.
    The laptop has no ethernet port, ideally I'd thus use the WLAN abilities using installation.
    Since there is no Arch ISO available with 3.11 yet, I was hoping to create my own, using the arch wiki guide on remastering the ISO: https://wiki.archlinux.org/index.php/Re … nstall_ISO
    I was wondering whether, instead of compiling my own kernel, I could just chroot into the unpacked ISO filesystem and install the 3.11 kernel from the testing repository using pacman.
    Which, as far as I could tell, was the released kernel, and not an earlier RC. Is this possible?
    One other question remains: the author of this blog mentions a diff that is needed to prevent the CPU freq to be stuck at 800Mhz (http://elouisyoung.blogspot.se/2013/07/ … -with.html).
    Does anyone know whether this made it to the mainline?
    # UPDATE
    I explored the latest kernel release and found out that the patch is not yet included in the mainline.
    So I'll have to compile my own kernel. There are however still issues with the CPU freq scaling (won't scale lower than 1.6Ghz). Nasty...
    # UPDATE 2
    Booting + installing mainline ISO, installed testing/linux for wifi, compiled own kernel + installed besides the testing/linux kernel worked fine for me.
    Last edited by A.J.Rouvoet (2013-09-08 17:21:05)

  • [SOLVED]Custom DSDT not loading - OEM battery doesn't work - Sony Vaio

    EDITING ORIGINAL POST TO POST SOLUTION so I don't do a massive bump
    Installed windows and ran the BIOS flasher that came with the battery. Didn't work until I changed a line in the plaintext configuration file (config.ini or something) it comes with. Changed "Capacity: 20" to "Capacity: -10". This changed the battery charge requirement from 20% to negative ten percent (any negative number will do), allowing the program to run and flash the BIOS. Didn't realize I could do that, but it fixed  the problem 100%.
    #### BEGIN ORIGINAL POST: ################################
    Hey guys,
    I'm a bit of a linux noob, but I've spent many hours this week trying to fix this issue on my own and have learned a lot about making custom kernels, hardware stuff, ACPI, and ABS. However, nothing I've done has worked and I've hit a wall. For reference, I'm on a Sony Vaio VGN-FZ4000 with linux-3.0 base kernel, gnome3/gdm. The battery is made in china and doesn't list a manufacturer, just model number BPS8, 52000mAh.
    [Backstory]
    So I recently got an OEM battery to replace the broken original, which hasn't worked since before I installed arch (though it worked with an Arch install I did a couple years ago). When I first plugged it in, the gnome battery symbol popped up listing the battery at 0% with an exclamation icon. I unplugged from AC power and the laptop still ran, but the battery monitor just said it was at 0% and 'Estimating' remaining time. I figured this was a glitch with gnome or just because it was this battery's first cycle so I let it run down until it hard-crashed. Then I plugged back into AC and tried to turn on the computer, but it wouldn't do anything until I removed the battery.
    Looking into the problem I discovered this was due to the ACPI firmware table DSDT being compiled for Windows, which has, shall we say, fewer restrictions on sanity than the Intel ASL compiler used for UNIX systems. Sure enough I extracted /sys/firmware/acpi/tables/DSDT to find that its section about the battery contained the entry 'Zero' for Battery Technology, which translates to "non-rechargeable", rather than 'One', which makes it chargeable. acpitool confirmed this; my system thought the battery was non-rechargeable and was constantly discharging it. Needless to say I've only been putting it in temporarily to test solutions since.
    [/backstory]
    [tl;dr] DSDT firmware contains malformed battery description, now I can't get my system to run with a custom DSDT. [/tl;dr]
    Attempted solutions:
    [1]
    Extract, modify, recompile DSDT and include it with the kernel compilation .config options
    CONIFG_ACPI_CUSTOM_DSDT=y
    CONFIG_ACPI_CUSTOM_DSDT_FILE="/usr/src/custom_dsdt.hex
    CONIFG_STANDALONE=n
    as suggested here, a page linked to by the arch wiki page on DSDT.
    I followed the instructions but no matter what this has generated errors during the kernel compilation, sometimes due to every line containing unexpected \231 (or other numbers) characters, sometimes finding some error in the DSDT file and then claiming that the driver it was compiling (ol.c somewhere in the drivers/acpi section I believe) had references to undefined functions all over the place. I CANNOT compile with a custom DSDT specified.
    [2]
    Place recompiled DSDT in /lib/initcpio/custom.dsdt and add 'dsdt' to the HOOKS in mkinitcpio (and rebuild the initramfs-linux-*.img, of course). Another version of this included recompiling the kernel with CONFIG_STANDALONE disabled.
    In neither of these situations has the running DSDT ever been anything but the BIOS-supplied one and not once has the battery shown any different behavior.
    acpitool and $ cat /proc/acpi/battery/BAT0/info have consistently claimed the information specified in the BIOS-supplied DSDT; the battery is non-rechargeable and is discharging at an unknown rate. Sometimes acpi will even report that the battery has zero capacity.
    The arch wiki does say mkinitcpio doesn't support the dsdt hook as of 2.6.30, but [1] didn't work either and mkinitcpio -H dsdt still told me to try this so I did.
    [3]
    The final solution I have tried has been to do [2] but to recompile the kernel with the legacy support for battery and ac adapter stuff disabled. I tried this because it was suggested in the kernel.log;
    Sep  13 11:51:03 localhost kernel: [   11.740059] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    Sep  13 11:51:03 localhost kernel: [   11.753434] ACPI: AC Adapter [ADP1] (on-line)
    The corresponding line now reads
    ACPI: AC Adapter [ADP1] (on-line)
    (The same goes for the battery BAT0)
    but all this does is remove the battery/ and adp1/ folders from /proc/acpi/ and break acpitool functionality. The log still doesn't mention the dsdt hook, either.
    [4]
    The old way to do this was to use the acpi-dsdt-initrd-patch-* patch, but that hasn't been updated for modern kernels, presumably because of the new "functionality" from mkiniticpio. The current kernel .config doesn't include any options for ACPI initrd/initramfs support or reading a DSDT from initramfs, which is the functionality provided by this patch.
    This covers all the methods I've been able to find on the internet and I'm at a loss for what to do. Am I doing something wrong in [1]? Under what conditions will the compiler fail/succeed with a CONFIG_ACPI_CUSTOM_DSDT_FILE?
    When I recompile I fix the 'Zero' definition and a couple compiler errors and warnings. The errors come from section length definitions, which read as 0x00000000 rather than the appropriate max-min value so I fix those, and the warnings come from _T_* methods belonging to the compiler, so I refactor the code to remove the initial underscores. The last warning comes from an isolated And statement that's within brackets (compiler complains it doesn't do anything), but if I remove that the compiler fails hard.
    Thanks to anyone who's read this far.  Please let me know if you have any ideas how to get my system to use a customized DSDT.
    Last edited by paraffin (2011-09-29 23:20:30)

    Thanks for the offer, Radioactive man However, I'm actually compiling a customized kernel with the linux-ck and -sony patches, so your packages won't help. (The custom kernel works fine and I've tested this battery behavior on the the regular, -ck, and -sony kernels as well)
    Anyway, so I tried another compile with
    CONFIG_PREVENT_FIRMWARE_BUILD=n in addition to the options listed in [1] and that time it compiled.
    Unfortunately it still didn't load the DSDT!
    I did catch a quick little error message that turned up in kernel.log though;
    /var/log/kernel.log:Sep 15 11:50:24 localhost kernel: [    0.925780] acerhdf: unknown (unsupported) BIOS version Sony Corporation/VGN-FZ4000E/R2110J7, please report, aborting!
    acerhdf is a fan controller module for the Aspire One, and perhaps I left that in the kernel config and it's preventing the custom DSDT from loading, even though the acerhdf module never gets loaded itself, nor is it in my rc.conf or anything else... If that was the cause of all this, I'm gonna be angry...
    Anyway, this message does not appear with my latest kernel build because I took off the custom DSDT option, hoping to be able to use ACPI_CUSTOM_METHOD=y, which supposedly allows one to inject a custom AML method into a debug fs. It wouldn't have worked anyway, as it doesn't let you modify Device sections, but even with a dummy method insertion it didn't give my root modification privileges as it was supposed to...
    Will try recompiling AGAIN with this CONFIG_ACERHDF=n (it's simply 'not set' in my current .config), while also enabling the custom kernel etc. If this doesn't work I have no idea what I'll do.
    Anyway, thanks for your help and time:

  • [SOLVED] ACPI power issues with Sony Vaio Pro 13

    tl;dr backstory:
    Sony VAIO Pro 13 (SVP13215CDB) laptop was working great (Win 8.1).
    Installed Win10 Tech Preview. A week later, it started going to sleep randomly and on certain key-presses (perhaps after performing Sony Vaio Software updates. I'm not 100% sure). I wiped all partitions installing Win7 in legacy mode. It still went to sleep randomly.
    I restored to factory default Win8.1 with Sony Vaio software up-to-date. It still went to sleep randomly.
    Took it to an electronics repair shop, to see if they could fix it, and they said it can't be fixed in any way without replacing motherboard, but that's basically a new laptop.
    So I turned to Arch Linux.
    I have completed the basic install from the Wiki, and it no longer sleeps/shuts down randomly, but it will gracefully shutdown when certain events/keypresses occur.
    I installed acpid and used "acpi_listen >> acpi.log" to determine what causes the system to perform a graceful shutdown. Here is the result of acpi.log (each line was a shutdown event):
    button/power PBTN 00000080 00000000 # Unplugged power adapter.
    button/power PBTN 00000080 00000000 # Running on battery and idle. Perhaps battery percent update caused this?
    button/power PBTN 00000080 00000000 # Plugged in power adapter.
    button/power PBTN 00000080 00000000 # Fn-F1 Touchpad Disable
    button/power PBTN 00000080 00000000 # Fn-F5 Brightness Down
    button/power PBTN 00000080 00000000 # Fn-F6 Brightness Up
    button/power PBTN 00000080 00000000 # Fn-F7 LCD/External Display
    button/power PBTN 00000080 00000000 # Fn-1 (Weird. It has no extra function).
    As you can see, they all seem to trigger the same shutdown event.
    I have seen on other posts that these ACPI signals can be disabled or assigned to other commands, which would be an acceptable workaround if it stops my laptop from erroneously shutting down. Is this doable?
    Also, I was not able to reflash the Sony VAIO firmware when using Windows, as Sony's package software is amazing wouldn't allow flashing an equal or lesser firmware version. Perhaps there is a way in Arch to force a reflash if I can get my hands on the firmware blob?
    Thanks .
    Last edited by SafeToRemoveACPI (2014-11-25 22:55:55)

    linux /boot/vmlinuz-linux root=UUID=<UUID here> rw quiet acpi=off
    Like this?
    I did that, and it disabled my laptop keyboard entirely. In doing so, it disables the key-presses that would normally shutdown the laptop, including the power button. So the only way to shut it down is a hard shutdown via long-press of the power button. Thanks, though.
    Update: Issue Solved. I will update post tonight. Flashing the BIOS again resolved the ACPI issues.
    Last edited by SafeToRemoveACPI (2014-11-25 22:54:13)

  • Sony Vaio VGN-N27LH - some questions SOLVED

    SOLVED - I installed the sony_acpi module from AUR and run the following to dim:
    echo "4" > /proc/acpi/sony/brightness
    Would still be grateful if anyone could advise on what else I need to consider when running linux on a laptop.  My original questions/post is below.
    So I took the plunge and bought my first latop.
    However, running linux is significantly more difficult and I'm feeling somewhat swamped.  On my desktop I just installed Arch and it ran fine.  With the laptop there are issues of power management, speed-stepping,suspend to disk, ACPI, etc, which are all new terms for me.  As I say, on the desktop I just installed Arch and it ran fine.  Nothing else to worry about.
    Let's start at the beginning.  I installed the beta version as I couldn't get an internet connection with my older version.  Having done some reading I've installed a few things and added some daemons but am still struggling to lower the brightness of the laptop.
    Below are some details:
    [darrendowlut@MyBoX Linux Stuff]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
    02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 16)
    06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
    08:03.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
    08:03.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
    08:03.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
    # /etc/rc.conf - Main Configuration for Arch Linux
    MODULES=(sky2 ipw3945 sonypi speedstep_centrino cpufreq_powersave cpufreq_conservative cpufreq_powersave cpufreq_stats cpufreq_userspace freq_table)
    DAEMONS=(syslog-ng ipw3945d network cpudyn acpid hal powersaved alsa netfs !crond)
    I'll be honest, I've no idea what half of those modules and daemons do!  I just know they are installed and load fine - there are no errors when the system boots.  What's more, I haven't edited any configuration files so whether those daemons are actually doing anything is anyones guess.
    So, any ideas on how to get the brightness down?  Equally, are there issues that I need to be aware of when running linux on a laptop.  It seems to be running quite hot and I dont know whether this is normal or not?
    Please don't shoot the noob.  Help greatfully received.  Be gentle.
    Thanks.
    Last edited by Ipsofacto (2007-04-09 16:56:39)

    wiki has some info, one of the Vaio pages is written by
    although its quite outdated it might give some hints (laptop-mode-tools for example) and inspire you to writte a new wikipage
    they say kernel 2.6.21 has the vaio brightness control inside him, so I'm waiting for 2.6.22 to see how things work with Vaios
    laptops aren't more difficult than desktops, Vaios are pain in the butt (its the first and the last I'll ever buy )

  • Xserver not start after installing linux-sony [SOLVED]

    hi
    i have a vaio F111Fx laptop .
    today i installed linux-sony kernel from aur and i have changed my menu.lst like this :
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /boot/vmlinuz-linux-sony root=/dev/sda1 ro quiet nomodeset vga=792 console=tty1 splash=silent,fadein,fadeout,theme:arch-banner-icons resume=/dev/sda3
    initrd /boot/initramfs-linux-sony.img
    but after this xserver does'nt start and when i login in tty and run xinit i get this eror :
    X.Org X Server 1.11.1
    Release Date: 2011-09-24
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH i686
    Current Operating System: Linux Mohammad 3.0-sony #1 SMP PREEMPT Thu Oct 13 02:02:16 IRST 2011 i686
    Kernel command line: root=/dev/sda1 ro quiet nomodeset vga=792 console=tty1 splash=silent,fadein,fadeout,theme:arch-banner-icons resume=/dev/sda3
    Build Date: 10 October 2011 08:49:15AM
    Current version of pixman: 0.22.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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 Oct 17 14:45:43 2011
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    FATAL: Module nvidia not found.
    (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    (EE) NVIDIA: system's kernel log for additional error messages.
    (EE) Failed to load module "nvidia" (module-specific error, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    what should i do now ? please help me
    tnx
    Last edited by MohammadR (2011-10-17 13:49:31)

    https://wiki.archlinux.org/index.php/NV … tom_kernel
    and
    https://aur.archlinux.org/packages.php?ID=32908
    Last edited by lowph (2011-10-17 13:39:14)

  • GPU and CPU high temperatures on Sony VAIO VPCEA1S1E

    Hi,
    I have a problem with my Sony VAIO VPCEA1S1E (with Intel Core i3 330M and ATI Mobility Radeon HD 5145 inside). The temperatures of CPU and GPU are higher under Linux than under Windows. As a result the fan is much more noisy.
    Under Windows
    When the system is idle the temperatures are about:
    GPU: 52-58°C
    CPU1: 42-50°C
    CPU2: 36-45°C
    In System Monitor tool there are 4 CPUs displayed and two of them (CPU1 and CPU3) remain suspended most of the time (while CPU0 and CPU2 are running all the time). The cooling fan is silent. This is OK.
    Under Linux
    When the system is idle the temperatures are about:
    GPU: 67-69°C
    CPU1: 55-57°C
    CPU2: 35-57°C
    I use xf86-video-ati driver and 2.6.36.2-1 kernel version. I also use cpufreq and powertop output looks as follows:
    PowerTOP 1.13 (C) 2007 - 2010 Intel Corporation
    Collecting data for 15 seconds
    Cn Avg residency
    C0 (cpu running) ( 0,0%)
    polling 0,0ms ( 0,0%)
    C1 mwait 0,5ms ( 0,2%)
    C2 mwait 2,0ms ( 2,3%)
    C3 mwait 7,6ms (97,9%)
    P-states (frequencies)
    2,14 Ghz 4,8%
    1,87 Ghz 0,1%
    1199 Mhz 0,2%
    1066 Mhz 0,2%
    933 Mhz 94,4%
    Wakeups-from-idle per second : 144,2 interval: 15,0s
    no ACPI power usage estimate available
    Top causes for wakeups:
    32,2% ( 60,7) [radeon] <interrupt>
    14,2% ( 26,8) kworker/0:1
    12,4% ( 23,5) [kernel scheduler] Load balancing tick
    10,1% ( 19,1) kworker/0:0
    5,2% ( 9,9) [ahci] <interrupt>
    4,1% ( 7,7) kwin
    3,3% ( 6,1) konsole
    2,9% ( 5,5) X
    1,8% ( 3,3) [acpi] <interrupt>
    1,8% ( 3,3) plasma-desktop
    1,7% ( 3,3) [ehci_hcd:usb1, ath9k] <interrupt>
    1,3% ( 2,5) kworker/u:5
    1,2% ( 2,3) mysqld
    1,2% ( 2,3) [kernel core] hrtimer_start (tick_sched_timer)
    1,1% ( 2,0) [kernel core] clocksource_watchdog (clocksource_watchdog)
    0,8% ( 1,5) kopete
    0,6% ( 1,2) nepomukservices
    0,5% ( 1,0) krunner
    0,5% ( 0,9) ksysguardd
    0,4% ( 0,7) hald-addon-stor
    0,2% ( 0,5) virtuoso-t
    0,2% ( 0,5) dolphin
    0,2% ( 0,4) NetworkManager
    0,2% ( 0,4) [kernel core] __enqueue_rt_entity (sched_rt_period_timer)
    0,2% ( 0,3) kworker/2:2
    0,2% ( 0,3) gpg-agent
    0,2% ( 0,3) hald
    0,1% ( 0,3) flush-8:0
    0,1% ( 0,3) akonadiserver
    0,1% ( 0,2) kded4
    0,1% ( 0,2) [kernel core] dev_watchdog (dev_watchdog)
    0,1% ( 0,2) init
    0,1% ( 0,1) wpa_supplicant
    0,1% ( 0,1) rtkit-daemon
    0,0% ( 0,1) [sky2@pci:0000:04:00.0] <interrupt>
    0,0% ( 0,1) kworker/u:4
    0,0% ( 0,1) bash
    0,0% ( 0,1) knetworkmanager
    0,0% ( 0,1) gconfd-2
    0,0% ( 0,1) sudo
    0,0% ( 0,1) watchdog/0
    0,0% ( 0,1) watchdog/1
    0,0% ( 0,1) watchdog/2
    0,0% ( 0,1) watchdog/3
    0,0% ( 0,1) akonadi_control
    0,0% ( 0,1) rpcbind
    0,0% ( 0,1) hddtemp
    An audio device is active 100,0% of the time:
    hwC0D0 Realtek ALC269
    A USB device is active 100,0% of the time:
    /sys/bus/usb/devices/2-1
    Suggestion: Enable Device Power Management by pressing the P key
    Suggestion: Enable USB autosuspend for non-input devices by pressing the U key
    Suggestion: increase the VM dirty writeback time from 5,00 to 15 seconds with:
    echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
    This wakes the disk up less frequently for background VM activity
    Suggestion: enable the power aware CPU scheduler with the following command:
    echo 1 > /sys/devices/system/cpu/sched_mc_power_savings
    or by pressing the C key.
    Suggestion: Enable SATA ALPM link power management via:
    echo min_power > /sys/class/scsi_host/host0/link_power_management_policy
    or press the S key.
    Suggestion: Disable the unused WIFI radio by setting the interface down:
    ifconfig wlan0 down
    Suggestion: enable HD audio powersave mode by executing the following command:
    echo 1 > /sys/module/snd_hda_intel/parameters/power_save
    or by passing power_save=1 as module parameter.
    Suggestion: Enable the CONFIG_INOTIFY kernel configuration option.
    This option allows programs to wait for changes in files and directories
    instead of having to poll for these changes
    Recent USB suspend statistics
    Active Device name
    100,0% USB device 2-1.6 : RF USB Receiver (A4Tech)
    100,0% USB device 1-1.6 : Broadcom Bluetooth Device (Broadcom Corp)
    100,0% USB device 1-1.2 : USB 2.0 Camera (SuYin)
    100,0% /sys/bus/usb/devices/2-1
    100,0% /sys/bus/usb/devices/1-1
    100,0% USB device usb2 : EHCI Host Controller (Linux 2.6.36-ARCH ehci_hcd)
    100,0% USB device usb1 : EHCI Host Controller (Linux 2.6.36-ARCH ehci_hcd)
    Runtime Device Power Management statistics
    Active Device name
    0,0% 04:00.0 Ethernet controller: Marvell Technology Group Ltd. Device 4381
    0,0% 03:00.4 SD Host controller: Ricoh Co Ltd Device e822
    0,0% 03:00.0 SD Host controller: Ricoh Co Ltd Device e822
    0,0% 02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express)
    0,0% 01:00.1 Audio device: ATI Technologies Inc RV710/730
    0,0% 01:00.0 VGA compatible controller: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series]
    0,0% 00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller
    0,0% 00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
    0,0% 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio
    0,0% 00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
    Devices without runtime PM
    3f:02.3 Host bridge: Intel Corporation Core Processor Reserved
    3f:02.2 Host bridge: Intel Corporation Core Processor Reserved
    3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0
    3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0
    3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder
    3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers
    03:00.1 System peripheral: Ricoh Co Ltd Device e230
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge
    00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6
    00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2
    4 more devices without runtime PM ommitted
    Recent audio activity statistics
    Active Device name
    100,0% hwC0D0 Realtek ALC269
    Recent SATA AHCI link activity statistics
    Active Partial Slumber Device name
    I've also tried using Power Management tips for Radeon from Arch Wiki but the only option I could set in /sys/class/drm/card0/device/power_method file was dynpm and it made no effect.
    It seems to me that the main problem is power management of the Radeon card as it interrupts CPUs very often and heats most. I suspect that the CPU temperatures may be increased because of the Radeon ones (but I may be wrong).
    I hope someone can help with the issue...
    Last edited by deluminathor (2011-01-02 16:49:18)

    Mektub wrote:Installed catalyst and surprise! The temperature is now 65 while computing and the fans are much quitter .
    I tried replacing xf86-video-ati with catalyst driver and it helped indeed Thanks Mektub!
    @kismet010: Did you run aticonfig --initial (as root) after installing catalyst? It's very important. Before I run it the temperatures (and fan noise) were the same as with xf86-video-ati. Actually there are some more configuration steps that have to be taken after installing catalyst - check ATI Catalyst @ ArchWiki.
    Now I'm bothering with dual head configuration because catalyst incorrectly sets the primary screen (i.e. the other way round as xf86-video-ati does) but it's for another thread.

  • Sony Vaio FZ Series - LCD brightness

    Hi All,
    I have recently bought a Sony VAIO FZ11S and I've successfully installed Archlinux:
    Fully working:
    - CPU Scaling (using cpudyn)
    - Multimedia keys (mute, volume up/down, play/stop, etc. using Xmodmap)
    - Wireless (using iwl3945. Can't connect with AP with hidden SSID)
    - Nvidia GeForce 8400M (using latest nvidia drivers with stock arch kernel 2.6.23)
    - Audio (after adding 'options snd-hda-intel model=vaio' to /etc/modprobe.conf. MIC not tested yet)
    Untested:
    - bluetooth
    - SD/MS card reader
    - Video camera
    NOT WORKING:
    - LCD brightness adjustment: FN+F5/F6 are detected correctly by acpid but nothing happens. I'm using the module sony-laptop included with kernel 2.6. Folder /sys/class/backlight is empty. I can use nvidia-settings to change COLOR BRIGHTNESS but this is NOT a good solution IMHO. I'd like to get the same capabilities I get running Windows Vista. (change LCD backlight).
    I've read somewhere it is a problem common to all laptop with the same NVIDIA videocard. Does anyone know a fix for this? I've also tried with  latest nvidia beta drivers with no success.
    - Hibernate/suspend. I tried with pm-tools to suspend/hibernate laptop but nothing is working correctly. I didn't investigate further. Has anyone got a quick solution for this?
    lspci output:
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
    00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
    00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GT (rev a1)
    06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
    08:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 16)
    09:03.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
    09:03.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
    09:03.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
    Please help
    V.
    Last edited by Vins (2007-12-09 11:37:08)

    I recently bought a Sony FZ180, almost identical stats and hardware.
    I tried all the same suggestions, which worked fine on my old laptop, but will not for this one. If anyone can think of another method to control the backlight I would be grateful.
    Also, I tested the SD slot, the TI driver recognizes when a card is inserted, but no devices or mount-points are created.
    tifm_core: MMC/SD card detected in socket 0:1
    tifm0 : demand removing card from socket 0:1
    (The second line is from me removing the card, not a defective slot.)
    Everything else works great, though. Arch boots to a full KDE desktop much, much faster than my cleaned-up vista partition. I'm really happy overall.

  • Sony VAIO VGN-FW11E - can't set brightness

    Hello everyone!
    I have really annoying problem with my laptop - setting brightness just don't work. I have tested many others distributions and this work only under Ubuntu 9.10 beta. I think that is connected with this. How can I use this patch  in arch?
    Laptop: Sony VAIO VGN-FW11E
    Graphic card: ATI Radeon HD3470
    I'm sorry for my english but people in polish forum just can't help me ;p

    oskar.einstein wrote:
    @B I'm not able to make so specific changes like you said. I can build something from AUR, sometimes also make some changes to PKBUILD's but doing something with dsdt is to hard for me.
    @litemotiv
    Do you think I shoud compile new kernel with new sony-laptop module inside?
    hmm, i'm not certain that will fix it for you..
    do you already have a fixed dsdt for your laptop? if you do, the best way is to compile a kernel with these lines added to the kernel config file:
    CONFIG_STANDALONE=n
    CONFIG_ACPI_CUSTOM_DSDT=y
    CONFIG_ACPI_CUSTOM_DSDT_FILE="DSDT.hex"
    that will definitely fix the brightness issue. the sony-laptop module is built by default, so you don't have to compile that specifically (the module is needed to get the function-keys on your keyboard working, it shouldn't have any influence on the brightness itself).
    if you don't have a custom dsdt yet, you need to make one following the instructions on the vaiobuntu blog. it's a bit daunting at first, but i assure you that it's doable.
    Last edited by litemotiv (2009-10-26 21:11:30)

  • [SOLVED] Sony Vaio Keys don't work (probably udev issue)

    Hardware: SONY VAIO VPC-EH2L1R
    Linux distribution: archlinux, XFCE
    udev versions: 177, 178 (core), udev-git 20120123-1 (AUR)
    keyboard driver: evdev
    At least a week earlier I had some of Sony Vaio Keys working: Volume control (Fn+F2: mute, Fn+F3: down, Fn+F4: up) and Brightness control (Fn+F5: down, Fn+F6: up). Other Vaio Keys (Fn+F1: touchpad switch, Fn+F7: switch video mode, Fn+F12: suspend) never worked.
    At some point (I think after updating to udev-177-1) Brightness control keys stopped working. Volume control keys still work.
    Brightness control still works directly via acpi.
    I know this may sound like this bug, but that solution doesn't work for me - neither updating to udev-git nor manually loading the keymap.
    My keyboards are:
    [ajaxas@r2d2 ~]$ /lib/udev/findkeyboards
    AT keyboard: input/event0
    module: input/event1
    which are actually:
    [ajaxas@r2d2 ~]$ cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0010 Vendor=104d Product=0000 Version=0000
    N: Name="Sony Vaio Keys"
    P: Phys=
    S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/SNY5001:00/input/input1
    U: Uniq=
    H: Handlers=kbd rfkill event1
    B: PROP=0
    B: EV=13
    B: KEY=1f16cf0000 c00000000 10010000000000 200000000 600e00102c00 380000240300400 e000000000000 0
    B: MSC=10
    Now, the funny thing is that (I think) udev loads my keymap correctly:
    [ajaxas@r2d2 ~]$ cat /sys/class/dmi/id/{sys_vendor,product_name}
    Sony Corporation
    VPCEH2L1R
    Here is this keymap module-sony (which worked until recently!):
    [ajaxas@r2d2 ~]$ cat /lib/udev/keymaps/module-sony
    0x06 mute # Fn+F2
    0x07 volumedown # Fn+F3
    0x08 volumeup # Fn+F4
    0x09 brightnessdown # Fn+F5
    0x0A brightnessup # Fn+F6
    0x0B switchvideomode # Fn+F7
    0x0E zoom # Fn+F10
    0x10 suspend # Fn+F12
    - but here is where it starts getting curiouser and curiouser.
    My Volume control keys seem to be mapped to input/event0 (keyboard itself):
    [root@r2d2 ajaxas]# /lib/udev/keynap -i input/event0
    scan code: 0xA0 key code: mute
    scan code: 0xAE key code: volumedown
    scan code: 0xB0 key code: volumeup
    and these scan codes correspond not to my keymap (0x06, 0x07, 0x08), but to /lib/udev/keymaps/force-release/common-volume-keys:
    [ajaxas@r2d2 ~]$ cat /lib/udev/keymaps/force-release/common-volume-keys
    0xa0 #mute
    0xae #volume down
    0xb0 #volume up
    So I assume, udev uses force-release rules before other keymaps and maps my Volume control keys to input/event0 (how? I couldn't find the rule!), which is more or less fine with me, but!
    My Brightness control keys, mapped as 0x09 and 0x0A in the keymap, are reported by udev as:
    [root@r2d2 ajaxas]# /lib/udev/keymap -i input/event1
    scan code: 0x10 key code: brightnessdown
    scan code: 0x11 key code: brightnessup
    If I change my keymap file (0x09 -> 0x10, 0x0A -> 0x11) and load keymap manually, nothing changes. And when I reboot with this changed keymap, udev reports this for my Brightness control keys:
    [root@r2d2 ajaxas]# /lib/udev/keymap -i input/event1
    scan code: 0x10 key code: fn_f5
    scan code: 0x11 key code: fn_f6
    Again, nothing works, and keys are not reported as Brightness control keys anymore.
    As I said earlier, updating udev doesn't help.
    Could somebody please help me?
    EDIT: added keyboard driver (evdev) reference.
    Last edited by ajaxas (2012-01-25 13:52:54)

    jst wrote:
    ajaxas wrote:Okay, this is stupid but it was XFCE's fault. If anyone with the same problem reads this, try creating a new user account and see if it's actually udev or only your shitty DE. -_-
    How did you solve this? I realized I have the same problem with XFCE, but could not solve it
    I don't really remember. As a matter of fact, I've already switched to KDE and I'm quite content with it

  • HP DV6000 randomly freezing with Arch Linux

    Hello,
    Just to clarify I am working with Arch Linux as a Web Developer, therefore I do have special needs such as having 20+ tabs open with vital information in different pages.
    I can assure that after using Windows XP, Windows 7, xUbuntu, Linux Mint and Ubuntu I have never had such breaks or freezes in this machine.
    The freezes are identifiable when the mouse seems to be very slow to move, the computer very slow to respond, the cursor of the icon does not change within the context where it is, I can't even open the menu bar to access the terminal (using Terminator).
    After noticing these randomly freezes, I've started to keep the Terminator open with top command inserted. After seeing the values of percentage usage in CPU or RAM, the levels don't even go up more than 20%. However, I notice that the laptop suddenly starts heating a lot.
    The solution is just to wait with some luck about 10 minutes. If it does not go on after that, I need to turn off the computer by pressing the button or unplugging the battery (yeah, the battery is dead too).
    Some main packages I currently use are:
    - Cinnamon
    - Filezilla
    - Netbeans PHP IDE 8.0
    - Skype
    - Geany
    - 7-Zip FM
    - Adobe Flash Player
    - Chromium (my main browser)
    - Firefox
    - SSH
    - Htop
    - VLC Media Player
    - Terminator
    Any ideas of what could it be?
    Thanks!
    Last edited by SirPereira (2014-05-19 14:52:56)

    Rexilion wrote:
    It seems you do not have any swap. Correct?
    Could you provide the output of dmesg after the occurance?
    Yes, you are correct, I do not have any swap. Would I benefit from it? I guess I never used it.
    After the occurance you mean, after the freeze? I will try to do it, but it is rare the case when the computer is able to not freeze at all.
    Got it now:
    The output of dmesg:
    [ 0.443614] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    [ 0.443838] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
    [ 0.444061] pcieport 0000:00:1c.5: irq 45 for MSI/MSI-X
    [ 0.444184] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    [ 0.444187] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.444190] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    [ 0.444210] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.444213] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.444217] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.444237] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.444239] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.444243] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.444266] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.444271] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.444290] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.444293] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
    [ 0.444295] pci 0000:06:00.1: Signaling PME through PCIe PME interrupt
    [ 0.444297] pci 0000:06:00.2: Signaling PME through PCIe PME interrupt
    [ 0.444298] pci 0000:06:00.3: Signaling PME through PCIe PME interrupt
    [ 0.444300] pci 0000:06:00.4: Signaling PME through PCIe PME interrupt
    [ 0.444305] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.444324] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    [ 0.444329] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    [ 0.444345] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.444364] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.444399] intel_idle: does not run on family 6 model 23
    [ 0.444441] GHES: HEST is not enabled!
    [ 0.444500] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.444971] Linux agpgart interface v0.103
    [ 0.445012] rtc_cmos 00:03: RTC can wake from S4
    [ 0.445141] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.445167] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.445178] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.445322] TCP: cubic registered
    [ 0.445446] NET: Registered protocol family 10
    [ 0.445656] NET: Registered protocol family 17
    [ 0.445905] registered taskstats version 1
    [ 0.446529] Magic number: 14:681:877
    [ 0.446613] rtc_cmos 00:03: setting system clock to 2014-05-20 08:51:33 UTC (1400575893)
    [ 0.446705] PM: Hibernation image not present or could not be loaded.
    [ 0.447929] Freeing unused kernel memory: 1120K (ffffffff818d8000 - ffffffff819f0000)
    [ 0.447931] Write protecting the kernel read-only data: 8192k
    [ 0.450553] Freeing unused kernel memory: 904K (ffff88000151e000 - ffff880001600000)
    [ 0.451721] Freeing unused kernel memory: 416K (ffff880001798000 - ffff880001800000)
    [ 0.458667] random: systemd-tmpfile urandom read with 2 bits of entropy available
    [ 0.460077] systemd-udevd[47]: starting version 212
    [ 0.478236] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
    [ 0.489263] ACPI: bus type USB registered
    [ 0.489293] usbcore: registered new interface driver usbfs
    [ 0.489304] usbcore: registered new interface driver hub
    [ 0.494274] sdhci: Secure Digital Host Controller Interface driver
    [ 0.494278] sdhci: Copyright(c) Pierre Ossman
    [ 0.494499] sdhci-pci 0000:06:00.1: SDHCI controller found [197b:2382] (rev 0)
    [ 0.494708] mmc0: SDHCI controller on PCI [0000:06:00.1] using DMA
    [ 0.494739] sdhci-pci 0000:06:00.2: SDHCI controller found [197b:2381] (rev 0)
    [ 0.494796] sdhci-pci 0000:06:00.2: Refusing to bind to secondary interface.
    [ 0.499195] usbcore: registered new device driver usb
    [ 0.499671] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.499940] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.500201] ehci-pci: EHCI PCI platform driver
    [ 0.500769] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.500777] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.500786] uhci_hcd 0000:00:1a.0: detected 2 ports
    [ 0.500808] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000080e0
    [ 0.501200] hub 1-0:1.0: USB hub found
    [ 0.501209] hub 1-0:1.0: 2 ports detected
    [ 0.501580] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.501587] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    [ 0.501593] uhci_hcd 0000:00:1a.1: detected 2 ports
    [ 0.501626] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000080c0
    [ 0.503178] SCSI subsystem initialized
    [ 0.503409] hub 2-0:1.0: USB hub found
    [ 0.503419] hub 2-0:1.0: 2 ports detected
    [ 0.503907] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 0.503914] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
    [ 0.503929] ehci-pci 0000:00:1a.7: debug port 1
    [ 0.507842] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 0.507859] ehci-pci 0000:00:1a.7: irq 19, io mem 0xdd005c00
    [ 0.508093] libata version 3.00 loaded.
    [ 0.508752] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.508793] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.513351] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.513563] hub 3-0:1.0: USB hub found
    [ 0.513629] hub 3-0:1.0: 4 ports detected
    [ 0.536813] hub 1-0:1.0: USB hub found
    [ 0.536828] hub 1-0:1.0: 2 ports detected
    [ 0.556530] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.560059] hub 2-0:1.0: USB hub found
    [ 0.560067] hub 2-0:1.0: 2 ports detected
    [ 0.560345] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.560352] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
    [ 0.560366] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.563401] firewire_ohci 0000:06:00.0: added OHCI v1.10 device as card 0, 4 IR + 0 IT contexts, quirks 0x10
    [ 0.568179] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 0.568198] ehci-pci 0000:00:1d.7: irq 20, io mem 0xdd005800
    [ 0.576683] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.576856] hub 4-0:1.0: USB hub found
    [ 0.576865] hub 4-0:1.0: 8 ports detected
    [ 0.577213] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.577220] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 0.577228] uhci_hcd 0000:00:1d.0: detected 2 ports
    [ 0.577249] uhci_hcd 0000:00:1d.0: irq 20, io base 0x000080a0
    [ 0.577420] hub 5-0:1.0: USB hub found
    [ 0.577429] hub 5-0:1.0: 2 ports detected
    [ 0.577678] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.577684] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 0.577691] uhci_hcd 0000:00:1d.1: detected 2 ports
    [ 0.577712] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00008080
    [ 0.577877] hub 6-0:1.0: USB hub found
    [ 0.577885] hub 6-0:1.0: 2 ports detected
    [ 0.578124] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.578130] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 0.578136] uhci_hcd 0000:00:1d.2: detected 2 ports
    [ 0.578156] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00008060
    [ 0.578323] hub 7-0:1.0: USB hub found
    [ 0.578331] hub 7-0:1.0: 2 ports detected
    [ 0.578566] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 0.578573] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
    [ 0.578579] uhci_hcd 0000:00:1d.3: detected 2 ports
    [ 0.578609] uhci_hcd 0000:00:1d.3: irq 18, io base 0x00008040
    [ 0.578778] hub 8-0:1.0: USB hub found
    [ 0.578786] hub 8-0:1.0: 2 ports detected
    [ 0.579138] ahci 0000:00:1f.2: version 3.0
    [ 0.579314] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
    [ 0.579386] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    [ 0.579390] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc ems sxs
    [ 0.597458] scsi0 : ahci
    [ 0.597577] scsi1 : ahci
    [ 0.597688] scsi2 : ahci
    [ 0.597787] scsi3 : ahci
    [ 0.597890] scsi4 : ahci
    [ 0.597988] scsi5 : ahci
    [ 0.598049] ata1: SATA max UDMA/133 abar m2048@0xdd005000 port 0xdd005100 irq 46
    [ 0.598053] ata2: SATA max UDMA/133 abar m2048@0xdd005000 port 0xdd005180 irq 46
    [ 0.598054] ata3: DUMMY
    [ 0.598056] ata4: DUMMY
    [ 0.598058] ata5: SATA max UDMA/133 abar m2048@0xdd005000 port 0xdd005300 irq 46
    [ 0.598060] ata6: SATA max UDMA/133 abar m2048@0xdd005000 port 0xdd005380 irq 46
    [ 0.916700] ata6: SATA link down (SStatus 0 SControl 300)
    [ 0.916718] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.063421] firewire_core 0000:06:00.0: created device fw0: GUID 0000000000000000, S400
    [ 1.083353] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.083369] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.083987] ata1.00: ATA-8: TOSHIBA MK5055GSX, FG002C, max UDMA/100
    [ 1.083990] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.084680] ata1.00: configured for UDMA/100
    [ 1.084792] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK5055GS FG00 PQ: 0 ANSI: 5
    [ 1.087088] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T50L, SC04, max UDMA/100
    [ 1.092125] ata2.00: configured for UDMA/100
    [ 1.113361] usb 2-2: new low-speed USB device number 2 using uhci_hcd
    [ 1.203938] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T50L SC04 PQ: 0 ANSI: 5
    [ 1.208648] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.208739] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.208743] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.208779] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.290173] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.323084] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.323088] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.323226] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.325332] usbcore: registered new interface driver usbhid
    [ 1.325335] usbhid: USB HID core driver
    [ 1.325918] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/0003:045E:0750.0001/input/input2
    [ 1.326088] hid-generic 0003:045E:0750.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-0000:00:1a.1-2/input0
    [ 1.336169] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.1/0003:045E:0750.0002/input/input3
    [ 1.336217] hid-generic 0003:045E:0750.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-0000:00:1a.1-2/input1
    [ 1.418377] sda: sda1 sda2
    [ 1.418731] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.426688] tsc: Refined TSC clocksource calibration: 2394.269 MHz
    [ 1.446699] usb 4-4: new high-speed USB device number 3 using ehci-pci
    [ 2.115101] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.200031] usb 5-1: new low-speed USB device number 2 using uhci_hcd
    [ 2.385422] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/0003:046D:C05A.0003/input/input4
    [ 2.385472] hid-generic 0003:046D:C05A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1/input0
    [ 2.426729] Switched to clocksource tsc
    [ 2.490018] usb 7-2: new full-speed USB device number 2 using uhci_hcd
    [ 2.502963] random: nonblocking pool is initialized
    [ 2.721320] systemd[1]: systemd 212 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
    [ 2.721454] systemd[1]: Detected architecture 'x86-64'.
    [ 2.739429] systemd[1]: Set hostname to <arch>.
    [ 3.632105] systemd[1]: Configuration file /etc/systemd/system/netctl@my\x2dnetwork.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    [ 3.755410] systemd[1]: Starting Login Prompts.
    [ 3.755928] systemd[1]: Reached target Login Prompts.
    [ 3.755939] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.755992] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.756002] systemd[1]: Starting Remote File Systems.
    [ 3.756478] systemd[1]: Reached target Remote File Systems.
    [ 3.756488] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    [ 3.756839] systemd[1]: Starting Encrypted Volumes.
    [ 3.757313] systemd[1]: Reached target Encrypted Volumes.
    [ 3.757330] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.757364] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.757373] systemd[1]: Starting Paths.
    [ 3.757845] systemd[1]: Reached target Paths.
    [ 3.757866] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.758419] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.758432] systemd[1]: Starting Swap.
    [ 3.758902] systemd[1]: Reached target Swap.
    [ 3.758913] systemd[1]: Expecting device dev-disk-by\x2duuid-3e31eb5f\x2d326a\x2d4cd0\x2daab3\x2d7d1e7ac0797b.device...
    [ 3.759249] systemd[1]: Starting Root Slice.
    [ 3.766515] systemd[1]: Created slice Root Slice.
    [ 3.766527] systemd[1]: Starting User and Session Slice.
    [ 3.767173] systemd[1]: Created slice User and Session Slice.
    [ 3.767184] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.767681] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.767691] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.768180] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.768189] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.768677] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.768687] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.769176] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.769189] systemd[1]: Starting udev Control Socket.
    [ 3.769676] systemd[1]: Listening on udev Control Socket.
    [ 3.769688] systemd[1]: Starting udev Kernel Socket.
    [ 3.770181] systemd[1]: Listening on udev Kernel Socket.
    [ 3.770192] systemd[1]: Starting Journal Socket.
    [ 3.770700] systemd[1]: Listening on Journal Socket.
    [ 3.770716] systemd[1]: Starting System Slice.
    [ 3.771341] systemd[1]: Created slice System Slice.
    [ 3.771357] systemd[1]: Started File System Check on Root Device.
    [ 3.771365] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 3.772001] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 3.772011] systemd[1]: Mounting Temporary Directory...
    [ 3.790231] systemd[1]: Starting system-netctl.slice.
    [ 3.790914] systemd[1]: Created slice system-netctl.slice.
    [ 3.790930] systemd[1]: Starting system-getty.slice.
    [ 3.791567] systemd[1]: Created slice system-getty.slice.
    [ 3.809849] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.852492] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 3.876658] systemd[1]: Starting Apply Kernel Variables...
    [ 3.877416] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.878150] systemd[1]: Mounting Huge Pages File System...
    [ 3.878884] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.879636] systemd[1]: Starting Setup Virtual Console...
    [ 3.880782] systemd[1]: Started Load Kernel Modules.
    [ 3.880820] systemd[1]: Mounting Configuration File System...
    [ 3.881579] systemd[1]: Mounting Debug File System...
    [ 3.882319] systemd[1]: Mounted FUSE Control File System.
    [ 3.882346] systemd[1]: Starting Journal Service...
    [ 3.883635] systemd[1]: Started Journal Service.
    [ 4.312288] EXT4-fs (sda1): re-mounted. Opts: data=ordered
    [ 4.431925] systemd-udevd[146]: starting version 212
    [ 5.513427] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
    [ 5.513433] ACPI: Power Button [PWRB]
    [ 5.513493] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
    [ 5.513777] ACPI: Lid Switch [LID0]
    [ 5.513831] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7
    [ 5.513834] ACPI: Sleep Button [SLPB]
    [ 5.513911] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
    [ 5.513914] ACPI: Power Button [PWRF]
    [ 5.596907] ACPI: AC Adapter [ACAD] (on-line)
    [ 5.645033] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 5.657955] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 5.661096] acpi device:08: registered as cooling_device0
    [ 5.663657] acpi device:0a: registered as cooling_device1
    [ 5.663725] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input9
    [ 5.708497] hp_accel: laptop model unknown, using default axes configuration
    [ 5.720053] lis3lv02d: 8 bits sensor found
    [ 5.729279] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 5.791571] ene_ir: chip is 0x3926 - kbver = 0x00, rev = 0xc0
    [ 5.791574] ene_ir: PLL freq = 1406
    [ 5.791575] ene_ir: KB3926C detected
    [ 5.791586] ene_ir: Firmware regs: 00 00
    [ 5.791587] ene_ir: Hardware features:
    [ 5.791589] ene_ir: * Uses GPIO 40 for IR demodulated input
    [ 5.821208] Monitor-Mwait will be used to enter C-1 state
    [ 5.821217] Monitor-Mwait will be used to enter C-2 state
    [ 5.821221] Monitor-Mwait will be used to enter C-3 state
    [ 5.821225] tsc: Marking TSC unstable due to TSC halts in idle
    [ 5.821242] ACPI: acpi_idle registered with cpuidle
    [ 5.821270] Switched to clocksource hpet
    [ 5.827916] Registered IR keymap rc-rc6-mce
    [ 5.828003] input: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0/input10
    [ 5.828066] rc0: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0
    [ 5.840895] ene_ir: driver has been successfully loaded
    [ 5.848018] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11
    [ 5.877265] IR JVC protocol handler initialized
    [ 5.878491] IR NEC protocol handler initialized
    [ 5.879175] IR RC6 protocol handler initialized
    [ 5.880281] IR RC5(x) protocol handler initialized
    [ 5.880739] IR SANYO protocol handler initialized
    [ 5.881059] input: MCE IR Keyboard/Mouse (ene_ir) as /devices/virtual/input/input12
    [ 5.881065] IR MCE Keyboard/mouse protocol handler initialized
    [ 5.881065] IR Sony protocol handler initialized
    [ 5.881758] lirc_dev: IR Remote Control driver registered, major 249
    [ 5.882267] rc rc0: lirc_dev: driver ir-lirc-codec (ene_ir) registered at minor = 0
    [ 5.882270] IR LIRC bridge handler initialized
    [ 5.891466] [Firmware Bug]: Invalid critical threshold (0)
    [ 5.892123] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.892126] ACPI: Thermal Zone [TZ01] (31 C)
    [ 5.903447] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input13
    [ 5.903835] wmi: Mapper loaded
    [ 5.927466] ACPI: Battery Slot [BAT0] (battery present)
    [ 6.029419] [drm] Initialized drm 1.1.0 20060810
    [ 6.114983] cfg80211: Calling CRDA to update world regulatory domain
    [ 6.137776] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMBA) (20131218/utaddress-258)
    [ 6.137785] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.137789] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000050f (\GPIO) (20131218/utaddress-258)
    [ 6.137793] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.137822] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 6.180252] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 6.180255] Copyright(c) 2003- 2014 Intel Corporation
    [ 6.180475] iwlwifi 0000:02:00.0: irq 48 for MSI/MSI-X
    [ 6.287693] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 6.287960] r8169 0000:03:00.0: irq 49 for MSI/MSI-X
    [ 6.288149] r8169 0000:03:00.0 eth0: RTL8168c/8111c at 0xffffc9000584a000, 00:00:00:00:00:00, XID 1c4000c0 IRQ 49
    [ 6.288152] r8169 0000:03:00.0 eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 6.345229] mousedev: PS/2 mouse device common for all mice
    [ 6.436120] ACPI Warning: SystemIO range 0x0000000000008000-0x000000000000801f conflicts with OpRegion 0x0000000000008000-0x000000000000800f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258)
    [ 6.436128] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.526671] microcode: CPU0 sig=0x10676, pf=0x80, revision=0x60c
    [ 6.535077] media: Linux media interface: v0.10
    [ 6.569608] microcode: CPU1 sig=0x10676, pf=0x80, revision=0x60c
    [ 6.569745] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.570548] input: HDA Intel HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
    [ 6.570639] input: HDA Intel Front Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 6.570714] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 6.581760] input: PC Speaker as /devices/platform/pcspkr/input/input18
    [ 6.599116] iwlwifi 0000:02:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
    [ 6.683172] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 6.683177] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 6.683179] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 6.683182] iwlwifi 0000:02:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [ 6.683232] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
    [ 6.701985] Linux video capture interface: v2.00
    [ 6.780556] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 6.922833] nvidia: module license 'NVIDIA' taints kernel.
    [ 6.922839] Disabling lock debugging due to kernel taint
    [ 6.939605] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 6.939882] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    [ 6.939892] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 337.12 Fri Apr 4 14:51:15 PDT 2014
    [ 6.991292] iTCO_vendor_support: vendor-support=0
    [ 6.991687] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 6.991726] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
    [ 6.991831] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 7.064547] input: HP WMI hotkeys as /devices/virtual/input/input19
    [ 7.066862] systemd-udevd[153]: renamed network interface eth0 to enp3s0
    [ 7.089277] Bluetooth: Core ver 2.18
    [ 7.089304] NET: Registered protocol family 31
    [ 7.089306] Bluetooth: HCI device and connection manager initialized
    [ 7.089316] Bluetooth: HCI socket layer initialized
    [ 7.089319] Bluetooth: L2CAP socket layer initialized
    [ 7.089331] Bluetooth: SCO socket layer initialized
    [ 7.097641] gpio_ich: GPIO from 195 to 255 on gpio_ich
    [ 7.119889] uvcvideo: Found UVC 1.00 device HP Webcam (05c8:010f)
    [ 7.125560] usbcore: registered new interface driver btusb
    [ 7.136432] input: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4:1.0/input/input20
    [ 7.136523] usbcore: registered new interface driver uvcvideo
    [ 7.136525] USB Video Class driver (1.1.1)
    [ 7.162108] kvm: disabled by bios
    [ 7.167498] systemd-udevd[149]: renamed network interface wlan0 to wlp2s0
    [ 7.515656] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.5, id: 0x1c0b1, caps: 0xa04751/0xa00000/0x0, board id: 3655, fw id: 428212
    [ 7.594362] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input14
    [ 7.949749] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 8.055002] systemd-journald[127]: Received request to flush runtime journal from PID 1
    [ 13.835532] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
    [ 13.838466] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
    [ 13.935096] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
    [ 13.938046] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
    [ 13.964225] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 14.845976] nvidia 0000:01:00.0: irq 50 for MSI/MSI-X
    [ 20.903153] wlp2s0: authenticate with b8:c7:5d:02:3b:9d
    [ 20.906517] wlp2s0: send auth to b8:c7:5d:02:3b:9d (try 1/3)
    [ 20.909113] wlp2s0: authenticated
    [ 20.910074] wlp2s0: associate with b8:c7:5d:02:3b:9d (try 1/3)
    [ 20.913437] wlp2s0: RX AssocResp from b8:c7:5d:02:3b:9d (capab=0x1431 status=0 aid=7)
    [ 20.918955] wlp2s0: associated
    [ 20.919008] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
    [ 21.089546] wlp2s0: deauthenticating from b8:c7:5d:02:3b:9d by local choice (reason=2)
    [ 21.096263] wlp2s0: authenticate with b8:c7:5d:02:3b:9d
    [ 21.099042] wlp2s0: send auth to b8:c7:5d:02:3b:9d (try 1/3)
    [ 21.099780] cfg80211: Calling CRDA for country: AT
    [ 21.101974] wlp2s0: authenticated
    [ 21.103555] wlp2s0: associate with b8:c7:5d:02:3b:9d (try 1/3)
    [ 21.108457] wlp2s0: RX AssocResp from b8:c7:5d:02:3b:9d (capab=0x1431 status=0 aid=7)
    [ 21.115231] wlp2s0: associated
    [ 26.591580] fuse init (API version 7.22)
    [ 148.105211] wlp2s0: authenticate with b8:c7:5d:02:3b:9e
    [ 148.107797] wlp2s0: direct probe to b8:c7:5d:02:3b:9e (try 1/3)
    [ 148.108518] cfg80211: Calling CRDA to update world regulatory domain
    [ 148.310034] wlp2s0: direct probe to b8:c7:5d:02:3b:9e (try 2/3)
    [ 148.513366] wlp2s0: send auth to b8:c7:5d:02:3b:9e (try 3/3)
    [ 148.514272] wlp2s0: authenticated
    [ 148.516865] wlp2s0: associate with b8:c7:5d:02:3b:9e (try 1/3)
    [ 148.517652] wlp2s0: RX AssocResp from b8:c7:5d:02:3b:9e (capab=0x1511 status=0 aid=4)
    [ 148.519034] wlp2s0: associated
    [ 148.531940] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by b8:c7:5d:02:3b:9e
    [ 231.077026] wlp2s0: authenticate with b8:c7:5d:02:3b:9d
    [ 231.080206] wlp2s0: send auth to b8:c7:5d:02:3b:9d (try 1/3)
    [ 231.081422] cfg80211: Calling CRDA to update world regulatory domain
    [ 231.082756] wlp2s0: authenticated
    [ 231.083955] wlp2s0: waiting for beacon from b8:c7:5d:02:3b:9d
    [ 231.362261] wlp2s0: authenticate with b8:c7:5d:02:3b:9e
    [ 231.365917] wlp2s0: send auth to b8:c7:5d:02:3b:9e (try 1/3)
    [ 231.380479] wlp2s0: authenticated
    [ 231.383400] wlp2s0: associate with b8:c7:5d:02:3b:9e (try 1/3)
    [ 231.386425] wlp2s0: RX AssocResp from b8:c7:5d:02:3b:9e (capab=0x1511 status=0 aid=4)
    [ 231.390072] wlp2s0: associated
    [ 231.481241] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by b8:c7:5d:02:3b:9e
    [ 311.833862] perf samples too long (2511 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    [ 3074.285425] Watchdog[977]: segfault at 0 ip 00007f42693ed9b8 sp 00007f4251f777d0 error 6 in chromium[7f4265a4e000+55d7000]
    [ 3166.859073] chromium[1212]: segfault at 39 ip 00007f7ddd6a7280 sp 00007fff9d984088 error 6 in chromium[7f7ddcefc000+55d7000]
    [ 3172.385333] chromium[1169]: segfault at fbadbeef ip 00007f7ddf63345d sp 00007fff9d983f20 error 6 in chromium[7f7ddcefc000+55d7000]

  • No wireless network on sony vaio vpc-cw2s1e

    Hello there!
    Sorry for bad english first of all. So to my problem:
    When I try to connect to my router that got wpa2 password thingi, I just cant.
    I have tried wcid kdeplasma-applet-networkmanagement and created a group called
    networkmanager, even added my user to root. I can scan and find my network but i cant
    connect to it. Im bit of a noob to archlinux, only used ubuntu and the like where the wireless
    worked, althoug dodgy whit dropped packages but I could surf.
    I just probobly missed to install some package and the like, but it is no fun whitout wireless.
    Thanks for the help

    There's a ton of information in the Wiki, forums, and Google.  Maybe those will help.
    http://wiki.archlinux.org/index.php/Wireless
    http://wiki.archlinux.org/index.php?tit … vaio&go=Go
    Aside:  Arch Linux is fundamentally different from Ubuntu in its philosophy.  It doesn't do things for you like Ubuntu does, because it's made to only do what you want it to do.  You can read more about it at http://wiki.archlinux.org/index.php/The_Arch_Way

  • No sound on Sony Vaio VPCEB11FM

    Hi,
    I cannot get sound to work on my new Sony Vaio laptop.  It says I am using the snd-hda-intel driver and alsamixer works fine to setup the volume levels, but no sound works when trying to watch videos or playing a wav file.
    I am using Archlinux x86_64
    uname -r produces 2.6.32-ARCH
    The output of lspci -vv | grep Audio is:
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    The ouput of aplay -l is:
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: INTEL HDMI [INTEL HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    The output of lsmod | grep snd* is:
    snd_seq_dummy           1439  0
    snd_seq_oss            29023  0
    snd_seq_midi_event      5316  1 snd_seq_oss
    snd_seq                50558  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device          5181  3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_pcm_oss            39011  0
    snd_mixer_oss          17299  1 snd_pcm_oss
    snd_hda_codec_intelhdmi    11750  1
    snd_hda_codec_realtek   250431  1
    snd_hda_intel          21874  1
    snd_hda_codec          63659  3 snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep               6340  1 snd_hda_codec
    snd_pcm                70222  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
    snd_timer              18799  2 snd_seq,snd_pcm
    snd                    57408  14 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    soundcore               6095  1 snd
    snd_page_alloc          7033  2 snd_hda_intel,snd_pcm
    The contents of /etc/modprobe.d/sound.conf:
    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    options snd-hda-intel model=laptop 
    Does anyone have any suggestion of what I can try to get my sound to work?
    Thanks in advance

    tumbler wrote:I had the same problem with my VPC-EB1M1R and hda analyzer really enabled the sound to the first reboot. Now the problem is fixed in alsa 1.0.23 release.
    I have a VAIO VPC-EB1E1E with the same chipset (ALC269).
    With alsa 1.0.22, I could get sound through the headphones (but not through the laptop speakers) if I used model=generic.
    This is from alsa 1.0.23 changelog (http://www.alsa-project.org/main/index. … 22_v1.0.23) :
    - ALSA: hda - Add fix-up for Sony VAIO with ALC269
    Sony VAIO models with ALC269 need to initialize the pin 0x19 to VREF
    ground or Hi-Z to make the headphone working. Other than that, model=auto
    works fine, so let's use model=auto with a specific fix-up table.
    I compiled and installed alsa 1.0.23, but it didn't change anything.
    This is my /etc/modprobe.d/modprobe.conf :
    options snd-hda-intel model=auto
    and /etc/modprobe.d/sound.conf :
    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    "model=auto" doesn't give any sound, except if I use HDA Analyzer to change the pin 0x19 to VREF ground or Hi-Z, then I can get sound through speakers, and I can use headphones as well. But I need to do that each time I boot...
    Or I can use the same trick that I was using with 1.0.22, using "model=generic" to get sound through the headphones.
    Have you done anything special after installing alsa 1.0.23 ?
    Last edited by SeaWolf (2010-04-28 09:19:41)

  • Shift+ some keys missed in jumanji, dwm on Sony Vaio F12

    I have a strange issue on my Sony Vaio F12. Shift + some keys seem to become <some keys> only. For example Shift+space in jumanji is interpreted as Space only. Shift+Mod4+Ctrl+Q in dwm isn't caught properly, while Shift+Mod4+Enter is. xev seem to get it right, though. The state is 0x0 when pressing Space only, and 0x1 at Shift+Space.
    (Note: I'm currently moving to a fresh Arch install (x86_64) on a new computer. These key combinations, including the dwm one, worked fine on my old 32bit install on a Dell XPS m1330, so the configs should be right).
    Any ideas?
    Thanks in advance,
    halhen

    Thanks for the suggestion about customizing function keys, however, since the keys currently do nothing there's nothing to be re-mapped. (Such as VolumeUp => Page Up.)
    As far as I can tell, use of the Fn key actually blocks the arrow key press events on the Yoga, so not even Up, Down. Left, Right presses are received by the OS if/when the function key is pressed. (This be can verified in any basic text editing program such as Notepad. Additionally, I wrote a program to display any/all received key events and confirmed no event occurs in such cases.)
    The keyboard firmware or driver must be receiving the key state changes but simply ignores any arrow key event if the function key is pressed. I suspect any change to this behavior would have to come from the firmware or driver, which currently intercepts the hardware button presses before the OS may have a chance to redirect them. So I think the Lenovo hardware/software guys would have to enable this, which I figured it wouldn't hurt to ask.
    I like the use of the function key in conjunction with the arrows because that way I don't need to move my fingers off the arrow keys in order to move the text cursor to the beginning or end of a line. (I certainly still find the fixed Home and End keys on the keyboard necessary.)
    (Oh, and I apologize for inserting an image >50k, I didn't know the forum rules concerning a maximum image size.)

Maybe you are looking for