How can I use my Geil DDR500 ultra platinum Memory stick at 500Mhz

Ok this is probally going to be simple for most people to fix, the problem is i can't seem to set up the bios to accept my DDR500 memory sticks. Everything I've tried results in either:
> no display on boot (monitor just shuts off)
> a message saying "times to tight bla bla"
> shuts down of the computer occurs straight away after POST and will reboot with the too tight error
I'am really stuck and do not know if it is the way im setting the bios or that the mobo can't take the Geil sticks. I did post some threads a while back about them but know one seem to have the same ones as me.
This the setup i've been trying :
Mat setting = slow (cos it won't like another setting in conjuction with things below)
CPU Ratio = locked
DRAM Frequency= 500
CPU Clock= 250
Vcore=1.6v
DDR voltage=1.8v
agp voltage =1.5v
memory= 2.5-4-4-7-8
but if i use this i get all the problems above, i can only seem to adjust only one thing of what i list in the setup i was trying, to have a stable system.
E.g if i change the memory timings i can't change anything else.
system spec below:
SiSoftware Sandra
bios=1.71 beta
Processor
Model : Intel(R) Pentium(R) 4 CPU 2.40GHz
Speed : 2.43GHz
Performance Rating : PR3235 (estimated)
SMT Support : 2 Unit(s)
Type : Standard
L2 On-board Cache : 512kB ECC Synchronous ATC (8-way sectored, 64 byte line size)
Mainboard
Bus(es) : ISA AGP PCI IMB USB i2c/SMBus
MP Support : 1 CPU(s)
MP APIC : Yes
System BIOS : American Megatrends Inc. V1.7B1
Mainboard : MICRO-STAR INC. MS-6728
Total Memory : 511MB DDR-SDRAM
Chipset 1
Model : Micro-Star International Co Ltd (MSI) 82865G/PE/P, 82848P DRAM Controller / Host-Hub Interface
Front Side Bus Speed : 4x 203MHz (812MHz data rate)
Total Memory : 512MB DDR-SDRAM
Memory Bus Speed : 2x 203MHz (406MHz data rate)
Video System
Monitor/Panel : Dell P991
Monitor/Panel : Dell P991
Adapter : RADEON 9800 PRO
Adapter : RADEON 9800 PRO - Secondary
Physical Storage Devices
Removable Drive : Floppy disk drive
Hard Disk : IC35L040AVER07-0
Hard Disk : IC35L060AVV207-0
CD-ROM/DVD : LITE-ON LTR-52246S
CD-ROM/DVD : AXV CD/DVD-ROM SCSI CdRom Device
Logical Storage Devices
1.44MB 3.5" (A:) : N/A
Windows (C:) : 3.4GB (715MB, 20% Free) (NTFS)
Data (D:) : 7.8GB (5.8GB, 75% Free) (NTFS)
Programs (E:) : 7.8GB (6.9GB, 89% Free) (NTFS)
Music (F:) : 16.4GB (15.5GB, 95% Free) (NTFS)
Swap file (G:) : 2.9GB (2.2GB, 74% Free) (NTFS)
Games (H:) : 57.3GB (39.8GB, 69% Free) (NTFS)
MultiMedia Device(s)
Device : C-Media AC97 Audio Device
Operating System(s)
Windows System : Microsoft Windows XP/2002 Professional (Win32 x86) 5.01.2600 (Service Pack 1)
if any has any thoughts please please please post i would be very greatful.

cheers guys this is all good stuff and i now thanx to  DOS under stand the 1:1 ratio now (at last).
ok after all the info ive got i had a nother crack this is what i've got so far:
CPU-Z version 1.20
Memory Modules Serial Presence Detect (SPD)
Module #1
General
Memory type      DDR-SDRAM
Manufacturer (ID)   GEIL (7F7F7F1300000000)
Size         256 MBytes
Max bandwidth      PC4000 (250 MHz)
Part number      CL25-4-4DDR 500
Attributes
Number of banks      1
Data width      64 bits
Correction      None
Registered      no
Buffered      no
Timings table
Frequency (MHz)         250   
CAS#            2.5   
RAS# to CAS# delay                        5   
RAS# Precharge         5   
TRAS#            8   
Module #2
General
Memory type      DDR-SDRAM
Manufacturer (ID)   GEIL (7F7F7F1300000000)
Size         256 MBytes
Max bandwidth      PC4000 (250 MHz)
Part number      CL25-4-4DDR 500
Attributes
Number of banks      1
Data width      64 bits
Correction      None
Registered      no
Buffered      no
Timings table
Frequency (MHz)         250   
CAS#            2.5   
RAS# to CAS# delay                                      5      
RAS# Precharge         5   
TRAS#            8   
CPU= 3ghz
FSB=250mhz
Bus speed= 1ghz
standard cpu voltage.
mat setting=fast
DRAM voltage= 2.95v (very high)
Dram speed=DDR400

Similar Messages

  • HT1751 How can I copy a play list to a memory stick

    How can I copy a play list to a memory stick

    Yes, in preferences set up your import settings, then right click on the tracks you need in a different format and use Create < Format> Version. New copies will be created in the target format.
    tt2

  • How can I transfer photos from my iPad to memory stick without a computer? No internet connection.

    Transferring photos from iPad to memory stick.

    That's the truth.
    I went shopping yesterday and bought a £25 lightning adapter to SD card for my iPad. Today I find out I cannot perform the extremely simplistic task of copying my required photos to my SD card using the adapter ...
    Any other tablet or phone would do this.
    I now face an uphill struggle to get these photos off of the iPad and onto an SD card before going to the camera shop to get them printed on photo paper. I am due at my terminally ill mothers house in 1hour20mins. It will take me 1 hour to drive to her town. I then need to get to the camera shop and print these pictures off - I reckon at least 30mins to park and print them. And this does not factor in the wasted time and money I have already spent this morning getting nowhere with this useless adapter. It does not factor in the time wasted now trying to get these photos off my iPad, on to a computer, then on to an SD card - then leaving the house............
    I think me and Android are going to be very good friends.

  • How can I use XSQLRequest for processing in-memory XMLDocument

    How can I use class XSQLRequest for processing in-memory XSQL?
    What should i pass in URL parameter value for constructor XSQLRequest(XMLDocument p0, URL p1)?
    Could you write the some examples?

    Here's one example of doing this:
    String xsqlPage = "<page connection='demo' xmlns:xsql='urn:oracle-xsql'>"+
                      "  <xsql:set-page-param name='username' value='{@u}'/>"+
                      "  <xsql:set-page-param name='password' value='{@p}'/>"+
                      "  <xsql:query bind-params='username password'>"+
                      "    select 'Authenticated' from dual"+
                      "    where 'SCOTT' = UPPER(?) /* username */"+
                      "      and 'TIGER' = UPPER(?) /* password */"+
                      "  </xsql:query>"+
                      "</page>";
      DOMParser d = new DOMParser();
      d.parse( new StringReader(xsqlPage));
      XSQLRequest req = new XSQLRequest(d.getDocument(),null);
      StringWriter sw = new StringWriter();
      PrintWriter errors = new PrintWriter(sw);
      Hashtable h = new Hashtable(2);
      h.put("u","scott");
      h.put("p","tiger");
      req.process(h,output,errors);
      output.println(sw.toString());

  • How can I use 2 Apple IDs in Itunes? I have 2 IOS Devices. They each have there own AppleID. What is the proper way to sync both of them to Itunes?

    How can I use 2 Apple IDs in Itunes? I have 2 IOS Devices. They each have there own AppleID. What is the proper way to sync both of them to Itunes? I wanted my teenager's AppleID to be different from mine so that she couldn't charge stuff to my AppleID, therefore I created me another one. Now when I go to Sync either device, it tells me that this IOS device can only be synced with one AppleID. Then I get a message to erase it, not going to do that, lol. If I logout as one ID and login as the other, will it still retain all synced information on the PC from the first IOS device? If I can just log in out of the AppleID, then I have no problem doing that as long as the synced apps, music, etc stays there for both. I am not trying to copy from one to the other, just want to make sure I have a backup for the UhOh times. If logging in and out on the same PC of multiple AppleIDs is acceptible then I need to be able to authorize the PC for both devices. Thanks for the help. I am new to the iOS world.

    "Method Three
    Create a separate iTunes library for each device. Note:It is important that you make a new iTunes Library file. Do not justmake a copy of your existing iTunes Library file. If iTunes is open,quit it.
    This one may work. I searched and searched on the website for something like this, I guess I just didn't search correctly, lol. I will give this a try later. My daughter is not be back for a few weekends, therefore I will have to try the Method 3 when she comes back for the weekend again. "
    I forgot to mention that she has a PC at her house that she also syncs to. Would this cause a problem. I am already getting that pop up saying that the iPod is synced to another library (even though she is signed in with her Apple ID to iTunes) and gives the pop up to Cancel, Erase & Sync, or Transfer Purchases. My question arose because she clicked on "Erase & Sync" by mistake when she plugged the iPod to her PC the first time. When the iPod was purchased and setup, it was synced to my PC first. When she went home, she hooked it up to her PC and then she erased it by accident. I was able to restore all the missing stuff yesterday using my PC. However, even after doing that it still told me the next time I hooked it up last night that the iPod was currently synced with a different library. Hopefully, you can help me understand all this. She wants to sync her iPod and also backup her iPod at both places. Both PCs have been authorised. Thanks

  • How can i use my account without the billing info, as i do not have a credit card. and my shipping and billing info is under US. i'm in singapore. how do i change this?

    how can i use my account without the billing info, as i do not have a credit card. and my shipping and billing info is under US. i'm in singapore. how do i change this?

    If you are just visiting Singapore, then leave the account as it is. If you have moved there, then view your account using the iTunes app on a Mac or PC and change the country/region to your current location and address. If you do not have a bank card, you can fund your account using iTunes gift cards if available in Singapore.

  • How can I use one photo twice in a slideshow

    I am in iPhoto '11 9.4.3 making a slideshow to send to iDVD for my mother-in-laws funeral next Wednesday.
    How can I use this one particular photo of her several times in the slide show.
    I have tried copy/past and that does not seem to work.
    Thanx in advance

    I would just duplicate the picture several times and keep inserting duplicates ...

  • How can i use microsoft word on ipad 2

    how can i use the microsoft application on my ipad 2?

    The Pages app is also compatible with MS Word. Unlike some of the others mentioned, the document is actually stored on the iPad as opposed to 'the clouds'. Again, most of those mentioned are cut down versions of MS Word.
    Stand back and look at this constructively; do you need to regularly access to the document from more than one computer/device without the need to keep amending your document on your computer and sending it to your iPad? If so, Documente to Go etc may be the best choice.

  • How can I use the credit on my account instead of credit card to buy apps?

    I have a gift card credit on my account but when I want to buy an app it takes me to my credit card details. How can I use my credit on my account instead of credit card?

    You shouldn't have to put in a credit card, no, but from time to time the iTunes Store seems for some reason to try to insist on one. If just confirming your mailing address doesn't stop it from complaining, go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • How can i use one SQL statement to solve problem?

    How can i use one SQL statement to solve the question below?
    For a Table named A, there is a column named F(char type).
    Now select all the records where F like '%00' and update their F value to '%01'
    Just one SQL statement.Do not use PL/SQL block.
    How to do that?
    Thanks.

    What is the data volume for this table?
    Do you expect lots of rows to have '%00' as their value?
    Following two statements come to mind. Other experts would be able to provide better alternatives:
    If you have index on SUBSTR(f, 2):
    UPDATE A
    SET    f = SUBSTR(f,
                      1,
                      length(f) - 2) || '01'
    WHERE  substr(f,
                  -2) = '00';If most of the rows have pattern '%00':
    UPDATE A
    SET    f = SUBSTR(f,
                      1,
                      length(f) - 2) ||
               DECODE(SUBSTR(f,
                             -2),
                      '00',
                      '01',
                      SUBSTR(f,
                             -2));

  • How can i use one iCloud Photostream on 2 devices?

    Due to a bug (or feature) on iOS 8 i can't use the same icloud id on 2 iphones:
    https://discussions.apple.com/thread/6536998
    So how can i use ONE iCloud Photostream then on 2 devices?
    Also, on OSX i can define only one Photostream.
    So, how do you import pictures from 2 streams into iPhoto?
    Familyshare is not usefull as the pictures are not in Original-Filesize!

    Hi ..
    Yes. " iPhone 6 or 6 Plus.  iPad Air 2  or  iPad mini 3"
    Set up and use Apple Pay

  • HT204053 Dear Support Team, every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud???

    Dear Support Team,
    Every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud?
    Thanks

    It is not possible to create a new iCloud account using a Windows machine. You must create the account using a Mac (10.7.5 or more) or an IOS device (iPhone etc). Once that is done you can sign into and use the account on your Windows machine.

  • How can I use same account in 2 iphone with diff contact list?

    how can I use same account number but other all totally diff such as contact list, application, everything ..... I found that it's bad on IOS5.
    when I used IOS4 .. old verison, I can keep my phone in diff data. Afte upgrade IOS 5, it's bad. Even take photo, it can not focus zoom in and out.

    how can I use same account number but other all totally diff such as contact list, application, everything ..... I found that it's bad on IOS5.
    when I used IOS4 .. old verison, I can keep my phone in diff data. Afte upgrade IOS 5, it's bad. Even take photo, it can not focus zoom in and out.

  • How can i use my ipod on 2 computers without deleting my music

    how can i use my ipod on 2 computers without deleting my music on ipod?

    See here: Using iPhone, iPad, or iPod with multiple computers
    B-rock

  • How can I use home sharing between our iphones (create playlists from both accounts at once)

    How can I use home sharing between our iphones, so that we can create playlists with songs from both of our libraries?  We share a Macbook Pro (separate accounts) and each have the new iphone, but when I have my iphone and try to create a new playlist, I can only grab songs from one account.  Is there a way to create a playlist using both accounts since we are sharing?
    Does it have to be created within iTunes first on our Mac?

    The short answer: because Home Sharing isn't designed for sharing apps, and apps aren't designed to be shared.
    The longer answer:  Think of it like this...
    You download some music in iTunes.  With Home Sharing, another user can listen to it by streaming it over the network.  But the data itself is on your computer.  If you turn off the computer or take it off the network, the other user can't access it.
    But if you send another user the app, they aren't just streaming the data- they installed it on their iOS device.  Because they weren't the one that purchased it, such a transfer could easily be considered "piracy" or "stealing," and nobody likes that (least of all, Apple). 
    When iTunes sees this app, it obviously recognized it, as if saying, "Hey, how did you get this app on your device, if I have no record of you purchasing/downloading it from the iTunes store?"
    post edited to correct spelling errors

Maybe you are looking for

  • How to change a field of type CHAR of a database table to DATS

    Dear ABAP experts, I have a database table: ZLT_aztnew with fields M1, M2, K1, K2, A1, A2, P1, P2, S2, D1, D2,  STD, BES. All these fields are of type 'Character'.  except D2 which is of type DATS. The field D1 is date and is in format DD.MM.YYYY. I

  • Alarm Clock apps?!?!?!?!?!?

    This is quite ridiculous. The clock app that comes with the iPhone has absolutely NO customization options whatsoever when it comes to alarms, and its just flat out lame. (Apple really outdone themselves to keep everything absolutely simple, they fai

  • Script to change a character in a file and opening it in Numbers

    Hello, Is there an easy way with Applescript to replace all the "," with a "; " in a csv file and open it in Numbers ? The best would be to be able to drag/drop the file over an icon in the dock to do that. Thank you

  • How can I load TPX Pantones into CS6 Photoshop palette?

    I use the Pantone papers for Fashion and Home and want to be able to load/download these into my photoshop palette rather than having to print out my designs and then match them to the papers by going tirelessly through the book. I've looked on the P

  • Standby DB 9i and Windows 2000

    Hi all, I´ve already implemented Managed Standby DB 8.1.6 on Linux and it´s working fine! I´d like to hear from you about implementation of Standby DB 9i on Windows... Is it too complicated? Are there many problems? Or it works ok? I really will appr