Jump to content

XML into the Kext...Someone can help me ?


2 posts in this topic

Recommended Posts

Hello !

 

I download a Realtek rtl8180 driver (Wireless NIC) to Mac.I installed the driver sucessfully but this drive is not loading properly.

 

I started to research the structure of the kext then I found this XML part into the kext file

 

 

<dict>

<key>CFBundleIdentifier</key>

<string>com.realtek.drivers.rtl8180</string>

<key>IOClass</key>

<string>rtl8180</string>

<key>IODefaultMedium</key>

<string>00000020</string>

<key>IOPCIMatch</key>

<string>0x818010ec</string>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

</dict>

 

Is this information enough ?

I compared it with my Windows at Devie Manager and all keys matches with my Windows (Except the IODefaultMedium that Device Manager can't show me)

 

Somebody help me !

Link to comment
Share on other sites

  • 2 weeks later...

I actually just did a kextload with diagnostics on the rtl8180.kext and I get:

 

kernal extension /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/rtl8180.kext has problems:

 

{

"Executable files doesn't contain kernal extensions code" = true

}

Link to comment
Share on other sites

 Share

×
×
  • Create New...