Contribute
Register

[Guide] Intel Skylake NUC6 (and Skull Canyon) using Clover UEFI (NUC6i5SYK, NUC6i7KYK, etc)

Status
Not open for further replies.
The guide and scripts in post #1 includes a suitable UIAC customization. No need to do anything there. The text in the guide was just explaining part of the process that went into creating the .aml and scripts.

Follow the guide in post #1 exactly as written.

If you have an issue, attach problem reporting files as per FAQ.

The only reason to go through USB customization would be if you were to use one or more of the internal headers.

Intel Bluetooth is not supported.

Appreciate for your reply and sorry about my poor English;

Yes I want to enable internal USB to make my Bluetooth work(it worked during install Sierra).

Can you give me a step by step guide.

And my device is NUC6i7KYK.
 
Last edited:
Appreciate for your reply and sorry about my poor English;

Yes I want to enable internal USB to make my Bluetooth work(it worked during install Sierra).

Can you give me a step by step guide.

And my device is NUC6i7KYK.

Internal Intel BT is on HS08, which is already enabled in the files provided in the guide.
 
Internal Intel BT is on HS08, which is already enabled in the files provided in the guide.

Problem sovled, I miss the `-uia_ignore_rmcf` to the Arguments.
 
Last edited:
Problem sovled, I miss the `-uia_ignore_rmcf` to the Arguments.

Again: No need to build a custom UIAC unless you need to enable one or more of the internal USB headers.
 
Again: No need to build a custom UIAC unless you need to enable one or more of the internal USB headers.


Unfortunately my BT still doesn't work.
In NUC6i7KYK case, you banned HS09 with “SSDT-USB.dsl”
Code:
"HS09", Package() // bluetooth
                    {
                        "UsbConnector", 255,
                        "port", Buffer() { 9, 0, 0, 0 },
                    },

I change 255 to 3, and remove ./build files and make again in my Terminal:
Code:
make

make install_nuc6sc

It doesn't work, what I missed?
 
Unfortunately my BT still doesn't work.
In NUC6i7KYK case, you banned HS09 with “SSDT-USB.dsl”
Code:
"HS09", Package() // bluetooth
                    {
                        "UsbConnector", 255,
                        "port", Buffer() { 9, 0, 0, 0 },
                    },

I change 255 to 3, and remove ./build files and make again in my Terminal:
Code:
make

make install_nuc6sc

It doesn't work, what I missed?

255 is the correct value for ports connected to internal devices. 3 is wrong.
 
Status
Not open for further replies.
Back
Top