系统版本RedHat ES 5(2.6.18-53.elxen)。使用Minicom和kermit进行串口调试的时候发现串口可以打开,但是没有输入输出。#dmesg |grep tty显示:Xen virtual console successfully installed as ttyS0也就是Xen把ttyS0占用了。修改/etc/grub.conf文件#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-53.el5xen)
root (hd0,0)
kernel /xen.gz-2.6.18-53.el5
module /vmlinuz-2.6.18-53.el5xen ro root=LABEL=/ rhgb quiet xencons=off
module /initrd-2.6.18-8.el5xen.img
保存后重启!
#dmesg |grep tty显示:serial8250:ttyS0 at I/O Ox3f8 (irq=0) is a 16550A关于Linux平台视频采集程序的修改采用Linux Iptables在网络层全面实现封堵QQ解决相关资讯 Linux教程
- Linux教程:如何在命令行中查看目 (07/28/2014 12:22:23)
- Linux 修改root密码 (11/03/2012 07:53:38)
- su - root 与su root的区别 (06/06/2012 00:39:40)
| - Linux进程间通信:消息队列 (01/28/2013 09:43:00)
- U盘安装Linux开机无法启动解决方法 (10/07/2012 08:55:52)
- Windows 7/Linux 同步时间 (05/15/2012 06:17:55)
|
本文评论 查看全部评论 (0)