On Tue, Nov 4, 2008 at 10:59 AM, Roman Yeryomin leroi.lists@gmail.com wrote:
On Tue, Nov 4, 2008 at 8:45 PM, Peter Stuge peter@stuge.se wrote:
ron minnich wrote:
/sbin/init is going to try to open the console
Good point.
Is there a /dev/console node available in your filesystem at all times, Roman?
yep
ls -la /dev/console crw-r--r-- 1 root root 5, 1 Jan 1 2000 /dev/console
so you are in via ssh?
What does: cat /proc/devices and cat /proc/interrupts show
If you do this echo HITHERE > /dev/ttyS0 does it appear on console? If you type on console, what does /proc/interrupts show?
ron