[Compaq]deskpro2000=max64Mb-RAM?!

Pagina: 1
Acties:

  • JdM
  • Registratie: Februari 2002
  • Laatst online: 24-07 20:17

JdM

Humbled

Topicstarter
Nou ben ik bezig met de deskpro 2000 van compaq van een kennis (laat de flame's maar achterwege).
Het is een pentium 2 233MMX (passief gekoeld (!!) ), met 32 Mb compaq werkgeheugen.
Nu heeft er al ooit iemand 64Mb bijgepropt, dus zou je zeggen dat het toch wel richting de 96Mb moet gaan, maar dat is niet het geval.
Het systeem herkend wél de volledige 96Mb en je kunt deze verandering ook opslaan in de bios, enkel windows herkent maar 64 Mb............

Nu heb ik het volgende geprobeerd:

alleen 32Mb compaq geheugen > 32Mb in BIOS en in windows
alleen 64Mb non-compaq geheugen > 64Mb in BIOS en in windows
Samen 64Mb+32Mb > 96Mb in BIOS > 64Mb in windows.
Ander geheugen geprobeerd waaronder : 64+64+128 > 256Mb in BIOS > 64Mb in windows.
Wát ik ook doe, windows herkent maar 64Mb.
Ik heb ook de reepjes op andere volgordes erin gezet omdat ik in de manual iets zag staan over de hoeveelheid chips en de maximaal haalbare geheugenherkenningen op het moederbord, waar de volgorde van de geheugenreepjes een rol in speelden, dit zonder resultaat.
In de manual staat dat de deskpro in deze uitvoering maximaal 384Mb moet kunnen zien.

ik heb nu 1 compaq 32Mb reepje met 16 chips (2x8)
1 128Mb reepje met 1x8 chips
2 64Mb reepjes met 1x8 chips en dit schema(het is wazig, maar leesbaar hoop ik):

Afbeeldingslocatie: http://www.theforumisdown.com/uploadfiles/0103/memory.gif

Hier heb ik dus echt de ballen verstand van.....

Ik heb nog geen verse windows install geprobeerd (ben bang dat ik dan weer gekloot met drivers ga krijgen)

Heeft iemand een idee wat ik nog kan proberen?

edit:
een eventuele reactie terug, kan wat laat komen ik mot ff weg

[ Voor 6% gewijzigd door JdM op 11-03-2003 22:04 ]


Verwijderd

Welke windows versie staat erop?
Win 95, of 98? Want mss is het een fout van windows en moet je ff naar windows update gaan.

  • JdM
  • Registratie: Februari 2002
  • Laatst online: 24-07 20:17

JdM

Humbled

Topicstarter
er staat nu windows 98se op, updates zijn zo te zien geïnstalleerd (ik zie ie6 staan en SP1).

  • LeNNy
  • Registratie: Maart 2000
  • Laatst online: 02-08 22:45
Wat nou flames. Het zijn best aardige pc's. Ik heb er zelf ook een paar (P200 MMX). Heb je al vanaf de compaq partitie geboot (F10) en daar de diagnose tools opgestart. Hierin kun je namelijk makkelijk de hoeveelheid geheugen zien en testen.
Mocht de compaq part er niet meer op staan kun je die ook vanaf diskette booten. Flash er ook direct de laatste bios in!

Zet de bios ook eens naar default waarden.

[ Voor 7% gewijzigd door LeNNy op 11-03-2003 22:12 ]


Verwijderd

Die apparaten werken prima met 99% van het te krijgen geheugen. Zo ook in dit geval, immers je bios ziet het geheugen wel.

Dit is (dus) echt een windows-kwestie. Een herinstallatie lijkt me redelijk overdreven, begin eerst eens te zoeken waar dit probleem vandaan komt.

Mijn 1e schot voor de boeg: post eens je autoexec.bat en config.sys

//edit

2e schot:
Specifying Amount of RAM Available to Windows Using MaxPhysPage

------------------------------------------------------------
The information in this article applies to:

Microsoft Windows Millennium Edition
Microsoft Windows 95
Microsoft Windows 98

------------------------------------------------------------
If this article does not describe your hardware-related issue, please see
the following Microsoft Web site to view more articles about hardware:
http://support.microsoft....s/hardware/hwddresctr.asp

SUMMARY
This article contains a table of MaxPhysPage values you can use to limit the
amount of random access memory (RAM) available to Windows.


MORE INFORMATION
To use the MaxPhysPage entry to specify the amount of RAM that is available
to Windows, add the following line in the [386Enh] section of the System.ini
file


MaxPhysPage=<nnn>

where <nnn> is a hexidecimal number that determines the number of memory
pages available to Windows. A page is 4096 bytes of RAM for 486 and Pentium
processors.

When the MaxPhysPage entry is used, the following formula is used to
determine the amount of RAM available to Windows:

4096 X MaxPhysPage (decimal) = Amount of RAM available to Windows in
bytes

Therefore, to limit Windows to 32 MB of memory, use the following formula to
determine the MaxPhysPage entry:

(32 * 1048576) / 4096 = 8192 (decimal) or 02000 (hexadecimal)

NOTE: One megabyte is 1,048,576 bytes.

The following table list some common RAM amounts and the corresponding
MaxPhysPage entry:

Amount of RAM
available to Windows (MB) (Bytes) MaxPhysPage entry
--------------------------------------------------------------
960 1,006,632,960 MaxPhysPage=3C000
896 939,524,096 MaxPhysPage=38000
832 872,415,323 MaxPhysPage=34000
768 805,306,368 MaxPhysPage=30000
704 738,197,504 MaxPhysPage=2C000
640 671,088,640 MaxPhysPage=28000
576 603,979,776 MaxPhysPage=24000
512 536,870,912 MaxPhysPage=20000
448 469,762,048 MaxPhysPage=1C000
384 402,653,184 MaxPhysPage=18000
320 335,544,320 MaxPhysPage=14000
256 268,435,456 MaxPhysPage=10000
224 234,881,024 MaxPhysPage=0E000
192 201,326,592 MaxPhysPage=0C000
160 167,772,160 MaxPhysPage=0A000
128 134,217,728 MaxPhysPage=08000
96 100,663,296 MaxPhysPage=06000
88 92,274,688 MaxPhysPage=05800
80 83,886,080 MaxPhysPage=05000
72 75,497,472 MaxPhysPage=04800
64 67,108,864 MaxPhysPage=04000
56 58,720,256 MaxPhysPage=03800
48 50,331,648 MaxPhysPage=03000
40 41,943,040 MaxPhysPage=02800
32 33,554,432 MaxPhysPage=02000
24 25,165,824 MaxPhysPage=01800
16 16,777,216 MaxPhysPage=01000
12 12,582,912 MaxPhysPage=00C00
08 8,388,608 MaxPhysPage=00800

For additional information about MaxPhysPage, please see the following
Articles in the Microsoft Knowledge Base:

Article-ID: Q134503
TITLE : Parity Error Messages May Indicate Bad Memory
===========================================================

Here's another:
"Out of Memory" Error Messages with Large Amounts of RAM Installed

------------------------------------------------------------
The information in this article applies to:

Microsoft Windows Millennium Edition
Microsoft Windows 98 Second Edition
Microsoft Windows 98
Microsoft Windows 95

------------------------------------------------------------
If this article does not describe your hardware-related issue, please see
the following Microsoft Web site to view more articles about hardware:
http://support.microsoft....s/hardware/hwddresctr.asp


SYMPTOMS
If a computer that is running any of the versions of Windows that are listed
above contains more than 512 megabytes (for example, 768 megabytes) of
physical memory (RAM), you may experience one or more of the following
symptoms:

You may be unable to open an MS-DOS session (or command prompt) while
Windows is running. Attempts to do so may generate the following error
message:

There is not enough memory available to run this program.
Quit one or more programs, and then try again.
The computer may stop responding (hang) while Windows is starting, or halt
and display the following error message:

Insufficient memory to initialize windows. Quit one or more memory-resident
programs or remove unnecessary utilities from your Config.sys and
Autoexec.bat files, and restart your computer.

CAUSE
The Windows 32-bit protected-mode cache driver (Vcache) determines the
maximum cache size based on the amount of RAM that is present when Windows
starts. Vcache then reserves enough memory addresses to permit it to access
a cache of the maximum size so that it can increase the cache to that size
if needed. These addresses are allocated in a range of virtual addresses
from 0xC0000000 through 0xFFFFFFFF (3 to 4 gigabytes) known as the system
arena.

On computers with large amounts of RAM, the maximum cache size can be large
enough that Vcache consumes all of the addresses in the system arena,
leaving no virtual memory addresses available for other functions such as
opening an MS-DOS prompt (creating a new virtual machine).

WORKAROUND
To work around this problem, use one of the following methods:

Use the MaxFileCache setting in the System.ini file to reduce the maximum
amount of memory that Vcache uses to 512 megabytes (524,288 KB) or less.

For additional information about how to use the MaxFileCache setting, click
the article number below to view the article in the Microsoft Knowledge
Base:
Q108079 32-Bit File Access Maximum Cache Size
Use the System Configuration utility to limit the amount of memory that
Windows uses to 512 megabytes (MB) or less.

For additional information about how to use the System Configuration
utility, click the article number below to view the article in the Microsoft
Knowledge Base:
Q181966 System Configuration Utility Advanced Troubleshooting Settings
Reduce the amount of memory that is installed in your computer to 512 MB or
less.

STATUS
Microsoft has confirmed this to be a problem in the Microsoft products that
are listed at the beginning of this article.

MORE INFORMATION
Vcache is limited internally to a maximum cache size of 800 MB.

This problem may occur more readily with Advanced Graphics Port (AGP) video
adapters because the AGP aperture is also mapped to addresses in the system
arena. For example, if Vcache is using a maximum cache size of 800 MB and an
AGP video adapter has a 128-MB aperture mapped, there is very little address
space remaining for the other system code and data that must occupy this
range of virtual addresses.

[ Voor 92% gewijzigd door Verwijderd op 11-03-2003 22:15 ]


  • Puc van S.
  • Registratie: Maart 2002
  • Laatst online: 17-08 15:12
als ik me goed herinner (ik heb hem zelf ook alleen de non mmx versie) zit er een 430hx chipset, en ik die kan meen ik maar 64mb van het geheugen chachen als je even zoek op 430hx chipsetspecs in google dan kom je een tabel tegen waar dat in staat, als je een tagram (externe chache?) erin hebt zitten kan je dacht ik meer aan.

Dat 64 mb chachen houd in dat er als je meer als 64mb hebt de prestaties achteruit gaan (en over drivers hoef je je geen probleem te vinden ze staan allemaal op de windows 98se cd, teminste bij mij)

[http://www.okbreijnen.nl] [Overwatch] [Cennahysh]


  • JdM
  • Registratie: Februari 2002
  • Laatst online: 24-07 20:17

JdM

Humbled

Topicstarter
LeNNy schreef op 11 maart 2003 @ 22:12:
Wat nou flames. Het zijn best aardige pc's. Ik heb er zelf ook een paar (P200 MMX). Heb je al vanaf de compaq partitie geboot (F10) en daar de diagnose tools opgestart. Hierin kun je namelijk makkelijk de hoeveelheid geheugen zien en testen.
Mocht de compaq part er niet meer op staan kun je die ook vanaf diskette booten. Flash er ook direct de laatste bios in!

Zet de bios ook eens naar default waarden.
In de BIOS wordt het geheugen herkent, ook de test gaat goed,
Net cmos clear gedaan, geheugen wordt weer herkend, maar na opslaan met f1 en doorstart naar windows, weer gewoon 64Mb zichtbaar :|
Verwijderd schreef op 11 March 2003 @ 22:13:
Die apparaten werken prima met 99% van het te krijgen geheugen. Zo ook in dit geval, immers je bios ziet het geheugen wel.

Dit is (dus) echt een windows-kwestie. Een herinstallatie lijkt me redelijk overdreven, begin eerst eens te zoeken waar dit probleem vandaan komt.

Mijn 1e schot voor de boeg: post eens je autoexec.bat en config.sys

//edit

2e schot:


[...]
Ik heb mijn system.ini aangepast, geen resultaat (waarde 06000 ingegeven, zowel met <> als zonder <>). B)

Dit is mijn config.sys :
buffers = 20
files = 15
shell = a:\rompaq.exe /l:us /!
dos=high
device=\himem.exe :D


dit is de autoexec.bat:


@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%CDROM%:\
copy command.com %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
copy extract.exe %RAMD%:\ > NUL
copy leesmij.txt %RAMD%:\ > NUL

:ERROR
IF EXIST ebd.cab GOTO EXT
echo Plaats de opstartdiskette nr. 2 van Windows 98
echo.
pause
GOTO ERROR

:EXT
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
echo De diagnostische hulpprogramma's zijn geladen in station %RAMD%.
echo.

IF "%config%"=="NOCD" GOTO QUIT
IF "%config%"=="HELP" GOTO HELP
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
echo.
GOTO QUIT

:HELP
cls
call help.bat
echo De computer wordt nu opnieuw opgestart en dan verschijnt het opstartmenu.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
restart.com
GOTO QUIT

:QUIT
echo Typ HELP en druk op ENTER voor help.
echo.
rem clean up environment variables
set CDROM=
set LglDrv= :D
M1lamb3r schreef op 11 March 2003 @ 22:21:
als ik me goed herinner (ik heb hem zelf ook alleen de non mmx versie) zit er een 430hx chipset, en ik die kan meen ik maar 64mb van het geheugen chachen als je even zoek op 430hx chipsetspecs in google dan kom je een tabel tegen waar dat in staat, als je een tagram (externe chache?) erin hebt zitten kan je dacht ik meer aan.

Dat 64 mb chachen houd in dat er als je meer als 64mb hebt de prestaties achteruit gaan (en over drivers hoef je je geen probleem te vinden ze staan allemaal op de windows 98se cd, teminste bij mij)
volgens de compaq-site zit hier een 440LX-chipset in, maximum installable memory= 384Mb

[ Voor 15% gewijzigd door JdM op 11-03-2003 22:53 ]


Verwijderd

rename voor de gein die config.sys en autoexec.bat even naar config.tmp en autoexec.tmp..

Het chipset verhaaltje is hier niet van toepassing imo, immers ongeacht of de chipset nu kan cachen, het geheugen zou wel gewoon bruikbaar moeten zijn..

  • JdM
  • Registratie: Februari 2002
  • Laatst online: 24-07 20:17

JdM

Humbled

Topicstarter
Verwijderd schreef op 12 March 2003 @ 00:06:
rename voor de gein die config.sys en autoexec.bat even naar config.tmp en autoexec.tmp..

Het chipset verhaaltje is hier niet van toepassing imo, immers ongeacht of de chipset nu kan cachen, het geheugen zou wel gewoon bruikbaar moeten zijn..
Hey, na het renamen van die 2 heb ik nu 96Mb! _/-\o_
Is dit wel verantwoord om te doen of levert deze verandering geen problemen op verder ?(wel wazig hoor) ,dank :)
Pagina: 1