wrmsr not working since upgrade to Ubuntu 16.04

Tomer

Since upgrading to Ubuntu 16.04, I have not been able to get wrmsr working on any address:

$ sudo rdmsr 0x1a4
0
$ sudo wrmsr 0x1a4 0
wrmsr: pwrite: Operation not permitted

There was a similar question in this site but the accepted answer provides a workaround only for Turbo Boost:

Can't disable turbo boost since Ubuntu 16.04

Any Ideas? Is this somehow related to capabilities?

Tomer

I found a workaround by upgrading my kernel from the default (4.4.0-24-generic):

$ sudo rdmsr 0x1a4
rdmsr: open: No such file or directory
$ sudo modprobe msr
$ sudo rdmsr 0x1a4
0
$ sudo wrmsr 0x1a4 0
$ uname -r
4.6.0-040600-generic

I also confirmed it on 4.6.2:

$ uname -r
4.6.2-040602-generic

I later reproduced it again on 4.4.0-24-generic.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

youtube-dl not working since Ubuntu 16.04 upgrade

From Dev

Since this morning the network is unreachable Ubuntu 18:04

From Dev

Installing opencv on Ubuntu 16-04

From Dev

Internet not working Ubuntu 16

From Dev

xdebug not working after ubuntu upgrade

From Dev

Ubuntu 19.10 Upgrade - VMware Not Working

From Dev

Nginx won't start since Ubuntu upgrade (16.04)

From Dev

Ubuntu 12.04 to 16 upgrade - Mysql dangers?

From Dev

Device not managed after upgrade to ubuntu 16

From Dev

WSL, Ubuntu 16,04: apt-cache in broken state

From Dev

MongoDB service not working after upgrade to Ubuntu 15.04

From Dev

Unity not working after upgrade Ubuntu 13.04 to 14.04

From Dev

Unity not working after upgrade Ubuntu 13.04 to 14.04

From Dev

Unity is not working after upgrade to Ubuntu 15.10

From Dev

ubuntu 12.10 not working after Upgrade from 12.04

From Dev

ubuntu xenial unattended-upgrade not working anymore

From Dev

Wifi not working after upgrade to Ubuntu 16.04

From Dev

Dell Monitor not working after Ubuntu upgrade

From Dev

Virtualbox not working after Ubuntu 17.10 upgrade

From Dev

PHP 5 Upgrade On Ubuntu Not Working With Magento

From Dev

sudo apt upgrade not working after ubuntu update

From Dev

Chromium quit working on upgrade to Ubuntu 20.10

From Dev

VNC viewer grey screen since upgrade to Ubuntu 14.04 from Ubuntu 12

From Dev

Touchpad buttons on a HP Elitebook with Ubuntu-20-04 are not working

From Dev

Dead keys (accents etc) not working since LibreOffice 6.2 (since Ubuntu/Kubuntu 19.04 "disco")

From Dev

rEFind doal boot option disappeared after ubuntu 14 to 16 upgrade

From Dev

PHP mail() / sendmail not working since Apache 2.4 PHP7 upgrade

From Dev

inputrc not working in ubuntu 18 as it used to in 16 and below

From Dev

Laravel routes not working in nginx Ubuntu 16

Related Related

  1. 1

    youtube-dl not working since Ubuntu 16.04 upgrade

  2. 2

    Since this morning the network is unreachable Ubuntu 18:04

  3. 3

    Installing opencv on Ubuntu 16-04

  4. 4

    Internet not working Ubuntu 16

  5. 5

    xdebug not working after ubuntu upgrade

  6. 6

    Ubuntu 19.10 Upgrade - VMware Not Working

  7. 7

    Nginx won't start since Ubuntu upgrade (16.04)

  8. 8

    Ubuntu 12.04 to 16 upgrade - Mysql dangers?

  9. 9

    Device not managed after upgrade to ubuntu 16

  10. 10

    WSL, Ubuntu 16,04: apt-cache in broken state

  11. 11

    MongoDB service not working after upgrade to Ubuntu 15.04

  12. 12

    Unity not working after upgrade Ubuntu 13.04 to 14.04

  13. 13

    Unity not working after upgrade Ubuntu 13.04 to 14.04

  14. 14

    Unity is not working after upgrade to Ubuntu 15.10

  15. 15

    ubuntu 12.10 not working after Upgrade from 12.04

  16. 16

    ubuntu xenial unattended-upgrade not working anymore

  17. 17

    Wifi not working after upgrade to Ubuntu 16.04

  18. 18

    Dell Monitor not working after Ubuntu upgrade

  19. 19

    Virtualbox not working after Ubuntu 17.10 upgrade

  20. 20

    PHP 5 Upgrade On Ubuntu Not Working With Magento

  21. 21

    sudo apt upgrade not working after ubuntu update

  22. 22

    Chromium quit working on upgrade to Ubuntu 20.10

  23. 23

    VNC viewer grey screen since upgrade to Ubuntu 14.04 from Ubuntu 12

  24. 24

    Touchpad buttons on a HP Elitebook with Ubuntu-20-04 are not working

  25. 25

    Dead keys (accents etc) not working since LibreOffice 6.2 (since Ubuntu/Kubuntu 19.04 "disco")

  26. 26

    rEFind doal boot option disappeared after ubuntu 14 to 16 upgrade

  27. 27

    PHP mail() / sendmail not working since Apache 2.4 PHP7 upgrade

  28. 28

    inputrc not working in ubuntu 18 as it used to in 16 and below

  29. 29

    Laravel routes not working in nginx Ubuntu 16

HotTag

Archive