Advice needed regarding 865PE Neo2 FISR

I intend to order this motherboard either tomorow or Monday morning (depends if I'll find the VGA card I'm looking after). However I heard some disturbing rumors form some friends and so I thought this is the place to ask for advice:
1) which BIOS is the best to use? I heard the 1,3 BIOS causes a lot of problems regardign stability and that it had being pulled from MSI's site.. which is a lie as I can see it here!
Is anyone suing it and what's your experience with it?
Should I use the 1.2 version instead ? Because I've heard that 1.2 does not allow you to disable the auto-overclockign feature... which might causde lock-ups if I chose to fine-tune the OC myself.
2) I intend to run a RAId array . Can I boot from this array or I 'll ahve to buy a PATa disk as well?
More so... can I boot from either the INTEL controlled RAID  or from the Promise RAID as well??? (because documentation on the Promise RAID controller is very thin... I'ver read the manuals and they are NOT at all informative on the matter. So I'm wondering: how do you set up the system so that it'll boot from the Promise RAIDs?? And ..is it better to boot from the Promise raids or from the ICH5R ones?
Because I think the Promise controller routs the data through the PCI so there is a  theoretical limit of 133MB/s where as the ICH5R goes directly through the Northbridge chip so this is not a problem!
3) Is it true that this board has some trouble cooperationg with an ATI 9700PRo based VGA card? I've reas of a few cases  of malfunctions especially in overclocked systems.
Thanks in advance for any answers.

koumooo,
I´ll give you my experience after just a couple of days with my new 865PE Neo2FIS2R board.
What I´ve found is that it´s a good Board with high potential, but also that it requires quite a bit of work  to get there and fully get reveny of that potential.
However, My main interest is to get a stable system, not only with default values but with OC as well.
To be honest I don´t really care so much about PAT and DOT
since I only can reach to "Fast" and "Captain levels right now with PAT and DOT, but What was important for me was that when OC to 250FSB it was possible to lower AGP/PCI
values ( otherwise system crash) ) to 67/33 which made it possible to run a stable system at 3.01GHz and a mem.speed
at 4910 in Sisoft Sandra.
Thats good enough for me..........
Maybe I give more attention to PAT and DOT when I get high
performance mem and a High Perf. VGA card and hopefully a 1.4 bios-update.
So again, I think it´s a good board if you use it this way.

Similar Messages

  • Advice needed regarding iPad 2 software upgrade

    Hi,
    I have a 64GB WiFi iPad 2 that is still running the original iOS 4.3.3 with which it came out of the factory as well as a 16GB iPhone 4 running iOS 4.3.5. My question is: Should I upgrade to iOS5? Or rather, is it safe to upgrade to iOS5?
    My only iOS upgrade experience is with a 64GB 3rd generation iPod Touch which was ruined by iOS4 and made worse by iOS5. After the upgrade my video app no longer worked and the Touch was very laggy and glitchy. It would seem as if the the 64GB models react differently to iOS upgrades than the smaller capacity models. In the case of the Touch, the processor simply could not handle 59GB of content and a new version of iOS. The upgrade to iOS5 fixed the video app but then corrupted 2GB of the flash memory resulting in only 57GB now being available in stead of the usual 59GB. It is still just as laggy and glitchy as it was with iOS4.
    My question is: Does anybody have a 64GB iPad 2 (that originally came out with iOS4) that was upgraded to iOS5, that is filled to capacity with apps, music & video's (music video's & TV shows)? If so, how is iOS 5.1.1 running on it? Is your iPad still as responsive and smooth running as it was with iOS4? I use my iPad extensively for video, and if the video app no longer works the iPad will be useless for me. What did iOS5 do to your battery life? Do you still get the same great battery life as with iOS4?
    I would also like to hear from iPhone 4 owners now running iOS5.1.1. Is your iPhone still as smooth and responsive as with iOS4? What did iOS5 do to your battery life?
    Any help, advice and suggestions will be greatly appreciated.
    Regards
    Daniel

    I have the same pad as you, and I have kept up with the upgrades, and I have had no problems.  Zippo.
    I have a friend who stayed where you are, and he is fine, but does not have the new stuff that is included in the upgrades, also, he cannot update any apps that need the new system, such as pages, keynote, numbers, I photo garage band etc.
    If you take your time, the upgrade is relatively painless.  I lost no apps, nor data.  I needed to re enter my mail info one one account, and had to redo the wifi stuff for my home network.
    With 5.0, other than the above capabilities, I did not notice any speed improvement nor worsening.  With 5.1. I did notice that the machine is a little quicker.  May be my imagination.
    I did have a little battery issue initially, and found a couple of apps that we're trying to connect home and do something, and once I dumped them, the battery life is the same as it was.
    So no issues here at all.   I also have a phone 4, and can report the same thing, no issues, and a little snappier under 5.1.
    If you are still at 4.xx you are a couple of generations behind.  I don't know what you may have loaded, but it is possible that you have an that does not play well, and you may have issues, but I did not.
    Before you update, back everything up.  Photos, music and apps, and send a copy of any important days and spreadsheets to Dropbox or some where.  Then , if it gets messed up, simply set it up as brand new, then restore from that backup.  And if that fails, simply redownload the music, books, and apps from the store for free if you are using the same apple Id.

  • Advice needed regarding Database design practice

    OK, here is my situation. I've started working for a company about 6 months ago. I'm a .NET developer with 12+ years of experience. Most of my experience with databases is with SQL Server. Recently I've discovered an design change with our Oracle database that our DBA made that I completely disagree with.
    We had a single Event table that holds records that pertain to all HTTP traffic on a network as HTTP Usage Event. There are multiple hardware units called 'Sensors' that monitor the network and report these HTTP events to the database. At some point not long ago, the table was holding just over a million records. Performance was suffering so the DBA decided to make a change to the database to accommodate. The change she made was to create a separate Event table for each sensor. Each sensor has an integer value as a unique identifier, so our database went from having a single Event table to now having Event_100, Event_101, Event_102, etc...
    So, we now have over 200 Event tables in our database. Anytime a sensor is added to the system, we need to add another table (actually two as there is a 2nd table that was duplicated in this same fashion).
    How do I present this to my boss and to the DBA in a way that I don't embarrass my boss (he approved the change) and without pissing off the DBA? I can't imagine that the table couldn't have been optimized as it was to take care of the issues with performance without so dramatic a change.
    Any advice would be greatly appreciated.
    Edited by: jreddy on Dec 15, 2010 6:51 AM

    There is a job to purge old data. Events are kept for 3 months. These jobs were actually part of the problem, as well as removing sensors from the system. In either of these cases, the deletion of the data (more so with the removal of a Sensor i.e. DELETE FROM EVENT WHERE SENSORID = X, was taking too long).
    I'm surprised that there have been people agreeing to this design. So, now we have 208 sensors, so 208 Event tables and another table named DATA_HASH duplicated 208 times. There may be a time when our database will be handling data from over 1,000 sensor units. Maybe even double that. Can anyone argue that having 2,000 event tables is the way to go? What if we need to add a new field to the table? Do that 2000 times?
    I've been looking at bit more at the data today. I found some event tables haven't got any data (0 rows) while others range in row counts of 2 million up to as much as 30 million? I've talked to SQL DBA's and they all think that Oracle should be able to handle billions of rows in a table.
    Also, just out of curiosity, I looked up the max size for a table in Oracle 10. I know the number of rows isn't the determining factor for this, but size of the data. I was astounded to find out the max size for data storage for a single table. 127 TB (yeah, tera bytes). Based on this size, it seems our data could be handled by 1 table, but then maybe I'm wrong.

  • Advice needed regarding hands free ring tone

    I own a curve 8520 & also use a Bluetooth Supertooth visor go hands free kit in the car.
    When the two items are paired and i receive a call the ring tone from the hands free kit is not the same as the ring tone on the phone.
    When this happened with my W810i i was told it was due to the phone not being a2dp compatible ? if i have the correct name for it.
    Can you advise how i can make my ring tone play throught the hands free the same as the phone.

    Thanks Russ. If I remember right, I have been following your advice regarding archiving of projects.
    I do import using optimized media. I do not understand what you mean by trashing Pro Res files. Where are they located? I tried to find out by openeing up the one archived project and have found this:
    I clicked open the 'info' for all the four icons and have found that the Render files had occupied the largest space. Upon clicking open the render files folder, I found this:
    Can you guide me further? Where are the Pro Res files you have mentioned?

  • Advice needed regarding learning path

    Friends, I have completed my OCP certification in 11g recently. I want to do OCM in 11g in long run. I need to learn skill-sets named  RAC and Performance tuning before preparing for OCM. So what learning can  I do next after OCP- RAC or Performance tuning ,any inputs will be highly appreciated !!

    921871 wrote:
    Thanks for your suggestions. I am already working as a production DBA for last 1.5 years for a organization. My project has no scope of RAC and performance tuning as of now. But I am very eager to learn them. I am confused what I need to start learning first, hence asked. In the long run, my aim is to gain practical exposure, experience along with OCM certification.
    I am confused what I need to start learning first
    Too many people seem to think learning is linear.  Yes, there are some things you have to learn before you can learn some other things.  But "learning" Oracle never ends.  Pick a subject area (RAC, or SQL, or Performance Tuning, or .. or ..).  Doesn't matter which.  Spend enough time with it to get a fundamental, working understanding of it.  Then do the same with another subject while at the same time keep your eyes open for adding to your understanding of the first subject.  "Rinse and repeat".  Spend time on this and one or two other high-quality oracle forums.  Participate and be willing to take your lumps and learn when you offer advice that is shot down.   Build yourself a virtual test system (Opinion | Ed Stevens, DBA) and then break it.  And then fix it using only the facilities you would have available to you in the real world.

  • Advice needed regarding replacing the HD

    Hi
    I have bought a 160GB drive for my last generation Powerbook. When trying to remove the old drive the two outermost screws holding the actual HD in will not budge at all. I have removed all the other screws, and I'm not new to this, having happily replaced HDs in Titanium Powerbooks and recently in a MacBook Pro. But these two screws are completely stuck. I have the correct size screwdrivers and have actually already damaged the heads of two screwdrivers trying to get the screws loose, but have not damaged the screws at all. Do I have to admit defeat and hand it over to a workshop? And in that case can they do a better job than I can or will they just round the screws off?
    Does anyone have any experience of such a problem?
    Thanks
    Matthew Whiting

    You have gotten some excellent advice, and it will probably serve to get your screws out. But I wanted to add my 2¢ for some remedies of last resort just in case you need them. This does not come from any knowledge of powerbooks, just of getting out stuck screws.
    If you can safely apply a little heat to the screw head without harming anything else, this could help. You could use a low power soldering iron and you don't want to heat it up more than about 200º. This can do several things. If there is Loctite on the screw, it will soften it. It will also help the WD-40 to penetrate. And because of the difference in the coefficient of expansion between steel and aluminum, it will make the screw very slightly looser in the hole.
    And if all else fails and you do have to drill something out, you should be aware that there are such things as left-handed drill bits. You can get a set of 5 from Snap-on, the smallest of which is 1/8". You will also need a reversible drill motor. The thing about drilling out a screw with a left-handed drill bit is that it will sometimes bite into what's left of the screw head well enough to break it loose and back it out, since it is turning in the proper direction to do this. A regular right-handed drill bit rotates in a direction to tighten, not to loosen.
    Hopefully you won't need any of this information, especially if you have already applied the tiny bit of oil to be soaking into the threads for a few days while you attend to your baby daughter. But wanted you to have it just in case.
    Good luck!

  • Advice needed regarding best practice

    Hi - curious as to if what i have setup now should be changed to best utilize Time Machine. I have iMac with 750GB drive (a small chunk is partitioned for Vista) - lets assume I have 600 GB dedicated for the mac.
    I havetwo firewire external drives - a 160GB and a 300GB.
    Currently, I have my itunes library on the 300GB drive as well as a few FCE files. I have made the 160GB the Time Machine drive. Would I be better off moving my iTunes library to the internal HD and then using the 300GB drive as the Time Machine drive? As I have it now, I don't think my iTunes library is getting backed up. In an ideal situation, is it safe to assume your Time MAchine disk should be at leasta s large if not larger than the internal HD? Thanks.
    Steve

    Steve,
    I would recommend using a drive that is 2x the size of the files you are going to back up. This is specifcally in the event that you make changes to the files and Time Machine starts backing up the new files that you have created. It will back up once every hour and it will only make a back-up copy of files that you have modified. If you are backing up your home folder, and you are using FCE, I would say back up to the 160Gb drive would be sufficient. If you were planning on backing up your home folder & your iTunes library, I would recommend the 300Gb drive. The only reason that you would need a backup drive 2x the size of your HD is if you were backing up your entire drive.

  • Advice needed regarding a - Adobe Photoshop Image 15 (.psd) - I can't open them correctly?

    Hi folks,
      I recently agreed to work on some art for a friend, he sent me some files that appear on my PC as Adobe Photoshop Image 15 (.psd) - Only when i open them in my Photoshop CC (All updates installed that are available from the time this was posted) they don;t appear to be the correct images? I have Google'd the phrase above but nothing appear on my searches that would enlighten me to what i may need to open these files correctly? can anyone let me know if the file type above is meant for Photoshop or one of the many additional programs within adobe's CC? If it is a Photoshop format then i apologies for time wasting and it may be that the file was corrupted possible before being sent?
       Thank you for your time.

    Does you friend also use Photoshop CC or does he use Photoshop CC 2014.  There may be some incompatibilities is some layers if he uses CC 2014..  However  CC should be able to open  .PSD file.   And Adobe Photoshop Image 5 type files like PSD, PDD extensions should be associated with Photoshop.

  • Advice needed regarding Dummy Learning Environment

    Being a newbie, In VM I will install Oracle 11G/Oracle 10g and play in that environment , the aim is get thorough with Unix environment & basic tasks of DBA. So what combination of O/S will be most suitable for me?
    Any advice from experts will be great for me.
    Edited by: 916438 on Mar 31, 2012 5:59 PM

    916438 wrote:
    Being a newbie, In VM I will install Oracle 11G/Oracle 10g and play in that environment , the aim is get thorough with Unix environment & basic tasks of DBA. So what combination of O/S will be most suitable for me?
    Any advice from experts will be great for me.
    I would suggest that you use Virtualbox for creating the virtual machines and as a choice of O/S, use Oracle's Enterprise Linux. Both the products are from Oracle itself so are completely certified to run Oracle products and the biggest advantage, both are free!
    You can download Virtualbox and OEL from the below links,
    https://www.virtualbox.org/
    http://edelivery.oracle.com/linux
    Good luck!
    Aman....

  • Advice need : MSI 865PE Neo3-f

    I have MSI 865PE Neo3-F which is 775 platform, running with P4 506 (bus 533) + DDR400, it does overclockable on core cell utility. When I tried to overclock via BIOS (lastest one V5.3), I see that AGP/PCI bus is unlockable, my ram cannot set CL to 3 (only 2 and 2.5 avaliable), when I save changes and quit bios the screen goes blank and have to reset BIOS, even increase FSB only 1     Does anyone experienced these things. THX

    Hmm, first time i hear that...Asus usually overclocks from snail speed to 2*snail speed 
    Main thing is, it makes u happy 

  • Advice needed regarding TC set-up

    Dear Gang,
    I want to have a pure 802.11n network using the 5 ghz spectrum and the wide array setting. However, I have one desktop computer that is 802.11g. I'd like to run a 25 ft. Cat 5 cable to one of the LAN ports on the TimeCapsule and then shut-off the WiFi on this computer. However, strangely enough, I've always had all my computers (even desktops) networked via WiFi so I don't know how well using the LAN works.
    What are the thoughts of the group?
    I know that ethernet should give me greater speeds to the TC's hard drive and should solve my problem with bringing a non-802.11n machine in to a "pure" network, but I don't want to do so if the set-up is arduous or if doing so makes me lose a lot of features that I get in an all WiFi network.
    TIA,
    Mark

    Smokerz and Hopaki,
    Thank you for your responses. That's reassuring as it means that my dual G5 will get a little more life out of it by connecting it in to my "pure" system via ethernet.
    Two other quick questions:
    -should I connect my new iMac via ethernet to the router, too, even though it's capable of going on my system in 802.11n 5ghz?
    -also, as an aside, I'm trying to figure out if my new 802.11n network will equal my current 802.11g network in terms of distance as I have an Apple TV that's a few rooms over. That Apple TV gets about 4 bars of signal from my current network. Do you think that 802.11n at 5 ghz will have an equivocal range?
    Mark

  • Help needed regarding K8N neo2 g54.

    1. I cant get my floppy to work, I ve tried the cable in all positions, at two of them it recognises the a: drive, in one it tries to read but cant. Tried two other cables, same thing .. floppy works fine on another rig.
    2. I tried to benchmark my 3500 90nm processor and sisoft says its a clawhammer ..... is a clawhammer a winchester? or is sandra just stupid? ... or a third option?
    3. My arithmetic benchmarks on sandra with the 3500 / 90 nm processor are only a little above a 3200xp, all newer pentiums lie well above, is sandra not doing this right? is there so little difference? or is the test just irrelevant?
    I am starting to have my doubts about this whole purchase.

    1) No idea - just make sure cable is fully inserted in mobo and drive
    2) What does cpu-z say about it?
    3) The 3500 will score a little bit above the XP3200 - it's not a lot faster in these tests - and Pentiums tend to score a lot better on them as well. Fact is, the AMD will trounce the Pentium in certain situations, and vice-versa.

  • Advice needed regarding massive system F***

    K,?So I wanted to install a new fan on gladys, my machine. I built her in september and she's worked fine since then till now. When i opened her up, i realised that i'd not plugged in certain lights from the front of my case etc, so to do this i took out the the two graphics cards and my Platinum sound card and kept them on a static bag whilst i plugged everything in. After assembling everything again and turning her on, The graphics card was showing vertical dashes and dots all over teh screen, eventually crashing; One card down. After testing the card to make sure it wasn't a driver issue, I then swapped it with the other card and removed the busted one. After 3 days, my X-Fi has now started making a high pitched whining as soon as i start Gladys up. I've done the usual driver re-install etc but to no effect. Now I'm positi've that i grounded myself and everything before i touched gladys' insides, and i didn't use a magnetised screwdriver, so someone please tell me how the hell this happened!?! I'm posting this on all three forums, Creative, Nvidia, and Asus. System Specs below:?AMD Athlon64 X2 4200+Asus A8N32-SLI DeluxeSilverstone 600w SLI power supply2 X Nvidia Geforce 7600GTsX-Fi Platinum2 GB corsair ram?

    have you tried disconnecting the lights you plugged in?

  • 865PE Neo2 -FIS2R Problems

    I purchased a brand new MSI 865PE Neo2-FISR along with a P4 2.4C(OEM), a Thermaltake Spark 5c cooler and a Corsair XMS Twinpack(TWINX512-3200C2PT) of DDR400 memory.
    The install went fine, the system booted and ran very well right out of the box.  I installed the Live Update program from MSI and it updated itself.  I then used that utility to generate a BIOS flash/recovery disk to update the bios from 1.10 to 1.30.  The update worked fine and I rebooted the machine into Windows XP with no problems.
    I then decided to do some tweaking in the new 1.3 BIOS.  After several unsuccessful memory/Dynamic Overclocking settings the system refused to boot.  I tried the Clear CMOS jumper to reset the defaults but it still would not boot.  I checked the D-Bracket, 3 red 1 green(lower right) which indicates that the video card is not initializing.  I attempted reseating the video card (a PNY Geforce4 TI4200) with no luck, I then replaced that card with a GeForce4 MX440 SE with no luck.  I tried four other video cards, 2 AGP and 2 PCI, with no success.
    At this point I pulled the board out of the system and let it sit with the battery out of the board hoping that the BIOS would reset to default values.  I reinstalled the board with all the hardware and again the same D-Bracket error with no video generated.  I tried different arrangements of memory using the new Corsairs and various other DDR333 & DDR266 again no luck.
    What is going on with this thing?  How could an errant timing change completely lock out the VGA card?  And why can I not clear the settings to allow the card to initialize?
    This thing is getting RMA'd soon if I can't find an answer.
    Anyone have any ideas or similiar troubles? X(

    Quote
    Originally posted by gary172
    Another thing I don\'t understand about all the isses with BIOS 1.3, performance, RAM and timings etc, is -  How can the 865PE Neo2 - FIS2R pretty much come out at the top of the heap in Tom\'s Hardware Test:
    \"The board therefore achieves the best performance in the whole test field.\"
    http://www6.tomshardware.com/motherboard/20030707/i875p-46.html
    with MAT and DOT enabled, without any apparent negative reports of stability.
    Is it that he used a Beta Bios: V1.3B3 (06/12/2003)
    Or was his MSI board a \'pre-press release\' mobo similar to the ASUS board and the production versions we are buying are missing certain components?
    http://www6.tomshardware.com/motherboard/20030603/865_PAT-06.html
    Or did he have \'hand picked\' memory from Corsair \"2 x 256 MB, Corsair PC3200 TwinX\" and didn\'t report it?
    There are a lot of reviews lately that have it as one of the fastest MB's around at the moment, here are a handful I found:
    http://www.mbreview.com/neo2pe-10.php
    http://www.thejemreport.com/reviews/865peneo2.htm
    http://www.hardwarezone.com/article...&aid=795&page=1
    http://www.hexus.net/review.php?review=564&page=1
    http://www.pcstats.com/articleview....eid=1402&page=1
    http://www.techview.nl/reviews/2959

  • Will the 865 neo2 fisr support the Prescott processor?

    Hi there, I heard that intel has upped their power requirements for the Prescott and that many of the boards that advertised support for this processor are now unable to work with it. Do you guys know if the 865pe neo2 fisr will still support the prescott with these updated power requirements?

    hi, i have been onto intel about these issues, and as far as i can make out, the prescott processor will be marketed at top end users such as 875p chipset boards and 865 chipset boards and these boards are intended to stay at the high end users product line untill atleast the last quarter of 2004.
    any lateness of these chips is due to ati's early arrival of their 64k chipsets and the first prescott chipset is said to be released onto the market in the first quater of 2004 and the processor speed is expected to be 3.4 gig, and to reach 4 gig at the end of 2004.
    other than this, their is much excitement about this chip which has a higher L2 cache, and as far as i could see, no concerns about voltage due to the new arrival of HT2 technology which is supposedly a more stable and effective son of HT technology.
    as of all this, the p4 extreme chip which has a L3 cache of 1 meg( i think) is out there and will run ta stock levels at 3.6 gig.. for £600 a bit much, but these are rumoured to be able to o/c to 4.5 gig and beyond....

Maybe you are looking for

  • How to open an html or pdf file:

    hi dear all, i have a file html or pdf for user help. how to open it from my FORM button. i am using Form 10g. Thanks in advance. Muhammad Nadeem [email protected]

  • Networking failing since migrating OES2 sp2 Linux VM

    I have an OES2 sp2 Linux server on one ESXi server that needs to be rebuilt and I want to migrate it off to another ESXi server while I rebuild that server then move it back. I tested this using VM ware convertor and it worked OK on a windows and sta

  • How to create and modify an infotype in E-recruiting?

    Hi All, it's necessary to add some fields specifics of the country for the ID , can i use the Customer Include for the infotype 0001 or it's possible create a new infotype? Thank's Best Regards

  • Apple Mail Disappears from Folders

    I am very organized. When I finish reading an incoming email I drag it to a folder dealing with that subject. Some of the folders are empty when I return a few weeks or months later - (my original message had the wrong OS listed... It should be liste

  • Multiple occurence not working for extended idocs

    hai friends iam doing file to idoc senario in that multiple occurence is not working for Z segments. it is extented idoc . in taht multilpe segments are not creating only one segment is creating what is the problem pls help me with regards srikanth v