Opened 15 years ago
Closed 11 years ago
#5879 closed bug (fixed)
Unexpected exception in kernel mode - SpeedStep driver
Reported by: | jahaiku | Owned by: | pdziepak |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta1 |
Component: | Drivers/ACPI | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is gcc4 build of hrev36566 on Acer Aspire One 150 (Intel Atom n270).
I get the error when opening the CPUFreq-Pref-App or using the CPUFreq-Replicant. I can reproduce this 99%.
Attachments (1)
Change History (7)
by , 15 years ago
Attachment: | SpeedStepException.jpg added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
(Speedstep is not really my cup of tea.)
comment:3 by , 15 years ago
Milestone: | R1 → R1/alpha2 |
---|---|
Owner: | changed from | to
Version: | R1/alpha1 → R1/Development |
comment:4 by , 13 years ago
Milestone: | R1/alpha3 → R1/beta1 |
---|
comment:5 by , 11 years ago
Owner: | changed from | to
---|
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
SpeedStep driver has been removed as it didn't support any CPUs with invariant TSC and didn't work on SMP systems.
Note:
See TracTickets
for help on using tickets.
In x86_write_msr(). Most likely your CPU doesn't have/support the MSR in question. The driver might not correctly check that.