All of lore.kernel.org
 help / color / mirror / Atom feed
* How to autoconfigure MIDI in liveCD?
@ 2005-05-18 18:30 airplays55
  2005-05-18 18:37 ` Lee Revell
  0 siblings, 1 reply; 4+ messages in thread
From: airplays55 @ 2005-05-18 18:30 UTC (permalink / raw)
  To: alsa-devel

Knoppix 3.8 liveCD (which includes ALSA 1.0.8) loads
the audio but not the midi portion of the soundcard. 
In order to get the midi modules loaded (snd-seq-midi
etc.), I have to manually run "alsaconf", which
requires human intervention for me to accept the
soundcard it found by probing, and also accepting the
choice for alsaconf to modify /etc/modprobe.d/sound
and /etc/modprobe.conf.

I need to find out specifically what knoppix can do
differently for midi to be autoconfigured without
requiring human intervention.

Is there a completely automated script that
accomplishes what "alsaconf" does?

If this is possible, I plan to encourage the Klaus
Knopper to include midi auto-configuration in future
knoppix versions.  Thanks.



		
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to autoconfigure MIDI in liveCD?
  2005-05-18 18:30 How to autoconfigure MIDI in liveCD? airplays55
@ 2005-05-18 18:37 ` Lee Revell
  2005-05-19 17:20   ` Thierry Vignaud
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2005-05-18 18:37 UTC (permalink / raw)
  To: airplays55@yahoo.com; +Cc: alsa-devel

On Wed, 2005-05-18 at 11:30 -0700, airplays55@yahoo.com wrote:
> Knoppix 3.8 liveCD (which includes ALSA 1.0.8) loads
> the audio but not the midi portion of the soundcard. 
> In order to get the midi modules loaded (snd-seq-midi
> etc.), I have to manually run "alsaconf", which
> requires human intervention for me to accept the
> soundcard it found by probing, and also accepting the
> choice for alsaconf to modify /etc/modprobe.d/sound
> and /etc/modprobe.conf.

Before you think too hard, try the newest ALSA (1.0.9-rc3).  There was
some kind of bug in 1.0.8 where snd-seq-midi had to be loaded manually.

Lee



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to autoconfigure MIDI in liveCD?
  2005-05-18 18:37 ` Lee Revell
@ 2005-05-19 17:20   ` Thierry Vignaud
  2005-05-19 17:22     ` Lee Revell
  0 siblings, 1 reply; 4+ messages in thread
From: Thierry Vignaud @ 2005-05-19 17:20 UTC (permalink / raw)
  To: Lee Revell; +Cc: airplays55@yahoo.com, alsa-devel

Lee Revell <rlrevell@joe-job.com> writes:

> > Knoppix 3.8 liveCD (which includes ALSA 1.0.8) loads
> > the audio but not the midi portion of the soundcard. 
> > In order to get the midi modules loaded (snd-seq-midi
> > etc.), I have to manually run "alsaconf", which
> > requires human intervention for me to accept the
> > soundcard it found by probing, and also accepting the
> > choice for alsaconf to modify /etc/modprobe.d/sound
> > and /etc/modprobe.conf.
> 
> Before you think too hard, try the newest ALSA (1.0.9-rc3).  There
> was some kind of bug in 1.0.8 where snd-seq-midi had to be loaded
> manually.

does the above means that drivers for card with a midi chip will
trigger the loading of appropriate midi sub modules?



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to autoconfigure MIDI in liveCD?
  2005-05-19 17:20   ` Thierry Vignaud
@ 2005-05-19 17:22     ` Lee Revell
  0 siblings, 0 replies; 4+ messages in thread
From: Lee Revell @ 2005-05-19 17:22 UTC (permalink / raw)
  To: Thierry Vignaud; +Cc: airplays55@yahoo.com, alsa-devel

On Thu, 2005-05-19 at 19:20 +0200, Thierry Vignaud wrote:
> Lee Revell <rlrevell@joe-job.com> writes:
> 
> > > Knoppix 3.8 liveCD (which includes ALSA 1.0.8) loads
> > > the audio but not the midi portion of the soundcard. 
> > > In order to get the midi modules loaded (snd-seq-midi
> > > etc.), I have to manually run "alsaconf", which
> > > requires human intervention for me to accept the
> > > soundcard it found by probing, and also accepting the
> > > choice for alsaconf to modify /etc/modprobe.d/sound
> > > and /etc/modprobe.conf.
> > 
> > Before you think too hard, try the newest ALSA (1.0.9-rc3).  There
> > was some kind of bug in 1.0.8 where snd-seq-midi had to be loaded
> > manually.
> 
> does the above means that drivers for card with a midi chip will
> trigger the loading of appropriate midi sub modules?
> 

Yes, that was the nature of the bug IIRC.

Lee



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-19 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-18 18:30 How to autoconfigure MIDI in liveCD? airplays55
2005-05-18 18:37 ` Lee Revell
2005-05-19 17:20   ` Thierry Vignaud
2005-05-19 17:22     ` Lee Revell

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.