Contribute
Register

[OBSOLETE] DSDT Database: Gigabyte Submission Thread

Status
Not open for further replies.
Re: DSDT Database: Gigabyte Submission Thread

New BIOS version F4 is now available for the X58A-USB3
 
Re: DSDT Database: Gigabyte Submission Thread

The following DSDTs were uploaded today and are now available:

  • GA-X58-USB3 F3
    GA-X58-USB3 F4
    GA-X58A-UD3R F7
    GA-X58A-UD3R-2.0 FG
    GA-X58A-UD5 F7
    GA-X58A-UD5-2.0 FE
    GA-X58A-UD7 F8
    GA-X58A-UD9 F5
 
Re: DSDT Database: Gigabyte Submission Thread

denik_den said:
Heres mine F3 from GA-X58-USB3 rev.1.0
dsdt.denik_den.zip
 

Attachments

  • dsdt.denik_den.zip
    5 KB · Views: 107
Re: DSDT Database: Gigabyte Submission Thread

@danielnmaldonado:

Could you comment if this is a DSDT related issue?
A system with working sleep, but only one autosleep within a boot cycle?
And also no autosleep after a manual sleep had been triggered before.
Thx!
 
Re: DSDT Database: Gigabyte Submission Thread

F6 BIOS for GA-Z68X-UD3-B3:
1) as extracted GAZ68XUD3B3_F6_extracted.dsl
2) edited using MacMan's minimal edits for socket 1155GAZ68XUD3B3_F6_medit.dsl
 

Attachments

  • GAZ68XUD3B3_F6_extracted.dsl
    192.7 KB · Views: 106
  • GAZ68XUD3B3_F6_medit.dsl
    188.3 KB · Views: 156
Re: DSDT Database: Gigabyte Submission Thread

gpfeiffer said:
F6 BIOS for GA-Z68X-UD3-B3:
1) as extracted GAZ68XUD3B3_F6_extracted.dsl
dsdt gpfeiffer.zip
 

Attachments

  • dsdt gpfeiffer.zip
    7.2 KB · Views: 97
Re: DSDT Database: Gigabyte Submission Thread

Here is mine

GA-P67A-UD4-B3 Rev1.1

Bios is F5
 

Attachments

  • dsdt.aml
    17.8 KB · Views: 161
Re: DSDT Database: Gigabyte Submission Thread

danielnmaldonado said:
gpfeiffer said:
F6 BIOS for GA-Z68X-UD3-B3:
1) as extracted GAZ68XUD3B3_F6_extracted.dsl
dsdt gpfeiffer.zip
Do have insights if/how the fixes to USB (EHC1/EHC2) [Method (_DSM,4....) affect the sleep/wakeup behavior in Lion?
Thanks!
 
Re: DSDT Database: Gigabyte Submission Thread

Scorxcho said:
Here is mine

GA-P67A-UD4-B3 Rev1.1

Bios is F5
dsdt.Scorxcho.zip
 

Attachments

  • dsdt.Scorxcho.zip
    6.7 KB · Views: 99
Re: DSDT Database: Gigabyte Submission Thread

gpfeiffer said:
danielnmaldonado said:
gpfeiffer said:
F6 BIOS for GA-Z68X-UD3-B3:
1) as extracted GAZ68XUD3B3_F6_extracted.dsl
dsdt gpfeiffer.zip
Do have insights if/how the fixes to USB (EHC1/EHC2) [Method (_DSM,4....) affect the sleep/wakeup behavior in Lion?
Thanks!
Use it and Smbios iMac12,x
Code:
Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x0B)
                        {
                            "AAPL,current-available", 
                            0x0834, 
                            "AAPL,current-extra", 
                            0x0A8C, 
                            "AAPL,current-extra-in-sleep", 
                            0x0A8C, 
                            "AAPL,max-port-current-in-sleep", 
                            0x0834, 
                            "AAPL,device-internal", 
                            0x02, 
                            Buffer (One)
                            {
                                0x00
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }

many things are breaking sleep at the Lion
PS2 kexts, video, etc
we will wait for a full update
 
Status
Not open for further replies.
Back
Top