Hi,
mein 2.4.8er Kernel kann das mit Plug&Pray ja selber machen, leider funktioniert es bei mir nicht :(
Erst nach einem manuellen Aufruf von "isapnp /etc/isapnp.conf" wird die Soundkarte erkannt und benutzbar.
in rc.sysinit steht dazu sowas:
# set up pnp if [ -x /sbin/isapnp -a -f /etc/isapnp.conf -a ! -f /proc/isapnp ]; then if [ -n "$PNP" ]; then action "Setting up ISA PNP devices: " /sbin/isapnp /etc/isapnp.conf else action "Skipping ISA PNP configuration at users request: " /bin/true fi fi
Da also /proc/isapnp schon da ist, macht er garnix. Der Kernel scheint jedenfalls die PNP-Karte(Terratec EWS 64 XL mit cs4236) nicht richtig zu initialisieren (vergibt resourcen aber enabled sie nicht?).
Kann man das ganze beim Kernel irgendwie steuern/ausschalten?
Bei Kerneloption "nopnp" machen auch die Initscripte gleich garnix (PNP=), also auch kein "isapnp /etc/isapnp.conf"
Ganz unabhängig davon bekomme ich wenn ich das Modul "sound" hinzufüge sowas:
Dec 3 13:38:42 1stpc kernel: end_request: I/O error, dev 02:00 (floppy), sector 0
Scheinbar gibts einen DMA/IO/IRQ-Konflikt zwischen Soundkarte (604,608,330,388,220,201), IRQ(5,9), DMA (1,0) und meinem Floppy (normalerweise IRQ 6 und 3F0-3f7) und was probt überhaupt hier "sound.o" schon rum?
Mit Alsa habe ich natürlich die gleichen Probleme.
Für ein paar Infos wäre ich sehr dankbar.
Gruß, Stephan