letrumeau Posted October 23, 2010 Share Posted October 23, 2010 HI, When I was in Snow version 10.6.2, my linksys card WMP300N v2 working natively as airport without specific kexts. Since the update in 10.6.4 , my wireless lan doesn't work. Have you got any idea? Kind regards @+ Link to comment https://www.insanelymac.com/forum/topic/235077-linksys-wmp300n-v2/ Share on other sites More sharing options...
letrumeau Posted November 6, 2010 Author Share Posted November 6, 2010 HI,When I was in Snow version 10.6.2, my linksys card WMP300N v2 working natively as airport without specific kexts. Since the update in 10.6.4 , my wireless lan doesn't work. Have you got any idea? Kind regards @+ I modified my "com.apple.boot.plist" to run the kernel in 32 bit mode. Since this modification, my Linksys card run like airport without more KEXT. this is my com.apple.boot.plist: <?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></string> <key>GraphicsEnabler</key> <string>Yes</string> <key>Timeout</key> <string>8</string> <key>EthernetBuiltIn</key> <string>Yes</string> <key>SMBIOS</key> <string>/Extra/smbios.plist</string> <key>arch</key> <string>i386</string> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/235077-linksys-wmp300n-v2/#findComment-1577642 Share on other sites More sharing options...
Recommended Posts