Package: oss-compat
Version: 0.0.4+nmu1
Severity: normal

Somehow the snd-*-oss modules are not loaded at boot time:

,----
| % lsmod | grep ^snd
| snd_intel8x0           25564  0 
| snd_ac97_codec         86880  1 snd_intel8x0
| snd_pcm                54600  2 snd_intel8x0,snd_ac97_codec
| snd_timer              16644  1 snd_pcm
| snd                    42340  4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
| snd_page_alloc          7624  2 snd_intel8x0,snd_pcm
`----

Naturally, /dev/audio and /dev/dsp don't exist either.  Manually loading
the modules works and creates the devices, though:

,----
| % su
| Passwort: 
| # modprobe snd-seq-oss && modprobe snd-mixer-oss && modprobe snd-pcm-oss
| # exit
| % lsmod | grep ^snd
| snd_pcm_oss            31072  0 
| snd_mixer_oss          12160  1 snd_pcm_oss
| snd_seq_oss            23872  0 
| snd_seq_midi_event      6144  1 snd_seq_oss
| snd_seq                38160  4 snd_seq_oss,snd_seq_midi_event
| snd_seq_device          6220  2 snd_seq_oss,snd_seq
| snd_intel8x0           25564  0 
| snd_ac97_codec         86880  1 snd_intel8x0
| snd_pcm                54600  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
| snd_timer              16644  2 snd_seq,snd_pcm
| snd                    42340  9 
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
| snd_page_alloc          7624  2 snd_intel8x0,snd_pcm
`----


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26.5-libata
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages oss-compat depends on:
ii  module-init-tools             3.4-1      tools for managing Linux kernel mo

oss-compat recommends no packages.

oss-compat suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to