Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 56

Thread: Phenom TLB Disable Tool and Phenom MSR tweaking tool

  1. #26
    Registered User
    Join Date
    Feb 2008
    Posts
    47
    justapostSounds interesting. Although I am not very familiar with Linux programing. If GCC supports inline assembly code, it might work.


    Code:
    __declspec(naked) void Ring0ReadMSR()
    {
    _asm
    {
    rdmsr
    mov [ebx],eax
    mov [edi],edx
    retf
    }
    }
    
    //////////////////////////////////////////////////////////////////////
    // WRMSR
    //////////////////////////////////////////////////////////////////////
    __declspec(naked) void Ring0WriteMSR()
    {
    _asm
    {
    mov eax,[ebx]
    mov edx,[edi]
    wrmsr
    retf
    }
    }
    Quote Originally Posted by justapost View Post
    Yeah, realized it cuz i had forgotten my benchmark software usb stick and had to download it again.
    So I dropped my plans to write an gui tool for multi management. CrytalCPU has multi management for intel chips which should be extendable to support phenoms p-states.
    But at the moment i'm more interested in writing an power saving module with tweakable p-states for linux.

  2. #27
    Xtreme Mentor
    Join Date
    May 2007
    Posts
    2,792
    Yea, Phenom is still dead.

  3. #28
    Xtreme Mentor
    Join Date
    Dec 2007
    Location
    State of Confusion, USA
    Posts
    2,513
    Sam2008, Thanks for all your work bro! Your software works VERY well, but I'm gonna nitpick just a little bit..

    I experienced a little confusion with your Icons. If you could redesign them with maybe, the universal crossed circle for DISABLED, and ENABLED over the Icon when when TLB is turned on. It might help folks understand it a little better...

    You are my hero Sam! Just a suggestion...
    AMD FX-8350 (1237 PGN) | Asus Crosshair V Formula (bios 1703) | G.Skill 2133 CL9 @ 2230 9-11-10 | Sapphire HD 6870 | Samsung 830 128Gb SSD / 2 WD 1Tb Black SATA3 storage | Corsair TX750 PSU
    Watercooled ST 120.3 & TC 120.1 / MCP35X XSPC Top / Apogee HD Block | WIN7 64 Bit HP | Corsair 800D Obsidian Case








    First Computer: Commodore Vic 20 (circa 1981).

  4. #29
    Registered User
    Join Date
    Feb 2008
    Posts
    47
    You mean changing the program icon? Will work on it...

    Quote Originally Posted by Daveburt714 View Post
    I experienced a little confusion with your Icons. If you could redesign them with maybe, the universal crossed circle for DISABLED, and ENABLED over the Icon when when TLB is turned on. It might help folks understand it a little better...

  5. #30
    Registered User
    Join Date
    Feb 2008
    Posts
    47
    Updated. See Post #1.

    Quote Originally Posted by Daveburt714 View Post
    Sam2008, Thanks for all your work bro! Your software works VERY well, but I'm gonna nitpick just a little bit..

    I experienced a little confusion with your Icons. If you could redesign them with maybe, the universal crossed circle for DISABLED, and ENABLED over the Icon when when TLB is turned on. It might help folks understand it a little better...

    You are my hero Sam! Just a suggestion...

  6. #31
    Xtreme Mentor
    Join Date
    Dec 2007
    Location
    State of Confusion, USA
    Posts
    2,513
    Thanks SAM!! I was drinking when I posted that message, so the confusion was probably partially caused by my own blurred senses...

    Hopefully that will help someone else in that state down the road though.
    AMD FX-8350 (1237 PGN) | Asus Crosshair V Formula (bios 1703) | G.Skill 2133 CL9 @ 2230 9-11-10 | Sapphire HD 6870 | Samsung 830 128Gb SSD / 2 WD 1Tb Black SATA3 storage | Corsair TX750 PSU
    Watercooled ST 120.3 & TC 120.1 / MCP35X XSPC Top / Apogee HD Block | WIN7 64 Bit HP | Corsair 800D Obsidian Case








    First Computer: Commodore Vic 20 (circa 1981).

  7. #32
    Registered User
    Join Date
    Mar 2004
    Location
    Aurora, Colorado
    Posts
    25
    Thanks a bunch sam! For some reason, DFI got rid of the TLB option in the newest BIOS and AOD is garbage.
    AMD Phenom II X6 1090T Black Edition @ 3.7Ghz (1.4V) / 2.6Ghz NB (1.25V) / 2.4Ghz HT
    Cooler Master Hyper 212 Plus (Dual Fans)
    ASUS M3A79-T Deluxe (BIOS 1801)
    2x2GB Corsair DHX C4 PC2-6400 (4-4-4-12 1T) (Unganged)
    160GB Intel 320
    2x2TB Western Digital Caviar Green (64MB) RAID 1
    1280MB EVGA GeForce GTX 470 @ 700/1400/3600 (1.05V)
    512MB EVGA 9800GT HDMI @ 575/1750/1800
    950W Corsair TX
    Cooler Master HAF 932 AMD Edition
    Windows 7 Ultimate x64
    F@H: Michael_Lee

  8. #33
    D.F.I Pimp Daddy
    Join Date
    Jan 2007
    Location
    Still Lost At The Dead Show Parking Lot
    Posts
    5,182
    Wow what a killer Job Sam Just finally got around to doing your TLB SP1 Fix Nice job man
    SuperMicro X8SAX
    Xeon 5620
    12GB - Crucial ECC DDR3 1333
    Intel 520 180GB Cherryville
    Areca 1231ML ~ 2~ 250GB Seagate ES.2 ~ Raid 0 ~ 4~ Hitachi 5K3000 2TB ~ Raid 6 ~

  9. #34
    Xtreme Enthusiast
    Join Date
    Feb 2007
    Location
    Norway
    Posts
    704
    Hey Sam! How about making a tool for changing NB multiplier for those of us not having this option in bios?

  10. #35
    D.F.I Pimp Daddy
    Join Date
    Jan 2007
    Location
    Still Lost At The Dead Show Parking Lot
    Posts
    5,182
    Hows about a $10.00 Coupon off on the DFI 790FX-M2R JK...Brother
    SuperMicro X8SAX
    Xeon 5620
    12GB - Crucial ECC DDR3 1333
    Intel 520 180GB Cherryville
    Areca 1231ML ~ 2~ 250GB Seagate ES.2 ~ Raid 0 ~ 4~ Hitachi 5K3000 2TB ~ Raid 6 ~

  11. #36
    Registered User
    Join Date
    Feb 2008
    Posts
    47
    Is the NB multplier controlled by MSR? Is so you might be able to do it using the MSR Tweaking Tool in the 2nd post of this thread. It can change any MSR you want and does bit masking too.

    Quote Originally Posted by LIKMARK View Post
    Hey Sam! How about making a tool for changing NB multiplier for those of us not having this option in bios?

  12. #37
    Xtreme Addict
    Join Date
    Sep 2007
    Location
    Munich, DE
    Posts
    1,401
    Quote Originally Posted by sam2008 View Post
    Is the NB multplier controlled by MSR? Is so you might be able to do it using the MSR Tweaking Tool in the 2nd post of this thread. It can change any MSR you want and does bit masking too.
    Changing the NB multi requires an reboot on k10's. And it's done via PCI registers (F4xA3 or so).

    EDIT: Did not reply to that yet. The linux kernel has c-functions for changing msr registers, those are implemented using inline assembler code.
    Last edited by justapost; 04-02-2008 at 06:56 AM.

  13. #38
    D.F.I Pimp Daddy
    Join Date
    Jan 2007
    Location
    Still Lost At The Dead Show Parking Lot
    Posts
    5,182
    Here ya go sam2008
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	rar.jpg 
Views:	3411 
Size:	176.6 KB 
ID:	75658  
    SuperMicro X8SAX
    Xeon 5620
    12GB - Crucial ECC DDR3 1333
    Intel 520 180GB Cherryville
    Areca 1231ML ~ 2~ 250GB Seagate ES.2 ~ Raid 0 ~ 4~ Hitachi 5K3000 2TB ~ Raid 6 ~

  14. #39
    Registered User
    Join Date
    Feb 2008
    Posts
    47
    Nice . Just remind you if you are using stand by (sleep) function of Vista SP1, everytime the computer wakes up, the TLB will be enabled again. You will have to manually disable it under that circumstance.

    Quote Originally Posted by Brother Esau View Post
    Here ya go sam2008

  15. #40
    D.F.I Pimp Daddy
    Join Date
    Jan 2007
    Location
    Still Lost At The Dead Show Parking Lot
    Posts
    5,182
    Thanks Sam but I don't do the stand by / sleep deal never have and find it to be more problems then just letting the PC Run
    SuperMicro X8SAX
    Xeon 5620
    12GB - Crucial ECC DDR3 1333
    Intel 520 180GB Cherryville
    Areca 1231ML ~ 2~ 250GB Seagate ES.2 ~ Raid 0 ~ 4~ Hitachi 5K3000 2TB ~ Raid 6 ~

  16. #41
    Registered User
    Join Date
    May 2008
    Posts
    1
    I have a Turion 64 x2 proc in my Gateway T1625 laptop, and I'm getting the TLB error after installing Vista SP1. Does anyone know if this proc has the TLB error in it? The TLB disable tool doesn't work because it doesn't have the same MSR's. I've talked with Microsoft (outsourced), and there's no hotfix at this time, but they are 'working on one' (yeah right) and will 'let me know' when it is available. Does anyone know the MSR's for the Turion procs? I haven't found the resources for that yet on AMD's website. I have found, that if I restart my computer, I do not get any errors (mostly WHEA 19 errors), but if I sleep/wake up my computer, or do a hard reboot, I get errors intermittently. Thanks for any help.

    Gateway T1625
    AMD Turion 64 x2 FX-60
    --whatever else this thing came with--

  17. #42
    Xtreme Member
    Join Date
    Nov 2007
    Location
    Portugal
    Posts
    411
    Quote Originally Posted by dotcom624 View Post
    I have a Turion 64 x2 proc in my Gateway T1625 laptop, and I'm getting the TLB error after installing Vista SP1. Does anyone know if this proc has the TLB error in it? ...
    No, just for Phenom rev. B2.
    Last edited by aGeoM; 06-01-2008 at 03:30 PM. Reason: Fix quote



  18. #43
    Registered User
    Join Date
    May 2007
    Location
    South Africa, Cape Town
    Posts
    36
    Hey , Is they any chance of you making an update version of your little program. Can you also PLEASE host the file on a diffrent file share sit for every time I try to download version 1.5 it gives me the same error every time. Thanks
    Antec 900 BTX aka 009 owner

    Project Suitcase PC
    Project Antec 009
    Project Liquid Server : Coming soon

  19. #44
    Xtreme Member
    Join Date
    Jun 2008
    Location
    The United Kingdom
    Posts
    115
    Please can someone tell me how I can get this to disable automatically at windows startup for both XP SP3 and Vista SP1?

    The link on the first post is dead.

    Thanks.
    Phenom 9850 Black edition 0811 CPQW
    OCZ Vendetta cooler
    Motherboards : Gigabyte GA-MA790FX-DQ6 BIOS F7b
    RAM: 4x 1GB PC2-6400 Corsair CMT2X1024-6400C4 @ 4-4-4-12
    Graphics card: Gigabyte 8800GT GV-NX88T512HPV1 with Zalman Vf-830Cu heatsink and Samsung VRAM
    Case: Silver Thermaltake Soprano VB1000SWS
    Powersupply: Solytech 600W SL-8600EPS
    Hard disc drives: Maxtor 120 GB IDE hard drive, Samsung spinpoint 1TB 7200RPM 32MB cache SATAII hard drive
    Windows XP Professional SP2 32bit/ Vista 64 bit SP1 dualboot

    #Something like a phenom, something like a phenom...

  20. #45
    Registered User
    Join Date
    Feb 2008
    Posts
    47
    Link updated. But if you have 9850, you do not have TLB problem and there's no need to use this patch tool.

  21. #46
    Registered User
    Join Date
    Jun 2008
    Posts
    1
    Quote Originally Posted by sam2008 View Post
    Link updated. But if you have 9850, you do not have TLB problem and there's no need to use this patch tool.
    Those links don't download the full file. Are the links working?

    Sorry I am new to this forum and wanted to try out this cool tool.

  22. #47
    Xtreme Member
    Join Date
    Jun 2008
    Location
    The United Kingdom
    Posts
    115
    Quote Originally Posted by sam2008 View Post
    Link updated. But if you have 9850, you do not have TLB problem and there's no need to use this patch tool.
    Thanks for the new link. Is there a Windows Xp equivalent of the task scheduler?

    Are you 100% sure of this? I am sure that I read that this patch in Windows XP SP3 and Vista SP1 is still enabled for B3 stepping phenoms too.
    Phenom 9850 Black edition 0811 CPQW
    OCZ Vendetta cooler
    Motherboards : Gigabyte GA-MA790FX-DQ6 BIOS F7b
    RAM: 4x 1GB PC2-6400 Corsair CMT2X1024-6400C4 @ 4-4-4-12
    Graphics card: Gigabyte 8800GT GV-NX88T512HPV1 with Zalman Vf-830Cu heatsink and Samsung VRAM
    Case: Silver Thermaltake Soprano VB1000SWS
    Powersupply: Solytech 600W SL-8600EPS
    Hard disc drives: Maxtor 120 GB IDE hard drive, Samsung spinpoint 1TB 7200RPM 32MB cache SATAII hard drive
    Windows XP Professional SP2 32bit/ Vista 64 bit SP1 dualboot

    #Something like a phenom, something like a phenom...

  23. #48
    Xtreme Enthusiast
    Join Date
    Sep 2006
    Posts
    881
    Sorry to bump this old thread, but I have a question that's related to this.

    I'm building a ultra cheap rig for a friend with the Phenom 9600BE, I will be using Windows XP 32 bit, will I still need to use this patch, and will I need to apply this patch on every start up? Thanks.

  24. #49
    Banned
    Join Date
    Jun 2008
    Location
    Somewhere Up to my Ears in Ye Yo
    Posts
    1,124
    Quote Originally Posted by awdrifter View Post
    Sorry to bump this old thread, but I have a question that's related to this.

    I'm building a ultra cheap rig for a friend with the Phenom 9600BE, I will be using Windows XP 32 bit, will I still need to use this patch, and will I need to apply this patch on every start up? Thanks.
    talk about a blast from the past lol,

    ok if your using xp 32 bit, service pack 3 has the same TLB fix in it that the vista service pack 1 has, a lot of peeps will disagree with me, as this was never 'proven' as such, but i done tons of benches during that phenom I phase to prove this.

    althou to be fair the impact of the TLB fix in XP, didnt seem to be as much as the vista sp1 fix.

    so you can stay on XP SP2 or update to SP3 and use this tool, and yes you will need to pin it to the start up, so it starts each time the comp starts.

  25. #50
    Xtreme Enthusiast
    Join Date
    Sep 2006
    Posts
    881
    Thanks, I made a shortcut in the Startup folder, it works now.

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •