Did you enable "virtual terminal" support? (under char devices)
You've to enable the input device support as compiled in the kernel,
not as module.
> 4) "make mrpoper" to remove remains of previous builds
You don't need this now...the kernel builder now is smart enought to know
what has to recompile and what doesn't have.
> 6) "make dep", I know it doesn't help because of no change in default
> settings
and make dep isn't needed now AFAIK
> 7) "make clean"
The same for this; when you apply a patch; just a "make" will recompile
the files you need; see "make help" for help ;)
> CONFIG_INPUT=m
As I said, this has to be compiled inside the kernel (you also want keyboard
support, right? ;). If you don't compile it; or compile it as
module; the "virtual terminal support" menu entry won't appear for some
reason....
I think that a BIG warning should be added if CONFIG_INPUT isn't compiled
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/