![]() |
[Solved] Ethernet
Hi guys,
To avoid using the PlatformUUID kext to fix Error 35 I want to patch my dsdt with Ethernet. I'm going to provide some screens to replace the words. Should I just replace the whole PEX5 section or only add the code to it? Thx in advance http://a.imagehost.org/0139/devicetree.png My dsdt Code:
Device (PEX5) Code to import (gathered from this thread: http://forums.msiwind.net/post117337.html#p117337) Code:
Device (P0P4) |
Snow, I'm still getting the hang of the whole DSDT thing, but I would just add the "Method (_DSM, 4, NotSerialized)" under your "Device (PEX5)". I don't have a need for the PlatformUUID (Don't get Error 35, ethernet works Out of the box), so I wouldn't be able to give this a try myself. However, I did have an issue with sound and had to create "Device (HDEF)" as I didn't have "Device (AZAL)" in my DSDT and it only contains that method:
Code:
Device (HDEF) |
Code:
Device (PEX5) Anyway, I don't think this solves error 35. It's only a fix for time machine afaik. |
Ah, really? then I won't be needing it. I never had issues with TM but I do have the Error 35 when removing PlatforumUUID.kext
I'll skip this then. Thx for the info bro |
Modded, compiled without errors (unlike my tries before)
Going to test it anyway, I'll report back. Update: Replaced dsdt.aml then removed PlatformUUID.kext, rebooted and rerpairing permission now without Error 35. Will test Time Machine afterwards (maybe it's the other way round in my case) Looks good though! Update: Mormegil has done it again! haha 1 more kext gone (leaves 5) Thx a lot bro ;) |
haha np.
What do you see under Hardware UUID in SysProf now? I'd have thought thats what PlatformUUID is for. Anyway I'm going to try remove it and see for myself :) |
Error 35 still shows in system.log for me after removing PlatformUUID
|
Quote:
in console? hmm, haven't checked that, I only checked repairing permissions in terminal, do you get the error when repairing m8? I checked log and they have error 35 but from a few hours back so I think they are from previous modding. |
Nope. I didnt see any error during verbose but checked logs and they were still there.
Think I'll just keep it for now. No harm done. |
Alright bro
|
Gave it a try. No error 35 when booting up in verbose without platformuuid.kext. Ethernet seems to still work fine. However system profiler no longer shows my raid identifier as the boot uuid.
Never checked console for error 35 though. I think I'll keep platformuuid.kext for now. Kinda like the correct uuid showing up in system profiler. Keep up the work snow. Someday we'll have a dsdt for this board that takes care of any and every issue for our hacks....wishful thinking? Maybe? |
Hmm, should be an easy edit for RAID no?
m8, those 2 unknown SATA devices in sys profiler, are they Jmicrons? because if so I don't use them and will disable in BIOS. Thx Alright got it, Jmicron gone ;) http://h.imagehost.org/0220/noJmicron.png |