您的位置:首页 > 其它

ubuntu 8.04 设置从串口登录的方法

2010-04-23 22:31 302 查看

第 9 章 serial console

gurb

$ sudo vim /boot/grub/menu.lst

title Ubuntu 8.04.1, kernel 2.6.24-21-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=3d5dd6c0-bbd2-4ddf-9b71-1c7b78e8de3b ro quiet splash console=tty0 console=ttyS0,38400
initrd /boot/initrd.img-2.6.24-21-generic
quiet

tty6

$ sudo vim /etc/event.d/tty6

respawn
#exec /sbin/getty 38400 tty6
exec /sbin/getty -L /dev/ttyS0 38400 vt100

securetty

$ cat /etc/securetty
# for people with serial port consoles
ttyS0

ubuntu 从串口登录方法

Linux下的串口控制台设置

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: