P B
posted this
06 March 2018
I have installed the SANLink2 10BaseT on a new iMac Pro using the Thunderbolt 3 to Thunderbolt 2 adapter.
The SANLink has worked for years on my last computer but is not working on this one. I have updated the drivers to the most recent drivers available and still no connection.
1. Is the device visible within the Thunderbolt Bus?
Post the output of the command below:
system_profiler SPThunderboltDataType | grep -i sanlink
2. If the device is available within the Thunderbolt bus, have you checked if the kernel extension loaded?
It could be possible that it was blocked due to User Approved Kernel Extension Loading. (Introduced in macOS 10.13)
You can refer more about User Approved Kernel Extension Loading here:
https://support.apple.com/en-us/HT208019
3. Please post the output of this command:
sqlite3 /private/var/db/SystemPolicyConfiguration/KextPolicy '.dump kext_policy' | grep promise
4. If there is a 0 in the kext database, then the kernel is not allowing the driver to load:
INSERT INTO kext_policy VALUES('268CCUR4WN','com.promise.driver.SANLink2-10GE',0,'Promise Technology Mobile Apps',8);
This was discussed in a similar post (Discusses User Approved Kernel Extension Loading):
https://forum.promise.com/thread/sanlink2-8gfc-driver-no-go-with-10-13/