If the port showed in earlier versions of OS X, but never showed after upgrading to El Capitan, then you probably used an unsigned driver, which is no longer allowed by Apple's new System Integrity Protection (a.k.a. "Rootless"; more details in a WWDC session).
Any unsigned drivers will have been disabled during the upgrade process. Even more, SIP does not allow any non-Apple files in /System
, /bin
, /sbin
and /usr
(except for /usr/local
), so anything you had put in there will have been moved away as well. To see what has been disabled:
ls -l "/Incompatible Software"
ls -lR /Library/SystemMigration/History/Migration-*/QuarantineRoot/*
To get it working again: find a signed driver, or Switch off SIP Switch off SIP.
If the port showed in earlier versions of OS X, but never showed after upgrading to El Capitan, then you probably used an unsigned driver, which is no longer allowed by Apple's new System Integrity Protection (a.k.a. "Rootless"; more details in a WWDC session).
Any unsigned drivers will have been disabled during the upgrade process. Even more, SIP does not allow any non-Apple files in /System
, /bin
, /sbin
and /usr
(except for /usr/local
), so anything you had put in there will have been moved away as well. To see what has been disabled:
ls -l "/Incompatible Software"
ls -lR /Library/SystemMigration/History/Migration-*/QuarantineRoot/*
To get it working again: find a signed driver, or Switch off SIP.
If the port showed in earlier versions of OS X, but never showed after upgrading to El Capitan, then you probably used an unsigned driver, which is no longer allowed by Apple's new System Integrity Protection (a.k.a. "Rootless"; more details in a WWDC session).
Any unsigned drivers will have been disabled during the upgrade process. Even more, SIP does not allow any non-Apple files in /System
, /bin
, /sbin
and /usr
(except for /usr/local
), so anything you had put in there will have been moved away as well. To see what has been disabled:
ls -l "/Incompatible Software"
ls -lR /Library/SystemMigration/History/Migration-*/QuarantineRoot/*
To get it working again: find a signed driver, or Switch off SIP.
If the port showed in earlier versions of OS X, but never showed after upgrading to El Capitan, then you probably used an unsigned driver, which is no longer allowed by Apple's new System Integrity Protection (a.k.a. "Rootless"; more details in a WWDC session).
Any unsigned drivers will have been disabled during the upgrade process. Even more, SIP does not allow any non-Apple files in /System
, /bin
, /sbin
and /usr
(except for /usr/local
), so anything you had put in there will have been moved away as well. To see what has been disabled:
ls -l "/Incompatible Software"
ls -lR /Library/SystemMigration/History/Migration-*/QuarantineRoot/*
To get it working again: find a signed driver, or Switch off SIP.