Jump to content

LeMaurien19

Retired
  • Posts

    334
  • Joined

  • Last visited

Reputation

0 Neutral

About LeMaurien19

  1. hi how are you?

    please i need ur help...its about getting my wifi working.... =D hope u can help

  2. Solved the can't restart after sleep problem on my MacBook Mini (an HP Mini 1000). Shutdown is broken so I use OSXRestart with OpenHaltRestart and everything's brilliant! Thanks a dozen!
  3. Hi all, I wonder if anyone could help me? I'm trying to make sleep/resume work on my HP Mini 1001TU (Snow Leo, EFI boot Vanilla) with lid support (sleep when lid is closed). Actually it's dpassmor from myhpmini.com who got sleep working on the Mini but I thought it'd be worth a shot to try getting sleep when lid is closed via dsdt editing/patching. Here's the original code of that particular DSDT part: Scope (_SB.PCI0) { Name (\LIDS, One) Device (LID) { Name (_HID, EisaId ("PNP0C0D")) Method (_LID, 0, NotSerialized) { Acquire (ECMX, 0xFFFF) If (ECRG) { Store (^^SBRG.EC0.ELID, LIDS) } Else { Store (One, LIDS) } Release (ECMX) Return (LIDS) } } } Then I edited this section following the guide at msiwind.net Scope (_SB.PCI0) { Name (\LIDS, One) Device (LID) { Name (_HID, EisaId ("PNP0C0D")) Method (_LID, 0, NotSerialized) { XOr (LIDS, One, Local0) If (Local0) { Notify (SLPB, 0x80) } Return (LIDS) } } } I did manage to get sleep when I close the lid, but when I open it again, although the Mini resumes, it sorts of gets a "dizzy spell", sleeping and resuming every 5 secs or so. Any help would be greatly appreciated. TIA. Oh and here's the whole dsdt file in .txt: dsdt_fixed.txt
  4. Hi all! I've searching the forum for a solution to this problem: Booting up fromn the x86 DVD installer gets stuck at this line: "MAC framework successfully initialized using 5242 buffer headers and 4096 cluster 1D buffer headers" I'm using the msiwindosx86 to install Leopard 10.5.4 on the HP Mini 1000. I realize this isn't exactly the best DVD installer version to use -iDeneb 10.5.5 is more compatible - but I also noticed that other versions of iDeneb and Kalyway and on other sys config (tower PCs etc) this problem is common. So I was wondering what causes this problem in the first place? OSx86 is new to me and I just would like to understand how stuff works, in attempts to researching how to solve this prob. Thanks!
×
×
  • Create New...