Help - Search - Members - Calendar
Full Version: Broadcom Shell Script by mcsmart
Project OS X Forums > Previous Releases > Mac OS X Leopard 10.5 > OS X 10.5 (Leopard) > Hardware Information > Network > WiFi
realityiswhere
Script created by mcsmart to automatically add vendor/device IDs into the file:

CODE
/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm4311.kext/Contents/Info.plist


Click to view attachment

adding driver functionality for those device ids.

adds the following information:

CODE
                <string>pci106b,4e</string>
                <string>pci14e4,4306</string>
                <string>pci14e4,4307</string>
                <string>pci14e4,4308</string>
                <string>pci14e4,4309</string>
                <string>pci14e4,4310</string>
                <string>pci14e4,4311</string>
                <string>pci14e4,4312</string>
                <string>pci14e4,4313</string>
                <string>pci14e4,4314</string>
                <string>pci14e4,4315</string>
                <string>pci14e4,4318</string>
                <string>pci14e4,4319</string>
                <string>pci14e4,4320</string>
                <string>pci14e4,4321</string>
                <string>pci14e4,4322</string>
                <string>pci14e4,4323</string>
                <string>pci14e4,4324</string>
                <string>pci14e4,4325</string>
                <string>pci14e4,4328</string>
                <string>pci14e4,4329</string>
                <string>pci14e4,431a</string>
                <string>pci14e4,432a</string>
                <string>pci14e4,432b</string>
                <string>pci14e4,432c</string>
                <string>pci14e4,432d</string>
Slice
What do you think about correction in the info.plist?
CODE
            <key>TruePowerOff</key>
            <false/>

It improve my shutdown problem.
jadran
QUOTE (realityiswhere @ Apr 28 2009, 08:27 PM) *
Script created by mcsmart to automatically add vendor/device IDs into the file:


Well based on device IDs I created Legacy kext for it.

Add to Extensions.mkext in /Extra folder (boot with -f flag if it is first time install).

@Slice: I added your correction to plist

Click to view attachment

EDIT: Afaik it looks it only works with -f flag. Well if some one know how to fix it..

DEVICE ID's:
Click to view attachment
Hagar
QUOTE (jadran @ Jun 20 2009, 02:58 PM) *
Well based on device IDs I created Legacy kext for it.

Add to Extensions.mkext in /Extra folder (boot with -f flag if it is first time install).

@Slice: I added your correction to plist

Click to view attachment

EDIT: Afaik it looks it only works with -f flag. Well if some one know how to fix it..

DEVICE ID's:
Click to view attachment



LOL I was just about to do the same thing, see my Brcm4315Injector.kext in the mkext in the lenovo s10e topic, which just injects 4315 for that machine. basically it won't work without having the dependencies met in /Extra, (although it should work from /S/L/E?). A quick look shows the your plist & mine to be fairly similar, but I noticed that you didn't add an IOProbeScore entry?

[edit] attached it: Click to view attachment
jadran
QUOTE (Hagar @ Jun 25 2009, 11:22 AM) *
LOL I was just about to do the same thing, see my Brcm4315Injector.kext in the mkext in the lenovo s10e topic, which just injects 4315 for that machine. basically it won't work without having the dependencies met in /Extra, (although it should work from /S/L/E?). A quick look shows the your plist & mine to be fairly similar, but I noticed that you didn't add an IOProbeScore entry?


Well IOProbeScore didn't gave mi diff, but U are right it should be there.
Slice
QUOTE (Hagar @ Jun 25 2009, 10:22 AM) *
LOL I was just about to do the same thing, see my Brcm4315Injector.kext in the mkext in the lenovo s10e topic, which just injects 4315 for that machine. basically it won't work without having the dependencies met in /Extra, (although it should work from /S/L/E?). A quick look shows the your plist & mine to be fairly similar, but I noticed that you didn't add an IOProbeScore entry?

[edit] attached it: Click to view attachment

Don't use legacy and /Extra.
They can't work if we want
sudo kextload
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.