[Alsa-user] alsa not seeing sound cards
Kernel 5.0.17 alsa-lib 1.1.9 # aplay -l aplay: device_list:272: no soundcards found... # lspci | grep -i audio 00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02) 02:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1) Any idea why alsa is not seeing these sound cards? Seems to be intermittent. One boot they will be seen and yet a subsequent boot they will not. Happy to provide any other info needed. Cheers, b. signature.asc Description: This is a digitally signed message part ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] alsa not seeing sound cards
Brian J. Murrell wrote: > # aplay -l > aplay: device_list:272: no soundcards found... Are the sound drivers loaded? (see the output of "lsmod") Are the devices accessible? (see "ls -l /dev/snd/") Regards, Clemens ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] alsa not seeing sound cards
On Fri, 2019-06-14 at 16:02 +0200, Clemens Ladisch via Alsa-user wrote: > Brian J. Murrell wrote: > > # aplay -l > > aplay: device_list:272: no soundcards found... > > Are the sound drivers loaded? (see the output of "lsmod") Sorry, I did check that before my previous message but forgot to include the output: # lsmod | grep snd snd_seq86016 0 snd_seq_device 16384 1 snd_seq snd_pcm 118784 0 snd_timer 40960 2 snd_seq,snd_pcm snd94208 4 snd_seq,snd_seq_device,snd_timer,snd_pcm soundcore 16384 1 snd > Are the devices accessible? (see "ls -l /dev/snd/") And checked that: # ls -l /dev/snd total 0 crw-rw+ 1 root audio 116, 1 Jun 14 07:30 seq crw-rw+ 1 root audio 116, 33 Jun 14 07:30 timer Nothing at all suspect in dmesg either. Cheers, b. signature.asc Description: This is a digitally signed message part ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] alsa not seeing sound cards
On 14/06/2019 15:32, Brian J. Murrell wrote: On Fri, 2019-06-14 at 16:02 +0200, Clemens Ladisch via Alsa-user wrote: Brian J. Murrell wrote: # aplay -l aplay: device_list:272: no soundcards found... Are the sound drivers loaded? (see the output of "lsmod") Sorry, I did check that before my previous message but forgot to include the output: # lsmod | grep snd snd_seq86016 0 snd_seq_device 16384 1 snd_seq snd_pcm 118784 0 snd_timer 40960 2 snd_seq,snd_pcm snd94208 4 snd_seq,snd_seq_device,snd_timer,snd_pcm soundcore 16384 1 snd You appear to be missing: snd-hda-intel Try "modprobe snd-hda-intel" and see if that helps. It should be automatically detecting it, but the modprobe is a good test. Kind Regards James ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] alsa not seeing sound cards
On Fri, 2019-06-14 at 15:59 +0100, James wrote: > You appear to be missing: snd-hda-intel Technically, yes, but I'm not actually interested in the Intel sound device but rather the nvidia one which is an HDMI port. > Try "modprobe snd-hda-intel" and see if that helps. At least as a debugging step, indeed: # modprobe snd-hda-intel # aplay -l List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 Oh, and there are the nvidia devices also. > It should be automatically detecting it, but the modprobe is a good > test. Agreed. So why not autoloading it all of a sudden? Cheers, b. signature.asc Description: This is a digitally signed message part ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user