Im trying to access my switch (CRS125-24G-15-RM) from laptop (Lenovo Thinkpad) using serial console.
I ordered two cables :
1) RJ45 <-> DB9 https://cdn.instructables.com/FO1/T7AW/ ... MEDIUM.jpg
2) DB9 (male) <-> USB http://s7d1.scene7.com/is/image/officed ... 50&hei=450
On my linux machine (Ubuntu 16.04 LTS ) i can find log messages that cabel is recognized.
Code: Select all
[ 3380.572093] usb 1-4: new full-speed USB device number 13 using xhci_hcd
[ 3380.757306] usb 1-4: New USB device found, idVendor=1a86, idProduct=7523
[ 3380.757313] usb 1-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 3380.757317] usb 1-4: Product: USB2.0-Ser!
[ 3380.758255] ch341 1-4:1.0: ch341-uart converter detected
[ 3380.759561] usb 1-4: ch341-uart converter now attached to ttyUSB0
Code: Select all
$ minicom -v
minicom version 2.7 (compiled Feb 7 2016)
Code: Select all
115200bit/s, 8 data bits, 1 stop bit, no parity, flow control=none by default.
Code: Select all
+-----------------------------------------------------------------------+
| A - Serial Device : /dev/ttyUSB0 |
| B - Lockfile Location : /var/lock |
| C - Callin Program : |
| D - Callout Program : |
| E - Bps/Par/Bits : 115200 8N1 |
| F - Hardware Flow Control : No |
| G - Software Flow Control : No |
| |
| Change which setting? |
+-----------------------------------------------------------------------+
I tried to reset switch, restart , power-on-off nothing is helping. Symbols emerge on screen time to time and that's all .
PS (on my laptop i have only USB 3 ports but i tried same setup from different laptop (with usb 2) with same outcome )
Thanks for help !
//Oskars