Hackintosh Compaq/HP Evo 510 - 845G

wit

Activo
Hackintosh Compaq/HP Evo 510 - 845G
1.jpg


Instalación del MacOSX 10.4.8 JaS AMD/Intel SSE2-SSE3, con soporte SSE2 Intel habilitado, soporte de LoginWindow, todos los Drivers de impresora, X11, idioma español (aunque seleccionando todos los idiomas igual funciona).
Reconoce USB, Audio y lo demás, con excepción de la red y parcialmente el video.
Finalmente, todo queda funcionando de manera estable y a la perfección.

Instalando soporte de RED.- Intel Pro/100 VE Ethernet Card
Se debe instalar la extensión
Entrar or Registrarse para completar la lectura
de la siguiente manera.

1.- Arrastra y suelta la extension en la carpeta /System/Library/Extensions/ , te pedirá contraseña.
2.- Abre una ventana de Terminal y digita lo siguiente (te pedirá contraseña luego de digitar el primer comando):
sudo chmod -R 755 /System/Library/Extensions/AppleIntel8255x.kext
sudo chown -R root:wheel /System/Library/Extensions/AppleIntel8255x.kext
sudo kextload -v /System/Library/Extensions/AppleIntel8255x.kext
sudo rm /System/Library/Extensions.kextcache
sudo kextcache -k /System/Library/Extensions
diskutil repairPermissions /
3.- Reinicia y ve a las Preferencias del Sistema a configurar tu Red.

Actualizando de 10.4.8 a 10.4.9 y 10.4.10 sin actualización de Kernel (seguirá con kernel 881).
Se asume que ya tienes (has descargado) la actualización 10.4.9 (y 10.4.10) PARA INTEL desde el sitio web de Apple.

1.- Respaldando Extensiones y Kernel

cp /mach_kernel /old
cp -R /system/library/coreservices/loginwindow.app /
cp -R /system/library/extensions/AppleSMBIOS.kext /
cp -R /system/library/extensions/AppleACPIplatform.kext /
cp -R /system/library/extensions/AppleAPIC.kext /
cp -R /system/library/extensions/IOATAFamily.kext /
cp -R /system/library/extensions/system.kext /
2.- No cierres Terminal (déjalo abierto)

3.- Ejecuta la actualización de software 10.4.9 (o 10.4.10 según sea el caso) haciendo doble clic en el archivo .dmg de la actualización, para montarlo, y luego en el paquete instalador para ejecutarlo.
Nota.- Puedes pasar de 10.4.8 a 10.4.10 directamente si has descargado la actualización 10.4.10 COMPLETA (combo).

4.- Al terminar la instalación, NO hagas clic en REINICIAR. Espera hasta terminar los siguiente pasos.

5.- Restaurando Extensiones y Kernel

cp /old /mach_kernel
cp -R /loginwindow.app /system/library/coreservices/
cp -R /AppleSMBIOS.kext /system/library/extensions/
cp -R /AppleACPIplatform.kext /system/library/extensions/
cp -R /AppleAPIC.kext /system/library/extensions/
cp -R /IOATAFamily.kext /system/library/extensions/
cp -R /system.kext /system/library/extensions/6.- Eliminando cache de extensiones y Reparando Permisos
sudo rm /System/Library/Extensions.kextcache
sudo kextcache -k /System/Library/Extensions
diskutil repairPermissions /Nota.- También puedes reparar los permisos usando la aplicación Utilidad de Discos desde el finder.

7.- Recién ahora, presiona en el botón REINICIAR del instalador de la actualización que acabas de ejecutar.
(Puedes rezar si lo deseas, pero de seguro que te funcionará).
Nota.- Usualmente luego de una eliminación de la cache de extensiones, el hackintosh demora algo más en iniciar.

VIDEO Integrado funcionando, en modo fijo a 1024x768, Millones de colores.-
Intel Integrated Graphics II sin CI/QE, tal vez el problema se deba a cómo este dispositivo obtiene la memoria desde la RAM, y en este PC la BIOS se la asigna de manera automática (tal vez eso impide al driver reconocerla adecuadamente y cargarla).
Si realmente deseas probar las extensiones para intentar modificar el video básico que te entrega, estos son los pasos.
Se asume que estás intentando con las extensiones 830 y 915.

1.- Agregas las extensiones 830 y 915 al sistema (arrastrar y soltar DENTRO de la carpeta Sistema/Libreria/Extensiones)
Te pedirá contraseña.

2.- Abres Terminal y digitas los siguientes comandos UNO a UNO
Nota.- Te pedirá contraseña al ejecutar el primer comando, lo que está en cursiva son las "respuestas" al comando), es sólo para ejemplificar cómo se ve en terminal.

sudo chmod -R 755 /System/Library/Extensions/AppleIntel830.kext
Password:
sudo chown -R root:wheel /System/Library/Extensions/AppleIntel830.kext
sudo kextload -v /System/Library/Extensions/AppleIntel830.kext
kextload: extension /System/Library/Extensions/AppleIntel830.kext appears to be valid
kextload: loading extension /System/Library/Extensions/AppleIntel830.kext
kextload: /System/Library/Extensions/AppleIntel830.kext loaded successfully
kextload: loading personalities named:
kextload: Intel915
kextload: Intel830
kextload: sending 2 personalities to the kernel
kextload: matching started for /System/Library/Extensions/AppleIntel830.kext

sudo chmod -R 755 /System/Library/Extensions/AppleIntel830GA.plugin
sudo chown -R root:wheel /System/Library/Extensions/AppleIntel830GA.plugin
sudo chmod -R 755 /System/Library/Extensions/AppleIntel830GLDriver.bundle
sudo chown -R root:wheel /System/Library/Extensions/AppleIntel830GLDriver.bundle
sudo chmod -R 755 /System/Library/Extensions/AppleIntelIntegratedGraphics.kext
sudo chown -R root:wheel /System/Library/Extensions/AppleIntelIntegratedGraphics.kext
sudo chmod -R 755 /System/Library/Extensions/AppleIntel915GA.plugin
sudo chown -R root:wheel /System/Library/Extensions/AppleIntel915GA.plugin
sudo chmod -R 755 /System/Library/Extensions/AppleIntel915GLDriver.bundle
sudo chown -R root:wheel /System/Library/Extensions/AppleIntel915GLDriver.bundle
sudo chmod -R 755 /System/Library/Extensions/AppleIntel915.kext
sudo chown -R root:wheel /System/Library/Extensions/AppleIntel915.kext
sudo kextload -v /System/Library/Extensions/AppleIntel915.kext
kextload: extension /System/Library/Extensions/AppleIntel915.kext appears to be valid
kextload: loading extension /System/Library/Extensions/AppleIntel915.kext
kextload: /System/Library/Extensions/AppleIntel915.kext loaded successfully
kextload: loading personalities named:
kextload: Intel915
kextload: sending 1 personality to the kernel
kextload: matching started for /System/Library/Extensions/AppleIntel915.kext

sudo rm /System/Library/Extensions.kextcache
sudo kextcache -k /System/Library/Extensions
diskutil repairPermissions /
Started verify/repair permissions on disk disk0s1 wit
Determining correct file permissions.
The privileges have been verified or repaired on the selected volume
Verify/repair finished permissions on disk disk0s1 wit

exit
logout
[Proceso completado]Nota.- Luego de instalar la actualización 10.4.10, la aplicación Perfil del Sistema (System Profiler) da error y se reinicia continuamente.
Solucionado parcialmente instalando algunos archivos del SystemProfilerPatch de JaS desde el mismo DVD.
Usando Pacifist y desde el SystemProfilerPatch.pkg, extraes SPPlatformReporter.spreporter y SPiPlatformReporter.spreporter
Copia los archivos extraídos en /System/Library/SystemProfiler/
Elimina la cache de extensiones y Repara Permisos
Reinicia

Eso es todo. Saludos.
 

GordiWan Kenobi

New member
bueno, se que el post tiene tiempo y que no deberia ir aqui esto pero como de casualidad e conseguido un equipo igual...
la cuestion esque lo enciendo, y hace una musikita de pitidos y luego 2 pitidos largos, sabes donde podria mirar que significan? en la web de hp compaq no hay nada, y en google solo... gilipolleces, no e encontrado nada que aporte la mas minima luz.

e probado todo, ram, los voltajes d ela fuenta y nada, lo que pasa es que doy a encender, la fu ente no se enciende" si ponteo verde y masa, si" y la luz de power no se queda fija, y pita la muskita y luego 2 pitidos.

saludos y gracias.
 

ramjavi

New member
No se si haz encontrado lo mismo que yo, pero yo encontré esto
Standard Original IBM POST Error Codes
1 short beep
Normal POST - system is ok
2 short beeps POST Error - error code shown on screen
No beep Power supply or system board problem
Continuous beep Power supply, system board, or keyboard problem
Repeating short beeps Power supply or system board problem
1 long,
1 short beep System board problem
1 long, 2 short beeps Display adapter problem (MDA, CGA)
1 long, 3 short beeps Enhanced Graphics Adapter (EGA)
3 long beeps 3270 keyboard card


IBM POST Diagnostic Code Descriptions

100 - 199 System Board
200 - 299 Memory
300 - 399 Keyboard
400 - 499 Monochrome Display
500 - 599 Color/Graphics Display
600 - 699 Floppy-disk drive and/or Adapter
700 - 799 Math Coprocessor
900 - 999 Parallel Printer Port
1000 - 1099 Alternate Printer Adapter
1100 - 1299 Asynchronous Communication Device, Adapter, or Port
1300 - 1399 Game Port
1400 - 1499 Color/Graphics Printer
1500 - 1599 Synchronous Communication Device, Adapter, or Port
1700 - 1799 Hard Drive and/or Adapter
1800 - 1899 Expansion Unit (XT)
2000 - 2199 Bisynchronous Communication Adapter
2400 - 2599 EGA system-board Video (MCA)
3000 - 3199 LAN Adapter
4800 - 4999 Internal Modem
7000 - 7099 Phoenix BIOS Chips
7300 - 7399 3.5" Disk Drive
8900 - 8999 MIDI Adapter
11200 - 11299 SCSI Adapter
21000 - 21099 SCSI Fixed Disk and Controller
21500 - 21599 SCSI CD-ROM System



AMI BIOS Beep Codes

1 Short Beep One beep is good! Everything is ok, that is if you see things on the screen.
If you don't see anything, check your monitor and video card first. Is everything connected? If they seem fine, your motherboard has some bad chips on it.

First reset the SIMM's and reboot. If it does the same thing, one of the memory chips on the motherboard are bad, and you most likely need to get another motherboard since these chips are soldered on.

2 Short Beeps Your computer has memory problems.
First check video. If video is working, you'll see an error message. If not, you have a parity error in your first 64K of memory.
First check your SIMM's. Reseat them and reboot. If this doesn't do it, the memory chips may be bad. You can try switching the first and second banks memory chips. First banks are the memory banks that your CPU finds its first 64K of base memory in. You'll need to consult your manual to see which bank is first. If all your memory tests good, you probably need to buy another motherboard.

3 Short Beeps Basically the same thing as 2 beeps. Follow that diagnosis above.

4 Short Beeps Basically the same thing as 2 beeps. Follow that diagnosis above. It could also be a bad timer

5 Short Beeps Your motherboard is complaining. Try reseating the memory and rebooting. If that doesn't help, you should consider another motherboard. You could probably get away with just replacing the CPU, but that's not too cost-effective. Its just time to upgrade!

6 Short Beeps The chip on your motherboard that controls your keyboard (A20 gate) isn't working. First try another keyboard. If it doesn't help, reseat the chip that controls the keyboard, if it isn't soldered in. If it still beeps, replace the chip if possible. Replace the motherboard if it is soldered in.

7 Short Beeps Your CPU broke overnight. Its no good. Either replace the CPU, or buy another motherboard.

8 Short Beeps Your video card isn't working. Make sure it is seated well in the bus. If it still beeps, either the whole card is bad or the memory on it is. Best bet is to install another video card.

9 Short Beeps Your BIOS is bad. Reseat or Replace the BIOS.


10 Short Beeps Your problem lies deep inside the CMOS. All chips associated with the CMOS will likely have to be replaced. Your best bet is to get a new motherboard.


11 Short Beeps Your problem is in the Cache Memory chips on the motherboard. Reseat or Replace these chips.

1 Long,
3 Short Beeps You've probably just added memory to the motherboard since this is a conventional or extended memory failure. Generally this is caused by a memory chip that is not seated properly. Reseat the memory chips.

1 Long, 8 Short Beeps Display / retrace test failed. Reseat the video card.


Saludos
 
Arriba