How to setup minicom on Linux for EdgeRoute from Ubnt (EdgeOS)
The edge router comes with a console port where you can see all the information from startup to any error message.
I have had some trouble finding linux on how to set the minicom to see what the router console looks like.
The correct settings go into the configuration file. /etc/minicom/minirc.dfl
pu port /dev/ttyUSB0
pu baudrate 115200
pu bits 8
pu parity N
pu stopbits 1
pu rtscts No
pu xonxoff No
source of information: here
On your linux may differ in serial port so i recommend you to look for it so:
root@debian:~# setserial -g /dev/ttyS[0123]
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
/dev/ttyS1, UART: unknown, Port: 0x02f8, IRQ: 3
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4
/dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3
I hope the information was helpful. An excellent day.
Posted from my blog with SteemPress : http://blog.rhce.ro/how-to-setup-minicom-on-linux-for-edgeroute-from-ubnt-edgeos/
Leave How to setup minicom on Linux for EdgeRoute from Ubnt (EdgeOS) to:
Read more #edgerouter posts
Best Posts From Lucian Covaci
We have not curated any of luciancovaci's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Lucian Covaci
- POE and POE+ protocols and Unifi
- Test your SSL website
- Update to Java 8 on Debian 8
- Your heritage !
- How to setup minicom on Linux for EdgeRoute from Ubnt (EdgeOS)
- Yum update failed!
- Unable to login to Roundcube: PHP Error: Failed to create a user record.
- Easy Install cbpolicyd On CentOS 7
- New changes, new responsibilities
- How to install Shrew Cisco VPN client in Ubuntu 16.04