meklort / netbook-installer

Automatically exported from code.google.com/p/netbook-installer
7 stars 2 forks source link

Asus Eee PC 1005ha forced shutdown & BIOS corruption #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install SL 10.6.0 with bootmaker (final w/ general kext only)
2.Update to 10.6.1 and Install kexts with kexthelper b7 & update extra
3.Reboot with NBI 0.8.3 final release EFI bootloader

What netbook are you using this on?
- Asus Eee PC 1005ha-h (63w 6-cell, Atom N280)

What is the expected output? What do you see instead?
- Expected output: Should shutdown without needing to force shutdown like RC3
- Actual output: Corrupted BIOS, needing forced shutdown after OSX power down

What version of the product are you using? On what operating system?
- NBI/ Bootmaker 0.8.3(final)
- Mac OSX 10.6 + manual upgrade to 10.6.1

Please provide any additional information below.

- BIOS is not corrupted with 0.8.3 RC3 or earlier
- Power down successful with 0.8.3 RC3/ RC2, but not (final release)
- Have not tried with 0.8.3 RC5

Original issue reported on code.google.com by Kenneth....@gmail.com on 16 Jan 2010 at 1:58

GoogleCodeExporter commented 9 years ago
ok i used the right NBI from http://www.meklort.com/?p=262

all is great, except my keyboard and touchpad don't work now.  making progress! 
updateextra works now too!

Original comment by glass...@gmail.com on 11 Feb 2011 at 1:00

GoogleCodeExporter commented 9 years ago
Glass...@gmail

Well, at least you've got the /Extra to work. That's the most important.

What /Extra does is it rebuilds the file 'Extensions.mkext'. This is the file 
that controls the kext cache (i.e. tells what kexts the OS should be using to 
boot, without scanning your hardware again). So you will typically find booting 
a new OSX install or update is longer because it needs to build that cache.

You will find Keyboard & Mouse don't work because of the following:
1) kexts not loaded, or updateExtra not successful
2) You have a conflicting set of kexts that controls Keyboard & Mouse

To solve this, use NBI 0.8.4 RC1 to reinstall the General Extensions (used the 
modified RC1). This will make sure everything is bootable & usable.

Then follow steps "D.6" and "E.1 to E.7" on iKeny's 1008ha Hackintosh guide. 
This will make sure NBI's Keyboard & Mouse PS2 controllers don't conflict with 
VoodooPS2. FYI, you can install VoodooHDA in /Extra/GeneralExtensions, choice 
is yours)

If you use my folder of kexts, the above is already done, with most unnecessary 
kexts removed. Still, it's important that you remove NBI's Synaptics trackpad 
prefpane from your /System/Library/PreferencePanes as this can cause some 
problems as well.

Again best to follow ikeny's guide on the link above, it's the best guide so 
far, and fairly dependable up to 10.6.6. Just remember to use NBI0.8.4 RC1 
(modified), and use my dsdt.aml file.

Original comment by Kenneth....@gmail.com on 11 Feb 2011 at 4:43

GoogleCodeExporter commented 9 years ago
Hi,

does anyone know how to enable dsdt sleep and speedstep on 1005HAB?
I've achieved vanilla sleep and deep sleep (without sleepanabler) by moving the 
_PR to _SB but lost speedstep. 
Another issue that I have usb devices get disconnected after sleep.

here is my custom DSDT: http://cl.ly/8OtI

If anyone can offer some insight on this please let me know, I've been trying 
various DSDT hacks for days now with no luck.

The most promising result I had was getting it to sleep by pressing the power 
button after putting it to sleep and pressing the power button (multiple times) 
again to wake it up.

Original comment by ioan.pop...@gmail.com on 14 Jul 2011 at 1:26