| http://www.w3.org/ns/prov#value | - So, a lot of googling later and I found the problem for me was a rogue interrupt relating to ACPI.See this thread here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/887793?comments=allThe solution for me was to disable the offending interrupt with the following run as root:Code: Select allecho disable > /sys/firmware/acpi/interrupts/gpe13If this is your issue it is likely that its a differe
|