Kernel 2.1.24 does not appear to have sound turned on. To fix this, execute the sndvolmix command (add these lines to /etc/rc.d/rc.local to do this automatically at boot):
if [ -x /sbin/sndvolmix ]; then
echo "sound on - level 5 volume" >> /etc/issue
/sbin/sndvolmix -c 5
fi