Jump to content

Dell 3540 Sierra - Post installation and HD4400 Graphics fix


lucky9

Recommended Posts

  • Moderators

Are you still having audio issue?

Run this in the terminal and post result here

      sudo chmod -Rf 755 /L*/E*

      sudo chown -Rf 0:0 /L*/E*
      sudo touch -f /L*/E*
      sudo chmod -Rf 755 /S*/L*/E*
      sudo chown -Rf 0:0 /S*/L*/E*
      sudo touch -f /S*/L*/E*
      sudo kextcache -Boot -U /
  • Like 1
Link to comment
Share on other sites

1) Touch pad  fixed.  :)  :)

 

2) Yes Sound is not working. 

 

3) Bluetooth and Wifi not working too. 

 

Here are the results after running all the commands in terminal. 

post-114423-0-97404800-1508230515_thumb.png

MacBook-Air:~ A$ sudo chmod -Rf 755 /L*/E*
Password:
MacBook-Air:~ A$ sudo chown -Rf 0:0 /L*/E*
MacBook-Air:~ A$ sudo touch -f /L*/E*
MacBook-Air:~ A$ sudo chmod -Rf 755 /S*/L*/E*
MacBook-Air:~ A$ sudo chown -Rf 0:0 /S*/L*/E*
MacBook-Air:~ A$ sudo touch -f /S*/L*/E*
MacBook-Air:~ A$ sudo kextcache -Boot -U /
rebuilding //System/Library/PrelinkedKernels/prelinkedkernel
kext file:///System/Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
KernelCache ID: 29B3F7FB406D52B5EE52420D605F41EC
File at path '/System/Library/PrelinkedKernels/prelinkedkernel' changed, cannot be used
Child process /usr/sbin/kextcache[635] exited with status 77.
Error 107 rebuilding /System/Library/PrelinkedKernels/prelinkedkernel
 
 
EDIT:   I have noticed during boot a failing message which says : Litu @ failed to find /private/ver/db/dyld_shared_cache_x86_64h.map.
 
screen shot is enclosed.  
 
 
 
 

post-114423-0-42254400-1508251413_thumb.jpeg

Link to comment
Share on other sites

  • Moderators

Try this for Wireless

AR9565

Not sure what bluettooth it has. Check under USB section of SysInfo for productID and VendorID

 

For audio, I'm not seeing AppleHDA_ALC283.kext in the output you have posted above. It needs to be cache in order to work.

I also see error 77. Rerun the commands until you see AppleHDA_ALC283 or reboot and then run again. Might take a couple of reboots

Should see a successful rebuild of cache without error

 

sudo chmod -Rf 755 /L*/E*

sudo chown -Rf 0:0 /L*/E*
sudo touch -f /L*/E*
sudo kextcache -Boot -U / 
Link to comment
Share on other sites

Hi Hervé, thanks for the link.  :)

 

Hi Jake, sound problem got solved, I installed VoodooHDA 2.8.6 and it worked although I tried your solution couple of times but it didn't work (I restarted and build cache couple of times as you suggested.)

 

After I fixed the sound,  restarted to rebuild cache from terminal, and I end up getting these. 

 

rebuilding //System/Library/PrelinkedKernels/prelinkedkernel

kext file:///System/Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext

KernelCache ID: AEA4CA9297C7B54DBA295236FAC1DB35

symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>

kextcache updated critical boot files, requesting launchd reboot

 

Although, I rebooted and rerun those commands to rebuild the cache but it again ended up with the same result posted above.  

 

please find the screenshot of the USB section attached. 

 

Please also guide me how to work with AR9565 file. 

as its written there : " please don't use it with KextsToPatch because it might not work..."

 

How, do I install these files? Should copy these to internal EFI partation kext folder 

and  to system / Library/Extension folder and rebuild cache ? 

 

Edit:    I left laptop for 15 min unattended and it went to I guess in sleep mode..  Had to shut down form the power button. :(

I see during boot, wake form Hibernation : no 

 

 

post-114423-0-88618100-1508322631_thumb.png

Link to comment
Share on other sites

  • Moderators

See FAQ regarding Hibernation

I'm not seeing any Bluetooth in the USB section, are you sure this card has bluetooth combo?

Add this Config to /EFI/Clover.

During Clover boot, go to options->Config and select to boot from this Config file.

If it works for the Wifi, then you could rename it to Config.plist replacing the old

config-AR9565.plist.zip

Link to comment
Share on other sites

Hi! a little update,  

 

I copied the following under kextstopatch inside config.plist file and restarted..  The bluetooth showing up. But with a problem of not able to connect to devices any suggestions? 

And wifi is still not working. 

 

<dict>

    <key>Comment</key>

    <string>AirPortBrcm4360 - fcvo</string>

    <key>Disabled</key>

    <false>

    <key>Find</key>

    <data>gflSqgAAdSk=</data>

    <key>Name</key>

    <string>AirPortBrcm4360</string>

    <key>Replace</key>

    <data>gflSqgAAZpA=</data>

</dict>

post-114423-0-62222300-1508416698_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...