This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
amadeus [2016/02/13 17:02] walter removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Amadeus ====== | ||
- | Amadeus is currently old serving as a serial console server for [[linux:servers:chopin_aka_acm|Chopin]] and [[linux:servers:mozart|Mozart]] and a nagios server. | ||
- | |||
- | ====== How to use the serial console ===== | ||
- | |||
- | The easiest way is to use screen and pass the dev device and the baud rate | ||
- | |||
- | For Chopin | ||
- | <code> | ||
- | screen /dev/ttyS1 38400 | ||
- | </code> | ||
- | |||
- | For Mozart | ||
- | <code> | ||
- | screen /dev/ttyS0 38400 | ||
- | </code> | ||
- | |||
- | |||