All of lore.kernel.org
 help / color / mirror / Atom feed
* open /dev/snd/seq failed
@ 2006-06-11 13:21 John Rigg
  2006-06-11 13:26 ` John Rigg
  2006-06-11 17:11 ` Lee Revell
  0 siblings, 2 replies; 10+ messages in thread
From: John Rigg @ 2006-06-11 13:21 UTC (permalink / raw)
  To: alsa-devel

I just compiled alsa-lib, alsa-tools and alsa-utils 1.0.11
on a new Debian Etch amd64 installation and keep getting the following error
message from apps that try to connect to the sequencer:

ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
can't open sequencer

This is with Debian 2.6.15-1 kernel and with kernel.org 2.6.16.20 (compiled
using Debian .config but with CONFIG_PREEMPT=y).

Contents of /dev/snd:

controlC0 controlC1 controlC2 midiC0D0 midiC1D0 midiC2D0
pcmC0D0c pcmC0D0p pcmC1D0c pcmC1D0p pcmC2D0c pcmC2D0p timer

lsmod:

snd_ice1712            67360  0 
snd_ice17xx_ak4xxx      6720  1 snd_ice1712
snd_ak4xxx_adda         9216  2 snd_ice1712,snd_ice17xx_ak4xxx
snd_cs8427             12672  1 snd_ice1712
snd_ac97_codec        103868  1 snd_ice1712
snd_pcm                96008  2 snd_ice1712,snd_ac97_codec
snd_timer              27336  1 snd_pcm
snd_page_alloc         13904  1 snd_pcm
snd_ac97_bus            4928  1 snd_ac97_codec
snd_i2c                 8192  2 snd_ice1712,snd_cs8427
snd_mpu401_uart        10432  1 snd_ice1712
snd_rawmidi            29664  1 snd_mpu401_uart
snd_seq_device         11792  1 snd_rawmidi
joydev                 13120  0 
evdev                  13952  0 
shpchp                 47008  0 
snd                    62304  10 snd_ice1712,snd_ak4xxx_adda,snd_cs8427,snd_ac97_codec,snd_pcm,snd_timer,snd_i2c,snd_mpu401_uart,snd_rawmidi,snd_seq_device

There are three ice1712 cards (Delta 1010s) installed.
The kernel config contains the following:

# Linux kernel version: 2.6.15-1-amd64-k8-smp
...
CONFIG_SND=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_GENERIC_DRIVER=y
#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
...

Everything (jackd, Ardour) works fine except the sequencer.
Although this is AMD64 SMP the RTCs sync properly (two single core
Opterons, not dual core). Any ideas?


John

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

end of thread, other threads:[~2006-06-12 17:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-11 13:21 open /dev/snd/seq failed John Rigg
2006-06-11 13:26 ` John Rigg
2006-06-11 17:11 ` Lee Revell
2006-06-11 18:30   ` John Rigg
2006-06-11 19:51     ` Lee Revell
2006-06-12  8:09       ` John Rigg
2006-06-12 14:51         ` Lee Revell
2006-06-12 17:12           ` John Rigg
2006-06-12 10:57       ` Takashi Iwai
2006-06-12 13:27       ` Matthias Koenig

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.