This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
virtualisation:serial-interface [2022/02/02 11:02] – schmitt | virtualisation:serial-interface [2022/02/16 14:47] (current) – schmitt | ||
---|---|---|---|
Line 9: | Line 9: | ||
===== lxc settings ===== | ===== lxc settings ===== | ||
- | The Serial intefaces | + | The Serial intefaces |
- | Before you create the node you need to get the MAJOR and MINOR Number which can seen in the ls in the router root shell. | + | Before you create the node you need to get the MAJOR and MINOR Number which can seen in the /dev directory with the ls -al | grep ttyS in the router root shell. |
< | < | ||
Line 27: | Line 27: | ||
<konsole root> | <konsole root> | ||
- | mknod / | + | mknod / |
- | mknod / | + | mknod / |
</ | </ | ||
Line 34: | Line 34: | ||
<konsole root> | <konsole root> | ||
- | microcom -s 115200 / | + | microcom -s 115200 |
- | microcom -s 115200 / | + | microcom -s 115200 |
</ | </ |