Logitech MX518 - mouse sensitivity buttons [solved]

Hello everyone.
Does anyone know, how to disable default behavior of Logitech MX518 mouse sensitivity buttons (the ones on top of mouse with + and -)?
I am looking for this thing for some time, and have no luck.
Only one thing I managed to find out is, that those two buttons dont send any events - in xev there are no info after pressing them. So I think problem is that evdev dont send any events (or is it kernel?).
My xorg setup is
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/event4"
Option "Protocol" "evedev"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
EndSection
If anyone know anything helpfull, please let me know.
PS. I hope I am posting in the right section
Last edited by Trakhan (2009-01-17 15:54:48)

Hi!
First, I'd just like to introduce myself and say that i really love Archlinux and the community here. Arch is really exactly what I was looking for in a distro.
That said, I'm bumping this topic since I have a very similar problem but the proposed solution doesn't seem to work for me.
I too, would like to free up my logitech MX518 sensitivity buttons. I have installed lomoco but it isn't working for me.
"lomoco -h" gives me the following in a terminal:
003.003: 046d:c051 Unsupported Logitech device: USB-PS/2 Optical Mouse
I've also taken a look at my lomoco_mouse.conf in /etc/udev but the settings there actually doesn't seem to change anything.
The solution may be simple but I'm really at a total loss and have no idea where to go from here. I appreciate any help I get. Thanks.

Similar Messages

  • [Solved] Mouse Sensitivity options missing in GNOME 3.8

    I have a fresh install with GNOME 3.8 and the mouse sensitivity options are missing, although according to the documentation they should exist. There are no optional packages for gnome-control-center that would enable such a thing, and I have xinput installed.
    Am I missing a package or configuration option of some kind, or is this a recently removed feature?
    Last edited by kourosh (2013-06-26 15:41:14)

    Logitech EX110 wireless, I can't remember really, I never felt like I'd needed to increase the senstivity until recently. Tried a new user, made no difference, tried a new mouse however, and the Mouse Sensitivity option appears. Apparently it depends on what mouse you are using, I thought those kinds of settings were applicable to any mouse but apparently not. Solved I suppose, I'll probably buy a new keyboard and mouse soon anyway.

  • [SOLVED] G602 Gaming mouse extra buttons detected as keyboard keys

    I have a Logitech G602 mouse with a bunch of extra buttons. I am familiar with xmodmap, xinput, xbindkeys, and easystroke.
    If I use xev to test for input events, my back/forward buttons work like most mice- I get values of button 8 and button 9. However, when I use the other extra mouse buttons, I get IDENTICAL values to pressing 1, 2, or 3 on the keyboard respectively.
    As an example, say I open a terminal. I can press these extra mouse buttons and it will "type" 1, 2 or 3 into the terminal just as if I had hit those numbers on my keyboard. If I hit shift, it will "type" !, @, and # just as if I had typed on the keyboard.
    If I change the keycodes, I lose function of my 1, 2, and 3 keys. If I use xbindkeys to bind a command to the extra mouse buttons, pressing 1, 2, and 3 on the keyboard will run those commands!
    The only thing I can think of is using a different keyboard layout, or that the mouse isnt supported at the kernel level (pressing extra mouse keys with X killed again "types" 1, 2, or 3) and I need to file a bug report somewhere. Where upstream do I file a bug report if this isnt fixable?
    Any ideas at all?
    Last edited by GSF1200S (2014-03-12 17:12:47)

    Perfect Gentleman wrote:I got Razer Naga 2014 Left-Hand. It has 12 buttons that are the same with 1-10 buttons of keyboard. You can only re-arrange 1-3 buttons or not, and that's all you can do.
    As I understood remapping of these buttons works fine only in Windows with its windows drivers and software.
    For those with or looking to buy a Logitech G602, the answer is unfortunately Windows for a fix I had figured beforehand that it was some kind of assignment issue as I didnt see it possible for 2 different devices to be assigned the same keysym, but thats apparently due to my lack of understanding how such codes are assigned.
    After reading the above response, I installed the Logitech software on a buddys windows computer and changed the (top 3) buttons to Shift, Alt, and Super- this allows me to use shift/alt/super + left/middle/right click for use within my wm (Openbox). This is a permanent change until you change it again, so at least you only need windows once.
    I had searched around to see if anyone had this mouse working with Linux, but couldnt find any mentions. I can now at least confirm for others all the buttons will work and will be detected if you reprogram the mouse from windows. You can even reassign the battery check G6 button (which I did) and the DPI settings buttons near the left click (I left those alone for gimp work).
    I tried Wine for the software without much hope, and indeed while the software installed fine, the program couldnt detect the mouse with it plugged in. It has been my experience that device detection in wine is a crapshoot at best. Anyways, problem solved..

  • HOWTO: Enabling Forward, Back Buttons, Logitech MX1000 Mouse

    Enabling Forward and Back Buttons, Logitech MX1000 Mouse
    (and Microsoft Wireless Intellimouse Explorer, apparently)
    Step 1: Get, Install evdev
    ==========================
    First, use evdev as the Xorg mouse driver.
    Get this module, install it, and make sure it is loaded each time you run Linux.
    For Arch, this means:
    # pacman --sync xf86-input-evdev
    and adding "evdev" to the modules list in /etc/rc.conf.
    Step 2: Modify xorg.conf to Use evdev as Your Mouse Driver
    ==========================================================
    Next, in /etc/X11/xorg.conf, create an evdev-based input device that specifies your mouse:
    # evdev based section for Logitech MX1000 mouse
    Section "InputDevice"
    Identifier "Evdev Mouse"
    Driver "evdev"
    Option "Name" "Logitech USB Receiver"
    Option "CorePointer"
    EndSection
    Note: then "Name" field above is important. Find out the name for your device via:
    % egrep "Name|Handlers" /proc/bus/input/device
    In the case of the Logitech MX1000 mouse, which is wireless, it is: "Logitech USB Receiver".
    Step 3: Modify Xorg ServerLayout to Use Your evdev Mouse
    ========================================================
    Now modify the Xorg server layout to use this mouse entry:
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Evdev Mouse" "CorePointer"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    EndSection
    Step 4: Do Some Button Mapping for The Forward and Back Buttons
    ===============================================================
    Now, add the following to your .xinitrc, or somewhere where it will be executed each time X starts:
    % xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7"
    You will receive the warning:
        Warning: Only changing the first 9 of 20 buttons.
    Don't worry about this - it is normal.
    Finally, to get those pesky Forward and Back buttons working in some Gnome apps such as Nautilus,
    get and install xvkbd and xbindkeys. Now create file ~/.xbindkeysrc, containing:
    # Mouse Buttons
    "/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\[Left]""
    m:0x0 + b:6
    "/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\[Right]""
    m:0x0 + b:7
    "/usr/bin/xvkbd -xsendevent -text "\[Left]""
    m:0x0 + b:8
    "/usr/bin/xvkbd -xsendevent -text "\[Right]""
    m:0x0 + b:9
    and add the following to your .xinitrc, or somewhere where it will be executed each time X starts:
    % xbindkeys
    That is it! Simple n'est pas? :-)
    Many, many thanks to Arch forum member MrWeatherbee, who provided most of the key elements of the above - thanks!
    Last edited by mac57 (2007-08-20 14:46:29)

    Hi Misfit138, I agree that the general ideas are there already in the Wiki, but even after reading that entry, I was not able to get things working. The existing entry is not specific enough to the MX1000 mouse. So, although I have never contributed to a Wiki before, I think it is likely a good idea to do so in this case. I will make sure that the entry is very MX1000 specific. It will address a small audience, but it is one way of giving back a little to the community.

  • [Solved] Touchpad recognized as Logitech Wheel Mouse

    I am trying to get my touchpad working on an Acer Aspire TimelineX AS4830T-6642 but the touchpad is being recognized as a "Logitech Wheel Mouse".
    I am unsure if the laptop is using an Elantech or Synaptics touchpad as it only seems to see the touchpad as a regular pointer. I have attached output that I think could be relevant. Let me know if anything else would be helpful.
    Dmesg Output
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 (rev b4)
    00:1c.1 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 2 (rev b4)
    00:1c.2 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 3 (rev b4)
    00:1c.3 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 4 (rev b4)
    00:1d.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 6 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
    00:1f.3 SMBus: Intel Corporation 6 Series Chipset Family SMBus Controller (rev 04)
    02:00.0 Ethernet controller: Atheros Communications Device 1083 (rev c0)
    03:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
    04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5209 (rev 01)
    05:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
    xinput -list output
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Logitech Wheel Mouse id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ 1.3M HD WebCam id=10 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
    Last edited by BHoward (2011-08-13 00:31:16)

    I have found a kernel patch at https://bugzilla.kernel.org/show_bug.cgi?id=27442 that is suppose to fix the problem. Can anyone help guide me on patching the Arch kernel? I have installed ABS and created a build directory. Need some help with the pkgbuild though.

  • [Solved] Elan touchpad wrongly recognized as PS/2 Logitech Wheel Mouse

    In my Samsung QX310 I have an Elan multitouch touchpad. It's recognized (by kernel? xorg? udev?) as PS/2 Logitech Wheel Mouse and it works as one (no scrolling, multitouch, etc.)
    options psmouse force_elantech=1
    in psmouse.conf in /etc/modprobe.d/ doesn't help
    sudo rmmod psmouse && sudo modprobe psmouse force_elantech=1
    don't change anything
    In my case modprobe psmouse doesn't react to any arguments, every time it loads PS/2 Logitech Wheel Mouse. There aren't any errors in dmesg either.
    I have xf86-input-synaptics and even xf86-input-multitouch-git installed.
    I have also tried many combinations in /etc/X11/xorg.conf.d/10-synaptics.conf but I think the main problem is here
    $ xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Logitech Wheel Mouse id=13 [slave pointer (2)]
    Is there any option to force psmouse (modprobe?) to load Elantech driver?
    This should be solved in kernel 2.6.34 (I have 2.6.37.5) but apparently something is wrong with my configuration. Any guesses?
    Edit:
    It seems psmouse can't recognize newer elan touchpads. Here are the bug reports
    https://bugzilla.kernel.org/show_bug.cgi?id=27442
    https://bugs.launchpad.net/ubuntu/+sour … bug/681904
    I have forced psmouse to use elantech protocol (by changing psmouse.c) but touchpad didn't work at all, so for now everybody with elan smart-pad (almost every newer samsung notebook) are stuck without scrolling and multitouch.
    Edit Solved, the proper patch is at https://bugzilla.kernel.org/show_bug.cgi?id=27442
    Last edited by einhard (2011-04-27 16:37:22)

    Take a look at this thread and my last post, I have AUR and binary package: https://bbs.archlinux.org/viewtopic.php … 25#p973025

  • Logitech mouse T620 button 8 & 9 not recognized

    Hi, i'm on Gnome 3.12.1.
    I bought a Logitech T620 mouse touch that works well out of the box except for the Forward and Backward buttons that ar not recognized by the system.
    I try to follow https://wiki.archlinux.org/index.php/Al … uring_Xorg without success.
    Here is my /etc/X11/xorg.conf
    Section "InputDevice"
    Identifier "Evdev Mouse"
    Driver "evdev"
    Option "Name" "Logitech Unifying Device. Wireless PID:4027"
    Option "evBits" "+1-2"
    Option "keyBits" "~272-287"
    Option "relBits" "~0-2 ~6 ~8"
    Option "Pass" "3"
    Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse"
    # Option "CorePointer"
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    # Screen 0 "Monitor0" 0 0
    # InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Evdev Mouse"
    EndSection
    Any idea?
    Thanks.
    Marco

    Most likely the helper startup item is not loading. See this topic.

  • Logitech bluetooth mouse too sensitive

    Hello!
    Well, I have a bluetooth, Logitech Notebook mouse. I'm not sure of the exact model number, but I believe it's the V270, as in this mouse:
    http://www.logitech.com/index.cfm/downloads/software/US/EN,crid=1792,contentid=1 1016,osid=9
    I linked to the driver "download" page - that is, if there was one. True, it works just fine with OS X's built in drivers, but it's way too fast. I have moved the mouse sensitivity to the second-to-lowest point in the OS X mouse prefs pane, but it's far too fast and imprecise. If I move it to the lowest point, it's far far too slow. WIthout a logitech driver, I'm kinda stuck between having a bluetooth mouse that's too sensitive, and a Microsoft USB mouse that's a bit uncomfortable (a bit too big). My Powerbook didn't come with a mouse.
    Speaking of which, I have a PowerBook 15" 1.67 G4 model, running OS 10.4.8, with built in bluetooth. I have it sitting on top of my 3/4" inch thick desk - made out of particleboard - and the mouse on the tray just below. the mouse is less than a foot from the PowerBook's optical drive, to the lower right, so's probably not an issue with bad reception.
    Does anyone have an idea of how to lower sensitivity? A third-party plugin? A terminal command? Automator? Something?
    Thanks a bunch,
    -Dan

    Woah, that was fast!
    Yes, I've tried that download. It seems to be looking for a USB connection, such as one of those mice with a USB transmitter. It says "No Logitech Device Found"
    That's the problem.
    Both Macupdate and the logitech site link to the same program, BTW.
    I'll look into Steermouse and USB overdrive, but again, No USB connection at all, since it connects directly to the built-in-USB card.
    Thanks for the fast response,
    -Dan
    Oooh! Look at that! It's snowing! Again! (sigh....)
    I'm ready for spring now....

  • [SOLVED] - Mouse sensitivity

    Hi,
    Running arch with openbox. Is there a way to decrease the speed? guess I need another app for it right? not built in in either X or openbox?
    Last edited by ftornell (2010-03-14 18:04:56)

    ftornell wrote:Hi,
    Running arch with openbox. Is there a way to decrease the speed? guess I need another app for it right? not built in in either X or openbox?
    Hi, you can use xset to change the mouse sensitivity!

  • MBP Mouse: Razer Orochi vs Logitech Performance Mouse MX

    Hello
    It has been a week since I started to research a new gaming mouse for my MBP. After going through more reviews than I can remember, I boiled it up to the following 2: Razer Orochi and Logitech Performance Mouse MX.
    Orochi keeps my precious USB ports free (Bluetooth) has a coolest design and better DPI, although the "sleep in 2sec + jerking" issue seems to be really annoying when gaming. The Performance Mouse MX has zero lag/jerking issues, great ergonomics and works on glass! The downside is the USB port sacrifice required by the 2.4GHZ receptor.
    Before throwing the coin on this, I would like to know if anyone has MBP hands-on experience with these fellows. If so, your input would be greatly appreciated.
    Thanks

    I've swayed towards Razer Orochi. After 2 weeks of daily use (MacBook Pro with LEOPARD and "Boot Camp" WINXP), I have yet to find a flaw on this mouse. It delivered on all it's promises. Here's a breakdown of my thoughts on it:
    01 - AESTHETICS AND MISC
    The sleek online pictures at Razer site don't make justice to this mouse. It looks much better in real-life! Couple it with the Razer Kabuto Mouse Mat and your desk will never look the same. The battery top lid is magnetically attached and the USB "Wired Mode" cable is long enough to comfortably circle around my MBP. In terms of ergonomics, Orochi feels great on my big hands. I've found it very comfortable to use with both "fingertip" and "palm" grips.
    02 - FIRMWARE AND DRIVERS
    Let me preface this by saying that "out of the box", with ZERO drivers installed, all 7 buttons worked flawlessly with WINXP. Under LEOPARD, only the "forward and backward" left side buttons didn't work. It's worth underlining that the "Sensitivity Stage" right side buttons worked on both OSs. This means that you can cycle through the 5 preset "Sensitivity Stages" without having to install a single driver! That said, in order to tap into Orochi's full potential, it's imperative to install the latest firmware and drivers. Start by getting the latest v1.06 firmware updater (22/02/2010) from Razer's site (notice you'll need to run this under Windows). Next download and install the latest PC (v1.02, 22/10/2009) and MAC (v2.00, 03/05/2010) drivers. Besides custom macro creation, these drivers also enable full customization of every single button on the Orochi. Starting at v2.00, the MAC driver acquired the same "full features support" one finds in it's PC counterpart. Nonetheless, for reasons I'll explain below, you should avoid using the "Razer Orochi" MAC "Preference Pane".
    03 - CONFIGURATION AND DISABLING ACCELERATION
    Orochi's factory "buttons layout scheme" fitted my needs like a glove. I found no need to tinker with it, although the "Scroll Wheel button" could probably be put to better use. It's "Universal Scrolling" default assignment is uselessly redundant. It's not hard to envision several more productive assignments for it (copy/past, open/close tab, etc). The only 2 settings I ended up by changing were "Polling Rate: 1000 Hz (default 500 Hz)" and "Lightning->Scroll Wheel: ON (default OFF)". I opted not to delve into the "Profiles" and "Macros" sections, even though I'll probably revisit them in a near future. The possibility of creating "per application profile" and "custom macros" are 2 of the most powerful features of this mouse. A shrewd implementation of both will rise your productivity to unprecedented heights.
    In order to take full advantage of Orochi's high-precision "4000DPI 3G Laser Sensor" one must disable mouse acceleration. This allows Orochi to handle all the gliding and pointing bits natively. Assuming the "Enable Acceleration" option on "Razer Orochi Configurator" is left unchecked, there's still the OS mouse acceleration layer to deal with. On the WINXP side, one simply needs to uncheck "Enhance pointer precision" to permanently disable mouse acceleration. Unfortunately things aren't as merry on LEOPARD's side. After hours of research, the solution was finally found in this "Armagetron Forums" thread. In order to roughly homogenize the tracking speed on both OSs, I also set the respective "speed knobs" to 50%. Here are the details for this:
    WINXP
    - Disable Acceleration: Control Panel->Mouse Properties->Pointer Options->Motion-> Enhance pointer precision: OFF
    - Tracking speed at 50%: Control Panel->Mouse Properties->Pointer Options->Motion->Select a pointer speed: 6th notch from "Slow" (11 total).
    LEOPARD
    - Disable Acceleration: Check out this "Armagetron Forums" thread.
    - Tracking speed at 50%: System Preferences->Keyboard & Mouse->Mouse->Tracking Speed: 5th notch from "Slow" (10 total).
    Due to the different "knob sensitivities" of WINXP and LEOPARD, you won't get the same pixel-exact tracking speed on both OSs. Despite that, the "knob at 50%" strategy will get you pretty close. In my personal experience I've found the mouse response to be indistinguishable across WINXP and LEOPARD.
    04 - IN-GAME EXPERIENCE
    Once all configurations were in place, I immediately jumped to a series of thorough in-game testing with "Quake 3" and "Unreal Tournament 2004". Diligently compared "Wired" and "Wireless mode". The former had a noticeable precision advantage. Nonetheless, "Sensitivities Stages" were the clear show-stopper! Switching to the lowest "500 DPI stage" markedly increased my aim in sniper mode. Never before did I got so many "headshots" in a row! Orochi is a literal "killer mouse"! Conversely, the higher sensitivities allowed for lightning fast responses in the heat of "close proximity" battle. This mouse really gives you that extra edge every gamer is looking for.
    The "off the chart" smoothness, responsiveness and accuracy observed in-game was also noticeable during day-to-day usage. It suddenly became clear why some many designers/photographers go with Orochi.
    Many reviews complained about the "sleep in 2sec + jerking" issue. You'll only find it if you actively look for it. It's simply to small of a jerk to be noticed. It will disappear the moment you stop thinking about it. This holds true for gaming and day-to-day usage.
    05 - STAY AWAY FROM "RAZER OROCHI" PREFERENCE PANE
    I've unearthed an uncanny behavior when accessing LEOPARD's "Razer Orochi" preference pane. The mere act of opening it caused the tracking speed to decrease dramatically! In fact, even escalating all the way up to 4000 DPI, the mouse still moved like it was at 1500 DPI! Thankfully, as long as you have access to a WINXP machine, there's a pretty straightforward way to tackle this: simply make sure to always use WINXP driver to configure Orochi. Since the "Synapse On-Board memory" allows one to port settings across OSs, there's really no reason to access LEOPARD's driver at all!
    06 - LOOSE NOTES
    -> Configuration of the Razer Orochi can only be performed in "Wired Mode".
    -> Both WINXP and LEOPARD drivers are capable of writing to Orochi's "Synapse On-Board memory".
    -> The "Sensitivity Stages" work flawlessly on both WINXP and LEOPARD. It's worth to underline the OSD only appears in "Wired Mode".
    -> In "Wireless Mode (bluetooth)": Pooling rate drops to 125ms (125Hz), although you can still cycle through the different "Sensitivity Stages", the OSD will no longer appear.
    -> Clean the laser lens below the Razer Orochi once a month (use soft cloth or cotton swab).
    CONLUSION
    Razer Orochi is simply the best bluetooth "high-precision mouse" out there. If you're are a serious gamer/designer it's a must. Totally worth the price. 5 stars all the way!

  • HOWTO: Get a logitech marble mouse to work w/scroll and more

    This bit of information was taken from a post at the ubuntu forums. It worked for me, enjoy!
    Modify your Xorg.conf/XF86Config file to have this in the mouse section:
    Section "InputDevice"
    Identifier "MarbleMouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "Buttons" "5"
    Option "ButtonMapping" "1 8 3 6 7"
    Option "EmulateWheel" "true"
    Option "EmulateWheelTimeout" "300" # msec
    Option "EmulateWheelButton" "6"
    Option "YAxisMapping" "4 5"
    EndSection
    here is the exact post on the ubuntu forums.
    http://ubuntuforums.org/showpost.php?p= … stcount=21

    Hotplugging now automatically sets up the small buttons as forward/back.  Put an fdi in /etc/hal/fdi/policy as the wiki states, but after restarting hal and xorg only the left and right mouse buttons work.  Tried replacing "Logitech USB Trackball" with "ImExPS/2 Logitech Explorer Mouse" for the hell of it, no change.  Any ideas?
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" string="Logitech USB Trackball">
    <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
    <merge key="input.x11_options.EmulateWheelButton" type="string">9</merge>
    <merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
    <merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
    <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
    </match>
    </device>
    </deviceinfo>

  • Touchpad detected as PS/2 Logitech Wheel Mouse

    Hi,
    The touchpad on my Asus U46SV laptop is being detected as a PS/2 Logitech Wheel Mouse. Therefore no touchpad driver is loaded and all fancy features (two-finger scrolling, disable while typing, etc) are unavailable. How can I fix this?
    $ xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Logitech Wheel Mouse id=13 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ ASUS USB2.0 WebCam id=10 [slave keyboard (3)]
    ↳ Asus WMI hotkeys id=11 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
    $ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0-ARCH (tobias@T-POWA-LX) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Tue Aug 16 08:44:20 CEST 2011
    [ 0.000000] Command line: root=/dev/disk/by-uuid/f3bdc9ce-59f4-42c8-98cd-bacdc7803d59 ro
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
    [ 0.000000] BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
    [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
    [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
    [ 0.000000] BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
    [ 0.000000] BIOS-e820: 0000000040200000 - 00000000aabcc000 (usable)
    [ 0.000000] BIOS-e820: 00000000aabcc000 - 00000000aacdf000 (reserved)
    [ 0.000000] BIOS-e820: 00000000aacdf000 - 00000000aace1000 (usable)
    [ 0.000000] BIOS-e820: 00000000aace1000 - 00000000aacf4000 (reserved)
    [ 0.000000] BIOS-e820: 00000000aacf4000 - 00000000aacf5000 (usable)
    [ 0.000000] BIOS-e820: 00000000aacf5000 - 00000000aade8000 (reserved)
    [ 0.000000] BIOS-e820: 00000000aade8000 - 00000000aaf19000 (usable)
    [ 0.000000] BIOS-e820: 00000000aaf19000 - 00000000aafe8000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000aafe8000 - 00000000aaffd000 (usable)
    [ 0.000000] BIOS-e820: 00000000aaffd000 - 00000000ab000000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000ab000000 - 00000000afa00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000e4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ff980000 - 00000000ffc00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffd80000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 000000014fe00000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: ASUSTeK Computer Inc. U46SV/U46SV, BIOS U46SV.203 06/09/2011
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x14fe00 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-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 0A0000000 mask FF8000000 write-back
    [ 0.000000] 3 base 0A8000000 mask FFC000000 write-back
    [ 0.000000] 4 base 0AB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask FC0000000 write-back
    [ 0.000000] 6 base 140000000 mask FF0000000 write-back
    [ 0.000000] 7 base 14FE00000 mask FFFE00000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000ab000000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xaaffd max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fcc70] fcc70
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000aaffd000
    [ 0.000000] 0000000000 - 00aae00000 page 2M
    [ 0.000000] 00aae00000 - 00aaffd000 page 4k
    [ 0.000000] kernel direct mapping tables up to aaffd000 @ aaff8000-aaffd000
    [ 0.000000] init_memory_mapping: 0000000100000000-000000014fe00000
    [ 0.000000] 0100000000 - 014fe00000 page 2M
    [ 0.000000] kernel direct mapping tables up to 14fe00000 @ 14fdf9000-14fe00000
    [ 0.000000] RAMDISK: 1fda0000 - 1fff0000
    [ 0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 00000000aaffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
    [ 0.000000] ACPI: FACP 00000000aaf9bd98 000F4 (v04 _ASUS_ NoteBook 06222004 MSFT 00010013)
    [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
    [ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xAAFE5E40/0x00000000AAFE5D40, using 32 (20110413/tbfadt-489)
    [ 0.000000] ACPI: DSDT 00000000aaf7c018 0DC69 (v01 _ASUS_ NoteBook 00000000 INTL 20091112)
    [ 0.000000] ACPI: FACS 00000000aafe5e40 00040
    [ 0.000000] ACPI: APIC 00000000aaffdf18 000CC (v02 _ASUS_ NoteBook 06222004 MSFT 00010013)
    [ 0.000000] ACPI: HPET 00000000aafe6d18 00038 (v01 _ASUS_ NoteBook 06222004 AMI. 00000003)
    [ 0.000000] ACPI: ECDT 00000000aafe5b18 000C1 (v01 _ASUS_ NoteBook 06222004 AMI 00000000)
    [ 0.000000] ACPI: MCFG 00000000aafe6c98 0003C (v01 _ASUS_ NoteBook 06222004 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000aaf7b818 00799 (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000aaf7a018 00996 (v01 PmRef CpuPm 00003000 INTL 20091112)
    [ 0.000000] ACPI: SLIC 00000000aaf9cc18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
    [ 0.000000] ACPI: SSDT 00000000aaf5ea98 002EF (v01 SataRe SataTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: ASF! 00000000aafe5a18 000A0 (v32 INTEL HCG568D 00000001 MSFT 000F4240)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000014fe00000
    [ 0.000000] Initmem setup node 0 0000000000000000-000000014fe00000
    [ 0.000000] NODE_DATA [000000014fdfb000 - 000000014fdfffff]
    [ 0.000000] [ffffea0000000000-ffffea00049fffff] PMD -> [ffff88014b400000-ffff88014edfffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x0014fe00
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[9] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x00020000
    [ 0.000000] 0: 0x00020200 -> 0x00040000
    [ 0.000000] 0: 0x00040200 -> 0x000aabcc
    [ 0.000000] 0: 0x000aacdf -> 0x000aace1
    [ 0.000000] 0: 0x000aacf4 -> 0x000aacf5
    [ 0.000000] 0: 0x000aade8 -> 0x000aaf19
    [ 0.000000] 0: 0x000aafe8 -> 0x000aaffd
    [ 0.000000] 0: 0x00100000 -> 0x0014fe00
    [ 0.000000] On node 0 totalpages: 1025699
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3921 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 680269 pages, LIFO batch:31
    [ 0.000000] Normal zone: 4473 pages used for memmap
    [ 0.000000] Normal zone: 322695 pages, LIFO batch:31
    [ 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[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
    [ 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: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] SMP: Allowing 16 CPUs, 12 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
    [ 0.000000] PM: Registered nosave memory: 00000000aabcc000 - 00000000aacdf000
    [ 0.000000] PM: Registered nosave memory: 00000000aace1000 - 00000000aacf4000
    [ 0.000000] PM: Registered nosave memory: 00000000aacf5000 - 00000000aade8000
    [ 0.000000] PM: Registered nosave memory: 00000000aaf19000 - 00000000aafe8000
    [ 0.000000] PM: Registered nosave memory: 00000000aaffd000 - 00000000ab000000
    [ 0.000000] PM: Registered nosave memory: 00000000ab000000 - 00000000afa00000
    [ 0.000000] PM: Registered nosave memory: 00000000afa00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
    [ 0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
    [ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    [ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    [ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff980000
    [ 0.000000] PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
    [ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at afa00000 (gap: afa00000:30600000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88014fa00000 s78464 r8192 d23936 u131072
    [ 0.000000] pcpu-alloc: s78464 r8192 d23936 u131072 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1006885
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/f3bdc9ce-59f4-42c8-98cd-bacdc7803d59 ro
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] 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: 3963540k/5502976k available (4064k kernel code, 1400180k absent, 139256k reserved, 3304k data, 712k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 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] Fast TSC calibration using PIT
    [ 0.003333] Detected 2294.473 MHz processor.
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4590.15 BogoMIPS (lpj=7648243)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000118] Security Framework initialized
    [ 0.000122] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000492] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001691] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.002141] Mount-cache hash table entries: 256
    [ 0.002461] Initializing cgroup subsys cpuacct
    [ 0.002487] Initializing cgroup subsys memory
    [ 0.002502] Initializing cgroup subsys devices
    [ 0.002504] Initializing cgroup subsys freezer
    [ 0.002505] Initializing cgroup subsys net_cls
    [ 0.002507] Initializing cgroup subsys blkio
    [ 0.002553] CPU: Physical Processor ID: 0
    [ 0.002555] CPU: Processor Core ID: 0
    [ 0.002560] mce: CPU supports 7 MCE banks
    [ 0.002572] CPU0: Thermal monitoring enabled (TM1)
    [ 0.002578] using mwait in idle threads.
    [ 0.003714] ACPI: Core revision 20110413
    [ 0.160380] ftrace: allocating 16144 entries in 64 pages
    [ 0.167075] Switched APIC routing to physical flat.
    [ 0.167426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.200410] CPU0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping 07
    [ 0.304675] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
    [ 0.304681] ... version: 3
    [ 0.304682] ... bit width: 48
    [ 0.304683] ... generic registers: 4
    [ 0.304685] ... value mask: 0000ffffffffffff
    [ 0.304686] ... max period: 000000007fffffff
    [ 0.304687] ... fixed-purpose events: 3
    [ 0.304688] ... event mask: 000000070000000f
    [ 0.324897] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.351341] Booting Node 0, Processors #1
    [ 0.351348] smpboot cpu 1: start_ip = 99000
    [ 0.464652] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.484623] #2
    [ 0.484627] smpboot cpu 2: start_ip = 99000
    [ 0.597913] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.617876] #3
    [ 0.617880] smpboot cpu 3: start_ip = 99000
    [ 0.741252] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.747769] Brought up 4 CPUs
    [ 0.747775] Total of 4 processors activated (18364.91 BogoMIPS).
    [ 0.750911] devtmpfs: initialized
    [ 0.751676] PM: Registering ACPI NVS region at aaf19000 (847872 bytes)
    [ 0.752391] print_constraints: dummy:
    [ 0.752459] NET: Registered protocol family 16
    [ 0.752545] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.752547] ACPI: bus type pci registered
    [ 0.752684] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    [ 0.752687] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    [ 0.768153] PCI: Using configuration type 1 for base access
    [ 0.768569] bio: create slab <bio-0> at 0
    [ 0.770460] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.770465] ACPI: EC: Look up EC in DSDT
    [ 0.772328] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.784480] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.854764] ACPI: SSDT 00000000aadbc718 00694 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.855208] ACPI: Dynamic OEM Table Load:
    [ 0.855210] ACPI: SSDT (null) 00694 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.864674] ACPI: SSDT 00000000aadbda98 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.865144] ACPI: Dynamic OEM Table Load:
    [ 0.865146] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.874544] ACPI: SSDT 00000000aadbbd98 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.874985] ACPI: Dynamic OEM Table Load:
    [ 0.874987] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.894586] ACPI: Interpreter enabled
    [ 0.894589] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.894611] ACPI: Using IOAPIC for interrupt routing
    [ 0.999159] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
    [ 0.999351] ACPI: No dock devices found.
    [ 0.999352] HEST: Table not found.
    [ 0.999355] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.999558] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.999930] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.999932] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.999934] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.999936] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.999938] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.999940] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.999942] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 0.999944] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 0.999946] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [ 0.999948] pci_root PNP0A08:00: host bridge window [mem 0xafa00000-0xfeafffff]
    [ 0.999950] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.999961] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
    [ 0.999994] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
    [ 1.000018] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 1.000021] pci 0000:00:01.0: PME# disabled
    [ 1.000038] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
    [ 1.000048] pci 0000:00:02.0: reg 10: [mem 0xdc400000-0xdc7fffff 64bit]
    [ 1.000055] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
    [ 1.000059] pci 0000:00:02.0: reg 20: [io 0xe000-0xe03f]
    [ 1.000109] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
    [ 1.000132] pci 0000:00:16.0: reg 10: [mem 0xdf00b000-0xdf00b00f 64bit]
    [ 1.000195] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.000200] pci 0000:00:16.0: PME# disabled
    [ 1.000231] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
    [ 1.000253] pci 0000:00:1a.0: reg 10: [mem 0xdf008000-0xdf0083ff]
    [ 1.000326] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.000331] pci 0000:00:1a.0: PME# disabled
    [ 1.000355] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
    [ 1.000371] pci 0000:00:1b.0: reg 10: [mem 0xdf000000-0xdf003fff 64bit]
    [ 1.000426] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.000430] pci 0000:00:1b.0: PME# disabled
    [ 1.000450] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
    [ 1.000513] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.000517] pci 0000:00:1c.0: PME# disabled
    [ 1.000540] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
    [ 1.000603] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.000607] pci 0000:00:1c.1: PME# disabled
    [ 1.000632] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
    [ 1.000695] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.000699] pci 0000:00:1c.3: PME# disabled
    [ 1.000723] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
    [ 1.000785] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 1.000789] pci 0000:00:1c.5: PME# disabled
    [ 1.000819] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
    [ 1.000841] pci 0000:00:1d.0: reg 10: [mem 0xdf007000-0xdf0073ff]
    [ 1.000914] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.000919] pci 0000:00:1d.0: PME# disabled
    [ 1.000944] pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601
    [ 1.001066] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
    [ 1.001085] pci 0000:00:1f.2: reg 10: [io 0xe0b0-0xe0b7]
    [ 1.001094] pci 0000:00:1f.2: reg 14: [io 0xe0a0-0xe0a3]
    [ 1.001102] pci 0000:00:1f.2: reg 18: [io 0xe090-0xe097]
    [ 1.001111] pci 0000:00:1f.2: reg 1c: [io 0xe080-0xe083]
    [ 1.001119] pci 0000:00:1f.2: reg 20: [io 0xe060-0xe07f]
    [ 1.001128] pci 0000:00:1f.2: reg 24: [mem 0xdf006000-0xdf0067ff]
    [ 1.001161] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.001165] pci 0000:00:1f.2: PME# disabled
    [ 1.001183] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
    [ 1.001199] pci 0000:00:1f.3: reg 10: [mem 0xdf005000-0xdf0050ff 64bit]
    [ 1.001220] pci 0000:00:1f.3: reg 20: [io 0xe040-0xe05f]
    [ 1.001276] pci 0000:01:00.0: [10de:0df4] type 0 class 0x000300
    [ 1.001284] pci 0000:01:00.0: reg 10: [mem 0xdb000000-0xdbffffff]
    [ 1.001292] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 1.001301] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 1.001308] pci 0000:01:00.0: reg 24: [io 0xd000-0xd07f]
    [ 1.001314] pci 0000:01:00.0: reg 30: [mem 0xdc000000-0xdc07ffff pref]
    [ 1.001346] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.001348] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.001351] pci 0000:00:01.0: bridge window [mem 0xdb000000-0xdc0fffff]
    [ 1.001354] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 1.001399] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.001403] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.001407] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff]
    [ 1.001414] pci 0000:00:1c.0: bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
    [ 1.001480] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
    [ 1.001508] pci 0000:03:00.0: reg 10: [mem 0xddc00000-0xddc0ffff 64bit]
    [ 1.001612] pci 0000:03:00.0: supports D1
    [ 1.001614] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
    [ 1.001619] pci 0000:03:00.0: PME# disabled
    [ 1.001657] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.001662] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 1.001666] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff]
    [ 1.001672] pci 0000:00:1c.1: bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
    [ 1.001743] pci 0000:04:00.0: [1b73:1000] type 0 class 0x000c03
    [ 1.001766] pci 0000:04:00.0: reg 10: [mem 0xdd200000-0xdd20ffff]
    [ 1.001908] pci 0000:04:00.0: PME# supported from D0 D3hot
    [ 1.001914] pci 0000:04:00.0: PME# disabled
    [ 1.001944] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
    [ 1.001948] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
    [ 1.001952] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff]
    [ 1.001959] pci 0000:00:1c.3: bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
    [ 1.002025] pci 0000:05:00.0: [1969:1083] type 0 class 0x000200
    [ 1.002053] pci 0000:05:00.0: reg 10: [mem 0xdc800000-0xdc83ffff 64bit]
    [ 1.002068] pci 0000:05:00.0: reg 18: [io 0x9000-0x907f]
    [ 1.002166] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.002171] pci 0000:05:00.0: PME# disabled
    [ 1.002210] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 1.002214] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 1.002219] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff]
    [ 1.002225] pci 0000:00:1c.5: bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
    [ 1.002249] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 1.002373] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 1.002402] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 1.002435] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 1.002467] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 1.002510] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGR._PRT]
    [ 1.002545] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 1.002548] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 1.002549] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 1.700980] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.701022] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 *3 4 5 6 10 11 12 14 15)
    [ 1.701063] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.701104] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.701146] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.701186] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.701226] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 10 11 12 14 15)
    [ 1.701264] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 *4 5 6 10 11 12 14 15)
    [ 1.701338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.701345] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 1.701347] vgaarb: loaded
    [ 1.701348] vgaarb: bridge control possible 0000:01:00.0
    [ 1.701349] vgaarb: bridge control possible 0000:00:02.0
    [ 1.701410] PCI: Using ACPI for IRQ routing
    [ 1.702943] PCI: pci_cache_line_size set to 64 bytes
    [ 1.703021] reserve RAM buffer: 000000000009e800 - 000000000009ffff
    [ 1.703024] reserve RAM buffer: 00000000aabcc000 - 00000000abffffff
    [ 1.703027] reserve RAM buffer: 00000000aace1000 - 00000000abffffff
    [ 1.703029] reserve RAM buffer: 00000000aacf5000 - 00000000abffffff
    [ 1.703031] reserve RAM buffer: 00000000aaf19000 - 00000000abffffff
    [ 1.703033] reserve RAM buffer: 00000000aaffd000 - 00000000abffffff
    [ 1.703035] reserve RAM buffer: 000000014fe00000 - 000000014fffffff
    [ 1.703130] NetLabel: Initializing
    [ 1.703131] NetLabel: domain hash size = 128
    [ 1.703132] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.703144] NetLabel: unlabeled traffic allowed by default
    [ 1.703158] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.703163] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.705180] Switching to clocksource hpet
    [ 1.707228] Switched to NOHz mode on CPU #0
    [ 1.707282] Switched to NOHz mode on CPU #1
    [ 1.707289] Switched to NOHz mode on CPU #2
    [ 1.707371] Switched to NOHz mode on CPU #3
    [ 1.709995] pnp: PnP ACPI init
    [ 1.710009] ACPI: bus type pnp registered
    [ 1.710231] pnp 00:00: [bus 00-3e]
    [ 1.710233] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 1.710235] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 1.710236] pnp 00:00: [io 0x0d00-0xffff window]
    [ 1.710238] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 1.710240] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 1.710242] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 1.710243] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 1.710245] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 1.710247] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 1.710248] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 1.710250] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 1.710252] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 1.710253] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 1.710255] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 1.710257] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 1.710258] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 1.710260] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 1.710262] pnp 00:00: [mem 0xafa00000-0xfeafffff window]
    [ 1.710264] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 1.710335] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 1.710347] pnp 00:01: [io 0x0000-0x001f]
    [ 1.710349] pnp 00:01: [io 0x0081-0x0091]
    [ 1.710350] pnp 00:01: [io 0x0093-0x009f]
    [ 1.710351] pnp 00:01: [io 0x00c0-0x00df]
    [ 1.710353] pnp 00:01: [dma 4]
    [ 1.710371] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.710378] pnp 00:02: [mem 0xff000000-0xffffffff]
    [ 1.710395] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.710466] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 1.710484] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.710493] pnp 00:04: [io 0x00f0]
    [ 1.710501] pnp 00:04: [irq 13]
    [ 1.710519] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.710528] pnp 00:05: [io 0x002e-0x002f]
    [ 1.710530] pnp 00:05: [io 0x004e-0x004f]
    [ 1.710531] pnp 00:05: [io 0x0061]
    [ 1.710533] pnp 00:05: [io 0x0063]
    [ 1.710534] pnp 00:05: [io 0x0065]
    [ 1.710535] pnp 00:05: [io 0x0067]
    [ 1.710536] pnp 00:05: [io 0x0070]
    [ 1.710538] pnp 00:05: [io 0x0080]
    [ 1.710539] pnp 00:05: [io 0x0092]
    [ 1.710542] pnp 00:05: [io 0x00b2-0x00b3]
    [ 1.710544] pnp 00:05: [io 0x0680-0x069f]
    [ 1.710545] pnp 00:05: [io 0x1000-0x100f]
    [ 1.710546] pnp 00:05: [io 0xffff]
    [ 1.710548] pnp 00:05: [io 0xffff]
    [ 1.710549] pnp 00:05: [io 0x0400-0x0453]
    [ 1.710550] pnp 00:05: [io 0x0458-0x047f]
    [ 1.710552] pnp 00:05: [io 0x0500-0x057f]
    [ 1.710553] pnp 00:05: [io 0x164e-0x164f]
    [ 1.710595] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 1.710598] system 00:05: [io 0x1000-0x100f] has been reserved
    [ 1.710600] system 00:05: [io 0xffff] has been reserved
    [ 1.710601] system 00:05: [io 0xffff] has been reserved
    [ 1.710603] system 00:05: [io 0x0400-0x0453] has been reserved
    [ 1.710605] system 00:05: [io 0x0458-0x047f] has been reserved
    [ 1.710607] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 1.710609] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 1.710612] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.710619] pnp 00:06: [io 0x0070-0x0077]
    [ 1.710624] pnp 00:06: [irq 8]
    [ 1.710642] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.710658] pnp 00:07: [io 0x0454-0x0457]
    [ 1.710686] system 00:07: [io 0x0454-0x0457] has been reserved
    [ 1.710689] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.710714] pnp 00:08: [io 0x0060]
    [ 1.710716] pnp 00:08: [io 0x0064]
    [ 1.710721] pnp 00:08: [irq 1]
    [ 1.710741] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 1.710775] pnp 00:09: [irq 12]
    [ 1.710798] pnp 00:09: Plug and Play ACPI device, IDs ETD0101 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 1.758811] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
    [ 1.758813] pnp 00:0a: [mem 0xfed10000-0xfed17fff]
    [ 1.758814] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
    [ 1.758816] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
    [ 1.758817] pnp 00:0a: [mem 0xe0000000-0xe3ffffff]
    [ 1.758819] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
    [ 1.758820] pnp 00:0a: [mem 0xfed90000-0xfed93fff]
    [ 1.758822] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
    [ 1.758824] pnp 00:0a: [mem 0xff000000-0xffffffff]
    [ 1.758825] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
    [ 1.758827] pnp 00:0a: [mem 0xafa00000-0xafa00fff]
    [ 1.758884] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.758887] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
    [ 1.758889] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.758891] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.758893] system 00:0a: [mem 0xe0000000-0xe3ffffff] has been reserved
    [ 1.758895] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.758897] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 1.758900] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.758902] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.758904] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.758906] system 00:0a: [mem 0xafa00000-0xafa00fff] has been reserved
    [ 1.758909] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.758934] pnp 00:0b: [mem 0xafa00000-0xafa00fff]
    [ 1.758981] system 00:0b: [mem 0xafa00000-0xafa00fff] has been reserved
    [ 1.758984] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.759078] pnp 00:0c: [mem 0x20000000-0x201fffff]
    [ 1.759080] pnp 00:0c: [mem 0x40000000-0x401fffff]
    [ 1.759131] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
    [ 1.759133] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved
    [ 1.759136] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.759147] pnp: PnP ACPI: found 13 devices
    [ 1.759148] ACPI: ACPI bus type pnp unregistered
    [ 1.764848] PCI: max bus depth: 1 pci_try_num: 2
    [ 1.764884] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.764886] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.764889] pci 0000:00:01.0: bridge window [mem 0xdb000000-0xdc0fffff]
    [ 1.764892] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 1.764896] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.764899] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.764905] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff]
    [ 1.764909] pci 0000:00:1c.0: bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
    [ 1.764916] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.764919] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 1.764925] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff]
    [ 1.764929] pci 0000:00:1c.1: bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
    [ 1.764936] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
    [ 1.764939] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
    [ 1.764944] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff]
    [ 1.764949] pci 0000:00:1c.3: bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
    [ 1.764956] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 1.764959] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 1.764964] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff]
    [ 1.764969] pci 0000:00:1c.5: bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
    [ 1.764983] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.764986] pci 0000:00:01.0: setting latency timer to 64
    [ 1.764993] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.764997] pci 0000:00:1c.0: setting latency timer to 64
    [ 1.765005] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.765010] pci 0000:00:1c.1: setting latency timer to 64
    [ 1.765018] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.765022] pci 0000:00:1c.3: setting latency timer to 64
    [ 1.765028] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.765033] pci 0000:00:1c.5: setting latency timer to 64
    [ 1.765037] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.765039] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.765041] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.765042] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.765044] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.765046] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.765048] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.765050] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 1.765051] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 1.765053] pci_bus 0000:00: resource 13 [mem 0xafa00000-0xfeafffff]
    [ 1.765055] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
    [ 1.765057] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 1.765059] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
    [ 1.765061] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 1.765063] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 1.765064] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
    [ 1.765066] pci_bus 0000:02: resource 2 [mem 0xd4200000-0xd4bfffff 64bit pref]
    [ 1.765068] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 1.765070] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
    [ 1.765072] pci_bus 0000:03: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
    [ 1.765074] pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    [ 1.765076] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
    [ 1.765078] pci_bus 0000:04: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
    [ 1.765080] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
    [ 1.765081] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
    [ 1.765083] pci_bus 0000:05: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
    [ 1.765138] NET: Registered protocol family 2
    [ 1.765319] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 1.766220] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 1.767965] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.768183] TCP: Hash tables configured (established 524288 bind 65536)
    [ 1.768185] TCP reno registered
    [ 1.768194] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.768216] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.768449] NET: Registered protocol family 1
    [ 1.768464] pci 0000:00:02.0: Boot video device
    [ 2.015314] PCI: CLS 64 bytes, default 64
    [ 2.015352] Unpacking initramfs...
    [ 2.047361] Freeing initrd memory: 2368k freed
    [ 2.047653] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.047657] Placing 64MB software IO TLB between ffff8800a6bcc000 - ffff8800aabcc000
    [ 2.047658] software IO TLB at phys 0xa6bcc000 - 0xaabcc000
    [ 2.048060] audit: initializing netlink socket (disabled)
    [ 2.048068] type=2000 audit(1313603670.739:1): initialized
    [ 2.054235] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.067195] VFS: Disk quotas dquot_6.5.2
    [ 2.067311] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.067454] msgmni has been set to 7745
    [ 2.067640] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 2.067672] io scheduler noop registered
    [ 2.067674] io scheduler deadline registered
    [ 2.067711] io scheduler cfq registered (default)
    [ 2.067791] pcieport 0000:00:01.0: setting latency timer to 64
    [ 2.067814] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 2.068084] intel_idle: MWAIT substates: 0x21120
    [ 2.068086] intel_idle: v0.4 model 0x2A
    [ 2.068087] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.068117] ERST: Table is not found!
    [ 2.068163] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.268759] Linux agpgart interface v0.103
    [ 2.268839] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 2.270529] i8042: Detected active multiplexing controller, rev 1.1
    [ 2.271297] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.271322] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 2.271339] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 2.271357] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 2.271374] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 2.271436] mousedev: PS/2 mouse device common for all mice
    [ 2.271488] rtc_cmos 00:06: RTC can wake from S4
    [ 2.271585] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 2.271612] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 2.271729] cpuidle: using governor ladder
    [ 2.271883] cpuidle: using governor menu
    [ 2.272040] TCP cubic registered
    [ 2.272042] NET: Registered protocol family 17
    [ 2.272048] Registering the dns_resolver key type
    [ 2.272116] PM: Hibernation image not present or could not be loaded.
    [ 2.272120] registered taskstats version 1
    [ 2.278319] rtc_cmos 00:06: setting system clock to 2011-08-17 17:54:31 UTC (1313603671)
    [ 2.278398] Initializing network drop monitor service
    [ 2.279674] Freeing unused kernel memory: 712k freed
    [ 2.279759] Write protecting the kernel read-only data: 6144k
    [ 2.279988] Freeing unused kernel memory: 12k freed
    [ 2.282266] Freeing unused kernel memory: 776k freed
    [ 2.291723] udevd[55]: starting version 173
    [ 2.304579] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 2.339771] usbcore: registered new interface driver usbfs
    [ 2.339795] usbcore: registered new interface driver hub
    [ 2.341676] usbcore: registered new device driver usb
    [ 2.342076] SCSI subsystem initialized
    [ 2.346410] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.346435] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 2.346439] libata version 3.00 loaded.
    [ 2.346468] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 2.346474] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 2.346533] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.346567] ehci_hcd 0000:00:1a.0: debug port 2
    [ 2.350464] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.350482] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf008000
    [ 2.361641] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.361880] hub 1-0:1.0: USB hub found
    [ 2.361885] hub 1-0:1.0: 2 ports detected
    [ 2.361969] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 2.362000] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 2.362005] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 2.362014] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.362042] ehci_hcd 0000:00:1d.0: debug port 2
    [ 2.363294] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 2.363343] xhci_hcd 0000:04:00.0: setting latency timer to 64
    [ 2.363348] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 2.363358] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
    [ 2.365933] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.365956] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf007000
    [ 2.378294] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.378444] hub 2-0:1.0: USB hub found
    [ 2.378448] hub 2-0:1.0: 2 ports detected
    [ 2.378553] ahci 0000:00:1f.2: version 3.0
    [ 2.378566] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 2.378706] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 2.378982] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [ 2.378987] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
    [ 2.378993] ahci 0000:00:1f.2: setting latency timer to 64
    [ 2.385587] scsi0 : ahci
    [ 2.385700] scsi1 : ahci
    [ 2.385786] scsi2 : ahci
    [ 2.385871] scsi3 : ahci
    [ 2.385959] scsi4 : ahci
    [ 2.386043] scsi5 : ahci
    [ 2.386296] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 41
    [ 2.386298] ata2: DUMMY
    [ 2.386302] ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 41
    [ 2.386303] ata4: DUMMY
    [ 2.386304] ata5: DUMMY
    [ 2.386305] ata6: DUMMY
    [ 2.499498] xhci_hcd 0000:04:00.0: irq 19, io mem 0xdd200000
    [ 2.499623] xHCI xhci_add_endpoint called for root hub
    [ 2.499625] xHCI xhci_check_bandwidth called for root hub
    [ 2.499650] hub 3-0:1.0: USB hub found
    [ 2.499655] hub 3-0:1.0: 1 port detected
    [ 2.499701] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 2.499707] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
    [ 2.499773] xHCI xhci_add_endpoint called for root hub
    [ 2.499775] xHCI xhci_check_bandwidth called for root hub
    [ 2.499793] hub 4-0:1.0: USB hub found
    [ 2.499799] hub 4-0:1.0: 1 port detected
    [ 2.668242] usb 1-1: new high speed USB device number 2 using ehci_hcd
    [ 2.704896] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.704948] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.706090] ata1.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.706102] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.706110] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.706942] ata1.00: ATA-8: ST9500423AS, 0002SDM1, max UDMA/133
    [ 2.706951] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 2.708085] ata1.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.708096] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.708128] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.708250] ata3.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.708253] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.708256] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.708955] ata1.00: configured for UDMA/133
    [ 2.709184] scsi 0:0:0:0: Direct-Access ATA ST9500423AS 0002 PQ: 0 ANSI: 5
    [ 2.710001] ata3.00: ATAPI: MATSHITADVD-RAM UJ8A2ASW, 1.00, max UDMA/100
    [ 2.713629] ata3.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.713640] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.713648] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.715460] ata3.00: configured for UDMA/100
    [ 2.721215] scsi 2:0:0:0: CD-ROM MATSHITA DVD-RAM UJ8A2ASW 1.00 PQ: 0 ANSI: 5
    [ 2.726730] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.726735] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 2.726769] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.726772] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.726796] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.730604] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.730613] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.730825] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 2.744374] sda: sda1 sda2 sda3 sda4
    [ 2.744800] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.792361] hub 1-1:1.0: USB hub found
    [ 2.792438] hub 1-1:1.0: 6 ports detected
    [ 2.898039] usb 2-1: new high speed USB device number 2 using ehci_hcd
    [ 3.022001] hub 2-1:1.0: USB hub found
    [ 3.022058] hub 2-1:1.0: 6 ports detected
    [ 3.047955] Refined TSC clocksource calibration: 2294.788 MHz.
    [ 3.047965] Switching to clocksource tsc
    [ 3.088035] usb 1-1.1: new full speed USB device number 3 using ehci_hcd
    [ 3.154812] usb 1-1.1: device descriptor read/64, error -32
    [ 3.236960] PM: Marking nosave pages: 000000000009e000 - 0000000000100000
    [ 3.236965] PM: Marking nosave pages: 0000000020000000 - 0000000020200000
    [ 3.236973] PM: Marking nosave pages: 0000000040000000 - 0000000040200000
    [ 3.236982] PM: Marking nosave pages: 00000000aabcc000 - 00000000aacdf000
    [ 3.236987] PM: Marking nosave pages: 00000000aace1000 - 00000000aacf4000
    [ 3.236989] PM: Marking nosave pages: 00000000aacf5000 - 00000000aade8000
    [ 3.236994] PM: Marking nosave pages: 00000000aaf19000 - 00000000aafe8000
    [ 3.236998] PM: Marking nosave pages: 00000000aaffd000 - 0000000100000000
    [ 3.238148] PM: Basic memory bitmaps created
    [ 3.256065] PM: Basic memory bitmaps freed
    [ 3.281008] EXT3-fs: barriers not enabled
    [ 3.293754] kjournald starting. Commit interval 5 seconds
    [ 3.293785] EXT3-fs (sda3): mounted filesystem with ordered data mode
    [ 3.408060] usb 1-1.2: new high speed USB device number 4 using ehci_hcd
    [ 4.495259] udevd[256]: starting version 173
    [ 4.578020] ACPI: acpi_idle yielding to intel_idle
    [ 4.627803] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 4.627906] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.628446] ACPI: AC Adapter [AC0] (on-line)
    [ 4.629029] ACPI: Lid Switch [LID]
    [ 4.629597] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 4.629603] ACPI: Sleep Button [SLPB]
    [ 4.629654] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.629658] ACPI: Power Button [PWRF]
    [ 4.662098] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.662105] ACPI: Battery Slot [BAT0] (battery present)
    [ 4.670264] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.670270] ACPI: Thermal Zone [TZ00] (58 C)
    [ 4.699183] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 4.699224] sr 2:0:0:0: Attached scsi generic sg1 type 5
    [ 4.735002] wmi: Mapper loaded
    [ 4.816453] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.837422] Linux media interface: v0.10
    [ 4.865736] Linux video capture interface: v2.00
    [ 4.900747] uvcvideo: Found UVC 1.00 device ASUS USB2.0 WebCam (058f:a014)
    [ 4.903658] input: ASUS USB2.0 WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4
    [ 4.903716] usbcore: registered new interface driver uvcvideo
    [ 4.903718] USB Video Class driver (v1.1.0)
    [ 4.911301] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 4.911316] ath9k 0000:03:00.0: setting latency timer to 64
    [ 4.919790] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 4.919846] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
    [ 4.919869] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 4.927271] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 4.935157] asus_wmi: ASUS WMI generic driver loaded
    [ 4.941164] mei: module is from the staging directory, the quality is unknown, you have been warned.
    [ 4.943980] asus_wmi: Initialization: 0x1
    [ 4.944133] asus_wmi: SFUN value: 0x1a0af7
    [ 4.945199] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
    [ 4.956683] asus_wmi: Backlight controlled by ACPI video driver
    [ 4.956752] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 4.960798] ath: EEPROM regdomain: 0x60
    [ 4.960800] ath: EEPROM indicates we should expect a direct regpair map
    [ 4.960802] ath: Country alpha2 being used: 00
    [ 4.960803] ath: Regpair used: 0x60
    [ 4.974078] Bluetooth: Core ver 2.16
    [ 4.974096] NET: Registered protocol family 31
    [ 4.974097] Bluetooth: HCI device and connection manager initialized
    [ 4.974098] Bluetooth: HCI socket layer initialized
    [ 4.974099] Bluetooth: L2CAP socket layer initialized
    [ 4.974302] Bluetooth: SCO socket layer initialized
    [ 4.984561] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 4.984762] Registered led device: ath9k-phy0
    [ 4.984768] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90005360000, irq=17
    [ 4.999019] iTCO_vendor_support: vendor-support=0
    [ 5.000922] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 5.000993] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 5.001120] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.013874] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 5.014040] usbcore: registered new interface driver btusb
    [ 5.026354] atl1c 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 5.026365] atl1c 0000:05:00.0: setting latency timer to 64
    [ 5.140660] atl1c 0000:05:00.0: version 1.0.1.0-NAPI
    [ 5.493359] hda_codec: ALC269VB: BIOS auto-probing.
    [ 5.525717] HDMI status: Pin=6 Presence_Detect=0 ELD_Valid=0
    [ 5.528101] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 5.528163] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 5.528222] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 5.528376] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.528381] mei 0000:00:16.0: setting latency timer to 64
    [ 5.535903] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 5.536243] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
    [ 5.536438] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 5.537725] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 5.537829] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
    [ 5.566314] [drm] Initialized drm 1.1.0 20060810
    [ 5.578198] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.578202] i915 0000:00:02.0: setting latency timer to 64
    [ 5.616676] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input10
    [ 5.640873] i915 0000:00:02.0: irq 43 for MSI/MSI-X
    [ 5.640878] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.640879] [drm] Driver supports precise vblank timestamp query.
    [ 5.640934] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    [ 5.641035] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    [ 5.641105] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.641106] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
    [ 5.817467] fbcon: inteldrmfb (fb0) is primary device
    [ 5.981060] Console: switching to colour frame buffer device 170x48
    [ 5.982871] fb0: inteldrmfb frame buffer device
    [ 5.982872] drm: registered panic notifier
    [ 6.010757] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
    [ 6.011024] acpi device:4e: registered as cooling_device4
    [ 6.011185] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
    [ 6.011212] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 6.011736] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
    [ 6.011930] acpi device:59: registered as cooling_device5
    [ 6.012005] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:55/LNXVIDEO:01/input/input12
    [ 6.012073] ACPI: Video Device [GFX0] (multi-head: yes rom: yes post: no)
    [ 6.012134] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 6.806806] EXT3-fs (sda3): using internal journal
    [ 7.032629] EXT3-fs: barriers not enabled
    [ 7.033131] kjournald starting. Commit interval 5 seconds
    [ 7.033638] EXT3-fs (sda4): using internal journal
    [ 7.033650] EXT3-fs (sda4): mounted filesystem with ordered data mode
    [ 7.136750] Adding 2097140k swap on /dev/sda2. Priority:-1 extents:1 across:2097140k
    [ 8.830153] NET: Registered protocol family 10
    [ 9.400174] ehci_hcd 0000:00:1d.0: PCI INT A disabled
    [ 9.400249] ehci_hcd 0000:00:1d.0: PME# enabled
    [ 9.413816] xhci_hcd 0000:04:00.0: PCI INT A disabled
    [ 9.413916] xhci_hcd 0000:04:00.0: PME# enabled
    [ 9.644602] ehci_hcd 0000:00:1d.0: BAR 0: set to [mem 0xdf007000-0xdf0073ff] (PCI address [0xdf007000-0xdf0073ff])
    [ 9.644638] ehci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x100, writing 0x104)
    [ 9.644679] ehci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900002)
    [ 9.644796] ehci_hcd 0000:00:1d.0: PME# disabled
    [ 9.644816] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 9.644828] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 9.754551] xhci_hcd 0000:04:00.0: BAR 0: set to [mem 0xdd200000-0xdd20ffff] (PCI address [0xdd200000-0xdd20ffff])
    [ 9.754699] xhci_hcd 0000:04:00.0: PME# disabled
    [ 9.754721] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 9.754736] xhci_hcd 0000:04:00.0: setting latency timer to 64
    [ 9.754760] usb usb3: root hub lost power or was reset
    [ 9.754764] usb usb4: root hub lost power or was reset
    [ 167.112308] atl1c 0000:05:00.0: irq 44 for MSI/MSI-X
    [ 167.112437] atl1c 0000:05:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
    [ 177.751730] eth0: no IPv6 routers present
    $ dmesg | grep -i input
    [ 2.304579] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 4.627803] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 4.629597] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 4.629654] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.903658] input: ASUS USB2.0 WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4
    [ 4.945199] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
    [ 4.956752] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 5.528101] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 5.528163] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 5.528222] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 5.616676] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input10
    [ 6.011185] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
    [ 6.012005] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:55/LNXVIDEO:01/input/input12
    $ cat /sys/class/input/mouse0/device/uevent
    PRODUCT=11/2/1/63
    NAME="PS/2 Logitech Wheel Mouse"
    PHYS="isa0060/serio4/input0"
    PROP=0
    EV=7
    KEY=70000 0 0 0 0
    REL=103
    MODALIAS=input:b0011v0002p0001e0063-e0,1,2,k110,111,112,r0,1,8,amlsfw
    $ cat /var/log/Xorg.0.log
    [ 232.348]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 232.349]
    X.Org X Server 1.10.3.901 (1.10.4 RC 1)
    Release Date: 2011-07-29
    [ 232.349] X Protocol Version 11, Revision 0
    [ 232.349] Build Operating System: Linux 3.0.0-ARCH x86_64
    [ 232.349] Current Operating System: Linux asdfg 3.0-ARCH #1 SMP PREEMPT Tue Aug 16 08:44:20 CEST 2011 x86_64
    [ 232.350] Kernel command line: root=/dev/disk/by-uuid/f3bdc9ce-59f4-42c8-98cd-bacdc7803d59 ro
    [ 232.350] Build Date: 08 August 2011 08:24:13AM
    [ 232.350]
    [ 232.350] Current version of pixman: 0.22.2
    [ 232.350] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 232.350] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 232.351] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 17 19:58:21 2011
    [ 232.397] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 232.406] (==) No Layout section. Using the first Screen section.
    [ 232.406] (==) No screen section available. Using defaults.
    [ 232.406] (**) |-->Screen "Default Screen Section" (0)
    [ 232.406] (**) | |-->Monitor "<default monitor>"
    [ 232.406] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 232.407] (==) Automatically adding devices
    [ 232.407] (==) Automatically enabling devices
    [ 232.464] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 232.464] Entry deleted from font path.
    [ 232.464] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 232.464] Entry deleted from font path.
    [ 232.464] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 232.465] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 232.465] Entry deleted from font path.
    [ 232.465] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 232.465] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/
    [ 232.465] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 232.465] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 232.465] (II) Loader magic: 0x7d3620
    [ 232.465] (II) Module ABI versions:
    [ 232.465] X.Org ANSI C Emulation: 0.4
    [ 232.465] X.Org Video Driver: 10.0
    [ 232.465] X.Org XInput driver : 12.2
    [ 232.465] X.Org Server Extension : 5.0
    [ 232.466] (--) PCI:*(0:0:2:0) 8086:0116:1043:1662 rev 9, Mem @ 0xdc400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64
    [ 232.466] (--) PCI: (0:1:0:0) 10de:0df4:1043:1662 rev 161, Mem @ 0xdb000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 232.466] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 232.466] (II) LoadModule: "extmod"
    [ 232.498] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 232.500] (II) Module extmod: vendor="X.Org Foundation"
    [ 232.500] compiled for 1.10.3.901, module version = 1.0.0
    [ 232.500] Module class: X.Org Server Extension
    [ 232.500] ABI class: X.Org Server Extension, version 5.0
    [ 232.500] (II) Loading extension MIT-SCREEN-SAVER
    [ 232.500] (II) Loading extension XFree86-VidModeExtension
    [ 232.500] (II) Loading extension XFree86-DGA
    [ 232.500] (II) Loading extension DPMS
    [ 232.500] (II) Loading extension XVideo
    [ 232.500] (II) Loading extension XVideo-MotionCompensation
    [ 232.500] (II) Loading extension X-Resource
    [ 232.500] (II) LoadModule: "dbe"
    [ 232.500] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 232.501] (II) Module dbe: vendor="X.Org Foundation"
    [ 232.501] compiled for 1.10.3.901, module version = 1.0.0
    [ 232.501] Module class: X.Org Server Extension
    [ 232.501] ABI class: X.Org Server Extension, version 5.0
    [ 232.501] (II) Loading extension DOUBLE-BUFFER
    [ 232.501] (II) LoadModule: "glx"
    [ 232.502] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 232.517] (II) Module glx: vendor="X.Org Foundation"
    [ 232.517] compiled for 1.10.3.901, module version = 1.0.0
    [ 232.517] ABI class: X.Org Server Extension, version 5.0
    [ 232.517] (==) AIGLX enabled
    [ 232.517] (II) Loading extension GLX
    [ 232.517] (II) LoadModule: "record"
    [ 232.517] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 232.518] (II) Module record: vendor="X.Org Foundation"
    [ 232.518] compiled for 1.10.3.901, module version = 1.13.0
    [ 232.518] Module class: X.Org Server Extension
    [ 232.518] ABI class: X.Org Server Extension, version 5.0
    [ 232.518] (II) Loading extension RECORD
    [ 232.518] (II) LoadModule: "dri"
    [ 232.519] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 232.536] (II) Module dri: vendor="X.Org Foundation"
    [ 232.536] compiled for 1.10.3.901, module version = 1.0.0
    [ 232

    Interestingly enough, the same thing happens in Windows on my U46E - the Synaptics driver recognizes the touchpad only as a PS/2 mouse and two-finger scroll won't work.
    Edit: The elantech module you posted fixes the problem on the U46E, too. Thanks! Now to fix it for Windows...
    Last edited by kalinatek (2011-08-29 20:13:07)

  • Logitech wireless mouse issues

    I know there has been quite a few threads about problems with Logitech peripherals not working properly with Yosemite, and I have read them all.  I figured I would throw this out there see if anyone has had this specific issue or any solutions.
          I use the same logitech M325 usb mouse and receiver on 2 different macs. The mouse and receiver work fine on my MBP 15" retina, even after upgrading to Yosemite.
       On my Early 2009 Mac Pro, the problem cropped up on the second day after the Yosemite upgrade.  Without the Logitech Control center software, any mouse click would bring up the dashboard.  the cursor would move but I couldn't select anything. After I installed the latest Logitech Control Center software, I can use the mouse and buttons, but the "hover" function does not.  I hide the dock on my desktop and I have to click on the side near it to make it appear rather than just moving the cursor like I did previously.  I've tried uninstalling and reinstalling the LCC software, tried uplugging and re-plugging the receiver.  Nothing fixes it.
        I find this strange since that seems like it ought to be a function of the system software, not a mouse driver issue. When I plug in my old hardwired apple mouse everything works as it should.  It's been a few weeks now, and I haven't seen any updates from apple or logitech.....
    Has anyone had any more luck getting their mouse to work correctly?

    I am having similar issues with the LX7. I found that these issues are usually fixed by unplugging and replugging the USB receiver. Though, it is still a hassle and it continues to affect productivity.

  • Possible to change mouse sensitivity with automator?

    For regular computing, I use my magic mouse. For gaming, I use a different mouse with more controls.
    Each time I switch between mice, I have to change the mouse sensitivity under system preferences. I'd like to autmoate this with a hot key. Possible to do with automator?

    OK, found a nifty applescript for this. Just change the 5 in the first line to 0-9, depending on what you want to set the mouse sensitivity to be. I created another script which increases mouse sensitivity. Then I created a hotkey combination to change my mouse sensitivity settings very quickly based on which mouse I'm using.
    If you don't know how to set this script up, follow the instructions in this helpful comment here: https://discussions.apple.com/thread/2488007?start=0&tstart=0. But instead of having the application run in just iTunes, as the comment suggests, have it run in "all applications."
    Here's the script:
    set trackingValue to 5
    --Open and activate System Preferences
    tell application "System Preferences" to activate
    --Attempt to change settings using System Events
    tell application "System Events"
        tell process "System Preferences"
             try
                  --Open the "Keyboard & Mouse" pane
                  click menu item "Mouse" of menu "View" of menu bar 1
                  delay 2
                  set value of slider "Tracking Speed" of window "Mouse" to trackingValue
                  --end tell
             on error theError
                  --An error occured
                  display dialog ("Sorry, an error occured while altering Keyboard and Mouse settings:" & return & theError) buttons "OK" default button "OK"
             end try
        end tell
    end tell

  • Logitech Wireless Mouse and MacBook Pro

    Greetings.
    I'm thinking about buying a Logitech wireless mouse for my MacBook Pro. The mouse comes with a USB wireless card. Will I need to use this or will the wireless/bluetooth card in the MacBook pick up the mouse by itself?
    Cheers,
    John

    I don't understand your problem. Is it that you can't see the arrow or what? You say the button and all work fine so I am stumped by your question. I have problems with my mouse being recognized by the MBP but I just turn off mouse, restart laptop then turn on mouse and it comes back up. If I ever put my MBP to sleep I shut the mouse off first and wait until it says mouse disconnected or whatever it says..I can't recall. Then I put the MBP to sleep. Once I wake it up turn mouse back on and voila..works!! Maybe try pushing the little "Connect" button on the bottom of the mouse that might help. I have never tried that but just a suggestion.
    Sorry if this is all confusing.

Maybe you are looking for

  • Itunes music on my blog

    i would like to share the music i have on my ipod thru itunes on my blog. just dragging and dropping from itunes to iweb works but it makes for a mighty LARGE post. so i need to find another way... does anyone know of a way i can do that? thanks so m

  • Create delivery without reference and without movement

    Dear All, I have a requirement to create an outbound delivery without reference (the easy bit) but also without movement for normal "FERT" stock items. The reason for the requirement is we have a production planning plant set up and the receiving pla

  • HT1688 can't pair iPhone 5 to Cadillac CTS 2009

    Just tried to pair my new iPhone5 with a Cadillac CTS 2009 bluetooth.  It wouldn't pair, even though my iPhone4S did.  Cadillac says it's an apple problem.  Has anyone else had this problem?

  • Disconnected Application Cache .CSV file contains error Code 4

    Dear All, Recently we are facing an issue in our BI application . We have implemented Disconnected Application Cache via ibots in our application . We have used preprocessed sync and according to the process what it does is , it saves the data in .cs

  • Need help, implementing streams between oracle 10g databases

    Hello all. Please help me, and give me instruction if any body implement streams between databases (Oracle 10g) I have implemented streams between schema table on (10g) and result was success. Firstly I want to know some thing, such as: 1) Is it poss