More and more equipment (switches and router) only have an USB port as the console port.
As an example, the new C9200CX do not have a RS232 port but only USB.
FreeBSD uses the umodem driver in combination with the ucom driver to connect the hardware chip
to a /dev/cuaUX device file.
All this works as it should and I can do "cu -l cuaU0 -s 9600" and get a connect.
But no text at all.
Windows, MacOS and Linux have working drivers.
The umodem driver from NetBSD hasn´t been touched in a long time.
How can we fix this?
As an example, the new C9200CX do not have a RS232 port but only USB.
FreeBSD uses the umodem driver in combination with the ucom driver to connect the hardware chip
to a /dev/cuaUX device file.
All this works as it should and I can do "cu -l cuaU0 -s 9600" and get a connect.
But no text at all.
Windows, MacOS and Linux have working drivers.
The umodem driver from NetBSD hasn´t been touched in a long time.
How can we fix this?