首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

Solaris 串口有关问题

2012-02-11 
Solaris 串口问题请教一个问题我想在Windows XP下测试另外一台 SUN Solaris 系统的串口我是新手麻烦 给我

Solaris 串口问题
请教一个问题
我想在Windows XP下测试另外一台 SUN Solaris 系统的串口

我是新手 麻烦 给我个 方法步骤 和工具

谢谢!

[解决办法]
1.

Change the console baud rate to 115200 because anything less is painful. This change is made by editing the console line in /etc/ttydefs.
2.

# eeprom console="ttya"

# eeprom input_device="ttya"

# eeprom output_device="ttya"

# eeprom ttya_mode="115200,8,n,1,-"
3.

Edit /boot/grub/menu.lst and add "-B console=ttya" to the kernel boot line.

Note: Also add "-K" to the kernel boot line which tells Solaris drop into kmdb when a panic occurs.
4.

Edit /boot/grub/menu.lst and add the following two lines near the top:

serial --speed=115200

terminal --timeout=20 serial console

5. uncomment all the splashimage line in the menu.lst


在windows那边,就用超级终端吧,找好自己机器上的串口号,选择好相同的波特率就ok了

热点排行