Jump to content

mercurysquad Voodoo3945 dependency problem


malir
 Share

3 posts in this topic

Recommended Posts

YaHoo

Edit1: I use SL 10.6.2 in 32bit mode and the Info.Plist of IO80211Family contains:

<?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>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleExecutable</key>

<string>IO80211Family</string>

<key>CFBundleGetInfoString</key>

<string>2.1, Copyright © 2005–2008 Apple Inc. All Rights Reserved.</string>

<key>CFBundleIdentifier</key>

<string>com.apple.iokit.IO80211Family</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>IO80211Family</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleShortVersionString</key>

<string>2.1</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>211.1</string>

<key>IOKitPersonalities</key>

<dict/>

<key>OSBundleCompatibleVersion</key>

<string>1.0</string>

<key>OSBundleLibraries</key>

<dict>

<key>com.apple.iokit.IONetworkingFamily</key>

<string>1.6.0</string>

<key>com.apple.kpi.bsd</key>

<string>9.0.0</string>

<key>com.apple.kpi.iokit</key>

<string>9.0.0</string>

<key>com.apple.kpi.libkern</key>

<string>9.0.0</string>

<key>com.apple.kpi.mach</key>

<string>9.0.0</string>

<key>com.apple.kpi.unsupported</key>

<string>9.0.0</string>

</dict>

<key>OSBundleRequired</key>

<string>Network-Root</string>

</dict>

</plist>

 

YaHoo

Hi, when I run the following instruction get a error:

sudo kextutil -t /System/Library/Extensions/VoodooIntel3945.kext/

Password:

/System/Library/Extensions/VoodooIntel3945.kext - no compatible dependency found for com.apple.iokit.IO80211Family.

/System/Library/Extensions/VoodooWireless.kext - no compatible dependency found for com.apple.iokit.IO80211Family.

/System/Library/Extensions/VoodooIntel3945.kext - no compatible dependency found for com.apple.iokit.IO80211Family.

/System/Library/Extensions/VoodooWireless.kext - no compatible dependency found for com.apple.iokit.IO80211Family.

/System/Library/Extensions/VoodooIntel3945.kext - no compatible dependency found for com.apple.iokit.IO80211Family.

/System/Library/Extensions/VoodooWireless.kext - no compatible dependency found for com.apple.iokit.IO80211Family.

/System/Library/Extensions/VoodooIntel3945.kext has problems:

Dependency Resolution Failures:

Only incompatible kexts found for these libraries:

com.apple.iokit.IO80211Family

Indirect dependencies can't be resolved:

org.voodoo.wireless

 

I use IO80211Family that is in the http://www.mediafire.com/?9widdksfewe which is said in the

http://www.insanelymac.com/forum/lofiversi...hp/t197617.html

topic.

What do I do to solve this problem?

Thanks in advance

Link to comment
Share on other sites

YaHoo

Thanks, I install 10.6.3 and successfully load the VoodooIntel3945.kext.

But when I open the airport menubar the system.log show following error:

iMac Apple80211 framework[89]: Scan() error -536870187 (Unknown error)
iMac Apple80211 framework[89]: __performScan() failed (-536870187)

And when try to connect to access point which does not have any encryption show this error:

iMac airportd[197]: Apple80211Associate() failed -536870187 (Unknown error)
iMac Apple80211 framework[89]: airportd MIG failed (Associate Event) = -536870187 (Unknown error)  (port = 64543)

What is the problem?

Thanks

Link to comment
Share on other sites

 Share

×
×
  • Create New...