Contribute
Register

How to get Wake-on-Lan working on Z77 boards with HP NC360T

Status
Not open for further replies.
I'm posting my alphanumeric file that I used for injection, along with my org.chameleon.boot.plist for reference. I using the Z77x-UP5 TH motherboard with Intel Core i7-3770K Ivy Bridge 3.5GHz HD 4000 Graphics and Nvidia GTX670.

----------
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PciRoot(0x0)/Pci(0x1c,0x4)/Pci(0x0,0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>built-in</key>
<string>0x01</string>
</dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
<string>0x01620005</string>
<key>hda-gfx</key>
<string>onboard-1</string>
</dict>
</dict>
</plist>

---------------

Update - Copy paste was adding spaces to the hexadecimal string, so i've attached the plist file instead.
 

Attachments

  • org.chameleon.Boot.plist
    1.1 KB · Views: 323
Hi Pumpkinwhite

thanks for the tutorial, just have couple of questions:

- do I need to remove the on board NIC kext/drivers? In my case I am using lnx2mac for the Realtek NIC. If I do need to remove them, can someone please tell me how to do it safely?
- If I don't apply the fix, will the card function ok except WOL and AirPlay?

Thanks in advance.
H.
 
Anybody tries this card in Z77N-Wifi (which does NOT have any WOL settings in BIOS - old or new)

I suppose without such power settings in BIOS it could not possibly work, righ?

sebus
 
OK, I will answer myself then...

Used Intel® 82574L Gigabit Ethernet Controller Pro/1000 CT

WoL works from Linux or when machine is switched off before ML loads (there is power to the card)

But from ML shutdown WoL will not work, as there is NO power to the card

sebus
 
Hey!
After installing the card it works out of the box, but only once. Sleep works and also Wol. BUT after shutdown and booting again, sleep stops working. When i try to wake the pc from sleep i can't see anything on screen. I think it also freezes because i also can't shutdown by keyboard shortcut after trying to wake
Hope someone can help me
 
When I use the command:

gfxutil -i xml -o hex inputfile.txt hexfile.hex

I get the following error:

gfxutil: invalid property list xml inputfile 'inputfile.txt'

Ideas?

This is the plist inputfile.txt sitting on the deskopt:

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PciRoot(0x1)/Pci(0x5,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>built-in</key>
<string>0x01</string>
</dict>
</plist>





THX!
 
When I use the command:

gfxutil -i xml -o hex inputfile.txt hexfile.hex

I get the following error:

gfxutil: invalid property list xml inputfile 'inputfile.txt'

Ideas?

This is the plist inputfile.txt sitting on the deskopt:

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PciRoot(0x1)/Pci(0x5,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>built-in</key>
<string>0x01</string>
</dict>
</plist>





THX!

Your plist has two open <dict> tags and only one closing </dict>. Is that what you intended? Use a plist editor if you're not familiar with xml syntax.
 
Just copy pasted it from the guide. The second Plist example, I guess someone has to correct it then.

thx!
K.


Can anyone check the part of the guide where you don't use the internal graphics? It doesn't seem to work. Unless it's me...


This is the inputfile.txt

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PciRoot(0x1)/Pci(0x5,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>built-in</key>
<string>0x01</string>
</dict>
</dict>
</plist>



This is my plist file from chameleon:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>device-properties</key>
<string>4b00000001000000010000003f0000000100000002010c00d041030a010000000101060000050101060000007fff0400160000006200750069006c0074002d0069006e0000000500000001</string>

</dict>
</plist>
 
Status
Not open for further replies.
Back
Top