Quick Bios Question

Hey Everyone just wondering im running the MSI 865PE Neo2 Without gig lan and was wondering does this mb come with the Configure S-ATA as RAID  option on bios cuz i dont see it.
And another question why when i have any usb devices pluged in i get the blue screen of death.

Lots of problems with connecting USB connectors to the front of your case. If your sure it's not the USB device itself causing the problem, try disconnecting the USB connectors that go to the front of your case AT THE MOTHERBOARD(JUSB2 I believe). Then try again on one of the back USB jacks.

Similar Messages

  • Hi all .hope all is well ..A quick trim question

    Hi all
    Hope all is well ......
    I have a quick trim question I want to remove part of a string and I am finding it difficult to achieve what I need
    I set the this.setTitle(); with this
    String TitleName = "Epod Order For:    " + dlg.ShortFileName() +"    " + "Read Only";
        dlg.ShortFileName();
        this.setTitle(TitleName);
        setFieldsEditable(false);
    [/code]
    Now I what to use a jbutton to remove the read only part of the string. This is what I have so far
    [code]
      void EditjButton_actionPerformed(ActionEvent e) {
        String trim = this.getTitle();
          int stn;
          if ((stn = trim.lastIndexOf(' ')) != -2)
            trim = trim.substring(stn);
        this.setTitle(trim);
    [/code]
    Please can some one show me or tell me what I need to do. I am at a lose                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    there's several solutions:
    // 1 :
    //you do it twice because there's a space between "read" and "only"
    int stn;
    if ((stn = trim.lastIndexOf(' ')) != -1){
        trim = trim.substring(0,stn);
    if ((stn = trim.lastIndexOf(' ')) != -1){
          trim = trim.substring(0,stn);
    //2 :
    //if the string to remove is always "Read Only":
    if ((stn = trim.toUpperCase().lastIndexOf("READ ONLY")) != -1){
       trim = trim.substring(0,stn);
    //3: use StringTokenizer:
    StringTokenizer st=new StringTokenizer(trim," ");
        String result="";
        int count=st.countTokens();
        for(int i=0;i<count-2;i++){
          result+=st.nextToken()+" ";
        trim=result.trim();//remove the last spaceyou may find other solutions too...
    perhaps solution 2 is better, because you can put it in a separate method and remove the string you want to...
    somthing like:
    public String removeEnd(String str, String toRemove){
      int n;
      String result=str;
      if ((n = str.toUpperCase().lastIndexOf(toRemove.toUpperCase())) != -1){
       result= str.substring(0,stn);
      return result;
    }i haven't tried this method , but it may work...

  • Quick script question

    Hi all,
    Could anyone advise me if i can add anything within - header('Location: http://www.mysite.co.uk/thankyou.html'); in the script below so as the page
    re- directs back to the main index page after a few seconds ?
    Thankyou for any help.
    <?php
    $to = '[email protected]';
    $subject = 'Feedback form results';
    // prepare the message body
    $message = '' . $_POST['Name'] . "\n";
    $message .= '' . $_POST['E-mail'] . "\n";
    $message .= '' . $_POST['Phone'] . "\n";
    $message .= '' . $_POST['Message'];
    // send the email
    mail($to, $subject, $message, null, '');
    header('Location: http://www.mysite.co.uk/thankyou.html');
    ?>

    andy7719 wrote:
    Mr powers gave me that script so im rather confused at this point in time
    I don't think I "gave" you that script. I might have corrected a problem with it, but I certainly didn't write the original script.
    What you're using is far from perfect, but to suggest it would lay you open to MySQL injection attacks is ludicrous. For you to be prone to MySQL injection, you would need to be entering the data into a MySQL database, not sending it by email.
    There is a malicious attack known as email header injection, which is a serious problem with many PHP email processing scripts. However, to be prone to email header injection, you would need to use the fourth argument of mail() to insert form data into the email headers. Since your fourth argument is null, that danger doesn't exist.
    One thing that might be worth doing is checking that the email address doesn't contain a lot of illegal characters, because that's a common feature of header injection attacks. This is how I would tidy up your script:
    <?php
    $suspect = '/Content-Type:|Bcc:|Cc:/i';
    // send the message only if the E-mail field looks clean
    if (preg_match($suspect, $_POST['E-mail'])) {
      header('Location: http://www.example.com/sorry.html');
      exit;
    } else {
      $to = '[email protected]';
      $subject = 'Feedback form results';
      // prepare the message body
      $message = 'Name: ' . $_POST['Name'] . "\n";
      $message .= 'E-mail: ' . $_POST['E-mail'] . "\n";
      $message .= 'Phone: ' . $_POST['Phone'] . "\n";
      $message .= 'Message: ' . $_POST['Message'];
      // send the email
      mail($to, $subject, $message);
      header('Location: http://www.example.com/thankyou.html');
      exit;
    ?>
    Create a new page called sorry.html, with a message along the lines of "Sorry, there was an error sending your message". Don't put anything about illegal attacks. Just be neutral.
    By the way, when posting questions here, don't use meaningless subject lines, such as "Quick script question". If you're posting here, it's almost certain to be a question about a script. It doesn't matter whether it's quick. Use the subject line to tell people what it's about.

  • Quick Easy Question About N580GTX-M2D15D5 Bios

    Hey guys!!
    I just have a real quick and easy (i suppose) question!
    I had bios version KH0, and MSI live update found KH1, i downloaded and flashed successfully (DOS window said please restart and press any key to exit) so i did, restarted my computer, and MSI live update utlity and gpu-z and MSI afterburner are all reporting the same bios version i had with the KH0, version 70.10.17.00.01 & date November 09, 2010
    MSI live update is not picking up the update again, so my question is, how do i know if it flashed correctly since the bios date and version remained the same?
    Thanks !

    Quote
    I had bios version KH0, and MSI live update found KH1, i downloaded and flashed successfully (DOS window said please restart and press any key to exit) so i did, restarted my computer, and MSI live update utlity and gpu-z and MSI afterburner are all reporting the same bios version i had with the KH0, version 70.10.17.00.01 & date November 09, 2010
    Quote
    version 70.10.17.00.01
    that's suppose to be, this is the version of the both bioses
    Quote
    & date November 09, 2010
    this is GPU release date, not BIOS date
    Quote
    MSI live update is not picking up the update again, so my question is, how do i know if it flashed correctly
    Get this: https://forum-en.msi.com/index.php?action=dlattach;topic=147603.0;attach=7931
    extract it somewhere, then run info1 , and look for the last line
    Quote
    since the bios date and version remained the same?
    they are not the same, your looking the wrong stuffs

  • 990FXA-GD65 & 970A-g45 Bios Question-HPC

    I have 2 systems with pretty close to the same bios Feature. My question is a quick one, and I hope a simple one?
    What is HPC-I know it stands for High Performance Computing-I know that it has to do with the throttling, under load.
    What is the exact reason for this? Why was it added to the bios? Is this just for FX cpu's
    Looking for a quick rundown.
    When enabling in Bios-with everything on default-do you just enable? Do you need to turn anything off-C & Q? or do you just turn in on and go?
    System Spec-
    990FXA-GD65                                                                                         970A-G45
    FX 8150                                                                                                  FX 6100
    PCS+ 7870 GHZ                                                                                     2 x GTX 550 ti SLI
    G.skill Ripjaw X 1600 Low Cas                                                               G.Skill Ripjaw x 2133 running at 1600
    H80i Waterloop                                                                                      H80I Waterloop
    850w nzxt PSU                                                                                       650 Nzxt PSU
    HP - v300a 240GB SSD                                                                           Western Digital SiliconEdge Blue 128 SSD
    ZALMAN Z11 Plus Black Steel / Plastic                                                     COOLER MASTER Elite 430 RC
    Asus DVD /RW                                                                                         Asus DVD RW
    Should HPC be enable with the 2 computers along with all the STD setting in Bios
    Thanks for your help guys                                                                                         

    HPC locks the multiplier for the CPU at maximum setting so it has no LAG when asked to do a demanding job as its already running at maximum performance levels and doesn't have to wait for the CPU to realize that it needs to up the clocks from idle clocks(powersaving mode) to high performance clocks!
    if you want no delay in performance thats what HPC is for as it will hold the CPU at its full clocks all the time...
    as for C & Q that should be disabled as it may interfere with HPC mode and continue trying to throttle the CPU to lower clocks and voltages! if C&Q is off just enable HPC and it should function properly!

  • 845 E-Max Bios Question

    Can anyone help me with this one, I have an 845 E-Max mobo and for a while my boot up would take a while because of the USB devices, and then MSI relaesed a BIOS fix that took care of that problem, and it did, after I flashed my Bios my boot sequence was quick as ever and have had no problems since. However I recently re-formated (
    Thanks

    yes I agree about not flashing the Bios over and over again, but was jsut curious to see what it would do, it's how I learn things, and if it breaks then I know not too do that again in the future. As to your question, I have a powered USB hub that has a printer connected to it and sometimes a web cam but the web cam is not an issue as it is never really plugged all the time, but the powered USB is. The only change that I have made that I just thought of is the power USB is now connected through my monitor and then the monitor usb acts as a hub as well. So the Monitor is connected to the computer for the USB power, then the USB hub is connected through the monitor. Then the neck bone is connected to the shoulder bone and the shouldler oh wait...I'm getting off track here. Ummm....let me try something, I think I may have just answered my own problem here....BRB

  • Pegatron IPMTB-TK motherboard version 1.04 and BIOS question?

    Hi,
    I bought a refurbished HP Pavilion Elite m9650f, Win 7 on 04-21-2010
    and it too has suffered from the crashes, freezes and multiple BSOD
    that many people have been complaining about.  I have the Pegatron
    IPMTB-TK TRUCKEE version 1.04 motherboard.
    HP calls it TRUCKEE-UL8E.
    Am I looking to replace it with version 1.04 E01 or version 1.05E?
    (With much reading on the web about my m9650f problems,
    I finally have it maybe 90% stable after replacing the hard drive,
    upgrading to BIOS ver 5.29 and replacing all the RAM.)
    I know there is a class action suit including the m9650f pending.
    http://www.hpelitedesktopsettlement.com/
    Will I be able to request a repair for my HP computer?
    When will HP let people request a repair?
    Also, I currently have BIOS ver. 5.29 and notice that there is a ver. 6.10
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-88852-1&cc=us&dlc=en&lc=en
    BIOS ver 6.10 improves system support for Intel Core i7-980X Extreme Edition processors which is what ver 5.29 says it does.
    BIOS ver 6.10 also installs HP Vision Diagnostic tool which I don't know anything about.
    I don't plan on installing an Intel Core i7-980X Extreme Edition processor.
    Should I upgrade to BIOS ver 6.10 or just leave well enough alone?
    Thank you for your time.
    This question was solved.
    View Solution.

    Hi Dashby,
    My motherboard is 1.04E01 and it has been very stable.   I have not heard or seen anyone with 1.05.
    You can put PCI cards other than x16 in the PCI-E x16 slot such as x1 or x4 cards.
    Typically what happens if another video were to be install in the second PCI-E x16 is the total 16 lanes of bandwidth would be split between the two slots.  You can't run SLI or CrossFire on the truckee motherboard so in my opinion a second video card is a waste.  Just use a BIG video card if needed.
    You can use PC Wizard and look under Mainboard PCI Express to gain information about the PCI-E slots and the speed that they are running when a card is installed.
    The Asus U3S6 expansion card is an interesting piece of technology. hmmmm   I wonder if the bios would support a SATA 3 boot device?
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • Urgent help with quick translation questions

    Hello,
    I am somewhat new to Java. I have a translation to hand in in a few hours (French to English). Argh! I have questions on how I worded some parts of the translation (and also if I understood it right). Could you, great developers, please take a look and see if what I wrote makes sense? I've put *** around the words I wasn't sure about. If it sounds strange or is just plain wrong, please let know. I also separated two terms with a slash, when I was in doubt of which one was the best.
    Many thanks in advance.
    1) Tips- Always ***derive*** the exceptions java.lang.Exception and java.lang.RuntimeException.
    Since these exceptions have an excessively broad meaning, ***the calling layers will not know how to
    distinguish the message sent from the other exceptions that may also be passed to them.***
    2) The use of the finally block does not require a catch block. Therefore, exceptions may be passed back to the
    calling layers, while effectively freeing resources ***attributed*** locally
    3) TIPS- Declare the order for SQL ***statements/elements*** in the constant declaration section (private static final).
    Although this recommendation slightly hinders reading, it can have a significant impact on performance. In fact, since
    the layers of access to data are ***low level access***, their optimization may be readily felt from the user’s
    perspective.
    4) Use “inlining.”
    Inlining is a technique used by the Java compiler. Whenever possible, during compilation, the compiler
    copies the body of a method in place of its call, rather than executing a ***memory jump to the method***.
    In the example below, the "inline" code will run twice as fast as the ***method call***
    5)tips - ***Reset the references to large objects such as arrays to null.***
    Null in Java represents a reference which has not been ***set/established.*** After using a variable with a
    large size, it must be ***reassigned a null value.*** This allows the garbage collector to quickly ***recycle the
    memory allocated*** for the variable
    6) TIPS Limit the indexed access to arrays.
    Access to an array element is costly in terms of performance because it is necessary to invoke a verification
    that ***the index was not exceeded.***
    7) tips- Avoid the use of the “Double-Checked Locking” mechanism.
    This code does not always work in a multi-threaded environment. The run-time behavior ***even depends on
    compilers.*** Thus, use the following ***singleton implementation:***
    8) Presumably, this implementation is less efficient than the previous one, since it seems to perform ***a prior
    initialization (as opposed to an initialization on demand)***. In fact, at runtime, the initialization block of a
    (static) class is called when the keyword MonSingleton appears, whether there is a call to getInstance() or
    not. However, since ***this is a singleton***, any occurrence of the keyword will be immediately followed by a
    call to getInstance(). ***Prior or on demand initializations*** are therefore equivalent.
    If, however, a more complex initialization must take place during the actual call to getInstance, ***a standard
    synchronization mechanism may be implemented, subsequently:***
    9) Use the min and max values defined in the java.lang package classes that encapsulate the
    primitive numeric types.
    To compare an attribute or variable of primitive type integer or real (byte, short, int, long, float or double) to
    ***an extreme value of this type***, use the predefined constants and not the values themselves.
    Vera

    1) Tips- Always ***derive*** the exceptions java.lang.Exception and java.lang.RuntimeException.***inherit from***
    ***the calling layers will not know how to
    distinguish the message sent from the other exceptions that may also be passed to them.***That's OK.
    while effectively freeing resources ***attributed*** locally***allocated*** locally.
    3) TIPS- Declare the order for SQL ***statements/elements*** in the constant declaration section (private static final).***statements***, but go back to the author. There is no such thing as a 'constant declaration section' in Java.
    Although this recommendation slightly hinders reading, it can have a significant impact on performance. In fact, since
    the layers of access to data are ***low level access***, their optimization may be readily felt from the user’s
    perspective.Again refer to the author. This isn't true. It will make hardly any difference to the performance. It is more important from a style perspective.
    4) Use “inlining.”
    Inlining is a technique used by the Java compiler. Whenever possible, during compilation, the compiler
    copies the body of a method in place of its call, rather than executing a ***memory jump to the method***.
    In the example below, the "inline" code will run twice as fast as the ***method call***Refer to the author. This entire paragraph is completely untrue. There is no such thing as 'inlining' in Java, or rather there is no way to obey the instruction given to 'use it'. The compiler will or won't inline of its own accord, nothing you can do about it.
    5)tips - ***Reset the references to large objects such as arrays to null.***Correct, but refer to the author. This is generally considered bad practice, not good.
    Null in Java represents a reference which has not been ***set/established.******Initialized***
    After using a variable with a
    large size, it must be ***reassigned a null value.*** This allows the garbage collector to quickly ***recycle the
    memory allocated*** for the variableAgain refer author. Correct scoping of variables is a much better solution than this.
    ***the index was not exceeded.******the index was not out of range***
    The run-time behavior ***even depends on compilers.***Probably a correct translation but the statement is incorrect. Refer to the author. It does not depend on the compiler. It depends on the version of the JVM specification that is being adhered to by the implementation.
    Thus, use the following ***singleton implementation:***Correct.
    it seems to perform ***a prior initialization (as opposed to an initialization on demand)***.I would change 'prior' to 'automatic pre-'.
    ***this is a singleton***That's OK.
    ***Prior or on demand initializations***Change 'prior' to 'automatic'.
    ***a standard
    synchronization mechanism may be implemented, subsequently:***I think this is nonsense. I would need to see the entire paragraph.
    ***an extreme value of this type******this type's minimum or maximum values***
    I would say your author is more in need of a technical reviewer than a translator at this stage. There are far too serious technical errors in this short sample for comfort. The text isn't publishable as is.

  • VGA Bios questions...

    My VGA card is MSI FX5600-TD256.
    Here are my questions:
    1)Which is the latest Bios version for my card? My current version is 4.31.20.39.00. Is there a newer one? Searching through the web I found another version including this text in the read me file:
    Quote
    MSI GeForce FX BIOS
    Name     : GeForce FX 5600 BIOS
    Version  : 4.31.20.69.00    Ultra : No
    2)Is it worth updating the bios? (I have restart problems probably caused by graphics card...)
    3)Which is the proccess I have to follow to update it? (Just copy the .rom file in a disk and boot from that disk??)
    4)Why in MSI site there are no VGA Bios files?
    5)How do I back up my current VGA bios version?
    Thanks in advance...

    If MSI live Update finds no BIOS upgrade then there is no BIOS upgrade available. Even if there is one available, I don't recommend updating VGA BIOS unless there is a known documented issue relating to your problem. As far as I know there is no issue currently. I have not come across this issue in these forums either.
    I don't have any answers to your restart problem since you did not provide any details of this restart problem. I cannot guarantee I would even if you did, but do so anyway.
    I never update VGA BIOS's so I can't help you on backing up your current VGA BIOS. Someone else will have to step in for that.
    The MSI site doesn't archive VGA BIOS files for the public. MSI only updates the original VGA BIOS from nVidia in circumstances such as when they decide to use a different RAM package than specified from nVidia spec. Oftentimes I see users reporting that MSI Live Update hosed their VGA BIOS after an update and in a few circumstances I have been able to request the original BIOS file.
    Again, it's not worth updating the VGA BIOS as they get it right the first time and they hardly ever deviate from the original nVidia BIOS unless a certain RAM package is used for say an OEM version of the card or a performance version where they may use a faster package etc.
    I recommend looking elsewhere for your restart problem.

  • Quick NativeWindow questions.

    Hi,
    Two Quick Questions about native window actions (I am using AIR with HTML and JS):
    1. How do you "refer" to minimize button ? - So, when a user clicks minimize, it should do an action defined in javascript.
    2. How to define click event for System tray icon ? - So I can display something when my system tray icon is double-clicked.
    Thanks.

    1. Add an event listener to the window.nativeWindow object, listening for the NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING  or DISPLAY_STATE_CHANGE events.
    2. Add an event listener to your SystemTrayIcon object. You can listen for click, mouseUp or mouseDown events, but doubleClick events are not dispatched by this object.

  • Quick REGEXP_LIKE Question

    Hi everyone,
    Had a very quick question: so I need to retrieve all records that have values in this format "type:123;target_id:456". Note that the numeric value can be 1-6 digits long for either type or target_id.
    Can someone please help me with the regexp_like-ing this?
    Thank you,
    Edited by: vi2167 on May 27, 2009 2:06 PM
    Edited by: vi2167 on May 27, 2009 2:07 PM

    WHERE REGEXP_LIKE(val,'type:\d{1,6};target_id:\d{1,6}')SY.

  • P67A GD55 Rev B - Upgrade Bios Question

    To be honest, this post supposed to be a private message to Svet, but turned out a newbie like me who just joining the forum is not allowed to send PM...so apology if this questions are being asked so many times already:
    Dear svet,
    Really need your help in clarifying something, to make it short here are my questions:
    First here are my PC Specifications:
    MSI P67A-GD55 rev B
    Corsair Vengeance 2x4GB XMP Enabled
    PSU Corsair X750W
    Intel Sandy Bridge i5 2500k
    OS Windows 7 x64
    1. I have upgraded my GD55 rev B bios to the latest bios available here: msi.com/product/mb/P67A-GD55--B3-.html#/?div=BIOS
    which foolishy I didn't read the warn that it will not work proeperly for Sandy Bridge
    2. The bios update/flash was a success, now I have the ver II click bios, completely different with the first version. With this bios I managed to OC to my previous OC speed (4.2GHz in OC Setting by changing it into 42 multiplier and set the Vcore to 1.35)
    3. The reason that I updated my bios in the first time was I often experience 0x50 error while gaming certain games, and I thought upgrading bios is one of the solutions for it (after trying to change my RAM, changing my GPU, and my PSU to no avail)
    4. Then I stumble to this post of yours: https://forum-en.msi.com/index.php?topic=164135.0
    with some fix in the 434 version states like this: "05.Fix system reset on 0x55 issue when use Sandy Bridge G440 CPU and install two 4G memory."
    I am completely not sure whether this is related to my 0x50 BSOD or not, but really hoping that it is.
    So my question is, should I upgrade/downgrade to your first post BIOS? (E7681IMS.434) or should I upgrade/downgrade to the latest beta 439 Bios (E7681IMSv439.rar) as the fix in 434 are included in 439?)
    Thank you so much in advance for any help...
    Regards,

    Quote from: Froggy Gremlin on 09-April-13, 15:26:46
    While waiting for Svet to respond, I will tell you that BSOD 050 is not enough DRAM V. being applied. It's rather a shame you didn't open a thread in the regular part of the forum, or the OC section of the forum asking for assistance 'before' flashing an Ivy support UEFI/BIOS. 
    That CPU is most likely capable of OC'ing to 42X easily on Auto CPU voltage while maintaining all the power saving features. VDroop set to Low or 100% depending on the available settings.
    What is X.M.P. setting the DRAM V. at? If 1.50v's, to solve your BSOD, probably would have just required raising the DRAM V. to about 1.575v's or maybe even less manually. Rather than using X.M.P., the DRAM Frequency setting could have been changed manually to 1600.
    Yes, all newer final or Beta versions will have previous release improvements incorporated.
    Thank you for the reply...forget to delete the "dear Svet" part as it was copied from once private message intended 
    To be honest, I see myself rather as a silent reader than an active poster...so I would really try to avoid posting due to English isn't my first language....if that even make sense...
    I think I have read quite a lot of 0x50 BSOD (CTD errors to be exact) in other forums to...have tried what people had posted as solutions for them...and still to no avail, hence my foolish and rushed attempt in flashing the bios...please do mind that the current bios is quite stable in my opinion, despite the same BSOD (CTD) in the certain game I have mentioned in my first post...
    I have followed OC guide and benchmark in other forum which show each of its poster their OC settings and result (specifically i5 2500k series), and I have tried around 1 week to safely say that my unfortunate chip can only handly a stable 24/7 4.2GHz in that volt...i'm so lucky 
    and for XMP volt, I have no idea to be honest, I just enable it in the bios, will really look at it later on...
    tl'dr thank you so much for the new insight of how to solve the 0x50! really appreciate it....If i can remember correctly, I have tried to use the default DRAM setting (without using XMP enabled) and still got the 0x50 CTD....but trying your suggestion is still a worth a try...will try this when I get home...thank you!

  • 865ps neo2 pfs another bios question, just to be realy sure.

    hi all,
    maybe it's me but after reading several posts i guess it's not.
    i have the above mentioned mainboard (6728 rev. 2) and when trying to find a suitable bios i stumble on the "bios version 3.0 cannot be used on 6728 board" warning.
    since they say that with almost all 3.* biosses i figured i can't use that range of biosses only to find out that my current bios is 3.4 whitch seems non existant somehow?.
    to shorten all this a bit, bios 3.A IS the right bios for me right?
    what was a litle wierd as wel is, i treid the live update prog from msi and it says i have the latest bios.
    last "question", who in gods name is responsible for such logic defying work in the download section, sack the dude/gall
    tnx in advance y'all.

    tnx guy(s)
    well, i think (!) my cpu readings are a bit high for starters (not sure tho) and well, it would be nice if it saw my 250 gig hd as well, besides,  if there ain't nothing to tweak (read, possibility to bugger up ), why did i bother getting me this board in the first place 
    had me a msi oem board before and it was working fine but wanted one where i could fidle with a bit so here goes nothing.
    i promise not to post again if i mess up the flash ok? 
    ps: the only way to have a second revision of a board would be to have a first one so that they share the same model number, i get.
    what i don't get is, why don't they refere to it as such...

  • BX Master Bios Questions

    sup, i have a bx master w/ a asus sloket adapter and it is a great setup.
    and i need to update my bios to the ver 55 or 56 to fix other issues.
    tryed the boot disk thing,and it gives me some errors, and bios write protect is disabled. tryed live update
    and now i am running a older bios with very slightly less proformance and i get
    unkown flash type msg after startup. i mostly find this to be kinda annoying since
    i have to work on computers for a living and i should know how to fix this.
    but this board is solid, at 1102mhz. it is also my main server with heavy traffic.
    6mbs line with about 20 users leech'n 27/7 off this box. so not bad for a box i built out of used parts
    thx

    hi thx for the reply but i figured it out last night,i forgot that the bx master has a jumper to disable bios write. i pulled it, and that fixed my "unknown Flash type"
    msg that was comming up after post. hooked a floppy drive up and it flashed to the new bios with no probs. the machine runs so much better! then i formated my drives and did a fresh install of windows enterprise server 2003 and installed the new nvidia drivers for my old geforce 3. it's running sweet  
    i do have one question, would recomend instal'n intels bx chipset drivers?
    anyways much thx
    neopark

  • Upgrade to SSD and BIOS question

    I have an x200 model 7454CTO with attached Ultrabay (with optical drive, CD read/wrire, DVD read only).  Original HD is 256gb, running XP pro SP 3.  It has original BIOS version date 6DET33WW(1.10) 10/27/2008 and SMBIOS version 2.4.  I am not having any issues with this laptop.  I want to change to an SSD because other users of SSDs report much better speed.
    My questions are;
    1. Are there any issues with replacing my HD with the Crucial CT1993743 256GB  m4 2.5" SSD?
    2. There appears to be later versions of the BIOS.    Have read somewhere that if the there are no problems best to leave BIOS alone.  I don't know if the new SSD requires a BIOS update. Should I update the BIOS?
    3. Is there anything to do about the SMBIOS?
    Thank you

    Thank you very much for your reply.  I will leave the BIOS alone.  My SSD is on it's way.  I found it a bit interesting that the Crucial m4 SSD had good user reviews whereas the v4 had bad ones.  Crucial originally recommended the v4 but I selected the m4 based on the reviews rather than any in-depth search.  Both show up as compatible on the Crucial site.  Hope the reviews are accurate.
    Re SMBIOS.  This was an item in the System Information just below the BIOS.  I asked about this just in case it had any relevance.
    Re Win 7.  I have a relatively new smart phone running, I guess, the mobile version of Win 7.  I think that this will give a bit of the touch-and-feel of Win 8 so that I may have a better understanding of how Win 8 will work for me.  I am so used to XP that I am somewhat (actually very) reluctant to change.  My senior age doesn't help.
    Thanks again.

Maybe you are looking for

  • Problem in running a 6i-form against 10g-Database

    Hi gentlemen, I'm developing my application with Database 10g and Developer-6i at front end. when I compile a file (which was formarly created with Dev-6i but Database 8.3(personal edition)at the back end) it gives the following error: Compiling PRE-

  • How do I import emails from my old eMac to iMac G5

    I have recently upgraded to an iMac G5. I need to copy all my old emails (3 years worth) from my old eMac to the new computer. What options do I have? I don't want to copy anything else (applications or documents). I use Apple's Mail on both computer

  • Using VISA Resource control with Windows 7 64-bit

    Hi. My company recently upgraded our laptops, and I'm now working on Windows 7 64-bit rather than Windows XP 32-bit.  I reinstalled LabVIEW 2009 Base Package, trusting that the Windows 7 64-bit OS would be able to handle LabVIEW 2009 32-bit without p

  • How do I know how many gb has my computer?

    I need to know how many gb has my computer... how can i check that?

  • 4S: GPS still drains out with car charger???

    Hi, it seems that I have only problems with the 4S. Now it seems that even while charging from the car charger, it drains down while using the GPS. There is nothing else running in the background, just Navigon. The battery shows the "charge" icon but