You are not logged in.
Pages: 1
After updating to latest kernel it seems right click no longer works. microcode is loaded as per news item.
dmesg | grep microcode
[ 1.726463] microcode: CPU0 sig=0x106e5, pf=0x10, revision=0x3
[ 1.726488] microcode: CPU1 sig=0x106e5, pf=0x10, revision=0x3
[ 1.726507] microcode: CPU2 sig=0x106e5, pf=0x10, revision=0x3
[ 1.726518] microcode: CPU3 sig=0x106e5, pf=0x10, revision=0x3
[ 1.726535] microcode: CPU4 sig=0x106e5, pf=0x10, revision=0x3
[ 1.726548] microcode: CPU5 sig=0x106e5, pf=0x10, revision=0x3
[ 1.726560] microcode: CPU6 sig=0x106e5, pf=0x10, revision=0x3
[ 1.726574] microcode: CPU7 sig=0x106e5, pf=0x10, revision=0x3
[ 1.726713] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Orubalast update included
[2014-10-23 07:35] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2014-10-23 07:35] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2014-10-23 07:35] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2014-10-23 07:35] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2014-10-23 07:35] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
[2014-10-23 07:35] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2014-10-23 07:35] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2014-10-23 07:35] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2014-10-23 07:35] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2014-10-23 07:35] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2014-10-23 07:35] [ALPM-SCRIPTLET] ==> Image generation successful
[2014-10-23 07:35] [PACMAN] upgraded linux (3.16.4-1 -> 3.17.1-1)
[2014-10-23 07:35] [PACMAN] upgraded linux-headers (3.16.4-1 -> 3.17.1-1)
[2014-10-23 07:35] [PACMAN] upgraded lxinput (0.3.3-1 -> 0.3.4-1)
[2014-10-23 07:35] [PACMAN] upgraded lxterminal (0.1.11-3 -> 0.2.0-1)
[2014-10-23 07:35] [PACMAN] upgraded virtualbox-guest-modules (4.3.18-3 -> 4.3.18-4)
[2014-10-23 07:35] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
[2014-10-23 07:35] [PACMAN] upgraded virtualbox-host-modules (4.3.18-3 -> 4.3.18-4)
[2014-10-23 07:37] [PACMAN] Running 'pacman -S intel-ucode'
[2014-10-23 07:37] [PACMAN] installed intel-ucode (20140913-1)Not checked since for any other updates so unsure if problem will persist
Last edited by Mr Green (2014-11-16 18:26:19)
Mr Green
Offline
DId you update grub (or boot loader) as per
https://wiki.archlinux.org/index.php/Mi … de_Updates
I dont see word "early" in your dmesg. (assuming intel CPU because u installed intel-ucode package)
Example line:
[ 0.000000] CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28Btw not sure if that have any effect on right click!
Last edited by amish (2014-10-23 08:10:38)
Offline
Hello,
I have exactly the same issue than MrGreen (and I also own a vaio computer), my dmesg shows the same lines. I also have followed the wiki about microcode but right click still doesn't want to work.
If any one have a clue ...
For the moment I have created a keyboard shortcut with "xdotool click right"...
Offline
No one have any clue of where it comes from ?
Offline
I also have this issue with a Sony Vaio laptop. I haven't found a solution yet. ![]()
My dmesg does contain the "updated early" line:
$ dmesg|grep microcode
[ 0.000000] CPU0 microcode updated early to revision 0x4, date = 2013-06-28
[ 0.207861] CPU1 microcode updated early to revision 0x4, date = 2013-06-28
[ 3.657103] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x4
[ 3.657112] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x4
[ 3.657117] microcode: CPU2 sig=0x20655, pf=0x10, revision=0x4
[ 3.657123] microcode: CPU3 sig=0x20655, pf=0x10, revision=0x4
[ 3.657191] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter OrubaLast edited by Chickencha (2014-11-12 08:50:28)
Offline
This seems to be a kernel regression. What kernel are you using? I was having the same issue on my sony vaio with kernels 3.17.1 and 3.17.2.
Downgrading to kernel 3.16.3-2 fixed this issue for me. See if that works for you.
Last edited by easysid (2014-11-15 17:13:03)
Desktop screenshots :: Origami :: github
Offline
After updating too 3.17.3.-1 my right button is working again... still not sure if it was a kernel issue, but glad it works again
Mr Green
Offline
I was about to post the same message, it works for me too.
Offline
Pages: 1