D
D
Dmitry Amelchenko2015-11-27 12:21:04
linux
Dmitry Amelchenko, 2015-11-27 12:21:04

How to fix sound in linux?

in a nutshell, I decided to install firewood for the sound from the sources

./configure --with-cards=hda-intel && make && make install
then something went wrong, I tried to install it several times again and as it happens you start to quickly reap everything without delving into the essence, pulling commands from different resources. As a result, the snd-hda-intel kernel module, which was originally used by the system, was removed. How can I return the initial state of the module tree in /lib/modules ? Initially, everything worked, just with some glitches in terms of sound, a rare controller on the Asus ROG motherboard, I wanted to fix it. Ubuntu 15.10 x64

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Tsilyurik, 2015-11-27
@Olej

As a result, the snd-hda-intel kernel module, which was originally used by the system, was removed.

If you are sure that this is the case, then:
1. it is unlikely that you deleted the module file (this requires a lot of skill ;-) ), probably just unloaded it...
2. try to load:
$ sudo modprobe snd-hda-intel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question