Help - Search - Members - Calendar
Full Version: Dlink DWA 547 Snow Leopard
InsanelyMac Forum > OSx86 Project > Hardware and Drivers > LAN and Wireless
d.l.
Please Help !

is there any way to get the Dlink DWA 547 working in snow leopard ?
i already try some kext but they don´t work
Jib51
QUOTE (d.l. @ Sep 9 2009, 04:17 PM) *
Please Help !

is there any way to get the Dlink DWA 547 working in snow leopard ?
i already try some kext but they don´t work

I've got this card and it's working fine in 32 bits mode, but not in 64 bits mode. We'll need to wait for Atheros 64 bits drivers....
winduser
QUOTE (Jib51 @ Sep 10 2009, 12:30 PM) *
I've got this card and it's working fine in 32 bits mode, but not in 64 bits mode. We'll need to wait for Atheros 64 bits drivers....



I cannot seem to get this card to work either. All ideas welcome. Im running in 32bit mode. Just says Airport not found.
d.l.
are you sure you boot in x32 mode ?

you have to add arch=i386 flag to boot plist

this is what my plist look:
CODE
<?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>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>arch=i386</string>
    <key>Default Partition</key>
    <string>hd(2,2)</string>
    <key>Timeout</key>
    <string>5</string>
    <key>GraphicsEnabler</key>
    <string>yes</string>
    <key>Graphics Mode</key>
    <string>1280x800x32@60</string>
        <key>EthernetBuiltIn</key>
        <string>yes</string>


</dict>
</plist>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.