On Mon, 14 Jan 2002 17:04:30 +0800 Andres Montiel <[EMAIL PROTECTED]> wrote:
> On Monday 14 January 2002 03:28, Frans Ketelaars wrote: > > > I don't understand the sentence above: which (ALSA or OSS/Free) module are > > you referring to? What does lsmod show? What kernel are you running? > > I am running Slackware 8 with and the 2.4.5 kernel. > > My modules.conf (thanks for pointing it out to me) now contains: > > alias net-pf-4 off # we won't use PF IPX > alias net-pf-5 off # we won't use PF AppleTalk > > #added > alias char-major-116 snd > #options snd snd_major=116 snd_cards_limit=1 > #options snd-card-es1688 snd_index=0 snd_id="0" > #options snd-card-es1688 snd_index=0 snd_id="0" snd_port=0x220 snd_irq=5 > snd_dma8=1 snd_dma16=5 snd_mpu_port=0x330 > alias snd-card-0 snd-card-es1688 > > #OSS > alias char-major-14 soundcore > alias snd-card-0 snd-card-es1688 > alias sound-slot-0 snd-card-es1688 > options sound dmabuf=1 > alias midi opl3 > options opl3 io=0x388 The three lines above are for OSS/Free I think :) > options snd-card-es1688 io=0x220 irq=5 dma=1 mpu_io=0x330 See the INSTALL file in the alsa-driver directory; 'io=0x220' isn't valid syntax, resulting in 'invalid parameter parm_io' in your boot messages. > 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-12 snd-pcm-oss > > > lsmod shows the ff: > > Module Size Used by > ds 6704 2 > i82365 22416 2 > pcmcia_core 41792 0 [ds i82365] > snd-card-es1688 2704 0 (unused) > snd-es1688 9936 0 [snd-card-es1688] > snd-pcm 31392 0 [snd-es1688] > snd-mixer 26784 0 [snd-es1688] > snd-opl3 4912 0 [snd-card-es1688] > snd-hwdep 3344 0 [snd-opl3] > snd-timer 9328 0 [snd-pcm snd-opl3] > snd-mpu401-uart 2720 0 [snd-card-es1688] > snd-rawmidi 9984 0 [snd-mpu401-uart] > snd-seq-device 3680 0 [snd-rawmidi] > snd 34160 1 [snd-card-es1688 snd-es1688 snd-pcm > snd-mixer snd-opl3 snd-hwdep snd-timer snd-mpu401-uart snd-rawmidi > snd-seq-device] > soundcore 3664 1 [snd] > ppp_deflate 39008 0 (unused) > ppp_async 6608 0 (unused) > ppp_generic 16720 0 [ppp_deflate ppp_async] > slip 7744 0 (unused) > lp 6064 0 (unused) > parport_pc 19248 1 > parport 24736 1 [lp parport_pc] > > I also get the ff. error message upon boot: > > /lib/modules/2.4.5/misc/snd-card-es1688.o: invalid parameter parm_io > /lib/modules/2.4.5/misc/snd-card-es1688.o: insmod > /lib/modules/2.4.5/misc/snd-card-es1688.o failed > /lib/modules/2.4.5/misc/snd-card-es1688.o: insmod snd-card-1688 failed > The ALSA sound driver was not detected in this system. > The ALSA sound driver was not detected in this system. > > I test the setup via XMMS. And when I check the error file, I see: > ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): No such > device > > Why is this so? What happens when (and after) you (as root) 'modprobe snd-pcm-oss' and 'modprobe snd-mixer-oss' ? Also, are you using devfs? Good luck! -Frans _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user