Jump to content
11 posts in this topic

Recommended Posts

Good idea, methinks, having a one stop shop for us. Thought I'd mention-- I studied and tried the method in the thread you list for wifi, but I couldn't get it to work. Rather, I found another thread somewhere which I'll summarize:

 

Open system/library/extensions/IO80211Family.kext/Contents/Plugins/AppleAirPortBrcm4311.kext/contents/Info.plist

 

in the file you will see strings resembling

<string>pci14e4,4311</string>

Replace the second number with your wireless card device ID, in my case 4318, ie

<string>pci14e4,4318</string>

 

Run a chmod and chown on your extensions directory again, restart, and an airport card should be discovered next time you enter network preferences.

 

How do i chmod and chown?

Link to comment
https://www.insanelymac.com/forum/topic/36123-chmod-and-chown/
Share on other sites

Open terminal and type

 

sudo chown -R root:wheel /System/Library/Extensions/nameofyourkext.kext
sudo chmod -R 755 /System/Library/Extensions/nameofyourkext.kext

You may also type the below commands to refresh the extensions cache

 

sudo rm /System/Library/Extensions.mkext
sudo rm /System/Library/Extensions.kextcache

Utilities folder -> System Profiler -> PCI Cards

 

or try, in Terminal, type:

 

ioreg -l | grep "14e4"	(that is a dash lowercase L followed by vertical bar)

 

or go to Windows -> Device Manager -> Network Adapters -> Properties -> Details tab -> device is 4 characters following DEV_

Utilities folder -> System Profiler -> PCI Cards

 

or try, in Terminal, type:

 

ioreg -l | grep "14e4"	(that is a dash lowercase L followed by vertical bar)

 

or go to Windows -> Device Manager -> Network Adapters -> Properties -> Details tab -> device is 4 characters following DEV_

were do i find windows?

Edited by aten

t*****-d*****-computer:~ Twesh$ ioreg -l | grep "14e4"
   | |   |   +-o pci14e4,4318@2  <class IOPCIDevice, registered, matched, acti$
   | |   |   | |   "name" = "pci14e4,4318"
   | |   |   | |   "IOName" = "pci14e4,4318"
   | |   |   | |   "compatible" = <"pci103c,1355","pci14e4,4318","pciclass,028$
   | |   |   |   |   "IONameMatched" = "pci14e4,4318"
   | |   |   |   |   "IONameMatch" = ("pci14e4,4306","pci14e4,4309","pci14e4,1$

 

Thats what i get, how do i know what i need?

t*****-d*****-computer:~ Twesh$ ioreg -l | grep "14e4"
   | |   |   +-o pci14e4,4318@2  <class IOPCIDevice, registered, matched, acti$
   | |   |   | |   "name" = "pci14e4,4318"
   | |   |   | |   "IOName" = "pci14e4,4318"
   | |   |   | |   "compatible" = <"pci103c,1355","pci14e4,4318","pciclass,028$
   | |   |   |   |   "IONameMatched" = "pci14e4,4318"
   | |   |   |   |   "IONameMatch" = ("pci14e4,4306","pci14e4,4309","pci14e4,1$

 

Thats what i get, how do i know what i need?

 

 

4306 that one dose not work... the airport sign is still linked out

×
×
  • Create New...