View Single Post
Posts: 19 | Thanked: 4 times | Joined on Jun 2014
#240
Originally Posted by peterleinchen View Post
A short how-to (you were successful) for others might be helpful ... (even it is OT)
oh, you gave me the hint. It was not working because I had to enable fbcon manually.
To do that, edit /sbin/preinit
add "modprob fbcon" (without qoute) at the end of the function init_system() (i.e. In a new line just before the closing } at around line no 42 in my case)
so it'll look like
Code:
	if [ -n $madc_minor ] ; then
		mknod /tmp/dev/twl4030-adc c 10 $madc_minor
	fi
	modprobe fbcon
}
I've also disabled nokia hands video btw.

Last edited by badhon_raj; 2014-06-12 at 21:14.
 

The Following 2 Users Say Thank You to badhon_raj For This Useful Post: