Looking for advice for the next step

I am having problem with stability when I overclock my system.
I am trying to clock my system by the guidelines of the above sticky
https://forum-en.msi.com/index.php?threadid=40413&sid=
and these other threads
https://forum-en.msi.com/index.php?threadid=29142&sid=&threadview=0&hilight=&hilightuser=0&page=1
and
https://forum-en.msi.com/index.php?threadid=42515&sid=
I change my setting to:
DRAM freq = 333
CPU clock = 250
Spread Spectrum = off
AGP/PCI freq = 66/33
CPU VCore = 1.6v
DDR Volatage = 2.7v
AGP Voltage = 1.55v
Mem - 2-3-3-7 burst length 4
AGP Aperature = 64MB
Set PAT to Slow
When I run my cpu/case temp never gets over 56C/33C respectivily, but when I run SiSoftware Sandra Standard 2004 burn in test the system crashes after ~10mins.  Also if I run Memtest86 at these setting the sysem crashes after ~10min
Also, if I bump the cpu clock to 271 to get the memory running at 434MHz (which the memory is rated too)  I get the memory timing too tight boot error.
I am beginning to thinking my memory has problems, since it won't run at 434Mhz
-Fazle
p.s. I am updated to the latest bios 2.0

If you can enable HT than it must be P4 2.4c (G seems for the giga Hz).
I'm using the Core Center which are not usual in this forum (since you also can adjust it manually on the bios or using clockgen software or else).
My final FSB result using CC is 246 - 247 mHz.(Although the result before automatic rebooting is 251 mHz), so depend on the CPU quality (not all the CPU with the same mark P4 2.4c have the same quality of OCing) is more likely you have stability problem between 245 - 250 mHz using manual setting by 1 mHz.
On the other word by reducing the FSB is more likely you can be stable.(since you already have high Vcore and moderate Vdimm and not stable on 250 mHz).
Try to found out yoursef by testing it step by step and find the best FSB setting for your Mobo with regard of memory timing, Vcore, Vdimm.
M/B 865 PE Neo-2 PFS Platinum Edition
CPU:P4 2.4C (HT enable) and ThermalTake SubZero 4G
(Commander,Turbo,2434 mHz - 2760 mHz)
Memory: Corsair XMS 3500 2x512 meg (dual-channel dimm 1 and 3)
VGA:ELSA Gladiac 925 Ti4600
HD:2 SATA Maxtor 80gig and 1 ATA Maxtor 80Gig
CD/RW Yamaha and Pioneer DVD
PSU:ThermalTake Silent PurePower 480W (W0010/Black)
+5 V/40 A, +3.3 V/30 A, +12 V/18 A, -5 V/0.3 A, -12 V/0.8 A, +5 VSB/2 A Peak Load 550 W
Window XP SP1
NEC FP2141SB
Microsoft DesktopPro
Sound Blaster Audigy 2 Platinum + Klipsch Promedia 4.1

Similar Messages

  • Searching in file and looking for the next occurence

    Hello!
    I have a problem when searching in a text file. I want to find a specific occurence of an element and next time I perform the serach fint the next occurence. One problem is that the file is in some large (>1Gb) I cant get it to work. Please look at my snippet below:
    n = 0;
                do {
                    if (bufReader.read() == -1)
                            break;
        do {
                    line = bufReader.readLine();             
                    if (line.indexOf(s) !=-1){        
                    n = bufReader.getLineNumber();
                    System.out.println("Next:" + next);
                    bufReader.mark(500);
        } while (n != bufReader.getLineNumber());
                    if (next < n){
                        bufReader.reset();
                        line = bufReader.readLine();
                        if (line.indexOf(s) !=-1) next = bufReader.getLineNumber();   
                  } while (next > n);               
                    if (line == null) return;

    I had already explored the Time Series algorithm and the predictions are not what i wanted as i do not have the month and day sepecifications. The only measure i have is a year and a total for that year. And i have 5 years of historical data. 
    I was an easy solution. In excel we predict using Linear Expression and that is not something which is straight drag and drop in the OLAP World !! The dataset that i was using with the logic of "scenario" etc was incorrect. Cleanup the fact table (measures)
    and make it appear like this:-
    The factsummary table looks like below:-
    DateKey     FiscalYear  total       
    20100101    2010        19000    
    20110101    2011        19700    
    20120101    2012        19800    
    20130101    2013        19666    
    20140101    2014        19444    
    Write an MDX Expression as below and thats about it !!
    WITH
    MEMBER Measures.[Total Sales Forecast] AS
    LinRegPoint(
    Rank(                [Date].[Calendar].CurrentMember,                [Date].[Calendar].CurrentMember.LEVEL.MEMBERS),
    Descendants(         [Date].[Calendar].[Calendar Year],              [Date].[Calendar].CurrentMember.LEVEL),
    [Measures].[Total],
    Rank(                [Date].[Calendar].CurrentMember,                [Date].[Calendar].CurrentMember.LEVEL.MEMBERS))
    ,FORMAT_STRING="#,0"
    SELECT 
    DESCENDANTS(         [Date].[Calendar].[Calendar Year],              [Date].[Calendar].[Year]) ON COLUMNS,
    {                    [Measures].[Total],                             Measures.[Total Sales Forecast]} ON ROWS
    FROM [Adventure Works]
    SQLSolutions360

  • 3 weeks into learning Oracle, and I think I am ready for the next step.

    Hi all,
    I am in need of some suggestions. I have been learning oracle for almost 4 weeks now, and I need to design a database with some real world functionality. I want it to be fairly difficult so that I am able to learn things by being "thrown to the wolves" so to speak. I will be designing it from scratch basically: requirements gathering, ERD and Normalization, Table creation, and then implementing functionality in increments. I know that is a lot on my plate, but I'm sure I can do it with the amount of resources and documentation there is available.
    First things first, I will be using Oracle 10g XE as the database software. I am trying to determine what kind of database I want to design though. I really would like to stay away from the traditional/generic databases, if you know what I mean. Or if it is one of the popular starter DBs, then something with a twist maybe. Here is one of the things I have thought about, hopefully some of you guys that respond can shoot some more ideas at me:
    Corporate Inventory database for a company that does a lot of field service work with local parts, but would sometimes require parts to be shipped from other locs:
    DB would track inventory for all offices throughout company.
    Basic users could only view inventory for each office.
    Mid-level users could add/remove items at their local office, and request items to be shipped from other offices.
    Management-users could add/remove items, request items, and would be able to approve any pending inventory transfers.
    DBA - The administrator, can add new users, remove users, and all the other power that comes with being a DBA.
    Does something like this seem like a good project? I would be able to address concurrency, error handling (with codes), multiple user types, etc.
    Can somebody suggest a front-end for this?
    I was thinking to maybe make a JSP/JSF web based service (to be run locally at first) for all of the forms and such and then use the Oracle XE for the back-end. Does anybody think there is something more suitable?
    Also, if anybody can think of another DB system to design that may be better to learn from or more interesting, please suggest it.
    Best regards to all those positive community members,
    Jason

    I would like to take this project slow, I mean I do not plan on having this be a working application in 2 weeks. I would like to slowly develop it and move on to each step after the previous step is understood.
    Such as, first start by understanding what tables and keys I will be needing in order to have a database which tracks inventory. Then create users that only have certain privileges. Then start to slowly create the functions/procedures and triggers that will be used to perform certain transactions on the database, starting with the most simple ones first. Finally decide on a front-end that will be best for allowing users to perform transactions in a friendly interface.
    By no means do I think this is simple, but I do believe if I approach it correctly I can learn a lot. I was basically just hoping the experienced users in this community could help me understand the best approach and some basic ideas I may need to understand about developing a project like this.

  • Is there doc for the exact steps to publish to iOS?

    I am looking for the EXACT steps for publishing to iOS. the Xcode doc talks about "making an archive" but that doesn't seem to work because it is specific to apps made entirely in Xcode. I can get the IPA to an iPad or iPhone attached to the Mac but that's it. certainly I could FEDEX a device to somebody else for them to see it but no, that is not a solution.
    this link (Publishing to iOS devices using Director 12) does NOT have enough information. there are steps missing. for example if you make a Provisioning file on developer.apple.com that version will fail showing a yellow icon when dragging it to the Organizer.
    maybe there is a link that I am missing. please help.

    Hello webdesignsf,
    I’m in the same situation as you – I’m just about to finish my first iPad app, and will be submitting it to the Apple iStore very soon.
    ( Can someone please verify this procedure below )
    As soon as I figure it all out, I’ll write down the steps.
    regard Milky.
    In the meantime, I’m guessing…..
    Get a distribution certificate & make a distribution provisioning profile
    Create icons and screen shots
    (??? maybe  -   Setup for embedded icons – edit the info.plist to reference a unique icons - see the bottom of this message for more info ???)
    Make your .ipa file with Director 12 (using the above distribution certificate – provisioning profile)
    Change the extension of your .ipa file – from .ipa into a .zip   (you just rename the file!)
    Unzip this .zip file –  (this will create a folder called ‘Payload’)
    Find the ‘Payload’ folder – inside you’ll now see a .APP file!
    Highlight this .APP file – and with the right mouse button - select ‘Compress’
    (This will convert the .APP file into a .zip file – this is what Apple calls a binary file)
    Navigate to the iTunes Connect area of the iOS Dev Centre
    Download and install the ‘Application Loader’ utility from the iOS Dev Center  -  (I think is's now a part of xCode too!)
    Go to the Manage Your Apps page and click 'Add New App'
    Fill out the forms describing your company and application
    When asked upload the icons and screenshots
    Save the app description
    Back on the Manage Your Apps page, select the app description you just created, and click the Ready to Upload Binary button
    Fill out the Export compliance form
    Your app should now be in a ‘Waiting for upload’ state in the manage your apps page
    Now use the Application Loader utility to upload your binary file.
    Other Notes:-
    There is a whole list of recommendations for getting apps approved by Apple - I'll write these down one day.
    make sure your app is as small as you can get it, and make sure it’s fast to load up the first screen (3 seconds or less)
    http://www.adobe.com/devnet/flash/articles/app_store_guide.html
    Guide for Apple App Store submissions | Adobe Developer Connection
    There are loads of youTube videos that show submissions to the app store with other development systems,
    but they are mostly the same, when it comes to setting up the distribution certificate etc...
    http://www.youtube.com/watch?v=D4iPyGyrhcM
    Uploading your GameSalad game to Apple - YouTube
    Setup for embedded icons:-
    Submitting icons and screenshots is a part of the app submission process.
    But you may need to create a Director made ‘ipa’ file, with unique icons already embedded first ???  I just don't know yet???
    (pallottadesign) wrote some instructions regarding this way back in May 2013 – I don’t know if this step is needed anymore – but I added it here in case....
    Re: director 12 IOS publishing icon plist
    pallottadesign May 1, 2013 6:17 AM (in response to ralph2511)
    Editing a separate info.plist to reference your app icons is actually a better approach than altering the defaults within Otto.app.
    The procedure is simple:
    Put your unique app icons in the same folder as your Director file. You can name these icons whatever you wish, or name them the same as the defaults in Otto.app, i.e. "projector_72x72.png" and "projector_57x57.png", or you can give them unique names.
    Copy the info.plist file to the same folder as your Director file.
    If you have given your icons unique names, open the info.plist file in Xcode and find the "Icon files" key. Edit "Item 0" and change the entry to the name of the 72x72 pixel png icon. Edit "Item 1" and change the entry to the name of the 57x57 pixel png icon.
    Save the info.plist file.
    Within Director, open Publish Settings and in the "Files" tab, enable "Copy linked and dependent files." Click on "Add Dependent Files" and navigate to the folder with your unique icons. Select each one and make sure that the radio button is checked for each one.
    In the iOS tab, select the "Info Plist Path" option and navigate to the location of your edited info.plist. Select the info.plist file in the dialog box and click "Choose."
    Publish your iOS app and test. The icons should now have been embedded within your iOS app bundle.
    You may be able to put the icons in an "images" folder within your app folder structure, but you will still have to use the "Copy linked and dependent files" and "Add Dependent Files" options to have that folder and the icons bundled within your iOS app.
    If you intend to develop apps for the app store, you may need additional icons at larger sizes.
    For reference: http://developer.apple.com/library/mac/#documentation/FileManagement/Conceptual/FileSystem ProgrammingGUide/FileSystemOverview/FileSystemOverview.html
    and for icons:
    http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/ IconsImages/IconsImages.html

  • When my husband and I try to share our libraries and import from each others libraries, we get as far as seeing the library on the screen. The next step is to look for the 'Show' menu at the bottom of the screen, but neither of us has any such thing. ?

    When my husband and I try to import from each other's libraries, using Home Sharing, we are intructed to look for the "Show" menu at the bottom of the screen. Neither of us has anything like this on our screens. How and where do we locate it? We both have the latest itunes running.

    Hey fantail163,
    If you are not seeing the button to show menu, try out the troubleshooting steps for Home Sharing.
    Troubleshooting Home Sharing
    http://support.apple.com/kb/ts2972
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • HT4356 I checked everything out and had no problem printing from IPAD/MINI using the HP Photosmart 6520 printer, but the next day, using same application, my HP did not show, but was looking for the AirPrint Printer, what am I doing wrong?

    Using IPAD2, IPAD MINi, HP photosmartE6520 set up on wireless network.  No problem printing from my devices, but the following day, it is looking for AirPrint printer, why? 

    Hello lenc48,
    Welcome to the HP Forums.
    I see that you are having a few issues when it comes to printing from your mac as well as some two sided printing issues.
    I do have a some suggestions that we can try in the attempt to troubleshoot this issue.
    First off, please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    Please remove the usb cable (if using wireless, disregard this step) from the printer and from the Mac and leave it disconnected until further notice.
    Please click on the first link that will give you instructions on Uninstalling the Printer Software.
    Once the software has been removed, please disable any anti virus protection that you may have on the Mac. 
    The next step we are going to take is downloading the HP Photosmart 6520 e-All-in-One Printer Full Feature Software and Drivers - OS X 10.9 Mavericks.
    The installation will prompt you when to connect the usb cable (You will see a prompt for a wireless connection as well if that is the connection type you would like to use) so please do not connect the cable until prompted to do so.
    If you are still having issues, feel free to write me back or you can contact HP Total care direct.  If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Cheers, 
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • TS4062 I've done all of these recommended steps.  My problem is that I have a new laptop that I am trying to sync my iPhone (and iPad for that matter) via Wi-Fi but both devices are looking for the old laptop to sync.  Any other suggestions?

    I've done all of these recommended steps.  My problem is that I have a new laptop that I am trying to sync my iPhone (and iPad for that matter) via Wi-Fi but both devices are looking for the old laptop to sync.  My iTunes is version 11.0..3.42, iPhone is 6.1.4, and iPad 6.1.3.  Any suggestions?

    All I had to do was complain.  I synced my iPhone to the Windows machine, checked the other account at iTunes prompting (where no apps had shown up previously), reconnected the iPad, and 140 apps downloaded including the App Store.  I have no idea why.

  • Once I receive my Network Access Code(N.A.C.) for iphone 5 what are the next steps I follow to unlock my phone from vodafone to use on another network???

    Once I recieve my Network Access Code(NAC) for my iPhone 5, what are the next steps I follow to unlock it from vodafone to use on another network???
    I have my other nano sim ready and waiting to port my number to it, but im just waiting on vodafone to email me the NAC code, which i checked up that I was eligible for!!!

    Ok many thanks for telling me this BUT 1 last thing, once vodafone get back to me then is it just a matter of plugging my iphone into itunes and letting it sync? Like will a message be displayed or anything on screen letting me know or confirming that the phone has been unlocked...???

  • Hi there. I bought and downloaded photoshop elements 13 today. When I tried to set it up and was prompted for the serial number, the one I was given and subsequently entered ( correctly ,I checked numerous times) was seems invalid. What's the next step?!

    hi there, I bought and downloaded Adobe photoshop elemts 13 today. When trying to set it up, I was prompted for the serial number which upon being entered was deemed invalid. I know the serial number is the correct one. What is the next step, how do I contact Adobe store?!?

    Error "The serial number is not valid for this product" | Creative Suite
    if that doesn't help, contact adobe support by clicking here and, when available, click 'still need help', https://helpx.adobe.com/contact.html

  • What is the next step after ABAP ? Need resources for SAP structure

    Hello,
    I have learned ABAP and now it is time to use it to write SAP programs. But what is the next step?
    From where can I get information about SAP tables to proceed?
    I have 2 ABAP books but they only provide the syntax for ABAP. After learning that, I am finding trouble in knowing on which objects/tables to apply it on.
    For example, I want to know that when I use the CV01n to create a file, what happens in terms of internal SAP tables?
    If I select multiple files in the search result "CV04N" which table should I access to get these selected files?
    Basically does anyone know where I can find such resources in order to understand how to proceed in developing SAP application ?
    Regards.

    Hi HASSAN,
        For Learning the Business part of  ABAP, (That is what is missing for you i.e the tables and their relations), i would suggest you to take one module at a time.
    Like MM(Material management) or SD(Sales and distribution) etc.
    Refer this link to know the business part of the SAP:
    MM:
    http://help.sap.com/saphelp_47x200/helpdata/en/96/df293581dc1f79e10000009b38f889/frameset.htm
    SD:
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/55f33e545a11d1a7020000e829fd11/frameset.htm
    Regards,
    Ravi

  • In the installation process lion will not install as message  reads MAC HD 904 gb available this disk is used for time machine backups .What is the next step

    After downloading ,completing the lic agreement phase, the next step is where to install and automatically' MAC HD with 904 gb available this disk is used for time machine backups' is shown and installation is blocked .
    Any body got any idea what to do next ?

    Time machine needs its own partition to operate. So you are not going install a OSx Lion on that volume.
    If there is enough room you may be able to partition the drive on the fly with DiskUtility
    Are you saying you clean installed Lion and you are trying to move your user Data over with TM via the migration Assistant?  Please explain.

  • HT201441 Hi I bought a second-hand phone iphone4, I update the software when you want to activate the phone asked for my registration icloud I do not know what is the password for this registration, can you tell me how to go to the next step without such

    Hi I bought a second-hand phone iphone4, I update the software when you want to activate the phone asked for my registration icloud I do not know what is the password for this registration, can you tell me how to go to the next step without such registration in icloud
    my ICCID is 8935905000307066111

    Unfortunately, you cannot do very much with your phone unless you get assistance from the previous owner, they should either provide you with the password to unlock it or remove their account from the phone entirely remotely through iCloud.com > Find My Phone.

  • I just recently picked up an 07 macbook for the time being till i can get a new one, right now its running os x 10.5.8, where can i find 10.6 as the next step to upgrade or can i skip 10.6?

    Hey guys so i just recently piced up an 07 macbook for the time being till i can afford to buy a new one.  Right now its running os x 10.5.8. Basically ive read tht you can not skip any updates, is this right? I know 10.6 is the next step up upgrade wise, and i cant seem to find it on the internet anywhere? Pls help me.  Can i skip 10.6 and upgrade higher right away or wht?  Wht do i need to do and where can i find the updates?

    OS X 10.6 comes in the form of a physical CD. You could start by calling your local Apple store and seeing if they still have any.

  • I want to start using the creative cloud programs but it has forced me to "start a trial" and looks like I need a redemption code to "license" the products on my computer for the next year. Where do I find or get this redemption code?

    I want to start using the creative cloud programs but it has forced me to "start a trial" and looks like I need a redemption code to "license" the products on my computer for the next year. Where do I find or get this redemption code?

    If you bought your subscription direct from Adobe, you should not need any codes, only your Adobe ID and password
    -Cloud programs do not use serial numbers... you log in to your paid Cloud account to download & install & activate... you MAY need to log out of the Cloud and restart your computer and log back in to the Cloud for things to work
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html
    -Cloud Getting Started https://helpx.adobe.com/creative-cloud.html
    -Install, update or UNinstall, and launch after installing
    If you bought your subscription from some other vendor, ask that vendor for help
    -Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • Looking for the correct Adobe product

    Not sure if I’m in the right forum, but here’s what I’m needing. I want to be able to create some user forms that will contain basic client information entered into text boxes, and will also contain check boxes and drop down boxes for selection of types of services needed. I would like there to be and a command button able to clear the content (reset) those text boxes, and have a second ‘clear all’ button that would completely reset or clear the form for the next entry, so as to minimize the risk of errors due to info left over from the previous entry. I would also like to set up a tab index for those text boxes (and other controls) so they can be scrolled through with the tab key for ease of data entry. Examples include client name, phone, date of birth, company, SSN. It would be great if the SSN could be in three fields so after the first 3 digits are entered, then the curser automaticly moves to the next 2 digit field, then to the last 4 digit field. Even better would be an error check, so that the form could not be completed of saved until the correct number of digits are entered.
    Some of the forms would be printed only, others emailed in .pdf format so that the content could not be changed by the recipient. This can be done with MS Word utilizing activex controls and then saving as a .pdf, or using VB forms for the printable versions that are not to be emailed, but the thing is the if users are still having to save as .pdf files anyway it would make sense to use an Adobe tool to create them (I think). I’m thinking maybe Adobe Acrobat is the tool that could do this, but since have no experience with any other Adobe products besides Photoshop I just don’t know. I’m hoping someone can help educate me on this and hopefully help me make the correct selection. Thanks.

    thanks! my next step was to try and download the 30 day trial and give it a spin, but unable to download. not sure what's up with that. I have DSL

Maybe you are looking for

  • Iphone 3gs isn't recognized by itunes

    I am using the most updated itunes version with windows 7 64 bit. I can connect to itunes with my iphone 4GS, but my old Iphone 3GS isn't being recognized by itunes. I have tried turning iphone off and on and restarting computer. I can connect everyt

  • Mid 2007 Macbook Pro will not boot from windows 7 DVD

    I'm trying to install Windows 7 64 bit on to my mid 2007 MBP. The DVD is valid, boots on a PC and I was able to load WIndows 7 into a VMWare fusion virtual machine on the very same system. I am convinced from those actions I have a good DVD and a goo

  • No video for iMac G4

    When I start the computer, there is no video, I can't see anything at all. I've done the Command, option, p, r thing, and all that did was reboot the computer, the video was still out. I've also tried opening firmware, but since there is no video, I

  • Is wireless 802.11n better than Draft-n?

    I have altered my network following new supply of optical-fibre connection and have found a speed slowdown which may be due to one old Airport Express in the network which is rated as 'Draft-n'. Will it be worth upgrading this unit to a new on rated

  • HT4889 can i migrate word files only from mac pro to iMac?

    how do i migrate microsoft word files from one mac to another?