Kernel-Update

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
HeikoAP
Beiträge: 55
Registriert: 06.05.2002 14:07:24
Wohnort: Weserbergland
Kontaktdaten:

Kernel-Update

Beitrag von HeikoAP » 17.06.2002 11:06:54

Hallo,

da ich arge Probleme bei der Installation habe (wie man hier aus dem Board entnehmen kann), möchte ich mal auf Kernel 2.4.18 updaten.

Muss ich da was besonderes beachten, da ich von Diskette boote? Muss der Kernel auf die Diskette??


Wenn ja, wie stelle ich das an???

Gruß

Heiko

Benutzeravatar
minuseins
Beiträge: 123
Registriert: 21.05.2002 17:42:51
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von minuseins » 17.06.2002 16:13:26

hallo heiko...

einfach den kernel von "www.kernel.org" laden und mit den ueblichen, haeufig erklaerten schritten konfigurieren und kompilieren...

Code: Alles auswählen

make menuconfig
make dep
make clean
make bzImage
make modules
make modules_install
dann formatierst du eine diskette mit FAT16/32 und mountest sie unter linux. dann kopierst du den kernel (file: bzImage) unter "./arch/i386/boot" auf die diskette und nennst den kernel am besten "linux".

danach unmountest du die diskette wieder und gibst folgendes ein:

Code: Alles auswählen

syslinux <floppydevice>
dabei ist das "floppydevice" wahrscheinlich "/dev/fd0"...

nach einem neustart sollte dein linux-system bereits mit einem neuen kernel laufen...

gruss

[-1]
He who work root can fell trees and knowledge is no substitute for experience.

Benutzeravatar
glatzor
Beiträge: 1769
Registriert: 03.02.2002 19:01:46
Wohnort: Vierkirchen bei München

Beitrag von glatzor » 17.06.2002 23:08:17

Anstatt den kernel selber zu kompilieren, kannst du auch einen vorkompilierten aus dem debian archiv verwenden. für potato gibt es ein inoffizielle respository. ich weiss leider den link jetzt gerade nicht.
in woody und sid sind bereits neue 2.4er kernel-pakete enthalten.
du kannst dann den kernel welcher unter /boot liegt (heisst dann vmlinuz-2.4.XXXX) einfach wie mit dem bzimage verfahren.

jagger
Beiträge: 13
Registriert: 10.03.2002 10:58:24
Kontaktdaten:

Beitrag von jagger » 24.06.2002 00:51:10

ich find diese anleitung ist ganz gut gelungen...

http://mailman.sil.at/pipermail/cd/2002 ... 00051.html

HeikoAP
Beiträge: 55
Registriert: 06.05.2002 14:07:24
Wohnort: Weserbergland
Kontaktdaten:

Kernel

Beitrag von HeikoAP » 27.06.2002 18:08:48

Hallo,

also das Update auf 2.4.18 hab ich jetzt geschafft. Aber ich muss da wohl irgendwo nen Fehler gemacht haben. Wenn ich modconf mache, dann steht meine Netzwerkkarte zwar da (Realtek), aber er kann sie nicht installieren. Und ohne Netzwerkkarte kein Internet.

Außerdem startet der X-Server trotz neuem Kernel und den Nvidia-Treibern nicht. Ich bekomme immer die Meldung
"No Screens found"

Code: Alles auswählen

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"pex5"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"xie"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"nvidia"
	Driver		"nvidia"
	Option		"NvAGP" "3"

EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	28-50
	VertRefresh	43-150
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nvidia"
	Monitor		"Generic Monitor"
	DefaultDepth	25
	SubSection "Display"
		Depth		1
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION
Gruß

Heiko

Benutzeravatar
suntsu
Beiträge: 2947
Registriert: 03.05.2002 10:45:12
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: schweiz
Kontaktdaten:

Beitrag von suntsu » 27.06.2002 20:03:35

tag

Hast du den Nvidia Treiber und GLX neu kompiliert? Das musst du nach jedem kernel-neukompilieren.

Noch was zum kernel Kompileren,
Warum nicht mit Debian eigenen mitteln? Ich habe damit nur gute erfahrungen gemacht.

1. make xconfig; make menuconfig
2. make-kpkg kernel_image --revision=yourchoice.1
3. dpkg --install kernel-image-2.2.18_yourchoice.1.1_i386.deb

Das ist aus dem Buch debian GNU/linux >> gutes buch.

mfg manuel

Antworten