EliteBook 8460p: BIOS reading the lowest possible SPD, goes for 665 instead of 800 Mhz.

Hello!

I have improved my Elitebook 8460 to 2 x 4 GB DDR3 RAM 1600 S0DIMMS by Corsair. They work well and save things fortunately in Dual Channel Mode.

But for some reason the RAM does not work at full Spec. I've not found in my stock all parameters memory BIOS. (F.61 Rev., updated)

Strange thing, this is the timings are disabled as well. I don't really ask the cl9 here thing, but 800 mhz instead of 665 would be great.

I'll provide screen shots and I hope you can tell me whats wrong with my ram!

Thanks in advance!

Hello

From the Manual:

http://WWW8.HP.com/h20195/v2/GetPDF.aspx/c04287335.PDF

Memory
Standard: DDR3 SDRAM PC3-10600 (1333 MHz)
Two SODIMM slots of socket supported dual channel 2 GB, 4 GB and 8 GB SODIMM memory
Maximum
Expandable to 16 GB with 8 GB SODIMM in slots 1 and 2
Two-channel
Maximized dual channel performance requires SODIMM of the same size and speed in the two lots of memory.

Very simple answer: you have a fast car that takes place on a highway that is controlled by the police and forces you to use a lower speed.

Kind regards.

Tags: Notebooks

Similar Questions

  • Oracle of the MAF error ' cannot read the DataControl uses on loadDataControl for the id:

    Need help!

    I created a simple SOAP web service for a remote database that works very well in 12 c WebLogic Server and also in the Jdeveloper HTTP Analyzer. When I use the same web service in the attached code, I get the following error (I've included output System.out.println in Ref. to the flow of the code) I use Jdeveloper 12 c MAF 2.0.0.0.41 on Mac OSx 10.9.

    Chk #0

    Processing line # 1

    Chk #1

    Chk #2

    [SEVERE - oracle.adfmf.framework - AmxBindingContext - loadDataControlById] Cannot read the DataControl uses on loadDataControl for the id: WLFNewActWS. [SEVERE - oracle.adfmf.framework - SynchronizationDC - syncDataFromOfflineToOnline] [Ljava.lang.StackTraceElement;@467c53d3

    @


    Sorry about that, I think I'm wrong you.

    OK, I created an example to test what goes wrong.

    1. server side, create a project named Employee_ws

    a. Department_ws.java

    public interface {Department_ws}

    public boolean addDepartment (a Department);

    }

    b. Department.java

    public class {Department

    public Department() {}

    Super();

    }

    int departmentId.

    String departmentName;

    locationId int;

    managerId int;

    {} public void setDepartmentId (int departmentId)

    this.departmentId = departmentId;

    }

    public int getDepartmentId() {}

    return departmentId.

    }

    {} public void setDepartmentName (String departmentName)

    this.departmentName = departmentName;

    }

    public String getDepartmentName() {}

    return departmentName;

    }

    {} public void setLocationId (int locationId)

    this.locationId = locationId;

    }

    public int getLocationId() {}

    return locationId.

    }

    {} public void setManagerId (managerId int)

    this.managerId = managerId;

    }

    public int getManagerId() {}

    return managerId;

    }

    }

    c. Department_impl.java

    @WebService

    / public class Department_impl implements Department_ws {}

    public Department_impl() {}

    Super();

    }

    @Override

    @WebMethod

    {} public boolean addDepartment (@WebParam (name = "arg0") a Department)

    If (Department! = null) {}

    int departmentId = department.getDepartmentId ();

    String departmentName = department.getDepartmentName ();

    int locationId = department.getLocationId ();

    managerId int = department.getManagerId ();

    Connection Conn;

    try {}

    Conn = ConnectionFactory.getConnection ();

    conn.setAutoCommit (true);

    Statement šment = conn.createStatement ();

    String inset_sql =

    "INSERT INTO dept (department_name, location_id, department_id, manager_id) VALUES ('+ '.

    departmentId + "," "" + departmentName + "'," + locationId + "," + managerId + ")";

    šment. Execute (inset_sql);

    Returns true;

    } catch (Exception e) {}

    System.out.println (e);

    }

    }

    Returns false;

    }

    }

    d. ConnectionFactory.java

    import java.sql.Connection;

    to import java.sql.DriverManager;

    import java.sql.SQLException;

    Connect to the database

    public class {ConnectionFactory

    public ConnectionFactory() {}

    Super();

    }

    protected static connection conn = null;

    public static connection getConnection() bird Exception {}

    If (conn == null) {}

    try {}

    String driver = "oracle.jdbc.driver.OracleDriver";

    String url = "jdbc:oracle:thin:@localhost:1521:orcl";

    User String = "employee";

    String password = "employee";

    Class.forName (driver);

    Conn = DriverManager.getConnection (url, user, password);

    } catch (SQLException e) {}

    System.Err.println (e.getMessage ());

    }

    }

    return conn;

    }

    public static {} Sub closeConnection()

    try {}

    If (conn! = null) {}

    Conn.Close ();

    Conn = null;

    }

    } catch (Exception ex) {}

    throw new RuntimeException (ex);

    }

    }

    }

    You can run Department_impl.java to start the Web service. i.e. http://127.0.0.1:7001 / Employee_ws-Client-context-root/Department_implPort? WSDL

    Server side sql:

    CREATE USER employee IDENTIFIED BY employee DEFAULT TABLESPACE users

    Temp TEMPORARY TABLESPACE

    Users WE QUOTA UNLIMITED;

    GRANT create employee to logon.

    GRANT alter used to logon.

    GRANT create any employee at table;

    GRANT create trigger employee TO;

    GRANT create any employee to view;

    GRANT create sequence employee TO;

    GRANT create synonym employee TO;

    GRANT create type employee TO;

    GRANT create employee to procedure;

    CREATE TABLE (DEPT

    DEPARTMENT_ID NUMBER (7, 0) NOT NULL,

    DEPARTMENT_NAME VARCHAR2 (50).

    NUMBER OF LOCATION_ID (7, 0),

    MANAGER_ID NUMBER (7.0)

    );

    2 create a mobile application of CRG named Dept

    a. Department.java (even for the server)

    b. SynchronizationDC.java

    import java.util.ArrayList;

    import java.util.List;

    Import oracle.adfmf.framework.api.AdfmfJavaUtilities;

    Import oracle.adfmf.framework.exception.AdfInvocationException;

    public class SynchronizationDC {}

    public SynchronizationDC() {}

    Super();

    }

    public void syncDataFromOfflineToOnline() {}

    It's just for testing, so I build Department manually instead of mobile db data, please replace in your business logic

    A Department = new Department();

    department.setDepartmentId (1);

    department.setDepartmentName("1");

    department.setLocationId (1);

    department.setManagerId (1);

    NamesList list = new ArrayList (1);

    List ParamsList = new ArrayList (1);

    List TypesList = new ArrayList (1);

    namesList.add ("arg0");

    paramsList.add (department);

    typesList.add (Department.class);

    try {}

    AdfmfJavaUtilities.invokeDataControlMethod ("Dept_WS", null, "addDepartment", namesList, paramsList,

    typesList);

    } catch (AdfInvocationException e) {}

    System.out.println (e);

    }

    }

    }

    c. new an AMX pag called Dept.amx

    "http://www.w3.org/2001/XMLSchema-instance" xmlns:amx ="http://xmlns.oracle.com/adf/mf/amx"

    xmlns:dvtm ="http://xmlns.oracle.com/adf/mf/amx/dvt" >. "

    Text = "syncDataFromOfflineToOnline."

    Disabled = "#{!}" Bindings.syncDataFromOfflineToOnline.Enabled}"id ="cb3"/ >

    d. deploy on Android Simulator

    Click the button and a new record have been db insert through the webservice, search the remote db recording

    If above does not solve your problem, please let me know, thanks.

    Byron

  • How to get around the problem of printing from the printer driver Adobe PDF for Notepad instead of a PDF Document?

    How to get around the problem of printing from the printer driver Adobe PDF for Notepad instead of a PDF Document? I tried the tool 'Repair Acrobat Installation' and other problems listed on the forums, but nothing worked. In the Notepad document is the following ' % [ProductName: distill] % X937B6DD4 not found, using the mail service.» X07BB154E not found, by using the messaging service. % [Page: 1] %% % [Page: 2] % % [Page: 3] % % [Page: 4] % % [Page: 5] % X4EEBB81F not found, by using the messaging service. %% [Error: invalidfont;] OffendingCommand: show; ErrorInfo: CharOffsets ss %% [Flushing: rest of work (end of file) will be ignored] %% %% [warning: PostScript error.] No PDF file produced. ] %%."

    The log file indicates that the Distiller cannot find fonts and besides, fonts with very weird names. (These names can often appear when printing from an application, WPF such as Internet Explorer 9, 10 or 11.)

    My best guess is that the problem is with the options set for the PostScript of PDF from Adobe printer driver instance. Exit the application you were initially impression since. Open the Adobe PDF printer Properties . Then click the Advanced tab. Then click on the button default printing . This should produce a significant window default print Adobe PDF is already opened in the Adobe PDF settings tab. On this tab, there is a checkbox to rely on system only fonts; do not use fonts in the document. If this box is checked, uncheck it and press apply , then OK. Then go to the general tab and press the button Preferences giving the window entitled Adobe PDF printing preferences. Again once, look for the box to rely on system only fonts; do not use document fonts. If this box is checked, uncheck it and press apply , then OK. Then back in the Adobe PDF Properties dialog box main, press apply (if it is enabled), and then click OK. Re-enter the app you were original print and try to print again. Let us know if that fixes the problem.

    -Dov

    PS: Unfortunately, rely on fonts system only turned on by default, causing problems for many applications. I always recommend turning it off (i.e., unchecking it)!

  • HP EliteBook 8460p: BIOS Application Error (501) missing or Currept

    Dear all,

    I have problem with my HP EliteBook 8460p

    "BIOS Application Error (501) missing or current" I install newer and updated date of the BIOS and drivers but problem not solved, there is another problem is the power of the laptop on through Internet browser button. Can I replace the motherboard with a new one. Issuance of replacement still exists please need full as soon as possible.

    Dear all

    I find the solution of the power on the issue, in solving this problem of corruption of the Bios is also resolved. And the solution is mentioned.

    Just to go to the bios-online currency configuration => and change the "Web View" button like hide (by default it is selected as change or use) and also update BIOS version

    Thanks and greetings

    Mohammed Sohail

  • Message notification is not displayed after you read the message and minimizing Skype for the next 5 minutes

    Hello

    We are a company of about 30 employees. We all use Skype. We are experiencing a problem where after reading the first message and minimize Skype, we do not receive the message notification until 5 minutes. This becomes painfully irritating that we will have to go check manually on all our messages to see if the other user has responded or not.

    Any help or guide in the right direction would be much appreciated

    Found the problem. Server a five minutes late, having first message "5 minutes" customers of time machine. Thus causing a space of 5 minutes of no message.

    Set the time on the server and re - sync all customers. 100% working now

  • cannot read the source file or disc for install.wim when file copying.

    I'm doing a windows 7 bootable from a USB key, and when copying files every thing goes more except for the install.wim

    I get the error message "cannot read the source file or disk.

    I checked there is enough space on the disk, and I also tried copying from disk to my office, same question.

    I tried using the command line to move the file and get an "Access denied" error message, which I believe is the root cause as to why I can't move the file in the first place.

    Hello

    try to run the System File Checker.

    Here is the link:

    http://support.Microsoft.com/kb/929833

    It will be useful.

  • EliteBook 8460p: BIOS password problem

    I wanted to make my starting the computer from a USB/CD/DVD key, but there is no option to do so.

    There is a BIOS password on the computer

    It is entered incorrectly 3 times. No 'CNUxxxx' code is seen, only "system locked, please restart" or something similar.

    S/N, UUID

    Spoiler (Highlight to read)

    Info private

    S/N: CZC14223VV

    UUID: 89A0EC9929F9E011BF8F08058F06A082

    Private S/N: CZC14223VVUUID info: 89A0EC9929F9E011BF8F08058F06A082

    Hello

    Unfortunately, business machines such as Probooks or EliteBook have more strict security consumption patterns - they do not produce "stop codes", the password cannot be derived from the serial number and the code is stored in a nonvolatile memory to remove the RTC cell does not reset the password in this case.

    If you Contact HP Business support they should be able to send you a file custom SMC.bin that you can use to reset the password at startup.

    Kind regards

    DP - K

  • EliteBook 8460p letters on the keyboard fade after six months?

    The subject says that it is. Anyone with a glimpse of how it is possible? Its already happening on several keys. The user is a male without any indication of the overuse or indication of chemical residue on your hands. That is to say a regualar desktop environment...

    Is there a known manufacturing defect so Im see the effects of?  (Im surprised why I see this)

    Different people produce different amounts of acid that excretes from their skin and oil. Some people sweat more than others and it might be that this batch of keyboards may not have been completely healed or had a mixture of bad ink. Many reasons, but if it's only 6 months, contact Customer Service and ask them to send you a replacement.

  • EliteBook 8460p: installation of the Sim Card to Elitebook 8460p

    I'm unable to access the internet via an Orange sim card which I installed it in the laptop.

    Hello

    First thing: Please check: your machine has WWAN option?

    1. If so, is it gave to go with it? Your WWAN module supports your phone operator?

    2. If no, you must have WWAN module in order to use the SIM card. And the WWAN module must support your phone operator.

    Kind regards.

  • How to read the actual SOAP messages going to / coming from a web service

    I'm still a beginner with SOA 11 g (11.1.1.1.0), so forgive me if my question is trivial. I didn't find anything on the forum or in the documentation to instruct me on how to view SOAP messages real of the back and forth between SOA 11 g as well as a web service outside. I can't easily put in place something like TCPMon since the service endpoint is SSL. And anyway, real endpoint is dynamic (new url provided upon successful login), which complicates things. The XML raw payload data are simply not sufficient to diagnose some problems. I really need to see the complete application (SOAP env) out before encryption and the full response (SOAP env) after decryption. Is it possible to get this info? Thanks for any help offered.

    -Cris

    Hi Cris,

    A few options:

    * You can set the 'Composite Audit level' in Enterprise Manager to 'Development' to have a high level of logging. Select the composite SOA in Enterprise Manager. Click on 'Settings'--> 'Level of Composite checking'--> 'development '.

    * You can also use GOSA. GOSA provides a logging strategy that you can attach to your services and your references. Click your composite SOA in Enterprise Manager, and then select "policies". Select "attach to / detach" and select the service or reference. Fix the oracle/log_policy on the service or the reference. A log file containing the SOAP message is created in the following location: Middleware/user_projects/domains / [your domain name] [your server]/logs/owsm/msglogging/diagnostic.log /servers/

    Best regards, Ronald

  • sticker on bottom of laptop is faded. can not read the number of product key for Vista

    need a product key to enter because I had to reload everything

    need a product key to enter because I had to reload everything

    Hey kimberlynothis

    If you have already reinstalled vista and you don't know the product key we can not help you

    If you had contacted these forums before you reinstalled vista we helped you with key finder programs

    but as this is a new installation of vista not activated we cannot help you find the product key

    If it is preinstalled, I suggest that you contact the manufacturer of your computer and ask them about recovery disks

    normally, they do not require you to select a product key when you use them to reinstall vista

    you don't say how you reinstalled vista

    Walter, the time zone traveller

  • 404 error when the lowest selection (column name) for the metadata 11 g dictionary


    Hi all

    I get a 404 error when I select a column name and click the link for dictionary of metadata. I get the 404 because obiee is allowing more 179 characters for the web link. You do not get a 404 error if you click on one of the shorter column names.

    When you select the number of offices with commands and then click the metadata dictionary button you get the error 404 below and the web address is truncated causing the 404

    This is the product link

    http / / self/analyticsRes/SampleAppLite_BI0024/SubjectArea/PRCAT_Sample_Sales_Lite80cb6a2e /.

    PRT_Calculated_Facts80cb6aa9/PRC_N_of_Offices_with_Or80cb6cfb.x

    If you type the ml at the end, you can see the Web page you want. Also if you click on the area in question and then click the dictionary of metadata and access the column from here the link works.


    otn screen shot2.png

    We receive this error in our Dictionary of metadata generated, but I can also reproduce the problem with the sample app, we have placed the dictionary in the folder anlyticsRes.

    I just wanted to check to see if someone else has this problem.

    Thanks in advance!

    S. Clark

    I opened a SR and a bug has already been reported, and the solution is in the latest patch.

    Solution

    The fix for the Bug 17449036

    is included in the bundle 20124371 Patch (patch bundle 11.1.1.7.150120). See this note for more information:

    Note 1488475.1: OBIEE 11 g: required and recommended patches and Patch Sets

    There is also a one-off Patch 17449036 on top of previous patch bundle for different platforms.
    It is advisable to be in the latest patch bundle. In this case, you prefer to apply exceptional measures, you can do but
    It is not for all platforms and all the patches together.

  • How to get the best possible, clear picture for our Web site

    Hello, I have a number of printed circuit boards to put on our Web site and I have decrease in size and the photos never seem that great. I use the Save to the web parameter in PS, but I was wondering if there was maybe I should customize when I'm there to increase clearity.  This is what it looks like when I shrink in size. Geeeez...  Any information would be helpful.

    Thank you

    T

    Logic-Board-Final-1-TEST.gifdesign_ex_industrial_2.gif

    It seems that you save as a GIF. Instead, use JPG or PNG.

    And how did you resize? The edges look fairly irregular, but that might be in GIF format.

  • Unable to write by e-mail to in the box. I tried the compaction, but TB goes for several hours and then stops responding. I erased my in box on the server.

    I'm now 17 nstmp folders. my 3 TB drive C is only about 60% full. It is true that I've never compacted my Inbox before. I currently have about 1169 messages in the box. my server is POP3. mail.armscomm.com network solutions. I am able to download mail on another computer using Outlook Express. ask if you need more information

    Jonathan arm

    There is another way. I just try and avoid it.

    • It is essentially a compact manual.
    1. Create a folder in Thunderbird and copy all mail in the Inbox.
    2. Go to the menu Tools (alt + T), and then select account settings
    3. Select the server to the account settings (or if it is a local folder or a problem of global Inbox of local records)
    4. On the right at the bottom of the screen will be a local directory. Click Browse.
    5. In the window that opens on the right click on the highlighted entry and select Explorer. This should open windows Explorer to the folder that the file in question is
    6. Close Thunderbird by clicking Cancel on all Thunderbird Windows, you opened, and then the X
    7. Delete the Inbox and Inbox MSF files
    8. Restart Thunderbird
    9. Copy your mails to Thunderbird created when he started toward the top of the Inbox.
    • Thunderbird has its own javascript engine, it is part of the program.
    • Reinstall Thunderbird will not help because the problem is with your profile and who is unaffected by the resettlement process.
  • I just installed a new 320G hard drive. I partitioned for OS 4G. Now it says I have no more space, because it is using the partition of 4 GB for everything instead of just the operating system. Please help and advise what should I do and how to do it. Tha

    Dell Dimension 2400 with XP.

    mjcandlec1,
    Welcome to the forums.  Firstly (and this is just my personal opinion) you can actually have a bit more large partition for the operating system.  Just to receive the updates and service packs and other.

    This article will show you how to change the default location of My Documents.  Also when you install programs then ensure you that you change the default installation directory, it will try to go on the C: drive.

    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for