• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[solved] Kernelpatch / Bootsplash

loopy05

Newbie
Hallo zusammen,

will gerade meinen Kernel 2.6.12.5 mit dem entsprechenden Bootsplash Patch patchen, irgendwie scheints aber nicht weiter zu gehen :?

Ich warte seit über eine Stunde auf eine Reaktion der Shell, aber sie 'hängt' einfach....

Code:
# patch -p1 < /bootsplash/bootsplash-3.1.6-2.6.12.diff

Mache ich was falsch?


Grüsse

loopy
 

Gimpel

Guru
loopy05 schrieb:
Hallo zusammen,

will gerade meinen Kernel 2.6.12.5 mit dem entsprechenden Bootsplash Patch patchen, irgendwie scheints aber nicht weiter zu gehen :?

Ich warte seit über eine Stunde auf eine Reaktion der Shell, aber sie 'hängt' einfach....

Code:
# patch -p1 < /bootsplash/bootsplash-3.1.6-2.6.12.diff

Mache ich was falsch?


Grüsse

loopy

??
wie das?
wo führst du den befehl aus?
gibts bei dir in / echt das verzeichnis "bootsplash"???

Code:
cd /usr/src/linux-2.6.12.5
patch -p1 < /pfad/zu/bootsplash-3.1.6-2.6.12.diff
 
OP
L

loopy05

Newbie
Gimpel schrieb:
loopy05 schrieb:
Hallo zusammen,

will gerade meinen Kernel 2.6.12.5 mit dem entsprechenden Bootsplash Patch patchen, irgendwie scheints aber nicht weiter zu gehen :?

Ich warte seit über eine Stunde auf eine Reaktion der Shell, aber sie 'hängt' einfach....

Code:
# patch -p1 < /bootsplash/bootsplash-3.1.6-2.6.12.diff

Mache ich was falsch?


Grüsse

loopy

??
wie das?
wo führst du den befehl aus?
gibts bei dir in / echt das verzeichnis "bootsplash"???

Code:
cd /usr/src/linux-2.6.12.5
patch -p1 < /pfad/zu/bootsplash-3.1.6-2.6.12.diff

Den Befehl führe ich in /usr/src/linux aus und nein, das Verzeichnis existiert so nicht. Der Patch liegt in meinem Home-Directory und ich führe das Ganze als root aus.
Sollte mein erster Kernel Patch werden, aber irgendwie will das Ganze nicht hinhauen.

Die Shell will einfach nicht mehr... Habs nun auch schon mit einem früheren Kernel und dem entsprechenden Patch versucht, auch hier das Gleiche. :cry:
Nach Ausführen folgt ein Stillstand der Shell.
Deswegen denke ich, dass ich falsch vorgehe?
 

Gimpel

Guru
ja wenns /bootsplash nicht gibt...

beispiel:
Code:
SiRiUS tom # cd /usr/src/linux-2.6.12-test/
SiRiUS linux-2.6.12-test # patch -p1 < /home/tom/patches/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
SiRiUS linux-2.6.12-test #

...irgendwie kann man da nix falsch machen
 
OP
L

loopy05

Newbie
Gimpel schrieb:
ja wenns /bootsplash nicht gibt...

beispiel:
Code:
SiRiUS tom # cd /usr/src/linux-2.6.12-test/
SiRiUS linux-2.6.12-test # patch -p1 < /home/tom/patches/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
SiRiUS linux-2.6.12-test #

...irgendwie kann man da nix falsch machen

Code:
linuxAMD:/usr/src/linux # 
linuxAMD:/usr/src/linux-2.6.8-24.10 # patch -p1 /home/loopy/patch/bootsplash-3.1.6-2.6.8.diff
...keine Reaktion mehr der Shell....
 
OP
L

loopy05

Newbie
Appleonkel schrieb:
Wenn du genau hinschaust hast du was vergessen ;)

iRiUS linux-2.6.12-test # patch -p1 < /home/tom/patches/bootsplash-3.1.6-2.6.12.diff
linuxAMD:/usr/src/linux-2.6.8-24.10 # patch -p1 /home/loopy/patch/bootsplash-3.1.6-2.6.8.diff

Du hast < vergessen, passiert mir aber auch öfters.

Mfg Appleonkel

Yupp,
das wars auch schon. In meinem Fall aber Unwissenheit, nicht Vergesslichkeit :p

Danke nochmal
 
Oben