Re: [AD] Progressions and regressions

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Peter Wang wrote:

> On 19 Sep 2001, salvador <salvador@xxxxxxxxxx> wrote:
> > If that right: doesn't help, the library tries to open /dev/dsp anyways.
> > I want to remind you that esd version is 0.2.17. Perhaps the code assumes
> > something that fails with this version.
>
> Please edit src/unix/umodules.c and uncomment the bit that says
> "useful during development".
>
> And change sound.c, line ~351 to this:
>
>    for (c=0; digi_drivers[c].driver; c++) {
>       digi_driver = digi_drivers[c].driver;
>       digi_driver->name = digi_driver->desc = get_config_text(digi_driver->ascii_name);
>       printf("I have: %s\n", digi_driver->name);
>    }

Ok, here is what I got:

ice:/usr/src/allegro-3.9.37/demo$ ./demo
Error loading module: /usr/lib/allegro/alleg-svgalib-3.9.37.so: cannot open shared object
file: No existe el fichero o el directorio
Error loading module: /usr/lib/allegro/alleg-dga2-3.9.37.so: cannot open shared object
file: No existe el fichero o el directorio
Error loading module: /usr/lib/allegro/alleg-alsadigi-3.9.37.so: cannot open shared object
file: No existe el fichero o el directorio
Error loading module: /usr/lib/allegro/alleg-alsamidi-3.9.37.so: cannot open shared object
file: No existe el fichero o el directorio
I have: Enlightened Sound Daemon
I have: Open Sound System
Error initialising sound
/dev/sequencer: No existe tal dispositivo
I have: Enlightened Sound Daemon
I have: Open Sound System

And
ice:/usr/src/allegro-3.9.38/demo$ ./demo
Error loading module: /usr/lib/allegro/alleg-svgalib-3.9.38.so: cannot open shared object
file: No existe el fichero o el directorio
Error loading module: /usr/lib/allegro/alleg-dga2-3.9.38.so: cannot open shared object
file: No existe el fichero o el directorio
Error loading module: /usr/lib/allegro/alleg-alsadigi-3.9.38.so: cannot open shared object
file: No existe el fichero o el directorio
Error loading module: /usr/lib/allegro/alleg-alsamidi-3.9.38.so: cannot open shared object
file: No existe el fichero o el directorio
I have: Enlightened Sound Daemon
I have: Open Sound System
Error initialising sound
/dev/sequencer: No existe tal dispositivo
I have: Enlightened Sound Daemon
I have: Open Sound System
Terminado (killed)

What is strange to me is that now both say errors about /dev/sequencer (in previous tests
.37 said /dev/dsp).
About this device:

ice:/usr/src/allegro-3.9.37/demo$ l /dev/sequencer
crw-rw----    1 root     audio     14,   1 feb 10  2001 /dev/sequencer
ice:/usr/src/allegro-3.9.37/demo$ cat /dev/sequencer
cat: /dev/sequencer: No existe tal dispositivo

It looks like priorities are inverted and also OSS is looking for /dev/sequencer which not
always works, even when /dev/dsp does.

SET

--
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Visit my home page: http://welcome.to/SetSoft or
http://www.geocities.com/SiliconValley/Vista/6552/
Alternative e-mail: set@xxxxxxxxxx set@xxxxxxxxxx
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/