andrew cooke wrote:
> 
> Hi,
> 
> I have the Audiophile card working find for audio, but it does not appear as
> a midi device in the KDE control centre.
> 
> Are there any midi -related options that I need to set for alsactl?  As far
> as I can tell, everything is OK (output from lsmod and /proc/asound/devices
> below).  I have no options or aliases set for midi in modutils.
> 
> Why doesn't anything appear ini the KDE panel?  What is the best way to test
> this?  I've never used Midi before (from Linux).
> 

What is the output of cat /proc/asound/sndstat ?

You need to pass parameters to /etc/modules.conf file. Find them in the
alsa-howto for your card.

eg.

# ALSA portion
 alias char-major-116 snd
# alias snd-card-0 snd-card-intel8x0
 alias snd-card-0 snd-card-cmipci
 alias snd-card-1 snd-card-cmipci
 options snd-card-cmipci snd_index=0,1 snd_id="first","second"
snd_enable_midi=1 snd_enable_fm=1


Note the last two.


> Thanks,
> Andrew
> 
> andrew@tonto:~/pkg$ cat /proc/asound/devices
>   0: [0- 0]: ctl
>   8: [0- 0]: raw midi
>  16: [0- 0]: digital audio playback
>  24: [0- 0]: digital audio capture
>   1:       : sequencer
>  33:       : timer
> 
> tonto:/etc/modutils# lsmod
> Module                  Size  Used by    Tainted: P
> snd-pcm-oss            45472   0  (autoclean)
> snd-mixer-oss          11616   0  (autoclean) [snd-pcm-oss]
> snd-seq-midi            4320   0  (autoclean) (unused)
> snd-seq-midi-event      3144   0  (autoclean) [snd-seq-midi]
> snd-seq                45388   0  (autoclean) [snd-seq-midi
> snd-seq-midi-event]
> NVdriver              721984  14  (autoclean)
> ipt_REJECT              2752   1  (autoclean)
> ipt_LOG                 3200   9  (autoclean)
> ipt_state                608  26  (autoclean)
> ipt_limit               1088   1  (autoclean)
> iptable_filter          1760   0  (autoclean) (unused)
> ip_conntrack_ftp        3680   0  (unused)
> ip_conntrack           21484   2  [ipt_state ip_conntrack_ftp]
> ip_tables              13312   5  [ipt_REJECT ipt_LOG ipt_state ipt_limit
> iptable_filter]
> snd-card-ice1712       38528   2
> snd-pcm                62432   2  [snd-pcm-oss snd-card-ice1712]
> snd-timer              13376   0  [snd-seq snd-pcm]
> snd-mpu401-uart         3792   0  [snd-card-ice1712]
> snd-rawmidi            15456   0  [snd-seq-midi snd-mpu401-uart]
> snd-seq-device          4352   0  [snd-seq-midi snd-seq snd-rawmidi]
> snd-cs8427              4748   0  [snd-card-ice1712]
> snd-i2c                 2472   0  [snd-card-ice1712 snd-cs8427]
> snd-ac97-codec         25408   0  [snd-card-ice1712]
> snd                    34824   4  [snd-pcm-oss snd-mixer-oss snd-seq-midi
> snd-seq-midi-event snd-seq snd-card-ice1712 snd-pcm snd-timer snd-mpu401-uart
> snd-rawmidi snd-seq-device snd-cs8427 snd-i2c snd-ac97-codec]
> 8139too                14144   1
> 
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user

-- 
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com - For the discerning hardware connoisseur.
http://www.boosthardware.com/LAU/Linux_Audio_Users_Guide/
=======================================================================

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

Reply via email to