Hello,
I prepared a patch for the mpu401_uart driver, with proposed changes.
The fundamental "higlights":
-No API change needed. snd_mpu_uart401_new() can be maintained as is.
Drivers that use some other means of io, just overwrite mpu->write and
mpu->read after calling snd_mpu_uart401_new() with
i forgot to mention. i am using red hat 8. the initial install was to install
everything and all languages. i then updated the rpms from the update site and
installed a newer kernel 2.4.18-24.8.0 for i686 making sure that the source is
installed as well. edited lilo.conf accordingly. It was
All.
I have been abel to get the audigy 2 card to work with emu10k1 but i have a problem.
I cannot seem to get multichannel sound and the volumes and levels are pretty low.
What I did was:
get the latest emu10k1from cvs
ensure that kernel sources are installed in the right place
At Thu, 13 Mar 2003 13:39:02 +0200,
Andrei Boros wrote:
>
>
> I think I found out why it doesn't compile the snd-isapnp module
>
> in alsa-driver/Makefile :
(snip)
> compilation works.
thanks, applied to cvs now.
Takashi
---
This SF.net
At Thu, 13 Mar 2003 13:41:58 +0200,
Andrei Boros wrote:
>
>
> I was looking in the driver at Makefile.conf and I see :
> CONFIG_USB = y.
> I did not mention anything about USB to ./configure and I have no USB
> card.
> I did however specify manually two drivers to be built (cs46xx and
> opti
On Thu, 13 Mar 2003, Takashi Iwai wrote:
> At Thu, 13 Mar 2003 13:26:33 +0100 (CET),
> Ronny V. Vindenes <[EMAIL PROTECTED]> wrote:
> >
> > On 13 Mar 2003, Immanuel Litzroth wrote:
> >
> > >
> > > I use stow for package management and I noticed that
> > > ./configure --prefix=/usr
> > > make
At Thu, 13 Mar 2003 14:05:09 +0200,
Andrei Boros wrote:
>
>
> Attempting to compile the above driver as recommended with sequencer
> support too, I get the following.
>
> gate:~/install/alsa-cvs/alsa-driver# depmod -ae
> /lib/modules/2.2.23/misc/snd-opl3-synth.o: unresolved symbol(s)
>
At Thu, 13 Mar 2003 13:26:33 +0100 (CET),
Ronny V. Vindenes <[EMAIL PROTECTED]> wrote:
>
> On 13 Mar 2003, Immanuel Litzroth wrote:
>
> >
> > I use stow for package management and I noticed that
> > ./configure --prefix=/usr
> > make
> > make install prefix=/usr/stow/alsa-lib
> > still install
On 13 Mar 2003, Immanuel Litzroth wrote:
>
> I use stow for package management and I noticed that
> ./configure --prefix=/usr
> make
> make install prefix=/usr/stow/alsa-lib
> still installs the libraries in /usr/lib. Previous versions worked
> installed in the correct place. Is this a bug?
> I
Attempting to compile the above driver as recommended with sequencer
support too, I get the following.
gate:~/install/alsa-cvs/alsa-driver# depmod -ae
/lib/modules/2.2.23/misc/snd-opl3-synth.o: unresolved symbol(s)
snd_seq_instr_find_R8fff548c
snd_seq_instr_free_use_Rf8a556ca
I use stow for package management and I noticed that
./configure --prefix=/usr
make
make install prefix=/usr/stow/alsa-lib
still installs the libraries in /usr/lib. Previous versions worked
installed in the correct place. Is this a bug?
Immanuel
--
I have always been fascinated by those who wan
I was looking in the driver at Makefile.conf and I see :
CONFIG_USB = y.
I did not mention anything about USB to ./configure and I have no USB
card.
I did however specify manually two drivers to be built (cs46xx and
opti92x-ad1848), so what's USB doing here?
--
ing. Andrei Boros
mailto:[EMA
I think I found out why it doesn't compile the snd-isapnp module
in alsa-driver/Makefile :
ifeq (n,$(CONFIG_ISAPNP_KERNEL))
ifeq (y,$(CONFIG_ISAPNP))
ifeq (y,$(CONFIG_ISA))
SUBDIRS += support
endif
endif
endif
That should be changed to :
ifdef CONFIG_ISAPNP_KERNEL
else
ifeq (y,$(CONFIG_ISAPNP
At Tue, 11 Mar 2003 20:27:46 +,
Michael wrote:
>
> Hi,
>
> The second part of the patch adds a missing line into
> snd_opti93x_capture_open to set the substream. There
> is a report on the sourceforge site from someone with
> a 933 card which might also be fixed by this.
>
> The first part
At Tue, 11 Mar 2003 17:33:20 -0500,
Paul Davis wrote:
>
> > What's left for 1.0: The sequencer instrument layer will be moved
> >completely to the user space.
>
> how about moving the entire sequencer into user-space? kernel 2.5
> (with POSIX clock support) makes this entirely viable, i thi
Hi,
At Thu, 13 Mar 2003 00:28:39 -0400,
Manuel Jander wrote:
>
> MPU401 survey:
> I though about a modification for the mpu401_uart driver, to allow
> a more versatil handling of different IO types. I observed that
> at least the SBLive, appart from the Vortex have a standart MPU401 port,
> but
Jaroslav Kysela wrote:
> On Wed, 12 Mar 2003, Clemens Ladisch wrote:
> > Unplugging a currently playing USB audio (not MIDI) device results in a
> > big kernel oops.
> > ...
> > with the changes below, aplay hangs (when draining?) after the device
> > is unplugged.
>
> Thanks for report. I've tried
17 matches
Mail list logo