LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   i8042.c: no controller found (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/i8042-c-no-controller-found-4175457108/)

mohsenaria 04-06-2013 06:09 AM

i8042.c: no controller found
 
Hi,
I have installed debian 6.0.4 64bit on axiomtek capa830 successfully, but when i boot it this error appears on the screen and the system won't boot:

[ 1.127112] i8042.c: No controller found.
Loading please wait...
INIT: version 2.88 booting
Using makefile-style concurrent boot in runlevel S.
Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events...done.
waiting for /dev to be fully populated.

gdejonge 04-10-2013 07:37 AM

The i8042 was the chip on the old IBM pc that took care of the keyboard interface. Because the capa830 is an embedded board, there is a good chance that there is no ps2 interface for the keyboard anymore. Hence the message that no device/controller has been found.

Cheers

mohsenaria 04-10-2013 08:52 AM

So, What's the solution to this matter? is there a way to remove this message? This is an embedded system and it should start up automatically and this system doesn't! :)

gdejonge 04-11-2013 09:01 AM

To get rid of the message you have to remove support for the controller in your .config file.
I'm not sure if the missing controller is the reason that your system isn't starting correctly.
The message you posted shows that the kernel started right and started the init process. So if there's something that keeps the system from starting correctly it is somewhere in the init process.
So could you show us how far the system gets in the boot process, before you concluded it was not starting correctly?

Cheers


All times are GMT -5. The time now is 02:58 PM.