[K12OSN] via82xx sound (or lack thereof)

Miguel Armas kuko at canarytek.com
Fri May 22 21:21:31 UTC 2009


2009/5/22 William Fragakis <william at fragakis.com>:
...
> The confounding part is that sound works fine when I boot from an F10 or
> F9 live cd. It just doesn't as a thin client.
>
> All my alsa and pulse libraries in the chroot are up to date (F10).

Recently I had a similar problem with pulseaudio. everything seemed to
work, but I didn't get any sound. Then I realized pulseaudio was using
null_sink, which throws all sound to the sink. It only uses null_sink
when no other usable sound device is detected, but alsa was working...
Then I saw the problem was that the pulse user (which runs pulseaudio)
didn't have permissions to open /dev/snd/* so I added the following
code to the /opt/ltsp/i386/usr/share/ltsp/ltsp-init-common
initialization script, just before running pulseaudio:
--
# Detect and report a common problem with thin clients
if [ -d /dev/snd ]; then
   chown pulse /dev/snd/*
fi
--

I don't know if this problem is specific of my setup or it's a real
bug, anyway I wasn't brave enough to file a bug report because I'm
pretty new to LTSP

Salu2!
-- 
Miguel Armas <kuko at canarytek.com>
CanaryTek Consultoria y Sistemas SL




More information about the K12OSN mailing list