LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to install " REALTEK HD AUDIO CODEC " in ubuntu ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-realtek-hd-audio-codec-in-ubuntu-4175592332/)

vulopal 10-27-2016 03:20 AM

how to install " REALTEK HD AUDIO CODEC " in ubuntu ?
 
after googling over internet, I came to know to a certain extent to install REALTEK HD CODEC in ubunut. but , the process seems to me is quite difficult for such a newbie like me. the steps I followed are stated below.

1) I installed the linux version of REALTEK software from the website in a tar.gz form.

2) after navigating to the downloads directories I did not found any ./conf file to configure it.

3) I cannot use the command " make "

4) and subsequently " make install " command to install the software.

pls tell me how to install the software manually. a step by step guide for what I am looking for will be appreciated.

Keruskerfuerst 11-05-2016 08:19 AM

What Realtek audio chip do you have on your mainboard?

lspci -v | grep audio

Usually, the common Realtek audio chips are supported by ALSA.

floppy_stuttgart 11-06-2016 04:16 AM

And: why do you want to install a driver with that method? The sound is not coming out of the PC? you want to use a sound-output instead of another one? perhaps you could use the troubleshooting procedure and post few outputs here in order to understand https://help.ubuntu.com/community/So...otingProcedure

ardvark71 11-06-2016 09:28 PM

Quote:

Originally Posted by vulopal (Post 5623572)
pls tell me how to install the software manually. a step by step guide for what I am looking for will be appreciated.

Hi...

To my knowledge, this codec comes with Ubuntu and I'm sure other distributions, so you shouldn't need to install anything. Are you not getting any sound? If you would, please open a terminal and post (by copying and pasting) the results of these commands...

Code:

lspci -nnk | grep -i -A7 audio
Code:

lsmod | grep snd
Code:

aplay -l
Also, please upload a screenshot of the results of this command by using "Attach Files" under "Additional Options" (below the text window when replying to a post)...

Code:

alsamixer
Thanks! :)


All times are GMT -5. The time now is 02:24 AM.