Hi S A,
From the look of it there is no driver installed.
That sounds like a good idea. Nut how do I uninstall. The DriverKit Installation Guide says there's an uninstall option on the "Pegasus DriverKit application". I'm assuming this means the Pegasus DriverKit.png installer. Butr when I launch the installer there is no option for uninstall.
This is different from usual, open the finder and in applications you should see a new Promise Driverkit app. This will do the uninstall. The installer does not uninstall.
Before you do that let's check the driver status from the command line. Please open a terminal and try these commands.
promise@promises-Mac-mini ~ % systemextensionsctl list
1 extension(s)
--- com.apple.system_extension.driver_extension
enabled active teamID bundleID (version) name [state]
* * 268CCUR4WN com.promise.driverkit.pegasus (21.0.2/1)
com.promise.driverkit.pegasus [activated enabled]
promise@promises-Mac-mini ~ %
promise@promises-Mac-mini ~ %
promise@promises-Mac-mini ~ % kextstat | grep -i stex
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
promise@promises-Mac-mini ~ %
The first command will show whether the userspace driver is installed and loaded. in this case it is [activated enabled].
The second command shows the kernal space driver is not loaded.
In this case the OS is macOS 12.4.