Erfahrung mit Kernel 2.6.1

Martin Gansser mgansser at ngi.de
Tue Jan 20 18:01:03 UTC 2004


Hallo,

ich habe mir den Fedora Development Kernel geholt und selbst kompiliert.
Jetzt habe ich ein paar Fragen:
http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/development/SRPMS/kernel-2.6.1-1.47.src.rpm

1. normalerweise kompiliere ich die Sources immer selber, macht einfach
   Spass, und zwar mit dem folgenden Kommando:
a) rpmbuild --rebuild kernel-2.6.1-1.47.src.rpm
b) rpmbuild --rebuild --target=i686-linux kernel-2.6.1-1.47.src.rpm

seltsamerweise lässt sich der Kernel nur auf meinem 2.4.22-1.2163.nptl
kompilieren und nicht auf einem bereits 2.6.1-x Kernel.

Das Kommando a) läuft ja noch durch, aber das Kommando b) 
steigt mit exit 0 aus.

2. Im dmesg tauchen verschiedene Fehlermeldungen auf wie:

...
request_module: failed /sbin/modprobe -- char-major-10-134. error = 256
request_module: failed /sbin/modprobe -- char-major-195-255. error = 256
...
SCSI subsystem initialized
request_module: failed /sbin/modprobe -- char-major-21-1. error = 256
request_module: failed /sbin/modprobe -- char-major-21. error = 256
request_module: failed /sbin/modprobe -- char-major-21-10. error = 256
request_module: failed /sbin/modprobe -- char-major-21. error = 256
request_module: failed /sbin/modprobe -- char-major-21-19. error = 256
request_module: failed /sbin/modprobe -- char-major-21-24. error = 256
request_module: failed /sbin/modprobe -- char-major-21-29. error = 256
...
request_module: failed /sbin/modprobe -- char-major-4-72. error = 256
request_module: failed /sbin/modprobe -- char-major-4. error = 256
request_module: failed /sbin/modprobe -- char-major-188-2. error = 256
request_module: failed /sbin/modprobe -- char-major-188-13. error = 256
...
request_module: failed /sbin/modprobe -- block-major-8-1. error = 256
request_module: failed /sbin/modprobe -- sound-slot-0. error = 25

wie kann man die Fehlermeldungen abstellen ?

gehören die Fragen hier her, oder muß ich mich an die fedora-test-list
wenden ?

3. die CD/DVB-Brenner Software K3b meldet mir folgenden Fehler beim
Start:

cdrdao 1.1.7 unterstützt kein ATAPI.
Die konfigurierte Version von cdrdao hat keine Brennunterstützung für
ATAPI-Geräte ohne SCSI-Emulation und es ist ein Brenner im System, der
nicht für SCSI-Emulation konfiguriert ist.
Lösung: Die beste und empfohlene Lösung ist das Aktivieren von ide-scsi
(SCSI-Emulation) für alle Brenngeräte. Dann wird es keine Probleme
geben. Es besteht auch die Möglichkeit, eine neuere Version von cdrdao
zu installieren (oder als Voreinstellung auswählen)

muß ich jetzt in der grub.conf wieder hdc=ide-scsi hdd=ide-scsi
einbauen ?

und was muss in der /etc/modprobe.conf stehen:

momentan steht dies drin:

alias parport_lowlevel parport_pc
alias eth0 3c59x
options 3c59x options=3
# options ide-cd ignore='hdc hdd'
alias char-major-116 snd
options snd major=116 cards_limit=1
alias snd-card-0 snd-intel8x0
alias char-major-14 soundcore
alias sound-slot-0 i810_audio
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-minor-oss-0 snd-cs4236
alias snd-minor-oss-1 snd-opl3
alias snd-minor-oss-3 snd-pcm-oss
alias /dev/dsp snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/sequencer snd-seq-oss
options agpgart agp_try_unsupported=1
install char-major-10-134 /bin/true
install char-major-180 /bin/true
install char-major-188 /bin/true
install sg { modprobe ide-scsi; } ; /sbin/modprobe --ignore-install sg
install snd-card-0 /sbin/modprobe --ignore-install snd-card-0 && {
/usr/sbin/alsactl restore >/dev/null 2>&1 || :; }
install sound-service-1-0 /bin/true
remove snd-card-0 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; } ;
/sbin/modprobe -r --ignore-remove snd-card-0
#
#
alias char-major-250 dvb-ttpci
install dvb-ttpci for f in alps_bsru6 alps_bsrv2 \
        grundig_29504-401 grundig_29504-491 \
        stv0299 ves1820; do /sbin/modprobe $f; done; \
/sbin/modprobe --ignore-install dvb-ttpci
alias   char-major-195* nvidia

Danke für jede Hilfe


-- 
viele Grüße Martin





More information about the Fedora-de-list mailing list