Contribute
Register

Intel Wireless-AC 7265 ac + Bluetooth 4.0 detected as BCM4352 ac

Status
Not open for further replies.
Joined
Mar 25, 2014
Messages
46
Motherboard
Dell 7352
CPU
i7 5500U
Graphics
Intel HD 5500
Mobile Phone
  1. iOS
I am pretty sure I have an intel card and planning to replace it with DELL DW1560. But the system information is showing BCM4352 ac in my PCI devices...
can this card be activated ???

IMG_0455.jpg
 
I am pretty sure I have an intel card and planning to replace it with DELL DW1560. But the system information is showing BCM4352 ac in my PCI devices...
can this card be activated ???

View attachment 186790

Attach contents of Downloads/RehabMan directory as ZIP.

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Attach contents of Downloads/RehabMan directory as ZIP.

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

attached all except
kextstat|grep -y appleintelcpu does not output anything...
please see attached.
 

Attachments

  • Archive.zip
    3.4 MB · Views: 159
Last edited:
attached all except
kextstat|grep -y appleintelcpu does not output anything...
please see attached.

The device is Intel. You have some incorrect settings in your config.plist (Devices/Arbitrary) that are causing the misidentification.
 
OK. should we go deeper to resolve. if i get DWA1560 will this config.plist will create problems.... Is that impacting anything or for upgrade to 10.11.4...?
 
OK. should we go deeper to resolve. if i get DWA1560 will this config.plist will create problems.... Is that impacting anything or for upgrade to 10.11.4...?

The problem is really obvious. Look at your config.plist.
 
Not a developer can you be more specific.

Search in your config.plist for "Broadcom"

I'm not sure why you have this data in your config.plist without an understanding of its purpose.
 
data is;
<dict>
<key>Comment</key>
<string>Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter</string>
<key>PciAddr</key>
<string>01:00.0</string>
<key>CustomProperties</key>
<array>
<dict>
<key>Key</key>
<string>AAPL,slot-name</string>
<key>Value</key>
<string>Built In</string>
</dict>
<dict>
<key>Key</key>
<string>name</string>
<key>Value</key>
<string>Broadcom Network controller</string>
</dict>
<dict>
<key>Key</key>
<string>model</string>
<key>Value</key>
<string>Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter</string>
</dict>
<dict>
<key>Key</key>
<string>device_type</string>
<key>Value</key>
<string>Network controller</string>
</dict>

should I remove this ???
 
data is;
<dict>
<key>Comment</key>
<string>Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter</string>
<key>PciAddr</key>
<string>01:00.0</string>
<key>CustomProperties</key>
<array>
<dict>
<key>Key</key>
<string>AAPL,slot-name</string>
<key>Value</key>
<string>Built In</string>
</dict>
<dict>
<key>Key</key>
<string>name</string>
<key>Value</key>
<string>Broadcom Network controller</string>
</dict>
<dict>
<key>Key</key>
<string>model</string>
<key>Value</key>
<string>Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter</string>
</dict>
<dict>
<key>Key</key>
<string>device_type</string>
<key>Value</key>
<string>Network controller</string>
</dict>

should I remove this ???

Well, given that your computer doesn't have any Broadcom WiFi hardware, I would think so...

Why did you add it in the first place?
 
Status
Not open for further replies.
Back
Top