How to reload audio, was working (20.04.1 LTS) and has now stopped working
My audio was working fine ... on lastest startup it stopped working ... it seems I have no drivers?
dvb@dvb-server:~$ inxi -A
Audio:
Device-1: Intel 5 Series/3400 Series High Definition Audio driver: N/A
Device-2: NVIDIA GF104 High Definition Audio driver: N/A
I've tried all the alsa and pulse audio fixes, I've tried the in BIOS->disable audio, reboot, bios->enable audio reboot ... nothing seems to work.
I've run the alsa-info.sh command and the resulting upload is: http://
Would really love some help trying to get this working again ... thanks!
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- 2021-01-19
- Last query:
- 2021-01-19
- Last reply:
- 2021-01-18
Manfred Hampl (m-hampl) said : | #1 |
What is the output of the commands
dpkg -l | grep -i hwe
dpkg -l | grep ' linux-'
David Barragan (elhanan) said : | #2 |
dvb@dvb-server:~$ dpkg -l | grep -i hwe
dvb@dvb-server:~$ dpkg -l | grep ' linux-'
ii linux-base 4.5ubuntu3.1 all Linux image base package
ii linux-firmware 1.187.8 all Firmware for Linux kernel drivers
ii linux-generic 5.4.0.62.65 amd64 Complete Generic Linux kernel and headers
ii linux-headers-
ii linux-headers-
ii linux-headers-
rc linux-image-
rc linux-image-
rc linux-image-
ii linux-image-
rc linux-image-
ii linux-image-
ii linux-image-
ii linux-image-generic 5.4.0.62.65 amd64 Generic Linux kernel image
ii linux-libc-
rc linux-modules-
rc linux-modules-
rc linux-modules-
ii linux-modules-
rc linux-modules-
ii linux-modules-
ii linux-modules-
rc linux-modules-
rc linux-modules-
rc linux-modules-
ii linux-modules-
rc linux-modules-
rc linux-modules-
rc linux-modules-
ii linux-modules-
ii linux-modules-
ii linux-sound-base 1.0.25+
dvb@dvb-server:~$
|
#3 |
I agree with your assumption that the driver package is missing.
It is not clear to me what the reason was for upgrading from the 5.4.0-* to the 5.8.0-* version of the kernel.
For solving the problem I suggest installing the package linux-modules-
Try
sudo apt install linux-image-
David Barragan (elhanan) said : | #4 |
Thanks Manfred Hampl, that solved my question.
Paul Omernik (leviathor) said : | #5 |
I can confirm that installation of linux-image-
inxi -A
Audio: Device-1: Intel 100 Series/C230 Series Family HD Audio driver: snd_hda_intel
Sound Server: ALSA v: k5.8.0-38-generic
Thank you, Manfred.