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:26] – schmitt | virtualisation:serial-interface [2022/02/16 14:47] (current) – schmitt | ||
---|---|---|---|
Line 11: | Line 11: | ||
The Serial intefaces is already available for the lxc containter and needed to be add as a filesystem node in the guest. | The Serial intefaces is already available for the lxc containter and needed to be add as a filesystem node in the guest. | ||
- | Before you create the node you need to get the MAJOR and MINOR Number which can seen in the ls -l 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 |
</ | </ |