Jump to content

Buffalo AirStation PCMCIA WLI-CB-G54HP


2 posts in this topic

Recommended Posts

I've been searching this whole forum and found nothing on this particular wireless card, and I've been on wire for a while now since I've got OSX on my T41 (built in internet not working), so I've decided to do my own testing after getting my PC Card slot functional.

 

I've found this ID of my AirStation card from the system profiler: pci14e4,4318

 

so what I did(by randomly picking one of the Airport kext):

sudo nano /System/library/extensions/AppleAirPortBrcm4311.kext/contents/info.plist

<type password>

 

find the IONameMatch key and added the bold section below.

 

Save, repair permission with diskutils, reboot and whualla~! my AirStation is now detected as Airport now and I'm posting this via wireless the first time on me hackintosh... so for those who have this wireless card and wish to get it working, give it a try. Won't say for sure if it works on yours, but do reply on your result.

 

<key>Broadcom PCI</key>

<dict>

<key>APMonitorMode</key>

<false/>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleAirPortBrcm4311</string>

<key>IOClass</key>

<string>AirPortPCI_MM/string>

<key>IOMatchCategory</key>

<string>IODefaultMatchCategory</string>

<key>IONameMatch</key>

<array>

<string>pci14e4,4311</string>

<string>pci14e4,4312</string>

<string>pci14e4,4324</string>

<string>pci14e4,4318</string>

</array>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

</dict>

Link to comment
Share on other sites

 Share

×
×
  • Create New...