To setup serial port access to sparc system at baud rates greater/higher than 9600

  • Follow


Setting console to 38400,8,n,1 on Sun Blade 1500 with Solaris 10:

Change console speed using the eeprom cmd to set it in OBP:
$ eeprom ttya-mode=38400,8,n,1,-

Set the ttymon console baud rate:
$ vi /etc/ttydefs
console:38400 hupcl opost onlcr:38400::console

Replace the entry in /kernel/drv/options.conf with the following:
# 38400 :be:
ttymodes="2502:1805:be:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:
17:16";

NOTE: The POST output will be illegible.

References:
- http://ostips.blogspot.com/2006/02/solaris-setting-console-serial-port.html
- How to Set the Baud Rate Speed on the ttymon Console Terminal:
http://docs.sun.com/app/docs/doc/819-2380/fxcgt?a=view

-Asif
0
Reply Asif 9/24/2008 1:32:56 AM

On 09/23/08 21:32, Asif wrote:
> Setting console to 38400,8,n,1 on Sun Blade 1500 with Solaris 10:
> 
> Change console speed using the eeprom cmd to set it in OBP:
> $ eeprom ttya-mode=38400,8,n,1,-
> 
> Set the ttymon console baud rate:
> $ vi /etc/ttydefs
> console:38400 hupcl opost onlcr:38400::console
> 
> Replace the entry in /kernel/drv/options.conf with the following:
> # 38400 :be:
> ttymodes="2502:1805:be:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:
> 17:16";
> 
> NOTE: The POST output will be illegible.

how are you viewing the console? attached keyboard and monitor? serial 
port?  if serial port, I'd say make sure your terminal em is also set to 
38400,8,n,1

> 
> References:
> - http://ostips.blogspot.com/2006/02/solaris-setting-console-serial-port.html
> - How to Set the Baud Rate Speed on the ttymon Console Terminal:
> http://docs.sun.com/app/docs/doc/819-2380/fxcgt?a=view
> 
> -Asif
0
Reply Martha 9/24/2008 3:04:31 PM


In article <1222268672.797309@news1nwk>,
Martha Starkey  <martha.starkey@sun.com> wrote:
>On 09/23/08 21:32, Asif wrote:
>> Setting console to 38400,8,n,1 on Sun Blade 1500 with Solaris 10:
>> 
>> Change console speed using the eeprom cmd to set it in OBP:
>> $ eeprom ttya-mode=38400,8,n,1,-
>> 
>> Set the ttymon console baud rate:
>> $ vi /etc/ttydefs
>> console:38400 hupcl opost onlcr:38400::console
>> 
>> Replace the entry in /kernel/drv/options.conf with the following:
>> # 38400 :be:
>> ttymodes="2502:1805:be:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:
>> 17:16";
>> 
>> NOTE: The POST output will be illegible.
>
>how are you viewing the console? attached keyboard and monitor? serial 
>port?  if serial port, I'd say make sure your terminal em is also set to 
>38400,8,n,1

Please, what's one's terminal "em"?

Thanks,

David


0
Reply dkcombs 10/12/2008 11:42:00 PM

dkcombs@panix.com (David Combs) writes:
>In article <1222268672.797309@news1nwk>,
>Martha Starkey  <martha.starkey@sun.com> wrote:
>>
>>how are you viewing the console? attached keyboard and monitor? serial 
>>port?  if serial port, I'd say make sure your terminal em is also set to 
>>38400,8,n,1
>
>Please, what's one's terminal "em"?
>

I think Martha abbreviated the word "emulator".  Make sure the
terminal emulator you're using to view the output of the other
machine's console is set to 38400 bps, 8 data bits, no parity,
and 1 stop bit.

  -Greg
-- 
Do NOT reply via e-mail.
Reply in the newsgroup.
0
Reply gerg 10/16/2008 5:07:51 PM

3 Replies
318 Views

(page loaded in 0.06 seconds)

Similiar Articles:





7/25/2012 5:54:55 PM


Reply: