PM8M-V compatibility problems with different rams?

hi, can anyone help? i'm having problems with two rams...as one is a geil 512 DDR3200 ram and the other a kingston 256 DDR3200 ram. problem is the first boot is ok as bios detects both rams...but after shutting down and restarting again, the system only detects the 256ram... but if i only put the 512, its ok on its on. if the 256, its ok on its own too...but if both, the it won't boot up or sometimes if i'm lucky it only detects the 256 if both is in...any suggestions?
RIG:
P4 3.2Ghz
Geil 512 DDR3200
Kingston 256 DDR3200
SATA II Western Digital 120GB

sadly with only 2 dimms...it doesn't really work...so how? sigh...i don't think the seller will allow a change don't they?
P/s oh ya i happen to notice that ya kingston ram is at 380mhz? err in my bios its only at a auto mood of 200mhz...is that ok?

Similar Messages

  • Compatibility problem with macro media flash active control

    I am getting a message on my screen "compatibility problem with macro media flash active control, it isnt compatible with my version of windows (vista).  How can this be fixed?  why am I suddenly getting it now?  I have the latest Adobe flash player installed.
    Trisha

    the latest flash is probably the problem... it's seems that the latest flash has been causing a boat load of issues. i did a system restore to undo the flash and mozilla upgrades and it's still crashing but not as bad as it was with the upgrades.

  • I think theres a problem with my ram someone help me please

    I have a ibook g4 mid 2005 model and the hard drive says zero kb free i deleted half of my applications i dont need and it still says zero kb free. is there a problem with my ram? or is there a mac virus or somthing? also when i opened a game after a while it said force quit please and delete stuff becuase your hard drive is full. someone help me please!

    It does not sound like a RAM issue but a disk problem. You might just need to empty the trash so that the deleted space is marked free. Otherwise it is best to boot from an install CD, run Disk Utility, and do a "Repair Disk"

  • Is there compatibility problem with updating OS-X Lion to new Mountain Lion?

    is there compatibility problem with updating OS-X Lion to new Mountain Lion?

    http://www.apple.com/osx/specs/

  • SynTPEnh.exe x64 compatibility problem with Cakewalk SONAR X1c.

    SynTPEnh.exe x64 compatibility problem with Cakewalk SONAR X1c.
    Everytime when I use the middle key (of UltraNav, with blue dots) in the Step Sequencer (or other places, mostly) in Cakewalk SONAR X1c (x64) to try to scroll horizontally, both SONARSTD.exe and SynTPEnh.exe crashes down.
    Operating System: Windows 7 SP1 x64
    Model: Thinkpad T520 42425FC

    Hello,
    Can you tell us which version of the SynTPEnh.exe file is installed on your computer?
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • Yahoo mail tells me to upgrade Safari but I have the latest version of Safari 6.0.1  Is there a compatibility problem with Yahoo mail and Safari?

    Yahoo mail tells me to upgrade Safari but I already have the lastest version of Safari.  Is there a compatability problem with the Safari 6.0.1 and the latest version of Yahoo mail?

    Since Yahoo is web based email, the compatbility issue is on the Yahoo side, not Apple.
    You can access your Yahoo account without having to use Safari.
    Open the Mac Mail app. From the menu bar click Mail > Preferences then select the Accounts tab then the Account Information tab.
    Click + to add your Yahoo account.

  • EOS 7D Mark II - Has anyone else experienced compatibility problems with the Tamron SP 70-300MM?

    Has anyone else experienced compatibility problems with the Tamron SP 70-300MM?

    Is the lensora report based on actual testing... or merely theoretical?
    I'm wondering ... because there's a well-established history of 3rd party lenses that should be compatible based on the mount, but have problems anyway when a new camera model is introduced that did not exist when the lens was designed.
    At the same time, if you contact the lens vendor for support, they may be able to provide better data and sometimes they can re-chip or re-flash firmware into the lens to upgrade it to a compatible state.
    Tim Campbell
    5D II, 5D III, 60Da

  • Browser compatibility problem with t:selectOneMenu and JavaScript calendar

    I'm having problem with <t:selectOneMenu> and JavaScript calendar on IE. It works fine on Firefox but doesn't work on IE.
    The JSF code is as follows:
    <tr>
                                       <td align="right">
                                            Archive Date
                                       </td>
                                       <td align="left" colspan="3">
                                       <table cellpadding="0" cellspacing="0" border="0">
                                       <tr>
                                       <td>
                                       <span class="tuny_text">After&#160;(Ex. Oct 18, 2007)</span>
                                            <h:outputLabel for="txtArchiveDateAfter" value="Archive Date After" rendered="false"/>
                                            <br/>
                                            <t:inputText required="false" value="#{nonItemImageSearchPage.stringArchiveDateAfter}" name="txtArchiveDateAfter" id="txtArchiveDateAfter" forceId="true"  styleClass="inp" style="width: 128px">
                                       </t:inputText>
                                            <t:graphicImage value="/images/calendar.png" id="dtpArchiveDateAfter" name="dtpArchiveDateAfter" forceId="true" style="border: 2px solid #EEE; cursor: pointer"></t:graphicImage>
                                            <br/>
                                            <t:message for="txtArchiveDateAfter" styleClass="form_error" replaceIdWithLabel="true"></t:message>
                                       </td>
                                       <td>
                                       <span class="tuny_text">Before&#160;(Ex. Oct 18, 2007)</span>
                                            <h:outputLabel for="txtArchiveDateBefore" value="Archive Date Before" rendered="false"/>
                                            <br/>
                                            <t:inputText value="#{nonItemImageSearchPage.stringArchiveDateBefore}" name="txtArchiveDateBefore" id="txtArchiveDateBefore" forceId="true" style="width:128px" styleClass="inp">
                                       </t:inputText>
                                            <t:graphicImage value="/images/calendar.png" id="dtpArchiveDateBefore" name="dtpArchiveDateBefore" forceId="true" style="border: 2px solid #EEE; cursor: pointer"></t:graphicImage>
                                            <br/>
                                            <t:message for="txtArchiveDateBefore" styleClass="form_error" replaceIdWithLabel="true"></t:message>
                                       </td>
                                       </tr>
                                       </table>
                                       </td>
                                  </tr>
                                  <tr>
                                       <td align="right" >
                                            <h:outputLabel for="drpBackground" value="Background"/>
                                       </td>
                                       <td align="left" class="right_separator">
                                            <t:selectOneMenu id="drpBackground" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.backgroundId}" styleClass="inp" style="width: 150px">
                                            <f:selectItem itemLabel="--------" itemValue="-1"/>
                                            <s:selectItems value="#{nonItemImageSearchPage.backgroundPrefsList}"
                                                      var="backgroundPrefs" itemValue="#{backgroundPrefs.id}" itemLabel="#{backgroundPrefs.description}" />
                                            </t:selectOneMenu>
                                       </td>
                                       <td  align="right" class="left_separator">
                                            <h:outputLabel for="drpTheme" value="Theme"/>
                                       </td>
                                       <td align="left" >
                                            <t:selectOneMenu id="drpTheme" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.themeId}" styleClass="inp WCHhider" style="width:150px;">
                                            <f:selectItem itemLabel="--------" itemValue="-1"/>
                                                 <s:selectItems value="#{nonItemImageSearchPage.themePrefsList}"
                                                      var="themePrefs" itemValue="#{themePrefs.id}" itemLabel="#{themePrefs.description}" />
                                            </t:selectOneMenu>
                                       </td>
                                  </tr>
                                  <tr>
                                       <td align="right" >
                                            <h:outputLabel for="drpSeason" value="Season"/>
                                       </td>
                                       <td align="left" class="right_separator">
                                            <t:selectOneMenu id="drpSeason" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.seasonId}" styleClass="inp" style="width:150px">
                                            <f:selectItem itemLabel="--------" itemValue="-1"/>
                                                 <s:selectItems value="#{nonItemImageSearchPage.seasonPrefsList}"
                                                      var="seasonPrefs" itemValue="#{seasonPrefs.id}" itemLabel="#{seasonPrefs.description}" />
                                            </t:selectOneMenu>
                                       </td>
                                       <td align="right" class="left_separator">
                                            <h:outputLabel for="drpClothing" value="Clothing"/>
                                       </td>
                                       <td align="left"  >
                                            <t:selectOneMenu id="drpClothing" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.clothingId}" styleClass="inp" style="width:150px">
                                            <f:selectItem itemLabel="--------" itemValue="-1"/>
                                                 <s:selectItems value="#{nonItemImageSearchPage.clothingPrefsList}"
                                                      var="clothingPrefs" itemValue="#{clothingPrefs.id}" itemLabel="#{clothingPrefs.description}" />
                                            </t:selectOneMenu>
                                       </td>
                                  </tr>
                                  <tr>
                                       <td align="right" >
                                            <h:outputLabel for="drpToy" value="Toy"/>
                                       </td>
                                       <td align="left" class="right_separator">
                                            <t:selectOneMenu id="drpToy" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.toyId}" styleClass="inp" style="width:150px">
                                            <f:selectItem itemLabel="--------" itemValue="-1"/>
                                                 <s:selectItems value="#{nonItemImageSearchPage.toyPrefsList}"
                                                      var="toyPrefs" itemValue="#{toyPrefs.id}" itemLabel="#{toyPrefs.description}" />
                                            </t:selectOneMenu>
                                       </td>
                                       <td align="right" class="left_separator">
                                            <h:outputLabel for="drpJuvenile" value="Juvenile"/>
                                       </td>
                                       <td align="left" >
                                            <t:selectOneMenu id="drpJuvenile" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.juvenileId}" styleClass="inp" style="width:150px">
                                            <f:selectItem itemLabel="--------" itemValue="-1"/>
                                                 <s:selectItems value="#{nonItemImageSearchPage.juvenilePrefsList}"
                                                      var="juvenilePrefs" itemValue="#{juvenilePrefs.id}" itemLabel="#{juvenilePrefs.description}" />
                                            </t:selectOneMenu>
                                       </td>
                                  </tr>
                                  <tr>
                                       <td align="right">
                                            <h:outputLabel for="drpGroup" value="Grouping"/>
                                       </td>
                                       <td align="left"  class="right_separator">
                                            <t:selectOneMenu id="drpGroup" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.modelGroupingId}" styleClass="inp" style="width:150px;">
                                            <f:selectItem itemLabel="--------" itemValue="-1"/>
                                                 <s:selectItems value="#{nonItemImageSearchPage.groupPrefsList}"
                                                      var="groupPrefs" itemValue="#{groupPrefs.id}" itemLabel="#{groupPrefs.description}" />
                                            </t:selectOneMenu>
                                       </td>
                                       <td class="left_separator">&#160;</td>
                                       <td>&#160;</td>
                                  </tr>
    The JavaScript code is as follows:
    <script type="text/javascript" language="javascript">
         var dtpArchiveDateBefore = new MooCal("txtArchiveDateBefore");
         var dtpArchiveDateAfter = new MooCal("txtArchiveDateAfter");
         window.addEvent("domready", function(){
           $("dtpArchiveDateBefore").addEvent("click", function(e){
                    var event = new Event(e).stop();
                      var x = (event.client.x)-150;
                      var y = event.client.y;
                      dtpArchiveDateBefore.show(x,y);  // Display the calendar at the position of the mouse cursor
                      dtpArchiveDateBefore.minYear = 1800;
                        dtpArchiveDateBefore.maxYear = 2017;
         /*$("txtArchiveDateBefore").addEvent("click", function(e){
                 e.target.blur();
                    var event = new Event(e).stop();
                      var x = (event.client.x)-150;
                      var y = event.client.y;
                      dtpArchiveDateBefore.show(x,y);  // Display the calendar at the position of the mouse cursor
                      dtpArchiveDateBefore.minYear = 1800;
                        dtpArchiveDateBefore.maxYear = 2017;
        $("dtpArchiveDateAfter").addEvent("click", function(e){
                    var event = new Event(e).stop();
                      var x = (event.client.x)-150;
                      var y = event.client.y;
                      dtpArchiveDateAfter.show(x,y);  // Display the calendar at the position of the mouse cursor
                      dtpArchiveDateAfter.minYear = 1800;
                        dtpArchiveDateAfter.maxYear = 2017;
       /* $("txtArchiveDateAfter").addEvent("click", function(e){
                 e.target.blur();
                    var event = new Event(e).stop();
                      var x = (event.client.x)-150;
                      var y = event.client.y;
                      dtpArchiveDateAfter.show(x,y);  // Display the calendar at the position of the mouse cursor
                      dtpArchiveDateAfter.minYear = 1800;
                        dtpArchiveDateAfter.maxYear = 2017;
         </script>When the calendar is above t:selectOneMenu, it doesn't show up on t:selectOneMenu area. Could anyone help me solve the issue?
    Thanks
    Rashed

    There are dozens of CSS attributes that can (and have to) be handwritten. Trouble with them is that, like text shadows, they don't appear in all browsers. I have nine different browsers installed and test pages in ALL of them before I "finish" building site or page for a template.
    I try to build for Firefox, out of personal preference for it, but I have to do things that work with IE because it still holds the market share (46%IE to 42%FF), and I will only go with designs that work in IE, FF, NS, Opera, Safari, and Chrome.
    As to your questions.
    1. The compatibility check is most likely current with the time of the build. I don't know if that component updates as browsers do, but I'd tend to think it doesn't. I'm using CS4  and there haven't been any updates for it in nearly a year. Firefox has released 4.0, Opera released 11, and Safari released 5 since then. The updater would have found and downloaded something if it was available.
    2. I could only guess. Text shadows DON'T show up in design view (or in IE) but they do in browser preview. It's just a UI quirk, and it means "trial and error" is the onyl way to get what you want.
    3. The quick-selects which are in DW dropdowns or popouts are the ones most  common to CSS designs and have been proven to work with all browsers at the time of release of your particular build of DW.
    Hope that helps..

  • Are there compatibility problems with viewing interactive PDFs?

    I created an interactive PDF in InDesign, exported to v5, looks and works great, but I heard
    that you can in no way guarantee your PDF will work on the user's computer
    because the compatibility of the PDF across viewers is shaky at best. For
    instance, there is little to no support for interactivity with Apple OS X's
    "Preview" application, which is the default to open PDFs on all Mac computers.
    Support even wanes across Adobe's own Acrobat versions - for instance
    some types of interactivity are supported in various versions, but not in
    others. This goes with application version number (i.e. v5 vs v6) and version
    type (i.e. Acrobat Reader application vs Acrobat Reader plugin inside the web
    browser vs Acrobat Pro). ---This is the first I've heard of any compatibility
    problems, do you know if this is true or something to worry about?

    Those are the limitations you have to put up with.
    Apple doesn't follow the PDF spec. It chooses which PDF features it will support.
    As to the version number (v5 or v6 or the new multimedia features in v9), there is different support in different versions of Reader/Acrobat as the product has developed. You just need to post a message to downloaders that they need to view the file in Adobe Reader version X or above to get the best experience.
    Other industry standards face the same problem: How can you add new feature like multimedia? You can't always be backwards compatible.

  • P35 Neo-FI memory problem with 4 ram sticks

    Hi,
    I have a problem to get my 4 ram sticks to work. a1 and a2 works but soon as i put another ram in to motherboard example to b1 or b2 it wont post anything on the screen. I know that my 4 rams works ok and i dont have any problem with them. I have also tryied to turn up the dimm voltage but with out luck. Please help me!
    CPU = Intel Core 2 Quad Q6600 2.4GHz (bios 1.3)
    Motherboard = MSI P35 NEO-FI, P35, Socket-775, DDR2,
    Memory= 4 * Corsair Value S. PC5300 DDR2 2048MB, 256Meg x 64, CL5, 667MHz, 240-pin
    Grafic card = Gainward GeForce 8400GS 256MB DDR2, PCI-Express, DVI/Tv-Out, SilentFX

    I'm not sure if the board can directly support 8GB instantly, which may also explain that it can run 4GB without a hitch.

  • Problem with different resultset with same data and same query in Oracle 8.1.7 and 9i

    Hello,
    I have been using this query in oracle 8.1.7
    SELECT
    ID,
    AREA_NO
    FROM MANAGER_AREA MGR
    WHERE COMPANY_ID = :id AND
    (:value < (SELECT COUNT(ROWID)
    FROM MANAGER_WORK MW
    WHERE MW.AREA_ID = MGR.ID AND
    (MW.END_WORK IS NULL OR MW.END_WORK >= SYSDATE)))
    order by AREA_NO;
    In the above query I want to see rows from MANAGER_AREA table depending upon date criteria in the table MANAGER_WORK and also upon the parameter :value i.e if I pass a value as 0 I get to see records for which their is atleast 1 record in MANAGER_WORK with the date criteria and if I pass -1 then I get all the records because minimum value that count(*) would give is 0. The resultset was as expected in 8.1.7.
    A couple of days back I installed PERSONAL 9i to test for testing the basic functionality of our program with the same data. This query fails and irrespective whether I pass -1 or 0 it returns me same dataset which I would have got in case if I pass 0.
    I do not know whether this is a bug that has got introduced in 9i. Can anybody help me with this problem. It would be difficult for me to change the parameter send to this query as the Query is called from many different places.
    Thanks in advance
    Amol.

    I cannot use a Group by and a having statement over here. The problem with 'Group by' and 'having' clause is If I have to make a join between the two tables. When I use join then I get only rows that are linked to each other in the table.
    If I use outer join to solve that problem then I have to take in consideration the other date condition. My previous query use to virtually discard the corelated query result by using -1 as the value. This will not happen in the join query.
    Amol.

  • I'm running FF 3.6.17 and when I try to log into my Blackboard page, I get an error message, "no user is currently logged in." I have noticed that some have had compatibility problems with earlier versions of FF and Blackboard, but what gives?

    This recently upgraded version of Blackboard is also giving me problems with IE, and even Google Chrome. Regardless of which Windows OS I try. On these others, however, I can log in, I just can't edit.
    Blackboard tech support has been blundering with this issue for two and half weeks now. But to no avail. So, I'm wondering if going back to an earlier version of FF would help.

    unfortunately the fiddler2 issuer in certificates might be a sign of unwanted software present on your pc that is intercepting secure network traffic. please go into the system control panel and uninstall programs like BrowserSafeguard, BrowserSafe, SafeGuard or other software that sounds suspicious and didn't get installed by you intentionally.
    <br><sub>reference: https://support.mozilla.org/en-US/questions/982532#answer-520145</sub>
    afterwards, run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Troubleshoot Firefox issues caused by malware]]

  • Problem with different calendars under Mountain Lion

    I upgraded recently from Snow Leopard to Mountain Lion and experiencing an annoying problem with the calendars "On My Mac" (I am using a MacBook Pro from mid 2009). With iCal under Snow Leopard I had seven calendars - Meetings, Performances, Family, etc. with different colors. After the switch to Mountain Lion these categories aren't maintained properly. Four of them have been seemingly merged into two, so that for example an event can't be categorized as "Family" but gets shifted automatically to "Meetings" (both calendars stay checked in the editing panel, but only one "sticks"). So I have three  calendars I can use and a four I can't.
    If I try to add a new calendar it appears in the list, but no event can be assigned to it.
    Is there a limit to the number of calendars one can have?
    I don't use iCloud, so there is no issue there.
    I have one Google calendar (a work schedule I have subscribed to ) which also works with no problems.
    Any ideas?

    Same problem when reseted  the PRAM.
    I read some Chinese Web , Many people got the same problem after upgrade to mountain lion
    you can see the locked icon show in the bottom left conner even my card is unlock
    I can read but can not delete any Photos
    http://i83.photobucket.com/albums/j286/2cktang/OSX/ScreenShot2013-03-11at23227AM .png
    you can see the locked icon show in the bottom left conner
    But I can edit everything in my Harddisk
    http://i83.photobucket.com/albums/j286/2cktang/OSX/ScreenShot2013-03-11at23235AM .png
    External Hard Disk no locked icon show in the bottom left conner
    http://i83.photobucket.com/albums/j286/2cktang/OSX/ScreenShot2013-03-11at23220AM .png

  • Problem with different versions of Page Headers

    Gurus, I have a strange problem. I need to have different Page Header format for first page and another format for the rest of the pages. So as suggested in the forums, I did the page setup for Header and Footer with “different first page” option in MS Word. This is not working. I am still seeing the First Page Header format on all the pages. I checked the RTF, there is no section break or any other special breaks in there.
    Any idea why it is not working ?. I can send the Word doc and XML input files.
    Thanks
    Sub

    Is there some way to attach the RTF template and XML input here?.

  • Player compatibility problem with dual layer media

    I've created a dual layer DVD and there is a problem with compatibility from player to player.
    It plays fine in one of my DVD players but will not load in the other.
    The duplicators tested my master on 2 players and it loaded on both, but would lock up if a chapter was selected from the submenu.
    It has 4 tracks of content. 3 menus, and a bunch of chapter markers. The original build had stories (replaced with standard chapter markers) but I removed them hoping it would solve the problem.
    The imported video tracks were created with Compressor. MPEG-2 2 pass VBR max bit rate 7.5. AC3 audio tracks. 7.7 GB on disc.
    I'm already way over my deadline and ahve no idea what to do next other than maybe recompress so the disc is not so close to being maxed out.

    Thats just how compatible that media is... +R DL (double layer) & -R DL are not that compatible. Recordable media is less compatible that replicated discs but double and dual layer media can be 50% compatible at best (depending on your target market...)
    Good quality media, Verbatim +R DL for example burnt at slow speeds helps improve things,
    -Jake

Maybe you are looking for

  • Customer Ageing report opening too slow.

    Hi All, Recently we upgraded one of our clients to SAP B1 2007A from 2005A. The only problem they are facing now is that Customer Receivable Ageing Report is taking way too much time to open. No matter what parameters you give and even scaling down t

  • Compatible vesa adapter for Apple 20" Cinema Display M9177LLA?

    What is the model number of the Vesa adapter that is compatible with the Apple Cinema LCD Display model number M9177LL/A???????

  • Atg.repository.dp.LanguageTranslation

    Hi , I want to know the reason for using "atg.repository.dp.LanguageTranslation" in the xml. Regareds Kavi

  • Multilingual Support in 6iDS

    Hi, I want to develop 6iDS components(Designer,Forms & Reports) in English and want the runtime component in some other language. Please explain in steps, if possible. Thanks. Sanjay Bhoi [email protected]

  • Transparent table

    Hi, I have an query. I want to add rows in transparent (z table) threw program. Is there ant method to do this. Regards, Nutan.