From: Takashi Iwai <tiwai@suse.de>
To: karsten wiese <annabellesgarden@yahoo.de>
Cc: Clemens Ladisch <clemens@ladisch.de>,
Devel Alsa <alsa-devel@lists.sourceforge.net>
Subject: Re: help needed on how to autoload snd-usb-midi
Date: Tue, 15 Oct 2002 19:51:37 +0200 [thread overview]
Message-ID: <s5hr8er615i.wl@alsa2.suse.de> (raw)
In-Reply-To: <20021015144056.40474.qmail@web12202.mail.yahoo.com>
At Tue, 15 Oct 2002 16:40:56 +0200 (CEST),
karsten wiese wrote:
>
> Hi,
>
> I am in the process of updating the tascam us-428
> patch for alsa-current and need some hints:
> formerly the snd-usb-us428 issued
> "request_module( "snd-usb-midi");"
> to load that module. this doesn't work with
> alsa-current anymore as the snd-usb-audio
> initialisation, which is triggered, conflicts with the
> initialisation of snd-usb-us428.
> thus I deleted that "request_module( "snd-usb-midi");"
> from snd_usb_us428.
> I remember from some Mail on this list, that
> snd-usb-midi would be autoloaded if a users process
> accesses a mididevice, which has been created by
> "snd_seq_device_new( ...SNDRV_SEQ_DEV_ID_USBMIDI)".
> this does not happen here now.
> what do I miss?
> for the tests I use the bristolsynth with
> "./startBristol -alsa -audiodev hw:1 -mididev hw:1"
> having issued "modprobe snd-usb-midi" before,
> everythingg works as expected. otherwise
> "Could not open the MIDI interface.
> Error opening midi device hw:1, exiting midi thread"
does support bristrol ALSA sequencer?
if it accesses only the midi device, then snd-usb-midi module won't be
loaded automatically, because the midi device itself is not the
sequencer stuff.
the auto-load mechanism works only when the sequencer stuff is
requested.
i think that an easy way is to force to load snd-usb-midi after
snd-usb-audio, such as above command in /etc/modules.conf.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
prev parent reply other threads:[~2002-10-15 17:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-15 14:40 help needed on how to autoload snd-usb-midi karsten wiese
2002-10-15 15:24 ` Clemens Ladisch
2002-10-15 17:27 ` karsten wiese
2002-10-16 7:34 ` Clemens Ladisch
2002-10-16 7:57 ` Jaroslav Kysela
2002-10-16 11:19 ` Clemens Ladisch
2002-10-16 17:49 ` Peter L Jones
2002-10-16 21:53 ` us428 patch 0.0.4 karsten wiese
2002-10-17 8:01 ` help needed on how to autoload snd-usb-midi Clemens Ladisch
2002-10-15 17:51 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hr8er615i.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=annabellesgarden@yahoo.de \
--cc=clemens@ladisch.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.