[SOLVED] My sound card is not being detected by Debian 8 (Alsa and Pulseaudio)
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
My sound card is not being detected by Debian 8 (Alsa and Pulseaudio)
I'm not so good in the use of Linux, since I am just 12 and TRYING to, so I would like you to as friendly as possible even though I'm sort of "noob".
Anyways, recently I started up my computer after a 3/4 week vacation and my sound wasn't working! I checked pavucontrol and all I saw was Dummy Output without a profile, whenever I checked "Configuration" I saw "No cards available for configuration."
Post what terminal spits out in code tags (# symbol in toolbar of reply box) in the advanced reply window.
Code:
cat /proc/asound/cards
Code:
lspci -v | grep -i audio
Code:
aplay list-devices
And if you type in
Code:
alsamixer
Does the F6 key show your sound card from the previous commands given?
Good luck with it.
I attached a screenshot, I would usually type this out, but my terminal doesn't let me copy and paste and LinuxQuestions didn't post what I replied to you, so yeah.
Code:
#alsamixer
F6 and alsamixer replies with:
-(default)
enter device name
Thanks for replying and your motivation to help me
You should be able to copy and paste in your threads here.
While looking in your screenshot and typing out meticulously
your screenshot readout. I got kicked out of this thread so
this is a start over.
You have 2 sound chips on your laptop. Intel C200 and Radeon/ATI 5000 series.
You should be able to copy and paste in your threads here.
While looking in your screenshot and typing out meticulously
your screenshot readout. I got kicked out of this thread so
this is a start over.
You have 2 sound chips on your laptop. Intel C200 and Radeon/ATI 5000 series.
What is the model of your laptop?
Well, it's a Desktop PC and I built it myself.
I have an intel moherboard and an AMD Radeon Graphics card
The IntelC200 is what I use, the Radeon 5650 is the DVI/HDMI output for if your monitor has speakers.
BTW, Sorry for replying so late everytime. I'm sort of helping friends (A LOT) while looking for an answer to my sound not working.
The lsmod command lists the loaded kernel modules, which are similar to Windows drivers. The grep command searches its input for a string. In this case, we're searching for "snd_hda_intel" which is the name of the Intel HD Audio kernel module. The "|" is called a pipe, and that's what sends the output of lsmod into the input of grep.
When you tried to copy from the terminal, did you use CTRL+C or did you right-click -> copy? CTRL+C doesn't work; that key combo is used to stop running commands in the terminal.
The lsmod command lists the loaded kernel modules, which are similar to Windows drivers. The grep command searches its input for a string. In this case, we're searching for "snd_hda_intel" which is the name of the Intel HD Audio kernel module. The "|" is called a pipe, and that's what sends the output of lsmod into the input of grep.
When you tried to copy from the terminal, did you use CTRL+C or did you right-click -> copy? CTRL+C doesn't work; that key combo is used to stop running commands in the terminal.
I tried to right click, but nothing happens, I tried CTRL+SHIFT+C what is also used, nothing happens (yes I am aware of what the CTRL+C does).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.