Contribute
Register

Probook 450 G1 strange wifi and ethernet connectivity issue...

Status
Not open for further replies.
Joined
Nov 24, 2010
Messages
70
Motherboard
Custom
CPU
i920
Graphics
ATI 5750
Mobile Phone
  1. Android
  2. Other
I installed 10.12 using this guide: https://www.tonymacx86.com/threads/...book-using-clover-uefi-hotpatch-10-11.189416/

and everything has been working fine or a month or so... 10.12.2 was released and decided to upgrade. I performed the below

Code:
cd ~/Projects/probook.git
git stash
git pull
./download.sh
./install_downloads.sh
./build.sh


(before and after) upgrading to 10.12.2. Everything seemed to be working for the past week or two. I booted into Windows 10 to perform some updates and when I came back to OSX my internet was not working via wifi and ethernet...

Both obtain an ip4 (ip6 doesn't seem to get assigned though) via DHCP but nothing else seems to work. If I ping anything via ip (local network or internet) it just times out. If I ping a hostname it just sits there unable to resolve.

My wifi chip is Broadcom 4322AG PCI\VEN_14E4&DEV_432B&SUBSYS_1509103C&REV_01

I've deleted my kext cache ( sudo rm -r /System/Library/Caches/com.apple.kext.caches ) and repaired permissions ( sudo touch /System/Library/Extensions sudo kextcache -update-volume / ) and rebooted but no luck.

Anybody run into this before or any have ideas what is going on?
 
I installed 10.12 using this guide: https://www.tonymacx86.com/threads/...book-using-clover-uefi-hotpatch-10-11.189416/

and everything has been working fine or a month or so... 10.12.2 was released and decided to upgrade. I performed the below

Code:
cd ~/Projects/probook.git
git stash
git pull
./download.sh
./install_downloads.sh
./build.sh


(before and after) upgrading to 10.12.2. Everything seemed to be working for the past week or two. I booted into Windows 10 to perform some updates and when I came back to OSX my internet was not working via wifi and ethernet...

Both obtain an ip4 (ip6 doesn't seem to get assigned though) via DHCP but nothing else seems to work. If I ping anything via ip (local network or internet) it just times out. If I ping a hostname it just sits there unable to resolve.

My wifi chip is Broadcom 4322AG PCI\VEN_14E4&DEV_432B&SUBSYS_1509103C&REV_01

I've deleted my kext cache ( sudo rm -r /System/Library/Caches/com.apple.kext.caches ) and repaired permissions ( sudo touch /System/Library/Extensions sudo kextcache -update-volume / ) and rebooted but no luck.

Anybody run into this before or any have ideas what is going on?

Read guide, post #1, "Problem Reporting".
 
Read guide, post #1, "Problem Reporting".

Here are the requested files/data.

kextstat|grep -y acpiplat
Code:
   13    2 0xffffff7f82b80000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) C13E1748-0D63-3761-82E4-FEF27EF06967 <12 11 7 6 5 4 3 1>

kextstat|grep -y appleintelcpu
No results

kextstat|grep -y applelpc
Code:
   88    0 0xffffff7f8240b000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) F51595F0-F9B1-3B85-A1C3-F984DAD4107E <86 12 5 4 3>

kextstat|grep -y applehda
Code:
   92    1 0xffffff7f82841000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (278.56) CFB0D0AE-F09A-3660-8F95-7A02FD5FBF07 <91 90 83 12 7 6 5 4 3 1>
  120    0 0xffffff7f829c3000 0xb4000    0xb4000    com.apple.driver.AppleHDA (278.56) A4EB06C9-A40A-39EF-9C4A-D7F23DB9A2F9 <119 98 92 91 90 83 6 5 4 3 1>

ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
Code:
-rw-r--r--  1 root  wheel  5330 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/Platforms.zml.zlib
-rw-r--r--  1 root  wheel   880 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout12.zml.zlib
-rw-r--r--  1 root  wheel   880 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout13.zml.zlib
-rw-r--r--  1 root  wheel   350 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout17.zml.zlib
-rw-r--r--  1 root  wheel   884 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout18.zml.zlib
-rw-r--r--  1 root  wheel   880 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout19.zml.zlib
-rw-r--r--  1 root  wheel  1815 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout3.zml.zlib
-rw-r--r--  1 root  wheel  1830 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout4.zml.zlib
-rw-r--r--  1 root  wheel  1102 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout5.zml.zlib
-rw-r--r--  1 root  wheel  1839 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout6.zml.zlib
-rw-r--r--  1 root  wheel  1079 Dec 21 08:22 /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout7.zml.zlib

sudo touch /System/Library/Extensions && sudo kextcache -u /
Code:
KernelCache ID: 3FD7C666961CC3360F340090DDCB8AB8
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext file:///Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext JMB38X.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IOath3kfrmwr.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext file:///Library/Extensions/HSSDBlockStorage.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_XHCIMux.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HDMI_Audio.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Broadcom_WiFi.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIPoller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
kext-dev-mode allowing invalid signature -67054 0xFFFFFFFFFFFEFA12 for kext AppleHDA.kext
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 2 (No such file or directory) <createPrelinkedKernel 2795>
 

Attachments

  • AppleHDA.kext.txt.zip
    371 bytes · Views: 79
  • CLOVER.zip
    1.8 MB · Views: 78
  • ioreg.zip
    486.5 KB · Views: 75
  • kextstat.zip
    7.6 KB · Views: 77
  • patchmatic.zip
    63.2 KB · Views: 70
  • kextcache.txt.zip
    698 bytes · Views: 67
Last edited:
Here are the requested files/data.

From ioreg, nothing wrong as far as I can see with Ethernet and WiFi setup.
But your config.plist is not up-to-date.
Update your config.plist as per guide post #1, "Final config.plist".

Note: Android File Transfer is a bad idea... (read FAQ).

Also, you didn't provide kextcache output...
 
From ioreg, nothing wrong as far as I can see with Ethernet and WiFi setup.
But your config.plist is not up-to-date.
Update your config.plist as per guide post #1, "Final config.plist".

Note: Android File Transfer is a bad idea... (read FAQ).

Also, you didn't provide kextcache output...

Updated my config.plist (4x0s_G1_Haswell) per guide. Rebuild kext cache and rebooted multiple times. Still have wifi/ethernet issue but now sound no longer works. :(
 
Updated my config.plist (4x0s_G1_Haswell) per guide. Rebuild kext cache and rebooted multiple times. Still have wifi/ethernet issue but now sound no longer works. :(

Must read post #1, "Known Problems", "Audio".

Read guide, post #1, "Problem Reporting".
 
Status
Not open for further replies.
Back
Top