Contribute
Register

[Guide] Airport - PCIe Half Mini v2

Status
Not open for further replies.
So..

- with toledaARPT.kext wifi is working well (but in PCI card on About this mac "This computer doesn't contain any PCI card)
- Bluetooth says "Wait for Bluetooth ... No trackpad found"[/QUOTE]

in according to "[Guide]_airport_pcie-hm_plist_edits.pdf"

:

II. Broadcom BT
A. Determine WiFi Card/Bluetooth ProductID/VendorID
1. System Information/Hardware/USB
2. Select ".. Bluetooth..."/BCM207020A


Here i have :

Code:
[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial][B]Broadcom USB Bluetooth 4.0 Controller:[/B][/FONT][/SIZE][/FONT]
[FONT=Helvetica][SIZE=2][FONT=arial]
[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Product ID:    0x3404[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Vendor ID:    0x13d3  (AzureWave Technologies, Inc.)[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Version:     1.12[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Serial Number:    240A649F6C7B[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Speed:    Up to 12 Mb/sec[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Manufacturer:    Broadcom Corp[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Location ID:    0x14b00000 / 4[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Current Available (mA):    500[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Current Required (mA):    0[/FONT][/SIZE][/FONT]



3. Note: ProductID/Convert hex to decimal/Ex. 0x217d = decimal 8573
4. Note: VendorID/Convert hex to decimal/Ex. 0x0a5c = decimal 2652 (Broadcom)


in my case is :


Product ID: 0x3404 in decimal : 13316
Vendor ID: 0x13d3 in decimal : 5075


Edit Info.plist
1. Backup S/L/E/IOBluetoothFamily.kext
2. Copy S/L/E/IOBluetoothFamily.kext to Desktop
3, Property List Editor/Open/Desktop/IOBluetoothFamily/Contents/Plugins/BroadcomBluetoothHostControllerUSBTransport/Contents/Info.plist
4. Open IOKitPersonalities
5. Open BroadcomUSBBluetoothHCIController - MediaLink BT4.0 Adapter


And here i replace with my decimal product id and vendor id.

Installed with kext wizard.
Bluetooth still says "Wait for Bluetooth ... No trackpad found"
 
So..

- with toledaARPT.kext wifi is working well (but in PCI card on About this mac "This computer doesn't contain any PCI card)

That is normal.

- Bluetooth says "Wait for Bluetooth ... No trackpad found"

in according to "[Guide]_airport_pcie-hm_plist_edits.pdf"

:

II. Broadcom BT
A. Determine WiFi Card/Bluetooth ProductID/VendorID
1. System Information/Hardware/USB
2. Select ".. Bluetooth..."/BCM207020A


Here i have :

Code:
[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial][B]Broadcom USB Bluetooth 4.0 Controller:[/B][/FONT][/SIZE][/FONT]
[FONT=Helvetica][SIZE=2][FONT=arial]
[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Product ID:    0x3404[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Vendor ID:    0x13d3  (AzureWave Technologies, Inc.)[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Version:     1.12[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Serial Number:    240A649F6C7B[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Speed:    Up to 12 Mb/sec[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Manufacturer:    Broadcom Corp[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Location ID:    0x14b00000 / 4[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Current Available (mA):    500[/FONT][/SIZE][/FONT]
[FONT=Lucida Grande][SIZE=2][FONT=arial]  Current Required (mA):    0[/FONT][/SIZE][/FONT]



3. Note: ProductID/Convert hex to decimal/Ex. 0x217d = decimal 8573
4. Note: VendorID/Convert hex to decimal/Ex. 0x0a5c = decimal 2652 (Broadcom)


in my case is :


Product ID: 0x3404 in decimal : 13316
Vendor ID: 0x13d3 in decimal : 5075


Edit Info.plist
1. Backup S/L/E/IOBluetoothFamily.kext
2. Copy S/L/E/IOBluetoothFamily.kext to Desktop
3, Property List Editor/Open/Desktop/IOBluetoothFamily/Contents/Plugins/BroadcomBluetoothHostControllerUSBTransport/Contents/Info.plist
4. Open IOKitPersonalities
5. Open BroadcomUSBBluetoothHCIController - MediaLink BT4.0 Adapter


And here i replace with my decimal product id and vendor id.

Installed with kext wizard.
Bluetooth still says "Wait for Bluetooth ... No trackpad found"


Can't help much with BT, I'm afraid... I don't have any BT devices and therefore don't use it.

I would probably use a codeless kext to enable the BT device instead of patching system kexts (so it can survive system updates). If you look at the Info.plist in toledaARPT.kext, you will see the 8573/2652 in there. Perhaps just change them to your IDs...
 
WiFi Internet Sharing works with AR9280 in 10.9.

Hi Toleda, can you please post your /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist ?

Does it look the same in your setup?

Code:
[FONT=Menlo]               <dict>[/FONT]
[FONT=Menlo]                        <key>Active</key>[/FONT]
[FONT=Menlo]                        <true/>[/FONT]
[FONT=Menlo]                        <key>BSD Name</key>[/FONT]
[FONT=Menlo]                        <string>en3</string>[/FONT]
[FONT=Menlo]                        <key>IOBuiltin</key>[/FONT]
[FONT=Menlo]                        <true/>[/FONT]
[FONT=Menlo]                        <key>IOInterfaceNamePrefix</key>[/FONT]
[FONT=Menlo]                        <string>en</string>[/FONT]
[FONT=Menlo]                        <key>IOInterfaceType</key>[/FONT]
[FONT=Menlo]                        <integer>6</integer>[/FONT]
[FONT=Menlo]                        <key>IOInterfaceUnit</key>[/FONT]
[FONT=Menlo]                        <integer>3</integer>[/FONT]
[FONT=Menlo]                        <key>IOMACAddress</key>[/FONT]
[FONT=Menlo]                        <data>[/FONT]
[FONT=Menlo]                        lNvJ99b6[/FONT]
[FONT=Menlo]                        </data>[/FONT]
[FONT=Menlo]                        <key>IOPathMatch</key>[/FONT]
[FONT=Menlo]                        <string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP07@1C,6/IOPCI2PCIBridge/PXSX@0/AirPort_AtherosNewma40/en3</string>[/FONT]
[FONT=Menlo]                        <key>SCNetworkInterfaceInfo</key>[/FONT]
[FONT=Menlo]                        <dict>[/FONT]
[FONT=Menlo]                                <key>UserDefinedName</key>[/FONT]
[FONT=Menlo]                                <string>Wi-Fi</string>[/FONT]
[FONT=Menlo]                        </dict>[/FONT]
[FONT=Menlo]                        <key>SCNetworkInterfaceType</key>[/FONT]
[FONT=Menlo]                        <string>IEEE80211</string>[/FONT]
[FONT=Menlo]                </dict>[/FONT]
 
That is normal.



Can't help much with BT, I'm afraid... I don't have any BT devices and therefore don't use it.

I would probably use a codeless kext to enable the BT device instead of patching system kexts (so it can survive system updates). If you look at the Info.plist in toledaARPT.kext, you will see the 8573/2652 in there. Perhaps just change them to your IDs...

Just tried and didn't work :oops:
 
Not surprising really... vendor 13d3 is not BCM it is Atheros.

But, when i installed toledaARPT.kext in system info (USB) compare Broadcom version.

Where is my mistake?
 
But, when i installed toledaARPT.kext in system info (USB) compare Broadcom version.

Where is my mistake?

What hardware did you install?
 
What hardware did you install?

I have this : AzureWave BCM94352HMB

HhGKwK2.png



In DPCI Manager :
Vendor : 14E4
Device : 43B1
Sub Ven : 106B
Sub Dev : 2123
 
I have this : AzureWave BCM94352HMB

HhGKwK2.png



In DPCI Manager :
Vendor : 14E4
Device : 43B1
Sub Ven : 106B
Sub Dev : 2123

OK, so it is BCM. DPCIManager shows you your PCI IDs which would be your WiFi ID, but generally bluetooth is USB. You need to look in your USB section of System Information for that (or in IORegistryExplorer).
 
Just restored from time machine backups, no kext loaded and from System Information i've :

Code:
[FONT=Lucida Grande][B]BCM20702A0:[/B][/FONT]
[FONT=Helvetica]
[/FONT]
[FONT=Lucida Grande]  Product ID:    0x3404[/FONT]
[FONT=Lucida Grande]  Vendor ID:    0x13d3  (AzureWave Technologies, Inc.)[/FONT]
[FONT=Lucida Grande]  Version:     1.12[/FONT]
[FONT=Lucida Grande]  Serial Number:    240A649F6C7B[/FONT]
[FONT=Lucida Grande]  Speed:    Up to 12 Mb/sec[/FONT]
[FONT=Lucida Grande]  Manufacturer:    Broadcom Corp[/FONT]
[FONT=Lucida Grande]  Location ID:    0x14b00000 / 4[/FONT]
[FONT=Lucida Grande]  Current Available (mA):    500[/FONT]
[FONT=Lucida Grande]  Current Required (mA):    Unknown (Device has not been configured)

[/FONT]

I hope to get it work for Christmas time, it would be a nice gift :D
 
Status
Not open for further replies.
Back
Top