Contribute
Register

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

Status
Not open for further replies.
Joined
Apr 7, 2017
Messages
6
Motherboard
z390 gaming x
CPU
9600kf
Graphics
rx 580
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
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:

RehabMan

Moderator
Joined
May 2, 2012
Messages
183,775
Motherboard
Intel DH67BL
CPU
i7-2600K
Graphics
HD 3000
Mac
  1. MacBook Air
Mobile Phone
  1. iOS
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.
 
Joined
Apr 7, 2017
Messages
6
Motherboard
z390 gaming x
CPU
9600kf
Graphics
rx 580
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
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:

RehabMan

Moderator
Joined
May 2, 2012
Messages
183,775
Motherboard
Intel DH67BL
CPU
i7-2600K
Graphics
HD 3000
Mac
  1. MacBook Air
Mobile Phone
  1. iOS
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.
 
Joined
Apr 7, 2017
Messages
6
Motherboard
z390 gaming x
CPU
9600kf
Graphics
rx 580
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
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?
 

RehabMan

Moderator
Joined
May 2, 2012
Messages
183,775
Motherboard
Intel DH67BL
CPU
i7-2600K
Graphics
HD 3000
Mac
  1. MacBook Air
Mobile Phone
  1. iOS
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.
Top