On 03/11/09 17:44, [email protected] wrote: > All baud rates are set to 57.6k / 8bit / no parity in Linux (Linux > kernel and 'getty' processes).
Hi Tim, Noticed your message from a couple of weeks ago, and we recently solved a similar sounding issue. The other settings worth checking are the bios settings, which you can set from OMSA: # omconfig chassis biossetup attribute=fbr setting=57600 # omconfig chassis biossetup attribute=serialcom setting=com2 # omconfig chassis biossetup attribute=crab setting=enabled Or with dtk syscfg: ./syscfg --serialcomm=com2cr --conterm=ansi --conboot=enable --fsbr=57600 We found this was defaulted to 115200 and caused the behaviour you've described. Barnaby _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
