Check the device file entries.


On Mon, Mar 21, 2011 at 1:03 PM, stanly <tsai.sta...@gmail.com> wrote:

> hi all,
>
> when my kernel booting,
> it will be stuck in /init/main.c
>
> /* Open the /dev/console on the rootfs, this should never fail */
> if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
>  printk(KERN_WARNING "Warning: unable to open an initial console.\n");
>
> it seems to stuck in
> sys_open((const char __user *) "/dev/console", O_RDWR, 0)
>
> I have no idea to figure out,
> please give me some suggestion.
>
> thanks
>
>  --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to