palz Posted November 14, 2010 Share Posted November 14, 2010 I'm a real noob to OSX86, so bear with me. I just installed iATKOS S3 v2. Everything works, except my BIOS is reset at almost every reboot. After some googling, I found out the DSDT is the cause. So I looked in mine with the help of DSDTSE (a gui utility), and I found, under RTC, this: Device (RTC0) { Name (_HID, EisaId ("PNP0B00")) Name (CRS0, ResourceTemplate () { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x00, // Alignment 0x02, // Length ) IRQNoFlags () {8} }) Name (CRS1, ResourceTemplate () { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x00, // Alignment 0x02, // Length ) }) Method (_CRS, 0, NotSerialized) { If (LEqual (^^HPET.NVID, 0x10DE)) { Return (CRS1) } Return (CRS0) } } What should I do? I don't know what to remove. My whole DSDT.dsl is uploaded. Please help. Quote Link to comment https://www.insanelymac.com/forum/topic/237145-how-to-patch-dsdt/ Share on other sites More sharing options...
3.14r2 Posted November 14, 2010 Share Posted November 14, 2010 IMHO remove these lines IRQNoFlags () {8} So edited should look like this: Device (RTC0) { Name (_HID, EisaId ("PNP0B00")) Name (CRS0, ResourceTemplate () { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x00, // Alignment 0x02, // Length ) }) Name (CRS1, ResourceTemplate () Quote Link to comment https://www.insanelymac.com/forum/topic/237145-how-to-patch-dsdt/#findComment-1583529 Share on other sites More sharing options...
palz Posted November 20, 2010 Author Share Posted November 20, 2010 Does anyone else have some more surefire method? It looks different from "IRQ (something, else, more, etc)", so I'm not sure (can you brick your DSDT xD?) Quote Link to comment https://www.insanelymac.com/forum/topic/237145-how-to-patch-dsdt/#findComment-1587527 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.