| Recommended by Wim's BIOS... |
|
Moderators: Sharedoc, Moderators
These two rom files's Additive Checksum are not equal! Could it be the problem?
semi wrote:@Nando,
this is a nice feature, what is the primary source of "your" HP BIOS RECOVERY Hot keys?
Could you explain me please how it works? How could this be? There is no OS, but you can set a filepointer from a flash
routine that is build in?! I cant understand it, sorry. But if this works, it would be a great and save method to reactivate your engine.

sugark wrote:sharky wrote:To summarize:
You could shutdown the laptop and boot it again and it worked? Did you see the BIOS screen during these boots?
Then you removed all power (battery etc.) and tried to boot again, but it didn't boot anymore. Right?
Yes it was so. After flashing computer it was booted up properly with HP logo, etc. than I have installed WinXP and used the computer for 2 days with several reboots/shutdowns.
Same situation on another 3x nc8000 :(
sugark wrote:sharky wrote:If yes, this sounds like the embedded controller (which handles powerup on laptops/notebooks) doesn't like your new ROM.
This EC thing sounds logical. So you think the problem must be on ROM checksum verified by EC? :?: If it is so than it means- semi's ADDCC_V2 calculates checksum wrong?
- or I have made a mistake during semi's method?
- or there are some other checksums in BIOS which is verified by Embedded Controller and find out there is an error in BIOS?
@echo off
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Steps to overcome HP mPCIE whitelisting
::
:: This batch file creates a PCI Extended Configuration space snapshot with
:: a valid whitelist compatible wifi card. The snapshot then enables the mPCIe
:: port so a non-whitelisted wifi card can work, or my external HD4670
:: mPCIe-to-pcie adapter. This works with the 2510P, but in my brief testing
:: with a Pavilion DV2000 was not successful.
::
:: NOTE: ensure you put cellophane tape over the wifi card's pin20 otherwise
:: the wifi card will be detected but radio won't come on. Pin20 is some sort
:: of hardware control that turns the radio off, which the bios does when
::
:: This script has two modes of operation. It's initial run will create a 1MB snapshot
:: file. It's subsequent runs will use the snapshot file to undo HP whitelisting.
::
:: USER DEFINED PARAMETERS
::
:: * MCFG - your PCI Extended Configuration Memory Space location. R-W
:: Everything Win software can tell you. Refer to MCFG tab in ACPI/DSDT.
:: * size - found anything less than 1MB did not work on the 2510P.
:: * FNAME - a unique filename indentifier for your snapshot file
::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: HP 2510P parameters
set MCFG=0xF8000000
set size=0x100000
set FNAME=2510pcix
:: DV2000 parameters
:: set MCFG=0xE0500000
:: set size=0x100000
:: set FNAME=dv2pcix
if EXIST %FNAME%.exe goto UNDO_WHITELIST
echo *************************************************************************
echo [ whitelst.bat ] Entering snapshot mode
echo.
echo WARNING: No %FNAME%.exe file found.
echo.
echo Ensure system was booted with whitelist compatible mPCIe wifi card installed.
echo Press any key to taking PCI Memory Configuration space snapshot now...
pause > nul
echo Creating RAM disk for dump space...
xmsdsk 4096 E: /y
echo Saving E:\%FNAME%.dmp with MCFG@%MCFG% size=%size% bytes.
pt MEM readtofile 1 %MCFG% %size% E:\%FNAME%.dmp
echo Saving as SFX file to save space...
arj a -je1 %FNAME%.exe E:\%FNAME%.dmp
echo Please reboot without whitelist compatible wifi card and run whitelst.bat
echo to see if this overcomes your whitelisting.
echo *************************************************************************
:loop
goto loop
:UNDO_WHITELIST
echo [ whitelst.bat ] Undoing mPCIe whitelisting
echo Using 4MB ramdisk to speed up the process
xmsdsk 4096 E: /y > nul
%FNAME%.exe E: > nul
pt MEM writefromfile 1 %MCFG% E:\%FNAME%.DMP
if errorlevel 0 goto DONE
echo [ whitelst.bat ] Unexpected ERROR!!
pause
:DONE
echo [ whitelst.bat ] Completed successfully.nando4 wrote:Confirmed workaround for HP mPCIe whitelisting on a 2510P
Got my wifi to work after booting past the bios *without* it in the mPCIe slot. This is effectively the same as if a whitelisted card is installed.
This was originally done for the project since having to install whitelist compatible wifi card to pass bios, then install my mPCIe-to-pcie adapter to detect my HD4670 card was a PITA and causing too much wear on my mPCIe slot. Yes - this allows my HD4670 to work without needing to have the bios first see the wifi card on boot
Here's how I did it.
mPCIe snapshot with WWAN card installed??
Could someone volunteer the output of
* pt PCI probe
* pt PCI map
* a snapshot of their PCI configuration space with WWAN card installed
I'm curious if the WWAN slot can function as a mPCIe slot so the wifi card can be put into it?? I've read that the WWAN card is USB, and WWAN (HS2300) appears as USB in Device Manager[/url] but I've probed the mPCIe pins and the two USB pins are coming up high resistence, like they are not connected. Either it's using the mPCIe pins and has an onboard mPCIe<->usb bridge or it's USB. .

RaStiScaR wrote:i have an nc6400 with an WWan mini PCIex port. You are right it is only USB not PCIex because no wifi card works there. i have tested.

Phyxius wrote:I tried to edit my HP 6710b F.15 (68DDU) ROM but unfortunately all without success. I am beginning to thing that it is not possible.
nando4 wrote:Confirmed workaround for HP mPCIe whitelisting on a 2510P
Got my wifi to work after booting past the bios *without* it in the mPCIe slot. This is effectively the same as if a whitelisted card is installed.
MiXAL wrote:nando4 wrote:Confirmed workaround for HP mPCIe whitelisting on a 2510P
Got my wifi to work after booting past the bios *without* it in the mPCIe slot. This is effectively the same as if a whitelisted card is installed.
Do you know if there is a way to do this on pure Windows system?
I have HP NC6400 and would like to use Broadcom BCM94321 card with it while it provides 802.11n.

Return to Notebook BIOS and other problems
Users browsing this forum: No registered users and 1 guest