Borsenkow Andrej <[EMAIL PROTECTED]> writes:
> > > > > module(s) loaded without problems - but still no sound under
> > > > > KDE (error says error initializing /dev/dsp - can't be
> > > > > opened (No such file or directory)
> > > >
> > > > restart artsd ?
> > >
> > > Tried it, but no go - there appears to be no /dev/dsp device
> > > only this:
> >
> > modprobe snd-pcm-oss
> >
> >
> > the clean way is to add:
> >
> > above snd-card-cs461x snd-pcm-oss
> >
> > in modules.conf
>
> Why is it loaded sometimes and not the other? I never had these
> problems, it always has been loaded. I never had these weird lines
> in modules.conf put there by sndconfig; I just use
>
> alias snd-card-0 snd-card-...
>
> and everything works ...
have you enabled alsa service ?
the important part of this script is :
for i in mixer pcm seq ; do /sbin/modprobe snd-${i}-oss &>/dev/null; done
which load oss compatibility modules