Contribute
Register

DSDT Database: Gigabyte Socket 775 Submission Thread

Status
Not open for further replies.
hi

someone have a DSDT for my GA-P41T-D3P? I using this mobo with a 8500 Core2Duo
 
mortelpoison said:
hi

someone have a DSDT for my GA-P41T-D3P? I using this mobo with a 8500 Core2Duo
send me DSDT
Code:
perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }'
 
danielnmaldonado said:
mortelpoison said:
hi

someone have a DSDT for my GA-P41T-D3P? I using this mobo with a 8500 Core2Duo
send me DSDT
Code:
perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }'



hi

ok it's done!
 

Attachments

  • GA-P41T-D3P-F2.dsl
    148.6 KB · Views: 134
mortelpoison said:
ok it's done!
dsdt.mortelpoison.zip
DTGP
HDEF
HID/CID
EHCI
HPET
RTC
IRQs
RENAMED DEVICES
SMBUS
SHUTDOWN
REMOVED DEVICES
LPC
FIX WARNINGS
 

Attachments

  • dsdt.mortelpoison.zip
    5 KB · Views: 159
danielnmaldonado said:
mortelpoison said:
ok it's done!
dsdt.mortelpoison.zip
DTGP
HDEF
HID/CID
EHCI
HPET
RTC
IRQs
RENAMED DEVICES
SMBUS
SHUTDOWN
REMOVED DEVICES
LPC
FIX WARNINGS

thx
 
danielnmaldonado said:
plexi said:
Thanks anyway Daniel.

It looked like there was a dsdt.aml file on the usb stick but when I went to upload it in my last post, it said there was nothing there so I've kinda given up running anything other than easybeast on this mobo and purchased a GA-P55A-UD3, along with an i7 so I can have a bit more fun:)
Great
:headbang:
Update!
Your edit of my DSDT actually works WAY better than easybeast on the GA-73PVM-S2H!
The memory still doesn't show up but it's seeing the 9800GT without NVEnabler and the whole system is more stable which is great.
The power button can put it to sleep and wake it up.
It shuts down nicely but stays on on restart so I just hit the reset button and it's fine.
You should add that DSDT to the database as it seems pretty solid and it's as good as you're gonna get on that board!
I was doing something wrong before so it was pilot error on my part.

Thanks again!
 
Hi Maldon,

I admire your works on the Chameleon boot. :thumbup: Thank you for your great works. :clap:

My computer is facing an insomnia problem with the DSDT from this site (unable to sleep)ever since the OS has been updated to 10.6.8. It never happens before in 10.6.7 nor lower version. Is there a way to re-enable it? Will the solution stay when I upgrade it to Lion?

The DSDT is attached.

Thanks in advance for any advice.
 

Attachments

  • P41T-ES3G-Rev 1.1-Bios F4 DSDT.aml
    14.2 KB · Views: 86
TUFF Stough said:
Hi Maldon,
My computer is facing an insomnia problem with the DSDT from this site (unable to sleep)ever since the OS has been updated to 10.6.8. It never happens before in 10.6.7 nor lower version. Is there a way to re-enable it? Will the solution stay when I upgrade it to Lion?
send me original DSDT
extract from Windows-everest
 
I just attach it here.

Thanks.
 

Attachments

  • P41TES3G-F4.dsl
    148.5 KB · Views: 83
TUFF Stough said:
I just attach it here.

Thanks.
dsdt.TUFF Stough.zip
send me kextstat
run on terminal

CST ok?
10.6/10.6.7
Code:
ioreg -lw0 | grep CSTInfo
10.6.8 and Lion
Code:
ioreg -lw0 | grep AICPMVers
Lion
Cmos Reset after sleep
run on terminal
Code:
sudo perl -pi -e 's|\x8b\x45\xc8\x39\x45\xcc\x74\x0b|\x8b\x45\xc8\x39\x45\xcc\xeb\x0b|; s|\x8b\x45\xb4\x39\x45\xb8\x74\x08|\x8b\x45\xb4\x39\x45\xb8\xeb\x08|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC
after
Code:
sudo touch /System/Library/Extensions
Thanks to tseug/blackosx/DHP and others.
http://www.insanelymac.com/forum/index. ... pic=253992[/quote]
 

Attachments

  • dsdt.TUFF Stough.zip
    5 KB · Views: 82
Status
Not open for further replies.
Back
Top