View Single Post
 
Old 08-20-2010, 07:23 PM
lemonsoda lemonsoda is offline
Puma
 
Join Date: Jan 2010
Posts: 21
thx for feedback,

I was having some issues with text fomatting before. scripts weren't enabled! What i suggsted should have worked, at least for internal usb device location in ioreg.

Did you leave the Device (OHC1) bracket below, and the name section below it in as well? if it was just name with the device part it would not have worked.

Device (OHC1)
{
Name (_ADR, 0x00020000)
}

for a sleep fix i think you need to add PWRB OR SLPB button (desktop or laptop) devices on the L0 locations (if they are not already there, I haven't tried wake by keyboard on amd)

Try that first, if you are still having issues, try having a look at some other dsdt of the same board. You could do a google search.

I did come across an old nvidia dsdt which he fixed his sleep issues, not sure if internal but he uses the injecion thing. I dont have amd to test!

http://osx86.net/f84/dsdt-for-a8n-sl...working-t6299/

good luck with that and let me know how you get on.

Cheers,

LS

ps do you have legacy usb enabled? this is not good. called either usb: storage, kb or mouse on amd in bios

make sure this is disbaled. If you dont have many options in bios, you can get a chamelon patch that force disables it, i know that some nvdia chipset hand an issue with that, so you could try this :-

http://forum.voodooprojects.org/index.php?topic=866.0

not sure if this made it into the main branch. anv's latest one has it but it kp's on amd!! find a better one with integated patch or patch chamelon source yourself and build you own version!!!

as you know, these are options, not definite fixes!

Last edited by lemonsoda; 08-20-2010 at 07:57 PM.
Reply With Quote