Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] Acer Aspire 4750(G,Z) & 4752(G...
Last Post: vladimir500
Today 06:45 AM
» Replies: 49
» Views: 48577
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
Yesterday 02:05 PM
» Replies: 9
» Views: 859
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: VictorLima
Yesterday 01:52 PM
» Replies: 213
» Views: 106852
[REQUEST] Acer PT715-51 (Triton 700) ins...
Last Post: count1100
Yesterday 08:45 AM
» Replies: 27
» Views: 15755
[Request] Support for Intel Xeon E3-1230...
Last Post: biospains
Yesterday 04:40 AM
» Replies: 36
» Views: 15521
Acer Aspire 5738 Restore full ram speed
Last Post: IrRaziel
06-20-2025 04:50 PM
» Replies: 10
» Views: 456
[REQUEST] Acer Aspire E1-510 BIOS Unlock
Last Post: banusri123
06-20-2025 03:31 PM
» Replies: 41
» Views: 38013
[REQUEST] Machenike F117-FPE BIOS Unlock
Last Post: mortalrun
06-20-2025 11:23 AM
» Replies: 0
» Views: 186
[REQUEST] Axioo Hype 5 AMD X3 Bios Unloc...
Last Post: Aseptartar
06-20-2025 12:39 AM
» Replies: 0
» Views: 208
BIOS Hex Offset
Last Post: Pacho
06-19-2025 03:33 PM
» Replies: 0
» Views: 200
[REQUEST] hp 14-cm0xxx bios unlock(ami f...
Last Post: Anneaham
06-18-2025 11:34 PM
» Replies: 1
» Views: 510
[REQUEST] BIOS Unlock for Gigabyte G5-KD...
Last Post: Dudu2002
06-18-2025 06:52 AM
» Replies: 10
» Views: 3606
[REQUEST] HP 15-ac109nx – Insyde BIOS F....
Last Post: Naifaey13
06-18-2025 06:08 AM
» Replies: 0
» Views: 234
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
06-18-2025 02:45 AM
» Replies: 44
» Views: 13053
HP probook4436s(e2-3000m)can update to a...
Last Post: hurricaning
06-17-2025 09:21 AM
» Replies: 2
» Views: 392
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: Neonka
06-17-2025 05:05 AM
» Replies: 36
» Views: 14087
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: bip_bop
06-17-2025 02:16 AM
» Replies: 171
» Views: 99146
[SOLVED] Lenovo E545 (HRETxxWW) WiFi + B...
Last Post: Vigor89
06-16-2025 04:51 PM
» Replies: 268
» Views: 117902
[Test, sp54926] HP Pavilion dm1-4000sd
Last Post: symbios24
06-16-2025 08:14 AM
» Replies: 36
» Views: 28838
[Request] Bios is locked need to unlock ...
Last Post: Xperjo
06-14-2025 12:59 AM
» Replies: 0
» Views: 578

[SOLVED] Sony VAIO VPCCA i7 2860QM Quad Core Support
#1
Update: No BIOS mod was required. It was just msconfig (mis)configuration.

Hi there,

I just bought an Intel i7 2860QM to upgrade my laptop, but I found the BIOS only allows 2 working cores (4 threads). Would it be possible to modify it so I can get the 4 cores and 8 threads?

Here are some details from CPU-Z
[Image: VAIO.png]

And the BIOS  - R0242V2
http://sonyvaiodriver.com/category/sony-...e-drivers/


Thank you in advance.
find
quote
#2
Do you know of any similar mod? I guess it should be possible. Any link I could use to see if I could do it myself?

I guess this limitation was imposed by Sony to have power consumption under control (the original i7 2620M had a TDP of 35w and this one is 45W), but since I'm using an external GPU, I guess i have more room.

Thanks.
find
quote
#3
Disable CPU Core Parking feature .
find
quote
#4
(09-13-2015, 02:34 PM)DeathBringer Wrote: Disable CPU Core Parking feature .

Hey! Thanks a lot for the suggestion. I had never heard about it before. Unfortunately, I did a bit of research, tried unparking them all but I still only see 4 cores in the task manager... But now I have doubts about the actual root of the limitation. Taking a look at the device manager, it shows 8 logic cores
[Image: Device_Manager.jpg]

Could it be something related with the OS instead of the BIOS? I'm running a clean install of Windows 7 Enterpirse x64.
find
quote
#5
Try this:
Quote:Open regedit and navigate to

"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\ PowerSettings\54533251-82be-4824-96c1-47b60b740d00"
Then search for "0cc5b647-c1df-4637-891a-dec35c318583"

and set "Attributes" from "1" to "0"
Then open your energy options. You should have a new entry now:

Set the "Processor performance core parking min cores" to 100%
and reboot.
find
quote
#6
(09-16-2015, 01:45 AM)DeathBringer Wrote: Try this:
Quote:Open regedit and navigate to

"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\ PowerSettings\54533251-82be-4824-96c1-47b60b740d00"
Then search for "0cc5b647-c1df-4637-891a-dec35c318583"

and set "Attributes" from "1" to "0"
Then open your energy options. You should have a new entry now:

Set the "Processor performance core parking min cores" to 100%
and reboot.

Still no luck  Undecided
I tried http://www.coderbag.com/programming-c/di...ng-utility and https://bitsum.com/parkcontrol/, and both report only 4 cores.

Any other ideas?
find
quote
#7
No more ideas. Device manager shows 8 logic cores then it isn't a BIOS's problem. So It's offtopic.
find
quote
#8
(09-17-2015, 12:05 AM)Cheve Wrote:
(09-16-2015, 01:45 AM)DeathBringer Wrote: Try this:
Quote:Open regedit and navigate to

"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\ PowerSettings\54533251-82be-4824-96c1-47b60b740d00"
Then search for "0cc5b647-c1df-4637-891a-dec35c318583"

and set "Attributes" from "1" to "0"
Then open your energy options. You should have a new entry now:

Set the "Processor performance core parking min cores" to 100%
and reboot.

Still no luck  Undecided
I tried http://www.coderbag.com/programming-c/di...ng-utility and https://bitsum.com/parkcontrol/, and both report only 4 cores.

Any other ideas?

check msconfig?

also whats the taskmanager showing now?
just to make sure. you have 4 cores. and 8 threads. that's how it should be reported too. you don't have 8 cores.
find
quote
#9
(09-17-2015, 05:29 AM)GizmoTheGreen Wrote:
(09-17-2015, 12:05 AM)Cheve Wrote:
(09-16-2015, 01:45 AM)DeathBringer Wrote: Try this:
Quote:Open regedit and navigate to

"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\ PowerSettings\54533251-82be-4824-96c1-47b60b740d00"
Then search for "0cc5b647-c1df-4637-891a-dec35c318583"

and set "Attributes" from "1" to "0"
Then open your energy options. You should have a new entry now:

Set the "Processor performance core parking min cores" to 100%
and reboot.

Still no luck  Undecided
I tried http://www.coderbag.com/programming-c/di...ng-utility and https://bitsum.com/parkcontrol/, and both report only 4 cores.

Any other ideas?

check msconfig?

also whats the taskmanager showing now?
just to make sure. you have 4 cores. and 8 threads. that's how it should be reported too. you don't have 8 cores.

Sure, 4 cores/8 threads. But everywhere I check (task manager, msconfig, CPU-Z, those unparking apps), except for the Device Manager, shows 4 threads (2 cores/4 threads).

I would like to check with my desktop computer what does the device manager show if I limit the number of cores from BIOS, but I'm currently far away from it for the following weeks. Could anyone try that for me, please?

I managed to unpack my BIOS, but need to research what should I look for.
find
quote
#10
Cheve, show a screenshot of msconfig under button Advanced options on current OS in Boot tab. E.g.
[Image: MSConfig_Boot_Advanced_Options.gif]
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)