no sound on F11, F12 and now F13 but sound on Omega 12 live??? wtf??
On Tuesday, July 06, 2010 08:38:38 am Bill Davidsen wrote:
> Rick Sewill wrote:
> > On 07/05/2010 10:23 PM, Rick Sewill wrote:
> .
>
> > I am wondering if OSS is enabled on your system.
> >
> > Please look for things related to OSS in
> > /etc/modprobe.conf (if it exists)
> > and /etc/modprobe.d
> > Please make sure the line in /etc/modprobe.d/dist-oss.conf is
> > commented out.
> >
> > Please do, lsmod | grep snd
> > Please make sure there is nothing like snd-pcm-oss or snd-seq-oss
> > installed.
>
> I think you have this totally backward. There are many applications which
> use the /dev/dsp* devices, and which will produce no sound unless they are
> present. In fact, I think the majority of older hardware does not have
> support for sound other than oss. As I look at my newest TV card it has
> stuff in /dev/dvb, while the other 4-5 cards which have been happily in
> use do not.
>
> To test (as root):
> modprobe -v snd-pcm-oss
> {test applications for sound here}
also
[root@davehost core]# pwd
/lib/modules/2.6.33.5-124.fc13.x86_64/kernel/sound/core
[root@davehost core]# ls
oss snd-hrtimer.ko snd.ko snd-pcm.ko snd-timer.ko
seq snd-hwdep.ko snd-page-alloc.ko snd-rawmidi.ko
[root@davehost core]#
dist-oss.conf has the module load line commented out,
and
[root@davehost modprobe.d]# cat dist-alsa.conf
# ALSA Sound Support
#
# We want to ensure that snd-seq is always loaded for those who want to use
# the sequencer interface, but we can't do this automatically through udev
# at the moment...so we have this rule (just for the moment).
#
# Remove the following line if you don't want the sequencer.
>
> A lot of people have functional old hardware they can't replace, for
> financial or technical reasons. That's why there is oss support, to
> support the hardware which needs it.