Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (2045 KB)
|
# eeprom ttya-mode=baud-rate,8,n,1,- |
For example, to change the baud rate on an x86 based system's console to 38400, type:
# eeprom ttya-mode=38400,8,n,1,- |
Change the console line in the /etc/ttydefs file as follows.
console baud-rate hupcl opost onlcr:baud-rate::console |
Make the following additional changes for your system type.
Note that these changes are platform-dependent.
On SPARC based systems: Change the baud rate speed in the /kernel/drv/options.conf file.
Use the following command to change the baud rate to 9600.
# 9600 :bd: ttymodes="2502:1805:bd:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16"; |
Use the following command to change the baud rate speed to 19200.
# 19200 :be: ttymodes="2502:1805:be:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16"; |
Use the following command to change the baud rate speed to 38400.
# 38400 :bf: ttymodes="2502:1805:bf:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16"; |
On x86 based systems: Change the console speed if the BIOS serial redirection is enabled. The method that you use to change the console speed is platform-dependent.