Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

 

The Cisco 8x9 device is not recognized if you connect to it directly via the Mini Type B USB Cable when you check.

ls -lah /dev/cu.*

Step-by-step guide

The chipset CP210x from Silicon Labs requires special drivers before you can connect.

  1. Download the driver here and install it
  2. Check your devices,you will see two new ones (SLAB...)

    sebastiankoch@~$ls -lah /dev/cu.*
    crw-rw-rw-  1 root  wheel   17,   9 May 18 15:03 /dev/cu.SLAB_USBtoUART
    crw-rw-rw-  1 root  wheel   17,  11 May 18 15:09 /dev/cu.SLAB_USBtoUART5
    ...
  3. Now you can directly connect to the console through /dev/cu.SLAB_USBtoUART5

     

    sebastiankoch@~$screen /dev/cu.SLAB_USBtoUART5
  4. The connection can be closed by CTRL + A, K

  • No labels