This is frustrating. I had it working a couple of weeks ago but now I
can't get it to register the sequencer port. Can anyone see what I am
missing?

Kernel-2.4.10
latest cvs
When I compiled the alsa-driver I used --with-cards=cmipci
--with-sequencer=yes

This is my /etc/modules.conf file
-------
# ALSA portion
 alias char-major-116 snd
 alias snd-card-0 snd-card-cmipci
 alias snd-card-1 snd-card-cmipci
 options snd-card-cmipci snd_index=0,1 snd_id="phones","mix1"
snd_enable_midi=1 \ snd_enable_fm=1
 post-install snd-card-intel8x0 /usr/sbin/alsactl restore 0 1 
 pre-remove snd-card-intel8x0 /usr/sbin/alsactl store 0 1 
 

# OSS/Free portion
 alias char-major-14 soundcore

# cmipci
 alias sound-slot-0 snd-card-0
 alias sound-service-0-0 snd-mixer-oss
 alias sound-service-0-1 snd-seq-oss
 alias sound-service-0-3 snd-pcm-oss
 alias sound-service-0-8 snd-seq-oss
 alias sound-service-0-12 snd-pcm-oss

# cmipci
 alias sound-slot-1 snd-card-1
 alias sound-service-1-0 snd-mixer-oss
 alias sound-service-1-1 snd-seq-oss
 alias sound-service-1-3 snd-pcm-oss
 alias sound-service-1-8 snd-seq-oss
 alias sound-service-1-12 snd-pcm-oss


alias snd-synth-midi snd-seq-midi
alias snd-seq-midi snd-synth-opl3
-------

This is how i load the modules:

modprobe snd-card-cmipci ; modprobe snd-mixer-oss; modprobe snd-pcm-oss;
modprobe snd-seq-oss ; modprobe snd-synth-opl3
------

but still I get this from cat /proc/asound/sndstat :

Sound Driver:3.8.1a-980706 (ALSA v0.9.0beta10 emulation code)
Kernel: Linux mahine 2.4.10 #1 Mon Dec 10 01:13:59 KST 2001 i686
Config options: 0

Installed drivers: 
Type 10: ALSA emulation

Card config: 
C-Media PCI CMI8738 (model 37) at 0xb400, irq 9
C-Media PCI CMI8738 (model 37) at 0xb000, irq 11

Audio devices:
0: C-Media PCI DAC/ADC (DUPLEX)
1: C-Media PCI DAC/ADC (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers:
0: mixer00
1: mixer10
---------

cat /proc/asound/cards
0 [card0          ]: CMI8738 - C-Media PCI CMI8738
                     C-Media PCI CMI8738 (model 37) at 0xb400, irq 9
1 [card1          ]: CMI8738 - C-Media PCI CMI8738
                     C-Media PCI CMI8738 (model 37) at 0xb000, irq 11

Shouldn't card0 and card1 be the details passed to snd_id= in the
modules.conf file?


-- 
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