I have a computer with no access to internet, however, lubuntu 18.04 (also tried with lubuntu 20.04) does not produce sound. It keeps saying "no dummy output". While on a computer with internet access I downloaded "Cube-Get" and downloaded the DKMS package , which included all of the dependencies. I moved the dependencies for the dkms package on to a USB and transferred it to my computer with no internet. While installing , it halted because of broken dependencies.
The reason im installing dkms package is because I need the snd-hda-intel driver.
Does anyone have any ideas on how I can navigate this problem?
snd-hda-intel
) to work anyway; but we have few details.. Lubuntu 18.04 LTS with what stack? GA kernel? HWE kernel? and which kernel? – guiverc Feb 25 '21 at 03:49snd_hda_intel
kernel module for it's sound, and I've not needed to install anything on any releases from 14.04 (trusty) up to current hirsute (what will be Lubuntu 21.04 when it's released). Same for other boxes that use the intel cards; as intel add the code needed to the open source linux kernel (usually only newer high-end graphics needs special drivers, or cheap wireless) – guiverc Feb 25 '21 at 03:58sudo lshw -C sound
wheresudo
elevates privileges,lshw
will list-hardware and -C limits output to 'sound' devices. My own output includes the detaildriver=snd_hda_intel
meaning I'm already using the snd_hda_intel kernel module (ie. driver in non-OS tech speak). That driver is generic & open source. – guiverc Feb 25 '21 at 04:26Also, you might give this a try: https://askubuntu.com/questions/914463/dummy-output-no-sound-in-ubuntu-16-04
– Camicri Feb 25 '21 at 09:25