![]() |
2011-05-06
, 22:58
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#12
|
![]() |
2011-05-07
, 06:09
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#14
|
![]() |
2011-05-16
, 06:26
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#15
|
modprobe fbcon printf "Press any key to get a shell.../n" for q in 4 3 2 1 0 do printf "$q" if (read -n 1 -t 1) then printf "\b\b" insmod $MODULE_PATH/omap_wdt.ko insmod $MODULE_PATH/twl4030_wdt.ko sleep 1 for p in /sys/bus/platform/devices/*_wdt/misc:*; do n=`basename $p | sed "s/.*://"` rm -f /dev/$n mknod /dev/$n c `cat $p/dev | sed "s/:/ /g"` done watchdogs loadkmap < /etc/nokia-n900.kmap sh killall watchdogs break fi printf "\b" done
![]() |
2011-05-16
, 07:05
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#16
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-05-16
, 08:10
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#17
|
@pali: how did you make your nokia-n900.kmap? I've used dumpkmap on my N900 itself (although I have really fancy custom key remappings) and it simply doesn't register the FN+key combinations, just as it fails to if you omit "loadkmap". So I'm unsure if it's my N900 xkb keymap changes that's doing this - in which case I can just revert to less fancy versions for making my key maps - or if you used some special way to make your .kmap? (Of course, I can use a hex editor on your kmap to get the desired extra keys onto mine, but that's hardly ideal.)
The Following 2 Users Say Thank You to pali For This Useful Post: | ||
![]() |
2011-05-16
, 08:37
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#18
|
![]() |
2011-05-16
, 19:12
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#19
|
binary kmap file comes from meego n900 rescue initrd:
http://meego.gitorious.org/meego-dev...-rescue-initrd
Later I commit generating script and source file of kmap to my bzr branch.
The Following 2 Users Say Thank You to pali For This Useful Post: | ||
![]() |
2011-05-16
, 20:54
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#20
|
![]() |
Tags |
console, console-mode, framebuffer, recovery, recovery-mode |
Thread Tools | |
|
When on a computer and it goes to ..., i use the liveCD. But on N900, there is no such thing. This is a good replacement.
Only thing I use Multiboot at the moment...