ich versuche nun schon ein paar Stunden Bootsplash in verschiedene kernelversionen zu patchen, akkerdings schlägt "make" immer fehl.
hat da jemand ne Idee?
Also einige meinten dann bootsplash sei schon im kernel drin (wenn ich den kernel nicht patche kann ich bootsplash auch nicht auswählen, scheint also nicht zu stimmen).
ich gebe also ein:
Code: Alles auswählen
$ tar -xzf linux-2.6.12.3.tar.gz
gerd@brainless:~/kernel$ cd linux-2.6.12.3
gerd@brainless:~/kernel/linux-2.6.12.3$ patch -p1 < ../bootsplash-3.1.6-2.6.12.diff
patching file drivers/char/keyboard.c
patching file drivers/char/n_tty.c
patching file drivers/char/vt.c
patching file drivers/video/bootsplash/bootsplash.c
patching file drivers/video/bootsplash/bootsplash.h
patching file drivers/video/bootsplash/decode-jpg.c
patching file drivers/video/bootsplash/decode-jpg.h
patching file drivers/video/bootsplash/Kconfig
patching file drivers/video/bootsplash/Makefile
patching file drivers/video/bootsplash/render.c
patching file drivers/video/console/bitblit.c
patching file drivers/video/console/fbcon.c
patching file drivers/video/console/fbcon.h
patching file drivers/video/Kconfig
patching file drivers/video/Makefile
patching file drivers/video/vesafb.c
patching file include/linux/console_struct.h
patching file include/linux/fb.h
gerd@brainless:~/kernel/linux-2.6.12.3$ make menuconfig
alle anderen grafikkarten werfe ich einfachheitshalber raus...
dann make...und am Ende kommt das:
http://nopaste.debianforum.de/646
dann wie hier beschrieben http://www.linuxforum.com/forums/index. ... opic=13046
nochmal anch framebuffer geschaut, jedoch alles bereits aktiviert (bis auf die Compiled-in fonts)
Framebuffer Console support => von Modul auf [*] geändert, alle fonts aktiviert..
EDIT:
also Botosplash funzt jetzt, allerdings findet er beim booten /dev/console nicht weil er die rootpartition nicht einhängen kann.
ergo folgt dann ein kernel panic
EDIT: Ausgabe vom compiler nach nopaste verschoben - blackm