Problems with my multipler on a K8T Master2

I recently upgraded to the FX-51 running on the K8T-Master2. When I run CPU-z, it says my orginal multiplier was 11 (which would allow my CPU to run at 2200 GHz, its actual speed), but my current multiplier is 9 (so i run at 1.8 GHz). Any suggestion on a reason why this is? Found a program that allows me to change my multiplier to 11, but it hard locks my system. Is the chip flawed or can I change the multiplier on the board?

The FX does not have a locked mulitplier setting so the multiplier needs to be set on the mb.  The point tug, me, and many others are making here is that MSI says the K8T Master2-FAR MSI Part No. MS-9130  supports a single FX CPU - MSI says :
• Supports Single CPU (Socket 940) for AMD® Athlon-64 FX 51 series or Opteron 100 series (1-way) or Opteron 200 series (2-ways) CPU.  
• Supports Dual CPUs (Socket 940) for AMD® Opteron™ 200 series (2-ways) processors and up (SledgeHammer DP)  
read it:
http://www.msicomputer.com/product/detail_spec/product_detail.asp?model=K8T_Master2-FAR
The problem is that the bios does not seem to support the CPU and no where can we find an update that will enable the cpu to run with a multiplier of 11 to get the 2200 MHz performace the Athlon-64 FX 51 is rated at without overclocking the chip.
Note also that the K8T Master2-FAR board also comes with 2 heat sinks that are at the very lowest end of what the Athlon-64 FX 51 needs for thermal control. The mb also causes XP to occasionally report the wrong memory in the operating system using ECC Corsair 3200LL with 2 sticks 512 mb each.
Bottom Line for me is that  i paid about $1400 for a cpu and motherboard that is barely equal to my old P4 3.06.  
MSI states clearly that the CPU is supported which implies that there is must be a way to set it up in the bios to run at 2.2 MHz without oc'ing the CPU. The problem for me is that it is less than obvious as to how to acomplish this task.
Any ideas?

Similar Messages

  • Problem with running multiple servlet in same webapplication with tomcat 3

    Hi all,
    I am using Tomcat 3.0 as webserver with jdk1.3, Servlet 2.0,
    Templates for html file and oracle 8i on UNIX platform.
    I have problem with multiple servlet running same webapplication.
    There are two servlet used in my application. 1) GenServlet.class
                   and 2) ServletForPrinting.class
    All of my pages go through GenServlet.class which reads some property files
    and add header and footer in all pages.
    I want reports without header & footer that is not possible through GenServlet in my application.
    So I have used another servlet called ServletForPrinting --- just for reading html file.
    It is as follow:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class ServletForPrinting extends HttpServlet {
    public void service (HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException
    // set content-type header before accessing the Writer
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    File f1 = null;
    String report = null;
    String path = request.getPathInfo();
    try{
    String p = "/var/home/latif/proj/webapps/WEB-INF/classes" + path;
    System.out.println(p);
    f1 = new File(p);
    p = null;
    if (f1.exists()) {
    FileReader fr = new FileReader(f1);
    BufferedReader br = new BufferedReader(fr);
    report = new String();
    while ((report = br.readLine()) != null) {
    out.println(report);
    }catch(Exception e) {
    out.close();
    report = null;
    path = null;
    f1 = null;
    } // end class
    It works fine and display report properly.
    But now Problem is that if report is refreshed many times subsequently,
    WebServer will not take any new change in any of java file used in web-application.
    It works with the previous class only and not with updated one.
    Then I need to touch it. As soon as I touch it, webserver will take updated class file.
    Anybody has any idea regarding these situation?
    Is there any bug in my ServletForPrinting.java ?
    Any solution ????? Please suggest me.
    Suggestion from all are invited. That will help me a lot.
    Thanks in advance
    Deepalee.

    Llisas wrote:
    I solved the problem, I just had to wire the blocks in a sequential way (I still don't know why, but it works).
    Feel free to delete this topic.
    I would strongly suggest at least reading this tutorial to give you an idea of why your fix worked (or maybe only appeared to work).  Myself, I never just throw up my hands and say, "Whatever," and wash my hands of the situation without trying my best to understand just what fixed it.  Guranteed you'll run into the same/similar problem and this time your fix won't work.
    Please do yourself a favor and try to understand why it is working now, and save yourself (or more likely, the next poor dev to work on this project) some heartache.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Problem with image multiplication

    Hi,
    I am working on an image processing application and I have a problem with multiplacation of image. I use an autothresholding function to get a binary image. After thresholding I want to superimpose binary image with image taken with a traditional camera. The problem is that I need to multiply every pixel value of the binary image by 255 to get proper results of image fusion. To multiply image I used IMAQ multiply function which seems to work properly. After multiplication I need to convert image to array, so I used imagetoarray function. Unfortunately I don't get proper values after this operation - all array values are 0. I appreciate any help with this problem.
    I attached the vi with added a comment next to the conversion function.
    Attachments:
    Image Fusion-single_image_ver3.vi ‏84 KB

    I'm not sure if this is the problem, as I've only done a little image manipulation.  I believe that, by default (unless you specify otherwise), images are U8 gray-scale quantities.  If you multiply a U8 by 255 (Sgl) and express the result as a U8, the result will be 255 for all values except 0 (when it will be 0).
    Does your thresholded image autoBthreshold 4 image look all black (or white -- I can't remember which color = 255)?  If so, then your code is "doing what you told it to do", which might not be the same thing as "doing what you want it to do" ...

  • Problems with PC3200 Ram on the K8T??

    I'll soon be building a new Athlon64 (3200+) system around the MSI K8T Neo FIS2R board.  Just waiting for my hard drives.  I plan to install 2 Corsair CMX512-3200LLPT DDR400 DIMM modules.  I've read several postings here from folks who claim to have trouble getting this ram to run at full speed on the K8T.  I plan to set the CAS latency, TRCD, TRAS and TRP to manufacturers specifications and I don't plan to overclock the CPU or Ram.  Anyone have experience with this ram on the MSI K8T?  Can I expect to have issues?  Thanks.
    Andy  

    i am running the same memory at full speed and i am having ZERO problems with em. I have them in the two slots closest to the CPU, just so you know.

  • I'm having a problem with downloading multiple app updates and moving songs between iTunes and my external hard drive.

    I'm having two problems with iTunes, but I'm not sure if they're related issues. First, when I try to click "Download All Updates" for apps, only one update will download and I will get successive error messages for all of the other updates. However, if I click update for each individual app, they download fine. Why am I not able to download all app updates simultaneously now.
    My second issue is that I cannot move songs from iTunes to my external hard drive or vice versa. When I drag the files, the blue plus sign appears, but the file does not appear where I moved it to.
    Both issues have been occuring for about month. Any help would be greatly appreciated.

    While downloading select Downloads in the left-hand column and make sure Allow Simultaneous Downloads is unchecked. This seems to help with partial downloads...
    The other issue doesn't ring any bells.
    tt2

  • Problem with ioinning multiple Threads

    Hi,
    I have multiple sub Threads T1, T2, T3.... started by main Thread T. After starting each sub Thread, I stored them in the HashMap. When finish starting all Threads, I want to join each sub Thread to my main Thread.
    The problem is when T3 join with T, it hanged forever! Here is my code:
    class MyThread extends Thread
    private name;
    MyThread(String tName)
    name = tName;
    public void run()
    // doing something....
    public HashMap startThreads()
    HashMap tList = new HashMap();
    for (int i=0; i<5; ++i)
    String tName = "Thread" + i;
    MyThread myT = new MyThread(tName);
    myT.start();
    tList.put(tName, myT);
    public void joinThreads(HashMap tList)
    Iterator iter = tList.values().iterator();
    while (iter.hasNext())
    Thread activeThread = (Thread)iter.next();
    if (activeThread.isAlive()) {
    System.out.println("Join alive thread " + activeThread.tName);
    activeThread.join();
    In my method:
    ... doing s/t
    HashMap tMap = startThreads();
    joinThreads(tMap);
    ... doing s/t else (never excecuted!!!)
    My purpose is staring multi Threads at the same time and executing some code after they all die.
    If I join my sub Thread right after creating it, then the other sub Thread couldn't started until subThread 1 dies!
    If I don't join the sub Thread but remove it from the thread Map when it's not alive then my code executed perfectly. I want to apply join method with my mutiple Threads, how ????
    Could some one give me a hint? Thanks.

    Hi,
    What I don't understand here is why the main Thread
    does not join all the sub Threads ?If you're getting a ConcurrentModificationException while iterating the list of threads, then that's why.
    Why main Thread
    has to wait for sub Thread 1 to finish before joinning
    next sub Threads?It has to join all of the threads. That means it has to wait for all of them to finish. In order to wait for all of the threads it has to wait for the first thread.
    I'm 100% sure that my sub Threads in
    the threadList are valid and alive since I already
    veriffied with other methods.I don't see what that has to do with your problem.
    I already set my joinThreads method as synchronized,
    how come I still have ConcurrentModificationException?Because the list was modified concurrently.
    How can I fix this error?Stop modifying the list concurrently. You haven't posted all of the relevant code, so I can't offer any clues about how to do that.

  • What's the problem with having multiple users with the same UID?

    I've got three edit systems connected to the SAN using open directory off our server.
    I want all edit systems to have read/write access to everything created. I don't need to protect anything from any of the systems. With all three systems logged on using the same user, I never have to change permissions.
    The other cool thing about this is that Final Cut Pro will let me know if someone else is modifying a project that I have open with the warning:
    “The project "projectName" has been modified externally. If another user is working on it, saving will overwrite their changes. Do you still want to save?”
    This sounds great, right?
    RED FLAG!!!! Apple gives the warning in this article:
    http://docs.info.apple.com/article.html?artnum=302450
    "You should not allow two users with the same UID to access an Xsan volume at the same time."
    So why is it bad to have two (or more) users with the same UID?
    I can see that in some situations it means that you can't prevent people from read/write privileges. But I don't want to restrict privileges.
    What am I missing? With all of these warnings, it seems like if I do this my edit systems could all explode or something. Please help me understand the potential ramifications of having three users have the same UID.

    Hi Russell,
    1) If you have OD set up and "editor" has UID 1111, then when they log in to any machine that's bound to OD as editor, they will get UID 1111. Therefore, there won't be any of these permission errors. This is typically the recommended approach.
    2) I assume you mean "You'd prefer to not using open directory?" Whatever the case, OD isn't mandatory with Xsan -- it's just that with multiple user accounts, managing them centrally tends to be easier. For 3 or 4 accounts and 3 or 4 machines maybe it's no big deal. If you go larger, it could get a lot more complicated. That said, if you set it up such that each machine has the exact same set of users (as you said, Mary = UID 502, Fred = UID 503, William = UID 504), then you can do what you want. Mary can log in from multiple machines at the same time, and in general you won't have permissions problems. Of course, if you try and read and write the same file from multiple workstations at the same time, you will get file locking issues, which will prohibit somebody from successfully writing the file.
    File locking issues are different from general permissions errors. The former basically says "hey, someone else is editing this file. Therefore I won't let you edit it right now... you can read it if you want though." Permissions means somebody saves it, and Xsan thinks you saved it and own the file, when you really don't.
    Quad-Core PMG5, 4 GB RAM, 7800 GT, 1 TB disk.   Mac OS X (10.4.4)  

  • Out of Frequency Problem with Apple Multiple Scan 720 Display and Mac mini

    If a resolution with a horizontal and/or vertical frequency not compatible with your display, in this case an Apple Multiple Scan 720 Display, is selected in the Display preference pane of the Mac OS X 10.4.10 system running on a Mac mini (Early '06), you will recieve a message on your screen about being "out of frequency" and the power management feature will shut down and restart your display repeatedly. The following solution should restore your display to proper function. It may apply to other displays and Macintoshes running Mac OS X, but it has only been tested specially on this setup.
    1. Shut down the Mac mini with the power button (press and hold for 5 seconds)
    2. Start the computer up with the Mac mini Mac OS X Install Disc 1 (press the power button, insert the disc, hold the C key down until the progress bar starts up)
    3. Click on the language, then select Utilities > Terminal...
    4. Type "cd /" and return
    5. Type "cd Volumes" and return
    6. Type "cd your hard drive name" and return (you need to enclose the hard drive name in double quotes if more than one word)
    7. Type "cd Library" and return
    8. Type "cd Preferences" and return
    9. Type "rm com.apple.windowserver.plist" and return
    10. Type "exit" and return
    11. Quit Terminal
    12. Select Utilities > Startup Disc...
    13. Select the OS on the hard drive and click on Restart button, holding down the Shift key until the progress bar starts.
    14. Log in to the account that had the display problem in Safe Boot mode
    15. In System Preferences select Display, select a resolution with the appropriate frequency, 60 Hz should be fine, then close System Preferences
    16. Restart the computer, log in to the account normally, and the display should be functioning properly.
    DO NOT SELECT AN INAPPROPRIATE RESOLUTION/FREQUENCY FOR YOUR DISPLAY IN THE DISPLAY PREFERENCE PANE! BE AFRAID, BE VERY AFRAID!
    Mac mini (Early '06)   Mac OS X (10.4.10)   Apple Multiple Scan 720 Display
    Mac mini (Early '06)   Mac OS X (10.4.10)   Apple Multiple Scan 720 Display

    Just a correction and an elaboration:
    It should be Startup Disk... with a k, not a c.
    Both the resolution and the frequency must be appropriate for your display to work properly. Check your documentation or the manual information available on your display for the appropriate resolutions/frequencies. Evidently the Apple Multiple Scan 720 Display is considered so old that no allowance was made for it in the Display preference pane of Mac OS X 10.4.10.
    Mac mini (Early '06)   Mac OS X (10.4.10)  

  • BIG Problem with generating multiple pdfs

    Hi,
    I have an application for which the final output is a pdf report about an applicant from a database of applicants.
    If I print the form just once, all the stylesheet formatting is applied correctly.
    If I try to loop through the database and generate multiple reports of multiple applicants, the styles and formatting get applied ONLY to the first report, and then the subsequent reports do not have any styles applied which of course makes them unacceptable.
    I've tried loading the stylesheet before the loop and inside the loop, no difference.
    The styles being lost are for divs and tables and cells.  Fonts are handled separately by calling functions within the report which apply them on the fly.to text based on the section and type of output.
    Is anyone familiar with this problem?  Is there a workaround? I really really really need this to work.
    Thanks,
    RIchard

    I do not know the cause, but if all else fails you could move the cfdocument code to a separate template.  Then the styles seem to work as expected.
        <!--- loop code --->
        <cfloop from="1" to="5" index="x">
              <!--- call separate script cfinclude, cfmodule, etcetera ... --->
              <cfinclude template="test.cfm?x=#x#">
         </cfloop>
         <!--- test.cfm --->
        <cfdocument format="pdf" filename="testpdf-#url.x#.pdf" overwrite="true">
            <div style="background-color: #ff0000;">Test div</div>
        </cfdocument>

  • Problem with iTunes multiple users

    My wife and I both have an iphone4. Previously we both synced to my itunes under my username on our shared PC.Now I want her to be able to sync to her own itunes account under her own username on our PC. I have downloaded itunes to her account on the PC and then changed the AppleID to her ID so she could download past purchases.
    When I logged onto my username on our PC I now get a message saying "This computer is already associated with an AppleID. You can auto download purchases on this computer with just one AppleID every 90 days. You cannot associate this computer with a different AppleID for 81 days".
    Originally when I was setting up her iTunes account under username I got a message saying that if I switched account I would not be able to log in again for 90 days. So I went to the Apple store and enquired about this. I was told that was probably just incorrect language used and Apple would know that two separate accounts were running from one PC but with different usernames. Clearly this is not the case.
    Obviously this is a problem as it means purchases I am making on my phone, podcasts etc also, are not being transferred to my iTunes account on my computer.
    I assume Apple is only recognising this computer, not the fact that we have two separate users.
    There are plenty of posts on this site, and other websites, saying it is perfectly possible to run two separate iTunes accounts from one computer, so long as you have separate user accounts on the computer. But it's not working for me.
    By the way I have Windows 7 Starter version 6.1.
    Does anybody know any fixes for this?
    Sorry if this is not clear, I am not technical in any way so I may not have explained this very well.
    Any help would be much appreciated. Thank you for your help.

    Was your wife logged into the libray at the time you tried to log in? I have had a similar problem and it was because another user was logged into the library when I attempted to. I got the permission denied banner.

  • Problem with using multiple Entity Objects in a view Object.

    Hi
    Thank you for reading my post
    I have create 3 Business components for 3 of my database tables and now
    I must add 3 tables in a View object so i used Jdeveloper Wizard to create the View Object.
    -I Add Entity Objects which are business components to this view (In Step 2 of the Create Vview Object wizard).
    -In step 3 that I add Attributes all my attributes are marked as Transient
    Can some one explain why it happens?
    I need one of those tables to be updateable and two other tables are not updateable.
    What should should i do to achieve this?
    I should say that tables does not have any database relation (Foreign Key I Mean).
    Thanks.

    Hi user505214
    When you created your VO, on selecting the second EO, you'll note at the bottom of the same page on the wizard/editor, checkboxes for updatable or by reference. By default reference is checked and this will make your second EO's attributes transient.
    In the JDeveloper Developer's Guide for 4GL/Forms programmers, the following sections outline the difference between updatable or by reference:
    7.5 Including Reference Entities in Join View Objects
    27.9 Creating a View Object with Multiple Updatable Entities
    Make sure to read 27.9 if updatable is what you want as it indicates you may need to add some additional code.
    Hope this helps.
    CM.

  • Problem with printing multiple Embedded PDF in HTML page

    I have a list of embedded pdf in a html page to be printed in particular order. Using following java script i am trying silently print the pdf one by one. <br /><br />var objectList=document.getElementsByTagName("object");<br /><br />for(i=0;i<objectList.length;i++){<br />   priobj=document.getElementById(objectList[i].id);<br />   priobj.printAll();<br />}<br /><br />Actually the order of call to the printAll methods works correctly.  But the printing of PDF are not is correct order of call. <br /><br />Any Inputs or directions or workarounds on this issue will be really appreciated.<br /><br />Thanks a lot<br /><br />Prem

    HI,
    wat i understand is u r trying to loop at a variable window .but tht is not suggestable.
    write a loop in program lines. read the values in to different variables and the try printing them as text elements that will solve the problem.
    or else in other way use a template and that can also solve the problem.

  • IDOC to JDBC, problem with the multiple line items structure and mapping

    Hi,
    I have a scenario where the ORDERS data need to update the SQL table. for the idoc which consists one line item its ok but for multiple line item its just updating one line item. In the destination side we have only one table for purchase order which consists of lineitem as a field.(no different tables for Header data and Line item data)
    Can anyone suggest me how to create a structure for target side and how to map them.
    Regards,
    CJ

    Hi Rajan,
    The table structure is
    [PO_DATE]
          ,[VENDOR_NO]      ,[PAYMENT_TERM]      ,[MATERIAL_CODE]      ,ORDERED_QTY]      ,RECEIVED_QTY]                                 
          ,[UOM]       ,[RATE]       ,[CURRENCY]       ,[PO_EXCRATE]       ,[TAX_CODE]       ,[BASE_VALUE]       ,[TAX_VALUE]
          ,[TOTAL_VALUE]       ,[ADVANCE_PAYAMT]       ,[TOTAL_QTY]        ,[SNO]       ,[POLINEITEM]
    Datatype structure:
    PO_XI_MT_ORDERS05 1-1
    STATEMENT   1-UNBOUN
      TABLENAME 1-1
        ACTION   optional
        TABLE    1-1
        ACCESS  1-1
           PO_NO   0-1
           PO_DATE 0-1
    Correct me if im wrong.
    Regards,
    CJ
    Edited by: kuncjy on May 5, 2011 11:32 AM

  • Matrix problem with scalar multiplication

    Hi, I am working on a matrix program. I need the program to perform a scalar multiplication ona matrix I have prepared on the screen. A scalar multiplication means I enter a number on an input box and that number must be multiplied by every number on the matrix. This is the code I am using for it to work:
    buttonScalar.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent event) {
                        try {
                             DisplayMatrix(ScalarMultiplication(ReadInMatrixNotSquare(matrixA)), result);
                        } catch (Exception e) {
                             System.err.println("Error:     " + e);
    and:
    // Scalar multiplication method
         public float[][] ScalarMultiplication(float[][] A, int row) {
              float product = 0;
              float matrix[][];
              String num = JOptionPane.showInputDialog(this, "Enter number you want to use for scalar multiplication");
              int n = Integer.parseInt(num);
              for(int i = 0; i < A[row].length; i++)
                   product += A[row]*n;
              return product;
    I get the following errors:
    ScalarMultiplication(float[][].int in Matrix cannot be applied to (float[][])
    incompatible types
    Can someone please help me? I dunno what I'm doing wrong.
    Thanks

    scalar multiplication of a matrix doesn't mean entering anything on a screen. you should abstract this without a user interface at all if you're doing it right.
    the fact that your code includes a JOptionPane in it tells me you're thinking about it incorrectly.
    %

  • Central 5.7 problem with controling multiple instances

    I have an installation of Central 5.7 pro running 12 instances on Windows 2003 server 32 bit and have noticed that all instances don't always come up when the machine is rebooted or service started. Central also doesnt handle the right instance when stoping and starting different instances even it is choosed the right way. Example: I select instance of central nr 8 for control and do "shot down central" for the instance 8, it may stop instance 10 etc. !? then start central on the same instance it says "also running" ? It seems that it doesnt have the right control which instance should be active.

    I've compared the jfmerge.ini, jfserver.ini and jfserver.jmd in the new server with the current server and most of the properties looks similar. I've tried the below things but we end-up with the same blank page issue with one Character.
    1)  We've copied the jfserver.ini file from the current server ( central server 5.5) to the new server (central server 5.7 ) and imported the transaction file.
    2)  Compiled the templates in Output Designer 5.7 and imported the same into forms directory.
    3)  Used the command line program options to load the template during calling -q and -afx.
    We do stop and start adobe server for each change. Could you please tell me what are all the settings thats needs to be considered during the migration of Adobe Output Designer 5.5 to Adobe Output Designer 5.7 ?
    Its Urgent.. Thanks!!

Maybe you are looking for

  • Add BP in a target group at account creation

    Hello experts ! I'd like to know how in java or ABAP I could automatically add a BP in a target group when the account is created. The BP should after that use a campaign code associated with the target group, immediately after account creation. Than

  • Including a JDialog or JFrame between two rows in a JTable

    Hello, Is it possible to include a JFrame or JDialog between two rows in a JTable? I would like two have a JFrame or JDialog which shift all the rows below the row that I want in order to include a JFrame between them. Thank in advance

  • Can't lengthen duration of clip after entire project is finished?

    I made an iMovie project which is basically a slideshow of still photos. THEN I decided some of the photos at the beginning should be up longer. When I try to increase the duration of each photo, for instance, type in 4.0 seconds, it appears to accep

  • File XI IDOC (Serialization )

    Hi Experts i have this scenario : A csv file is coming from the 3rd party and is converted into idoc at Pi and being updated in R/3 system. i have been going through blogs, where i noticed "serialization " . what is meant by "serialization "? All the

  • Green glow on iPhone 5 unlock screen?

    I've had my iPhone 5 for a few days now and I've noticed this issue more and more. Whenever I wake my iPhone there is a split second where a green glow around the edge of the screen is visible. It's a bit like light leakage but its green and only app