unix:freebsd:ipmi_sol
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
unix:freebsd:ipmi_sol [2019/06/25 01:11] – created - external edit 127.0.0.1 | unix:freebsd:ipmi_sol [2025/03/21 14:41] (current) – [edit /etc/ttys] rodolico | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== edit /etc/ttys ===== | ===== edit /etc/ttys ===== | ||
Find the line for ttyu1 and modify as follows. This sets the port to respond at 57600, using vt100 protocol and requiring a login. | Find the line for ttyu1 and modify as follows. This sets the port to respond at 57600, using vt100 protocol and requiring a login. | ||
+ | **Note:** use **3wire** instead of **std** if your machine does not use hardware handshaking (just leave as the default) | ||
< | < | ||
Line 15: | Line 16: | ||
This tells the kernel to send messages to the serial port //and// the internal console, and sets the speed to 57600 | This tells the kernel to send messages to the serial port //and// the internal console, and sets the speed to 57600 | ||
- | < | + | < |
</ | </ | ||
Line 21: | Line 22: | ||
Add/edit the following in / | Add/edit the following in / | ||
< | < | ||
+ | # adjust if needed for the speed | ||
+ | comconsole_speed=" | ||
+ | # uncomment one of the following for the port you'll use | ||
+ | # 0x2f8 is the second serial port, 0x3F8 is the first one | ||
+ | # | ||
+ | comconsole_port=" | ||
+ | # allow multiple consoles | ||
boot_multicons=" | boot_multicons=" | ||
+ | # one of them is serial | ||
boot_serial=" | boot_serial=" | ||
+ | # use these two consoles | ||
console=" | console=" | ||
comconsole_port=" | comconsole_port=" | ||
- | hint.uart.0.flags=" | + | # the 0x10 means it is eligible for console. If you know |
+ | # which uart you're using, change the other to 0x00 | ||
+ | hint.uart.0.flags=" | ||
hint.uart.1.flags=" | hint.uart.1.flags=" | ||
</ | </ |
unix/freebsd/ipmi_sol.1561443100.txt.gz · Last modified: 2019/06/25 01:11 by 127.0.0.1