Hello,
QUOTE(Fernando Birra @ Oct 24 2006, 01:22 PM)

"17RT61CardBusDriver is not compatible with its superclass, 20IOEthernetController superclass changed?
kextload: a link/load error accured for kernel extension /SystemL/Library/Extensions/RT61CardBusDriver.kext"
same to me. I bought another E2 revision that was listed also as a ralink chipset based pccard. I also tried to install the ralink driver, but it failed. So I took a look at the vendor and the device ID with WindowsXP and this is my E2 rev. vendor and device ID
Vendor 1814
Device 0302
Then I opened the Info.list from the RT61CardBusDriver.kext in my extensions folder:
<key>IOPCIMatch</key>
<string>0x04011814 0x03011814
0x03021814 0x901B1799
0xB8331462 0xB8341462 0xB8351462</string>
yeepee, my device is listet as known. The I opened the Info.plist from
CardBusWirelessDriver.kext
<key>CardBus</key>
<dict>
<key>CFBundleidentifier</key>
<string>com.CardBus.driver.WirelessDriver</string>
<key>IOClass</key>
<string>CardBusWirelessDriver</string>
<key>IOPCIMatch</key>
<string>0x02011814 0x18140201</string> <key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
Damm, should this be my problem? Where is my cardbus device? I simply inserted
0x03021814 to
[b]<string>0x02011814 0x18140201 0x18140302</string>[/b
repaired permissions and gave it a try.....
Still no go. kextload -t RT61CardBusDriver.kext comes up again with
17RT61CardBusDriver is not compatible with its superclass, 20IOEthernetController superclass changed?
Now I have no idea the get this card work. Can anyone help us?