It is imperative that you start by updating macOS 11 Big Sur to the latest version. Early versions of Big Sur would not load kernel extensions properly, so trying to install the driver on a system without the latest updates from Apple would be pointless.
Check and make sure you have the latest version of Big Sur.
Click on the Apple icon, then select System Preferences
Select Software Update
Allow the system to update to the latest version
After the operating system is completely up-to-date, please follow these step by step instructions to check the installation of the driver on macOS 11 Big Sur.
First, check and see that the Thunderbolt device is being seen by the operating system.
Launch System Information (Applications > Utilities > System Information)
Click on the Thunderbolt/USB4 under Hardware:
You should see LT-TB or LT-TB3 listed under Thunderbolt/USB4. If not, check your cabling and that the device is powered up. If the cabling is correct and the device is powered up, on the LT-TB check that LED D30 is flashing; on the LT-TB3 check that LED D1 on the wrap-around board is flashing.
Next, check under PCI to see if the LT-TB or LT-TB3 shows up as a PCI device:
On this sample screen, you can see the LT-TB is showing up as pci1621,14 and the driver is not installed. It is assumed that you have already tried to install the driver, so you need to check the Kext_policy database to see if the driver is being blocked from loading.
Next, check in System Information to see if the driver is loaded but disabled. Launch System Information (Applications > Utilities > System Information) and click on Software, then Disabled Software:
If the Reason is "No User Consent", that simply means the driver has been installed, but the "Allow" button has not been pressed in Security & Privacy.
If your Macintosh is:
* Not loading the driver
* Not showing the Allow button in Security & Privacy
You will need to delete the driver's entry from the database and reinstall the driver.
Normally, the kext_policy database is locked in read-only mode. To modify the database the Mac will need to be rebooted into recovery mode.
Booting into Recovery Mode:
Intel: Restart the Macintosh. Hold down the "COMMAND ⌘" and the "R" key until the boot chimes play.
Apple Silicon M1: With the Macintosh off, hold down the power key and continuing to hold down the power key until the recovery environment starts.
Once recovery Mode has loaded, click Utilities, and select Terminal.
In Terminal, type (where Macintosh HD is the name of your boot volume):
"/Volumes/Macintosh HD/usr/bin/sqlite3" "/Volumes/Macintosh HD/var/db/SystemPolicyConfiguration/KextPolicy"
Once sqlite is running type the items in bold (being careful to type EXACTLY what is shown):
sqlite> DELETE from kext_policy where Bundle_ID = 'com.lynxstudio.driver';
sqlite> .quit
Then from the terminal prompt, type:
% exit
Restart the Macintosh.
Run the "Uninstall Lynx Driver" application to remove the current installation of the driver.
Restart the Macintosh.
Install the driver.
Make sure to click "Open Security Preferences" after the driver has installed.
Next click "Allow"Restart the Macintosh once again.
Double-check that the driver is now showing as installed in System Information:
Comments
0 comments
Article is closed for comments.