On Fri, 22 May 2015, Sven Arvidsson wrote:

Are the sound modules loaded? I'm guessing snd_hda_intel for the Intel
stuff, and other snd_ for the rest of the hardware.

  after boot, no:
-> lsmod | grep snd
   (empty output)
-> ls /proc/asound
    ls: cannot access /proc/asound: No such file or directory

after: -> modprobe snd-emu10k1:
-> lsmod | grep snd
   snd_emu10k1_synth      12923  0
   snd_emux_synth         32071  1 snd_emu10k1_synth
   snd_seq_midi_emul      12678  1 snd_emux_synth
   snd_seq_virmidi        12948  1 snd_emux_synth
   snd_emu10k1           129764  1 snd_emu10k1_synth
   snd_util_mem           12659  2 snd_emux_synth,snd_emu10k1
   snd_hwdep              12906  2 snd_emux_synth,snd_emu10k1
   snd_ac97_codec         96151  1 snd_emu10k1
   snd_pcm_oss            44124  0
   snd_mixer_oss          21822  1 snd_pcm_oss
   snd_pcm                78128  3 snd_pcm_oss,snd_ac97_codec,snd_emu10k1
   snd_seq_midi           12744  0
   snd_seq_midi_event     13124  2 snd_seq_virmidi,snd_seq_midi
   snd_rawmidi            22284  3 snd_seq_virmidi,snd_emu10k1,snd_seq_midi
   snd_seq                51555  5 
snd_seq_midi_event,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_midi
   snd_seq_device         12980  5 
snd_seq,snd_rawmidi,snd_emu10k1_synth,snd_emu10k1,snd_seq_midi
   snd_timer              22010  3 snd_pcm,snd_seq,snd_emu10k1
   snd                    55101  12 
snd_pcm_oss,snd_ac97_codec,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_seq_device,snd_mixer_oss
   soundcore              12890  1 snd
   ac97_bus               12462  1 snd_ac97_codec

->ls /proc/asound
     cards  devices  hwdep  modules  oss  pcm  seq  timers  version

->cat /proc/asound/cards
    --- no soundcards ---

what is strange is that the file /etc/modprobe.d/alsa-base.conf is not used,
as it actually contains a line:
     install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { 
/sbin/modprobe --quiet snd-emu10k1-synth ; : ; }

cheers,
--
Pierre Frenkiel


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.11.1505222140030.13...@pfr2.frenkiel-hure.net

Reply via email to