Jump to content

Easier way to load, without re/unplug fix :D


tec4mbps
 Share

1 post in this topic

Recommended Posts

Those using RT2500WirelessDrivers, i found a easier way without the re/unplug fix.

 

From the com.apple.plist, i have edit the strings from "-v -legacy" to "-f -legacy" to ignore the kextcaches and load on bootup.

 

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//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>-f -legacy</string>

<key>Timeout</key>

<string>1</string>

</dict>

</plist>

Link to comment
Share on other sites

 Share

×
×
  • Create New...