2009年8月24日 星期一

* [ D ] Ubuntu can't use console

Ubuntu can't use console
Solution:
#cd /etc/event.d/
#cp tty1 ttyS0
Please make sure your console setting by bootargs=console=ttyS0,115200......

Then, edit /etc/event.d/ttyS0
----------------------------------------------------------------------------
#vi /etc/event.d/ttyS0

tart on stopped rc2
start on stopped rc3
start on stopped rc4
start on stopped rc5

stop on runlevel 0
stop on runlevel 1
stop on runlevel 6

console owner
respawn
exec /sbin/getty 115200 ttyS0
----------------------------------------------------------------------------

沒有留言:

張貼留言