Contribute
Register

El Capitan Beta with Dell XPS 13 9343 (Early 2015 Model)

Status
Not open for further replies.
No BT device on the USB bus. Probably a USB problem...

http://www.tonymacx86.com/el-capitan-laptop-support/173616-guide-10-11-usb-changes-solutions.html

Also, you have issues with your SMBIOS (you'll need to fix that too).


OK. Thanks for that. I read the post on the USB changes. I'm planning to change EHCx->EH0x in my DSDT using Maciasl using a simple find and replace. e.g. there are 15 instances of EHC1 alone. When I have done that, I'm going to apply your usbinjectall kext. Is that a good start?

Could you point me in to some help with the SMBIOS?

Thanks again.


So I started patching and when I try to compile the aml file from the modified dal fine in Maciasl, I get 59 errors and can't save the aml file.

Do I need to patch all 59 errors before I can apply the patch?

 
OK. Thanks for that. I read the post on the USB changes. I'm planning to change EHCx->EH0x in my DSDT using Maciasl using a simple find and replace. e.g. there are 15 instances of EHC1 alone. When I have done that, I'm going to apply your usbinjectall kext. Is that a good start?

You will probably also need the appropriate "OS Check Fix"...

Could you point me in to some help with the SMBIOS?

Something strange... it shows "MacBookAir6" instead of "MacBookAir6,2". For some reason it is truncated. Not sure what you did to make that happen.

So I started patching and when I try to compile the aml file from the modified dal fine in Maciasl, I get 59 errors and can't save the aml file.

What do you mean "modified dal fine"?
 
Something strange... it shows "MacBookAir6" instead of "MacBookAir6,2". For some reason it is truncated. Not sure what you did to make that happen.

Any idea on how I could fix it?

What do you mean "modified dal fine"?

Sorry. typo. should read dsl file, the one that I'm using in maciasl generated from the decompiled dsdt file.
 
Any idea on how I could fix it?

Re-create your SMBIOS in config.plist.

Sorry. typo. should read dsl file, the one that I'm using in maciasl generated from the decompiled dsdt file.

No idea without seeing the file.
 
Hey rehabman, i have renamed EHC1/EHC2 to EH01/EH02 in my DSDT patch, but have not renamed XHC (as per your instructions from the first few pages on this thread), installed FakePCIID_XHCIMux and USBInjectAll kexts but my webcam is still not found. Am I missing a step here?
 
Hey rehabman, i have renamed EHC1/EHC2 to EH01/EH02 in my DSDT patch, but have not renamed XHC (as per your instructions from the first few pages on this thread), installed FakePCIID_XHCIMux and USBInjectAll kexts but my webcam is still not found. Am I missing a step here?

Did you install USBInjectAll.kext or build a custom port injector?
 
Did you install USBInjectAll.kext or build a custom port injector?
I installed USBInjectAll.kext. I did not build a custom port injector.
Also I noticed after I put the laptop to sleep (not by closing the lid. If I close the lid it'll never wake up), the touchpad stops working after it wakes up. Any idea on how to solve this?
 
I installed USBInjectAll.kext. I did not build a custom port injector.

Post ioreg: 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.

Also I noticed after I put the laptop to sleep (not by closing the lid. If I close the lid it'll never wake up), the touchpad stops working after it wakes up. Any idea on how to solve this?

See above...
 

USBInjectAll is not loading. It is because of your SMBIOS problem. There is no match in the kext for "MacBookAir6".

Your intended SMBIOS was probably "MacBookAir6,2"...

Fix your SMBIOS problem before continuing.

Maybe if you fix power management, ACPI, SMBIOS, etc, your trackpad will be ok after wake?

I recall one other person recently needing to increase the WakeDelay for the trackpad...

You can do with an ACPI patch:
Code:
into device label PS2K insert
begin
Name(RMCF, Package()\n
{\n
    "Synaptics TouchPad", Package()\n
    {\n
        "WakeDelay", 1500,\n
    },\n
})\n
end;
 
Status
Not open for further replies.
Back
Top