BIOS-Settings
- Sound IRQ7, IO 220, MPU IO 330, CAPTURE DMA1, PLAYBACK DMA0
- (Printerport/IRQ ist abgeschaltet)
- PCMCIA:
- always activate internal PCMCIA
- "legacy" PCMCIA
Linux-Config
Kernel/PCMCIA:
- die PCMCIA/Cardbus Bridge ist eine O2 Micro, Inc. 6832 (rev 02) und macht Ärger (u.a. auch harte Crashes des ganzen Systems), daher wie folgt vorgehen:
Kernel 2.4.17 übersetzen mit dieser .config: .config-2.4.17
- pcmcia-cs 3.1.31 übersetzen (3.1.28 tut nicht) / installieren
- bei SuSE /etc/init.d/pcmcia ersetzen durch das von pcmcia-cs daneben gelegte pcmcia.N
Sound:
- der Soundchip ist ein ES1869 und wird von ALSA unterstützt
- alsa-driver-0.5.12a alsa-lib-0.5.10b (+ ggf. alsa-util) besorgen
- dann jeweils: ./configure, make, make install
- mit o.g. Kernelconfig sollte das ALSA-Modul so aufgerufen werden, siehe modules.conf:
- options snd-card-es18xx snd_dma1=1 snd_dma2=0 snd_index=0 snd_irq=7 snd_isapnp=0 snd_mpu_port=0x330 snd_port=0x220
Grafik:
X11 tut: Neomagic Corporation NM2160 [MagicGraph 128XD] (rev 01)
lsmod
# lsmod Module Size Used by # ALSA: snd-pcm-oss 17696 0 (autoclean) snd-pcm-plugin 13968 0 (autoclean) [snd-pcm-oss] snd-mixer-oss 4544 0 (autoclean) [snd-pcm-oss] snd-seq-midi 3024 0 snd-seq-midi-event 2624 0 [snd-seq-midi] snd-seq 36960 0 [snd-seq-midi snd-seq-midi-event] snd-card-es18xx 4064 0 snd-es18xx 15792 0 [snd-card-es18xx] snd-pcm 27904 0 [snd-pcm-oss snd-pcm-plugin snd-es18xx] snd-mixer 21888 0 [snd-mixer-oss snd-es18xx] snd-opl3 4112 0 [snd-card-es18xx] snd-hwdep 2992 0 [snd-opl3] snd-timer 7824 0 [snd-seq snd-pcm snd-opl3] snd-mpu401-uart 2176 0 [snd-card-es18xx] snd-rawmidi 9024 0 [snd-seq-midi snd-mpu401-uart] snd-seq-device 3680 0 [snd-seq-midi snd-seq snd-rawmidi] snd 30064 1 [snd-pcm-oss snd-pcm-plugin snd-mixer-oss snd-seq-midi snd-seq-midi-event snd-seq snd-card-es18xx snd-es18xx snd-pcm snd-mixer snd-opl3 snd-hwdep snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device] soundcore 3280 5 [snd] isa-pnp 27472 0 [snd-card-es18xx] # Wireless LAN: orinoco_cs 4800 2 orinoco 27920 0 [orinoco_cs] hermes 3296 0 [orinoco_cs orinoco] # PCMCIA: ds 6800 2 [orinoco_cs] i82365 23280 2 pcmcia_core 42976 0 [orinoco_cs ds i82365]
Fragen an KarlhannsSpiegel.