Cannot Increase CPU Multiplier - Help?

Here's my problem:
I've unlocked the CPU Multipliers on my AMD XP-1600+ by
connecting the L1 bridges.  System boots & runs OK with
stock (10.5 x 133) multiplier value (I'm running that right
now).  I can also reduce the multiplier (10 x 133).
When I try to increase it (11 x 133) the system won't
POST; I have to power-off/on (then I get to re-enter ALL
BIOS data). javascript:smilie('X(')
Mad
Can anyone give me a clue what's wrong?  Have I blown
the unlocking; will my mobo just not support increased
multipliers...??  I've had the system running stable @ 148
Mhz FSB before unlocking it (and at least 140 Mhz after).
Here is my H/W setup:
KT7266-Pro (6380) Ver 1.0 mobo with Ver 1.9 BIOS
Ver 4.43 4-in-1 Drivers, Ver 30.82 Detonator.

Thanks for the reply wonkanoby - yes, I did;  first cleaned
out the 'ash' then filled them with JB-Weld.
This is the 2nd time I've tried unlocking.  The first time, the
BIOS reported clock speed as 1200 Mhz no matter what I
did.  Well, I hope the 3rd time does it - that's a bloody
tedious job, even with a 5x 'hands-free' magnifier.
BTW, what do you recommend for removing rear-window
de-fogger paint?  I've been using acetone.

Similar Messages

  • Increasing Minimum CPU multiplier

    Dear users on the MSI forum,
    There is an issue I'm trying to solve for a few weeks now, but without luck. I wish to increase the minimum CPU multiplier.
    My system specs:
    CPU: 2600k (1.6GHz - 4.3GHz)
    Motherboard: MSI P67A GD65
    Windows 7 64 bit
    I tried tweaking the bios but the only way I found to increase the minimum multiplier is to fix it, thus disabling Turbo, EIST and all energy options. But I wish to keep on using my turbo overclock and energy savings.
    In stead of a 1.6GHz - 4.3GHz frequency range I'd like, let's say 2.0GHz - 4.3GHz frequency range.
    Is this possible?
    I wish to do this because the CPU is constantly working at 1.6GHz during VSTi (virtual instruments) usage. It just doesn't throttle up to a higher multiplier so I have to use a higher latency on my audio interface to compensate the audio crackling.
    P.s. I am new to this forum so I might missed some forum rules

    The odds of MSI changing the 1.6 to something higher with a BIOS revision are rather slim to none IMO. You might try a ticket with MSI Tech Support & see if a special BIOS is feasable. http://support.msi.com/

  • Increasing FSB multiplier on a c2q q9550 with a p45 neo2 mobo

    Is it possible to increase the FSB multiplier on my BIOS? I can only increase it until x8.5, coz im planning to OC it by increasing the multiplier and decreasing the FSB. My FSB right now is 450 MHz x 8.5 = 3.83GHz
    Specs are on my sig
    any help are appreciated. Thanks!

    Quote
    can the i7 920 raise the multiplier to it's stock multiplier?
    Quote
    Well [...], yes.
    Let me be somewhat clearer on this:
    This statement is still true, even for Core i7 processors:
    Quote
    You would need an 'Extreme' edition of CPU to raise the multi.
    The CPU Ratio of the i7 920 can raise above x20, but only to a certain extend (within the limits defined by the Intel Turbo Boost Feature for this processor).  That means x21 is possible, and maybe x22 (I am not sure).
    To be able to raise the multiplier to (let's say) x33, you still need an Intel Extreme Edition processor.  ---> Like this one:
    http://valid.canardpc.com/show_oc.php?id=748140

  • Cannot invoke method multiply() on null object

    Hi ,
    when im trying to follow Developing Rich Web Applications With Oracle ADF tutorial in this link http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_3.html
    and in the part ( Add CRUD Operation Components to your Page ) when pressing the CreateInsert i got the error message Cannot invoke method multiply() on null object ,
    the logs as below
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Cannot invoke method multiply() on null object
    java.lang.NullPointerException: Cannot invoke method multiply() on null object
         at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
         at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:750)
         at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:727)
         at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:17)
         at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
         at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:54)
         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
         at bc4j_model_EmpDetails_AnnualSalary_null_gs.run(bc4j_model_EmpDetails_AnnualSalary_null_gs.groovy:1)
         at oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:1200)
         at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1253)
         at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1075)
         at oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2131)
         at oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:1827)
         at oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:1962)
         at oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:824)
         at oracle.jbo.server.ViewRowImpl.getAttrInvokeAccessor(ViewRowImpl.java:906)
         at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:854)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1213)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:764)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getInputValueInRow(JUCtrlValueBinding.java:3004)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getInputValue(JUCtrlValueBinding.java:2852)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getInputValue(JUCtrlValueBinding.java:2841)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding.getInputValue(FacesCtrlAttrsBinding.java:183)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGet(JUCtrlValueBinding.java:2416)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding.internalGet(FacesCtrlAttrsBinding.java:275)
         at oracle.adf.model.binding.DCControlBinding.get(DCControlBinding.java:749)
         at javax.el.MapELResolver.getValue(MapELResolver.java:164)
         at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
         at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)
         at com.sun.el.parser.AstValue.getValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
         at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)
         at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)
         at oracle.adfinternal.view.faces.renderkit.rich.ValueRenderer.getValue(ValueRenderer.java:184)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputBaseRenderer.renderContentStyleAttributes(SimpleInputBaseRenderer.java:512)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputBaseRenderer.renderNonElementContent(SimpleInputBaseRenderer.java:397)
         at oracle.adfinternal.view.faces.renderkit.rich.FormInputRenderer.encodeAllAsNonElement(FormInputRenderer.java:300)
         at oracle.adfinternal.view.faces.renderkit.rich.FormElementRenderer.encodeAll(FormElementRenderer.java:160)
         at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:1700)
         at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.renderFieldCellContents(LabeledInputRenderer.java:228)
         at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.renderFieldCell(LabelLayoutRenderer.java:528)
         at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:305)
         at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:215)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeFormItem(PanelFormLayoutRenderer.java:1088)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.access$100(PanelFormLayoutRenderer.java:50)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1604)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1523)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeChildren(PanelFormLayoutRenderer.java:420)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.encodeAll(PanelFormLayoutRenderer.java:208)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:447)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$1500(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:734)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:637)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:360)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:440)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:704)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:380)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:440)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:704)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:380)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:879)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1294)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:351)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:316)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
         at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:274)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
         at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1277)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1655)
         at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:91)
         at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:399)
         at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.renderView(ViewDeclarationLanguageFactoryImpl.java:350)
         at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:273)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:165)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1027)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:334)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:232)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:122)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Cannot invoke method multiply() on null object
    any help please ?

    Thanks Frank ,
    really i've already downloaded the ZIP of the final application , but the same error message ,
    when removing the Annual salary ( Which is a new Attribute ( not DB column) Salary * 12 ) every think is fine and no more error message ,there is no null salary all the employees have a salary , my JDeveloper Version is 11.1.2.1.0
    also , because of the EmpDetails is based on the query
    FROM EMPLOYEES Employees, DEPARTMENTS Departments
    WHERE Employees.DEPARTMENT_ID = Departments.DEPARTMENT_ID
    and the Department id is non editable value , that means even if you add a new user u cant never check this user in this interface , u can check this user only on DB (SQL) level .
    Edited by: 876602 on Jul 1, 2012 5:17 AM

  • How to increase cpu voltage on A75A-G35?

    Please tell me how to increase cpu voltage on A75A-G35(I changed pstates in BIOS but voltage not changed!)? and then tell me range of voltage in 1-7 Pstates?
    Thanks.

    Quote from: MSI service FAQ
    Q: I cannot adjust the CPU Voltage on my A55/A75 motherboard?
    A: Due to a hardware limitation on this platform, you cannot adjust the CPU voltage. However, you can adjust the NB voltage which is the same on this platform.
    (http://service.msicomputer.com/html/popup/techsup/formviewer.asp?esoformid=2987)
    The NB voltage setting is below the "Advanced DRAM Configuration" and the only way to increase a cpu relating voltage on that board.

  • GT735 CPU Multiplier

    I'm not sure if this is standard for this model or if I'm having an isolated issue. I have found nothing in my online searches. When on battery mode, my CPU multiplier is permanently set at 2.75 which translates to a measly 500Mhz final CPU clock. Initial Windows boot takes anywhere from 5 - 10 minutes. I can't even watch movies on battery power without terrible stuttering and audio/video synchronization issues. I'd like to fix this issue with a simple multiplier tweak, but the BIOS is extremely limited in usability. What options do I have to correct this issue?
    Thanks for any help in advance.

    Quote from: Echo119 on 21-September-09, 04:49:28
    Agreed, but that still doesn't explain the lower than optimal performance under battery power. A dying battery should only produce a shorter life, not lower performance. The only way it could have lower performance is if a cell went bad, which would also drop the voltage and make the system inoperable.
    Either this or software issue, look the tips above should solve it.
    If issue persist you may consider Vista re-install.
    Quote
    However, that seems to be a small side problem compared to the BIOS issues I'm experiencing. Correct me if I'm wrong, but there should be a "Chipset Configuration" under the version 1.0Q BIOS. I do not have that option. Would you recommend trying to re-flash the BIOS?
    Wrong, what you see is normal
    Quote
    All I have is PowerNow, PCI Latency Timer, And Legacy USB Support. There are no sub-menus for Chipset Configuration.
    That is suppose to be

  • MBA2012 cpu multiplier wrong and no turbo boost in Windows7

    MBA2012 Corei 7 2.0GHz/ MEM 8GB / SSD 128G.
    core i7 3667U, it support turbo boost, max multiplier 3.2GHz (x32, 2core), or 3.0GHz(x30, 1core).
    but check cpu-z 1.60.1.x64, it reports cpu multiplier x8 or x19.
    core speed does not rearch 2.0GHz(x20) and can not turbo boost.

    It is assumed in the model CTO in the initialisation of the MSR in EFI, is to set the Target P-State and 19 at the time of turbo boost, and the root cause of the bug (I originally set 32 ​​is correct).
    As a temporary workaround, in the application of the Throttle Stop, but it was confirmed that Turobo Boost working effectively, then, I tried to examine the state of the MSR at the before and after application of the Throttle Stop.
    As a result, the following was found.
    • The CTO model EIST, Turbo Boost is enabled.
    • However, in the CTO model, Target P-State is closed when the Turbo Boost is set to 19-fold. Therefore, (Current P-State) can not be set to at least 19-fold magnification of the CPU.
    • When you execute the Throttel Stop, so that can be set to 32 times the Target P-State of Turbo Boost, will be able to raise up to 32 times also (Current P-State) magnification of the CPU.
    In fact, before and after execution of the Throttle Stop, appears similar to the following and see the state of the MSR. (The value of the MSR, Save Report(.TXT) of the "About" → "Tools" of CPU-Z in the, you can see)
    CPU Throttle Stop before) cpu multiplier 19 (max cpu multiplier 19)
    MSR 0x000001A0 0x00000000 0x00850089
    MSR 0x00000198 0x00001CD2 0x00001300
    MSR 0x00000199 0x00000000 0x00001300
    ⇒ enable EIST, enable TurboBoost, the current P-State 19, the target P-State 19
    CPU Throttle Stop after) cpu multiplier 30 (max cpu multiplier 32)
    MSR 0x000001A0 0x00000000 0x00850089
    MSR 0x00000198 0x000021A0 0x00001E00
    MSR 0x00000199 0x00000000 0x00002000
    ⇒ enable EIST, enable TurboBoost, the current P-State 30 , the target P-State 32
    From the above, CTO model, at the time of initialization when the switch to Windows, it would have been set to 0x1E (0x00001E00: DEC
    19) is target Performance State Value is IA32_PERF_CTL of MSR in the BootCamp is a cause of trouble, 0x20 (0x00001E00:DEC 32) you can determine it because it does not, and has been a state that does not increase the magnification was also an attempt to invoke the turbo boost when under load.
    Core i5 In the standard model, so go up 26 multiplier,  probably should be the value of the following.
    MSR 0x00000199 0x00000000 0x00001A00
    <Reference>
    · Intel64 and IA-32 Architectures Software Developer's Manual Combined Volumes1, 2A, 2B, 2C, 3A, 3B and 3C
      http://download.intel.com/products/processor/manual/325462.pdf
    · CHAPTER 14 POWER AND THERMAL MANAGEMENT
      14.1 ENHANCED INTEL SPEEDSTEPR TECHNOLOGY
      14.3.2.2 OS Control of Opportunistic Processor Performance Operation
    · CHAPTER 34 MODEL-SPEC IFIC REGISTERS (MSRS)
      34.7 MSRS IN INTELR PROCESSOR FAMILY (INTELR MICROARCHITECTURE CODE NAME SANDY BRIDGE)
    1A0H IA32_MISC_ENABLE
      16 Enhanced Intel SpeedStep Technology Enable. (R/W)
      38 Turbo Mode Disable. (R/W)
    198H IA32_PERF_STATUS
      15:0 Current performance State Value.
    199H IA32_PERF_CTL
      15:0 Target performance State Value.
      32 IDA Engage. (R/W).

  • MSI P6N SLI-FI cannot adjust cpu voltage

    Ok ive tried two different bioses (2.0 and 2.12) and in both I cannot adjust the cpu voltage. It reads 0.00000V and I cannot adjust it please help.

    Personally, I think people are jumping to conclusions about OCZ memory .  My (MSI SLI Platinum board) system runs perfectly stable with OCZ memory.  Saying that OCZ is a problem is too broad a statement - hell, OCZ sells 11 different models of DDR2-800.
    The memory in question in this case happens to be the Platinum version (actually, in this thread, the memory doesn't even seem to be the issue), which must have it's voltage oc'd to 2.1v when running at the stated 4-5-4-15 DDR2-800 speed.
    Anyway, cell_491, make sure that you've disabled:
    C1E (might be hidden on Advanced settings -> CPU Features page... use F4 to show it)
    D.O.T
    EIST
    ALL spread-spectrum settings
    ...note that these boards will reset to some defaults if you fail to POST a few times, so make sure the above are still disabled.  Also, keep in mind that while the memory 'settings' are or can be 'unlinked' from the FSB, it's still using a divider internally, so you might want to clock the memory down to 667 when you're trying to determine the FSB top-end.
    I've been running my E6400 at FSB 1333 (333 x 8 = 2.664 GHz) with my OCZ DDR2-667 ram oc'd to DDR2-800 4-5-5-12-24-2T 1.9v (unlinked 400mhz ram freq) perfectly stable for the past few weeks.  Last night I played around with oc'ing the CPU some more and managed to get up to around FSB 1480 (370 x 8 = 2.96 GHz) running stable by adding some voltage, but I'm still running the stock Intel heat-sink and the E6400 starts getting pretty hot at that speed, so I backed it back down to 1333 (2.6GHz) which I'm now running in linked mode with my memory at 4-4-4-12-20-1T at 1.9v (I haven't started tuning the timings yet).
    I need this board to make my living, so it has to be stable and I can't afford to fry anything, so until I upgrade the cooling, I don't plan to try for something over 3GHz, but if you've got good cooling, then this might help.  It's for the 680i chips so the BIOS options will be different, but the 650i uses the same NB as the 680i, so there's a lot of info that should be usefull (including some max recommended safe voltages).

  • P6N SLi F1.....inability to lock cpu multiplier

    Hello
    I have a system based on the P6N Sli-F1 Bios ver 2.3
                                             2Gb Ocz Platinum pc6400
                                             xfx 7600GT Fatal1ty
                                             Hyper 530w psu
    System runs fine and is faultless.
    My problem seems to be getting the cpu to run at the speed I set it at. Even with "speedstep" manually disabled it lowers the multiplier under normal use and only speeds up when under load. Have  an E4300, E4400 and a lovely E2160 which all have the same results.
    Also.....Every time I set the BOOT order so that my HD is first and the rest disabled, upon re-entry to bios, boot order reverts back to having all boot devices in list.
    Incidently I have run all 3 cpu's and run the usual benchmarks once a sweetspot is found.
    Results conclude....E4400 MO stepping is crap compared to the baby E2160 which is only a couple of points short of my best result with the E4300 [3.4] on standard cooler.
    All 3 cpu's stay set at their maximum on my sons Gigabyte GA-G31MX-S2 which is a lowly board in comparison.
    Anyone any tips before I decide to buy another motherboard to try maybe the XFX MB-N650-IUL9 NF650i Ultra cos I dont need SLi

    Hello and Welcome to the Forum!
    Quote
    Even with "speedstep" manually disabled it lowers the multiplier under normal use and only speeds up when under load.
    Isn't that a good thing? Are you experiencing any performance problems or lags? 
    The feature that is responsible for this behaviour is called C1E [Enhanced Halt State].  There is a hidden BIOS Option somewhere named "C1E-Support".  Press F4 while you are in BIOS to make it visible.  The default setting is AUTO or Enabled.
    I am running a slightly overclocked system with C1E-Support enabled.  In the last 12 month I have experienced no perfomance problems or lags.  I kind of like the idea that the CPU is running at full speed only when it needs to.  Also note, that the CPU multiplier is not the only thing that is automatically adjusted.  VCore is decreased as well when system is IDLE.  The helps to lower power consumption and keeps temperatures down a bit as well.

  • I cannot send an email from my iPad 2? No problem receiving, why does this happen? Have tried the suggestions for setting up email and after doing the sync mail through iTunes receiving worked great but still cannot send? Any help would be great

    I cannot send an email from my iPad 2? No problem receiving, why does this happen? Have tried the suggestions for setting up email and after doing the sync mail through iTunes receiving worked great but still cannot send? Any help would be great!

    The fact that you can receive means you have a valid e mail address, and have established the connection to the incoming server, so all of that works.  Since the send does not work, that means your outgoing server is rejecting whatever settings you used formthe outgoing set up.  Try them again. 
    Google your particular isp, and ipad and many times you will find the exact settings needed for your isp.  Or tell us here, and soneone else may be on the same isp.  Some mail services need you to change a port, or have a unique name for the outgoing server.  
    Kep trying.

  • I am trying to authorize my computer and I get an error message: The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. Help?

    I am trying to authorize my computer and I get an error message: The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. Help?

    I used Terminal to change the permissions on the folder in question.  I followed the instructions in this article:
    iTunes: Missing folder or incorrect permissions may prevent authorization
    In my case, the folder was there, so I needed the command to change permissions on the folder, not to create one.   I was hesitant to use Terminal b/c I know that if I made an error I could wipe out my hard drive or render my computer unusable.  So to be SURE I didn't make an error, I carefully copied the command from that page and *pasted* it into Terminal.  Also, before I could do anything in Terminal, I had to go change my admin password (it had been a blank password before and that's not acceptable for making changes in Terminal).  I was just super careful when entering my password or doing anything else while Terminal was open (making sure I didn't accidently hit the spacebar or another key, etc.)  And it fixed the problem right away.
    What was confusing for me was that the iTunes error message said to change permissions in the FINDER, which is what I was trying to do.  It didn't mention Terminal.  What would really be helpful is if Apple included a link to a page like this in their error message.

  • When i burn a disk in Disk Utility, the burn completes but the verification process does not complete and my disk pops out. The error message i get is something like this "burn failed because disk cannot be verified," PLEASE HELP

    when i burn a disk in Disk Utility, the burn completes but the verification process does not complete and my disk pops out. The error message i get is something like this "burn failed because disk cannot be verified," PLEASE HELP.
    Also when i take the disk out it seems fine nd everything seems to be burned onto the disk. I am buring mac os x lion onto a disk.
    The disk i am using is nextech and i am burning at the slowest speed (4x).
    Also this is my 3rd time trying to do this and the verifying process keeps failing.... what do i do?

    see there
    http://www.techmixer.com/best-free-mac-burning-software-for-mac-osx/
    what you like most
    try different brand of CD/DVD

  • I had to erase my hard drive and then reinstall everything back from my passport external hard drive. Now my iPhoto edit is not working. I get a blank screen when I want to edit. The photos show up in the library but I cannot edit them. Help?

    I had to erase my hard drive and then reinstall everything back from my passport external hard drive. Now my iPhoto edit is not working. I get a blank screen when I want to edit. The photos show up in the library but I cannot edit them. Help?

    There are several possible causes for the Black Screen issue
    *1. Permissions in the Library* : Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    *2. Minor Database corruption*: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    *3. A Damaged Photo*: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    *4. A corrupted iPhoto Cache*: Trash the com.apple.iPhoto folder from HD/Users/Your Name/Library/ Caches...
    *5. A corrupted preference file*: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help:
    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?
    Regards
    TD

  • I have down loaded faulty towers and they have gone into my music list. Also down loaded the buyable version of where eagles dare and cannot find it please help me get organized

    I have down loaded faulty towers and they have been listed in my music. Also down loaded a film where eagles dare (the buyable version) and I cannot find it. Help please

    Are you looking in the video player app or the iPod app.
    Videos should not appear in the iPod app, they should be in the video app.

  • I just purchased acrobat pro 11 and it won't download.  I get this message:  Acrobatpro11_dim can't be opened because the identify of the developer cannot be confirmed.  Help!

    I just purchased acrobat pro 11 and it won't download.  I get this message:  Acrobatpro11_dim can't be opened because the identify of the developer cannot be confirmed.  Help!

    Gabbimai please try downloading utilizing a different web browser.  If you continue to face difficulties with the download process then I would recommend reviewing Find a download link on Adobe.com.

Maybe you are looking for