At Fri, 31 May 2002 22:59:35 +0200 (MEST),
Bernez K wrote:
> 
> Sorry if I am confusing but I prefer to explain in more details again:
> 
> 
> I downloaded from http://www.alsa-project.org
>        alsa-driver-0.9.0beta12.tar.bz2
>        alsa-lib-0.9.0beta12.tar.bz2
>        alsa-utils-0.9.0beta12.tar.bz2
> 
> 
> I installed ALSA:
> alsa-diver (This is a very simplified description):
>   ./configure --with-cards=emu10k1 --with-sequencer=yes
>   make
>   su<password>
>   make install
> alsa-lib:
>   ./configure
>   make
>   su<password>
>   make install
> alsa-util:
>   ./configure
>   make
>   su<password>
>   make install
> 
> 
> I modified /etc/modules.conf:
> --Begin--
> alias usb-interface usb-uhci
> #alias sound-slot-0 emu10k1
> probeall scsi_hostadapter aic7xxx ide-scsi
> alias scsi_hostadapter aic7xxx
> 
> ###From: Jörn Nettingsmeier <[EMAIL PROTECTED]> 25-01-2002
> 
> # ALSA specific settings
> alias char-major-116 snd
> alias snd-card-0 snd-emu10k1
> # OSS compatibility
> alias char-major-14 soundcore
> alias sound-slot-0       snd-card-0
> 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
> 
> # Options
> options snd-emu10k1 snd_index=0 snd_id="SBLIVE"  snd_enable=1
> options snd snd_cards_limit=2 snd_device_mode=0666 snd_device_gid=17 snd_device_uid=0
> 
> pre-remove snd /usr/sbin/alsactl store
> post-install snd /usr/sbin/alsactl restore
> post-install snd-seq /usr/bin/sfxload /usr/share/sounds/sf2/8mbgmsfx.sf2
> 
> ###End
> --End--
> 
> 
> alsamixer works and I unmute Master and PCM.
> Modules are loaded and "aplay alsa.au" works.
> alsactl works fine also.
> 
> 
> I set the starting with alsasound script
>        su<password>
>        cd /etc/rc.d/rc5.d
>        mv S70alsa A70alsa.exS
>        mv S71sound A71sound.exS
>        ln -s ../init.d/alsasound S72alsasound
> 
> 
> After restart /sbin/lsmod gives:
> Module                  Size  Used by    Tainted: P
> ...
> sr_mod                 15160   0 (autoclean)
> snd-seq-midi            3424   0 (unused)
> snd-seq-midi-event      3160   0 [snd-seq-midi]
> snd-seq                37228   0 [snd-seq-midi snd-seq-midi-event]
> snd-emu10k1            58720   0 (autoclean)
> snd-hwdep               3616   0 (autoclean) [snd-emu10k1]
> snd-rawmidi            12256   0 (autoclean) [snd-seq-midi snd-emu10k1]
> snd-seq-device          4128   0 (autoclean) [snd-seq-midi snd-seq snd-emu10k1 
>snd-rawmidi]
> snd-ac97-codec         22976   0 (autoclean) [snd-emu10k1]
> snd-pcm                49600   0 (autoclean) [snd-emu10k1]
> snd-timer               9728   0 (autoclean) [snd-seq snd-pcm]
> snd-util-mem            1424   0 (autoclean) [snd-emu10k1]
> snd                    27048   0 [snd-seq-midi snd-seq-midi-event snd-seq 
>snd-emu10k1 snd-hwdep snd-rawmidi snd-seq-device snd-ac97-codec snd-pcm 
> snd-timer snd-util-mem]
> soundcore               4068   2 [snd]
> ...
> 
> 
> I downloaded awesfx-0.4.4 from http://www.alsa-project.org/~iwai/awedrv.html
> I installed awesfx-0.4.4:
>   make all
>   su<password>
>   make install
> 
> 
> I try to load sound font:
> /usr/local/bin/sfxload /usr/share/sounds/sf2/8mbgmsfx.sf2
> I get:
> /dev/sequencer: No such file or directory
 
hmm.  please check whether a file /dev/sequencer really exists.
for example, it looks like this:

        % ls -l /dev/sequencer
        crw-rw-rw-    1 root     audio     14,   1 May  8 10:00 /dev/sequencer

at next, check whether you have snd-seq-oss module.
load snd-seq-oss manually after alsa drivers

        # modprobe snd-seq-oss

and see the output of lsmod.
if you don't have it, then try to add --with-oss=yes option to
alsa-driver's configure script.


Takashi

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to