Jump to content
2 posts in this topic

Recommended Posts

  • 2 weeks later...
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>

×
×
  • Create New...