controller icon indicating copy to clipboard operation
controller copied to clipboard

k-type plugs in to Mac, creates a network interface

Open tengg opened this issue 8 years ago • 5 comments

After a few days of use, there's 200+ network service interface in System Preference -> Network..

Any idea why?

tengg avatar Dec 09 '17 03:12 tengg

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 avatar Dec 09 '17 04:12 haata

@haata Is there a workaround on the OS side then?

tengg avatar Dec 09 '17 04:12 tengg

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?

manno avatar Feb 05 '18 14:02 manno

@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.

haata avatar Feb 05 '18 18:02 haata

HID-IO is starting to come together (finally).

haata avatar Feb 18 '19 08:02 haata