#1
|
||||
|
||||
CMOS-Reset Bug / VoodooHda Sound Distortion
2 unrelated bugs i can't seem to fix.
I understand the cmos reset can be fixed by editing certain values in the dsdt, but how would i go about doing this? Voodohda is working nicely now that it is 64bit but whenever i wake from sleep the sound gets distorted. Anybody have a solution for either of these issues....? |
#2
|
|||
|
|||
the search function does work well here
|
#3
|
||||
|
||||
for the voodoohda problem i used this workaround:
http://s10lenovo.com/viewtopic.php?f=15&t=2269 that seems to work! cheers! iHack NB: P35 | SB: ICH9R | CPU: C2D E6850 3.0Ghz | RAM: 4GB DDR2 800Mhz | MB: GA-P35-DS4(rev1.1, bios F14) | GPU: MSI GeForce NX8800GT 1GB | NIC: Realtek R1000 | AUDIO: ALC889a | OS: Retail 10.5.8 & SL 10A432 | BL: Chameleon 2.0RC1(PCEFI v10) + DSDT.aml (sorry my poor English, I'm Italian) |
#4
|
||||
|
||||
Thanx cili0 i'll check it out.........
|
#5
|
|||
|
|||
I need some help... Sometimes when I sleep or when shut down doesn't work properly, my computer won't boot. I have to take my hard drive out so I can go into the BIOS, reset all the BIOS's settings, put the hard drive back in, and then boot like normal. VERY bad!
So, is there a fix? I already patched my DSDT with DSDT Patcher GUI. Any ideas? Would really need help on this. I found this: http://netkas.org/?p=114 but I don't know what to edit it with... Last edited by BeSweeet; 08-21-2009 at 11:11 PM. |
#6
|
|||
|
|||
Nevermind, figured it out. Just drug my .dsl file into iasl and out came dsdt.asl.
|
#7
|
||||
|
||||
Everytime i drag my edited dsdt.dsl file into iaslme it does its thing but just gives me a folder with a log.......... WTF????
|
#8
|
|||
|
|||
You have to open terminal. Drag iasl into the window, then drag your dsdt.dsl into the window, and press enter.
|
#9
|
||||
|
||||
Quote:
Terminal says: -bash: /Users/KiT/Desktop/iaslMe.app: is a directory also, once i get this dsdt.asl file can i place it on the root and boot with it or do i have to compile it to dsdt.aml |
#10
|
|||
|
|||
For iaslme.app DONT use the terminal !
Drag an .dsl on the iaslme App Icon (which is on Desktop, where you want)= .aml is build (in in Session directory) Drag an .aml on the iaslme App Icon = .dsl is build (same directory as .aml) iaslme is an really needful Tool. It has an the same command line iasl "in", but dont needs the terminal and does "know" what to do, by AI : gets an .dsl dragged= compile an .aml, gets an .aml dragged=decompile to .dsl 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. Last edited by mitchde; 08-23-2009 at 08:22 PM. |