https://bugzilla.novell.com/show_bug.cgi?id=768361 https://bugzilla.novell.com/show_bug.cgi?id=768361#c12 --- Comment #12 from Robert Milasan <rmilasan@suse.com> 2012-06-28 11:53:06 UTC --- Well, in my opinion should be a default setup in /etc/modprobe.d/50-sound.conf install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; } install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; } (this example is taken from Ubuntu) doesn't mean it has to be exactly like this, but a similar idea. I've even checked Fedora and seems to have the same issue with /dev/mixer /dev/dsp and /dev/snd/seq like we do. Adding those lines in 50-sound.conf will fix the issue, or at least it should, it does fix it on openSUSE:12.2 :) If we don't wanna use 50-sound.conf, we can use a default one, something like 10-alsa-default.conf and add this to alsa package. Here is an example from openSUSE:12.2: openSUSE 12.2 Beta 2 (i586) VERSION = 12.2 CODENAME = Mantis robert@hp-mini:~> ls -l /dev/snd/ /dev/dsp /dev/mixer crw-rw----+ 1 root audio 14, 3 Jun 28 13:48 /dev/dsp crw-rw----+ 1 root audio 14, 0 Jun 28 13:48 /dev/mixer /dev/snd/: total 0 drwxr-xr-x 2 root root 60 Jun 28 13:48 by-path crw-rw----+ 1 root audio 116, 5 Jun 28 13:48 controlC0 crw-rw----+ 1 root audio 116, 4 Jun 28 13:48 hwC0D0 crw-rw----+ 1 root audio 116, 3 Jun 28 13:48 pcmC0D0c crw-rw----+ 1 root audio 116, 2 Jun 28 13:49 pcmC0D0p crw-rw----+ 1 root audio 116, 1 Jun 28 13:47 seq crw-rw----+ 1 root audio 116, 33 Jun 28 13:47 timer This example is with the above configuration added to 50-sound.conf. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.