k-type plugs in to Mac, creates a network interface
After a few days of use, there's 200+ network service interface in System Preference -> Network..
Any idea why?
This is bug/feature of macOS where it creates a network device for each serial interface it sees. The K-Type has a virtual serial port which can be used for debugging (it's an interactive cli).
On Fri, Dec 8, 2017 at 7:36 PM tengg [email protected] wrote:
After a few days of use, there's 200+ network service interface in System Preference -> Network..
Any idea why?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kiibohd/controller/issues/252, or mute the thread https://github.com/notifications/unsubscribe-auth/AABbqQdPi3CZk9Po4OjdG9CifLCKDO36ks5s-gBNgaJpZM4Q74uf .
@haata Is there a workaround on the OS side then?
This issue should go away once the debug console is disabled by default: https://github.com/kiibohd/controller/issues/159
Maybe there is a way to remove the devices via the terminal?
@tengg I did some looking into this, but I couldn't find anything with my google-fu (I'm not really a macOS expert).
@manno Yeah, I am planning on disabling the debug console. It will be a while though as it will require HID-IO integration to replace some of the functionality.
HID-IO is starting to come together (finally).