Contribute
Register

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

Status
Not open for further replies.
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;

Hmm, I'm having the same problem as @PGH550 where even after choosing macbookair 6,2 in Clover configurator, it still reports as Macbookair6. I've checked config.plist in my EFI partition and it's also listed as 6,2. I will investigate this further and report back.
I have patched that and will also report back later.
Thanks again!
 
Hmm, I'm having the same problem as @PGH550 where even after choosing macbookair 6,2 in Clover configurator, it still reports as Macbookair6. I've checked config.plist in my EFI partition and it's also listed as 6,2. I will investigate this further and report back.

It has been seen before. I don't know why it happens. If you find out and can provide a definitive answer, report back.

I have patched that and will also report back later.

Keep in mind you need the latest VoodooPS2Controller.kext build.

The configuration override via ACPI is a recent added feature... (1.8.18, current build 1.8.19).
 
Re-create your SMBIOS in config.plist.


So I looked at the SMBIOS section in my config.plist file on my EFI partition and it's listed as 6,2.

This is the section from it:

<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>05/24/13</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>MBA61.88Z.0099.B04.1305241529</string>
<key>Board-ID</key>
<string>Mac-7DF21CB3ED6977E5</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardType</key>
<integer>10</integer>
<key>ChassisAssetTag</key>
<string>Air-Enclosure</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>10</string>
<key>Family</key>
<string>MacBook Air</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<true/>
<key>ProductName</key>
<string>MacBookAir6,2</string>
<key>SerialNumber</key>
<string>CK237G63F5V8</string>
<key>Trust</key>
<false/>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>


Do you think I should change the serial number or the board ID or something else?

Thanks
 
So I looked at the SMBIOS section in my config.plist file on my EFI partition and it's listed as 6,2.

This is the section from it:

<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>05/24/13</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>MBA61.88Z.0099.B04.1305241529</string>
<key>Board-ID</key>
<string>Mac-7DF21CB3ED6977E5</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardType</key>
<integer>10</integer>
<key>ChassisAssetTag</key>
<string>Air-Enclosure</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>10</string>
<key>Family</key>
<string>MacBook Air</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<true/>
<key>ProductName</key>
<string>MacBookAir6,2</string>
<key>SerialNumber</key>
<string>CK237G63F5V8</string>
<key>Trust</key>
<false/>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>


Do you think I should change the serial number or the board ID or something else?

Thanks

As far as I can tell, that looks ok.
 
As far as I can tell, that looks ok.

Do you think I should do a full re-install? I used clover 3292 on the USB installer and 3320 when I installed it on my HDD EFI partition. Would that explain it?

Thx
 
Do you think I should do a full re-install? I used clover 3292 on the USB installer and 3320 when I installed it on my HDD EFI partition. Would that explain it?

Thx

Do you have a different result v3292 vs. v3320?
 
It has been seen before. I don't know why it happens. If you find out and can provide a definitive answer, report back.



Keep in mind you need the latest VoodooPS2Controller.kext build.

The configuration override via ACPI is a recent added feature... (1.8.18, current build 1.8.19).

I've tried a bunch of things but I still can't get it to show as MacBookAir6,2. I guess I'll just run the laptop without webcam.

I fixed the mouse issue by following your voodooPS2Controller installer instructions (I still had the other kexts installed. This also fixed 90% of the mouse jumping issue when using touchpad).
I fixed the laptop lid issue by disabling hibernation. I tried to generate SSDT but it wouldn't find my processor model. After using the flag with the processor name "i5-5200U", it says it can't be found.
All in all, all is good.
Thanks again RehabMan!
 
I've tried a bunch of things but I still can't get it to show as MacBookAir6,2. I guess I'll just run the laptop without webcam.

I fixed the mouse issue by following your voodooPS2Controller installer instructions (I still had the other kexts installed. This also fixed 90% of the mouse jumping issue when using touchpad).
I fixed the laptop lid issue by disabling hibernation. I tried to generate SSDT but it wouldn't find my processor model. After using the flag with the processor name "i5-5200U", it says it can't be found.
All in all, all is good.
Thanks again RehabMan!

You need to use the ssdtPRgen.sh from the beta branch.
 
I've tried a bunch of things but I still can't get it to show as MacBookAir6,2. I guess I'll just run the laptop without webcam.

I fixed the mouse issue by following your voodooPS2Controller installer instructions (I still had the other kexts installed. This also fixed 90% of the mouse jumping issue when using touchpad).
I fixed the laptop lid issue by disabling hibernation. I tried to generate SSDT but it wouldn't find my processor model. After using the flag with the processor name "i5-5200U", it says it can't be found.
All in all, all is good.
Thanks again RehabMan!

What version of clover are you using? Would you mind sharing your config.plist?
 
Status
Not open for further replies.
Back
Top