Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
01-22-2020, 09:17 PM
|
#1
|
LQ Newbie
Registered: Jan 2020
Posts: 11
Rep: 
|
No Sound After A Linux Kernel Update
So I updated the Linux kernel from 5.4.12 to 5.4.13, after I updated the kernel, I don't hear any sound.
Is there any way to solve this?
|
|
|
01-22-2020, 09:33 PM
|
#2
|
Senior Member
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631
|
Hello 100000EE!
Unfortunately, very few of us here at LQ.org are psychic. You're going to have to provide us with as much info as you can when you ask questions like this if you really want someone to attempt to help you.
What kind of info, you ask? Well, simple things for starters...
- your operating system?
- what version?
- how did you update?
- sound device info?
- et cetera...
The more info you can provide, the quicker and more easily folks here who would like to help you can actually do so.
Regards,
~Eric
|
|
|
01-22-2020, 09:50 PM
|
#3
|
Moderator
Registered: Mar 2008
Posts: 22,361
|
You should still have the ability to boot to the prior kernel. Try that and see if the sound works and also what driver it is using.
It is not uncommon for kernel updates to change drivers. If all that happened is a kernel update then I'd tend to suspect that. Be sure to do a full power down and leave it for 20 minutes before rebooting just to be sure nothing is hanging up.
Last edited by jefro; 01-22-2020 at 09:51 PM.
|
|
|
01-23-2020, 02:05 AM
|
#4
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
What vtel57 said.
You updated only the kernel??? Why?
|
|
|
01-23-2020, 10:33 AM
|
#5
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,243
|
Looking at your previous posts, I see you're using Slackware current. Actually, there don't seem to be any stable distros using that kernel version. Perhaps you should be using a disto which is a little more friendly, or asking the moderators to transfer your post to the Slackware section where more people will be looking?
|
|
|
01-23-2020, 05:22 PM
|
#6
|
LQ Newbie
Registered: Jan 2020
Posts: 11
Original Poster
Rep: 
|
Quote:
Originally Posted by vtel57
Hello 100000EE!
Unfortunately, very few of us here at LQ.org are psychic. You're going to have to provide us with as much info as you can when you ask questions like this if you really want someone to attempt to help you.
What kind of info, you ask? Well, simple things for starters...
- your operating system?
- what version?
- how did you update?
- sound device info?
- et cetera...
The more info you can provide, the quicker and more easily folks here who would like to help you can actually do so.
Regards,
~Eric
|
Ok, the operating system I'm running is Slackware 15 (current).
How did I update? I compiled the kernel.
Sound device info? well, it's some integrated sound card, but when I did the aplay --list-devices command, it says this.
Quote:
aplay: device_list:272: no soundcards found...
|
|
|
|
01-23-2020, 05:59 PM
|
#7
|
Senior Member
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631
|
Hmm...
If #aplay -l gives you no output, that's not good. It should look something like this:
Code:
root@ericsbane07/home/vtel57:# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC889 Analog [ALC889 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC889 Digital [ALC889 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
Do you have inxi installed on your system?
#inxi -A
Code:
root@ericsbane07/home/vtel57:# inxi -A
Audio: Card-1 NVIDIA GF114 HDMI Audio Controller driver: snd_hda_intel
Card-2 Advanced Micro Devices [AMD/ATI] SBx00 Azalia (Intel HDA)
driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k4.4.208
When you say you compiled your own kernel, I'm assuming you mean a "custom" compile? If so, my guess is you made a boo-boo somewhere in that process. 
|
|
|
01-23-2020, 06:11 PM
|
#8
|
LQ Newbie
Registered: Jan 2020
Posts: 11
Original Poster
Rep: 
|
Quote:
Originally Posted by vtel57
Hmm...
If #aplay -l gives you no output, that's not good. It should look something like this:
Code:
root@ericsbane07/home/vtel57:# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC889 Analog [ALC889 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC889 Digital [ALC889 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
Do you have inxi installed on your system?
#inxi -A
Code:
root@ericsbane07/home/vtel57:# inxi -A
Audio: Card-1 NVIDIA GF114 HDMI Audio Controller driver: snd_hda_intel
Card-2 Advanced Micro Devices [AMD/ATI] SBx00 Azalia (Intel HDA)
driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k4.4.208
When you say you compiled your own kernel, I'm assuming you mean a "custom" compile? If so, my guess is you made a boo-boo somewhere in that process. 
|
So now I recently installed inxi on my system, here are my sound devices.
Quote:
Audio:
Device-1: Intel 82801I HD Audio driver: snd_hda_intel
Sound Server: ALSA v: k5.4.13
|
|
|
|
01-23-2020, 06:14 PM
|
#9
|
Senior Member
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631
|
If everything else is working, this is probably going to be some little stupid thing that's causing your problems. I'm going to have to think on it a bit.
Stand by for assistance from others here, possibly.
Oh, and if you solve issue in the meantime, please let us now what/how you did it. 
|
|
|
01-23-2020, 07:19 PM
|
#10
|
LQ Newbie
Registered: Jan 2020
Posts: 11
Original Poster
Rep: 
|
Quote:
Originally Posted by vtel57
If everything else is working, this is probably going to be some little stupid thing that's causing your problems. I'm going to have to think on it a bit.
Stand by for assistance from others here, possibly.
Oh, and if you solve issue in the meantime, please let us now what/how you did it. 
|
Everything else is pretty much working on my system, to be honest.
|
|
|
01-24-2020, 11:41 AM
|
#11
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by 100000EE
How did I update? I compiled the kernel.
|
Well then you have to tell us how, all steps in most excruciating detail, so we can find out together where you misconfigured something.
Actually, I won't be able to help with that, but I know that much more information is required.
Also, just compiling it does not automatically make the system use it.
|
|
|
01-24-2020, 12:36 PM
|
#12
|
Senior Member
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631
|
> Also, just compiling it does not automatically make the system use it.
Or guarantee that it will work at all. 
|
|
|
01-24-2020, 02:40 PM
|
#13
|
Moderator
Registered: Mar 2008
Posts: 22,361
|
Modprobe maybe?
|
|
|
All times are GMT -5. The time now is 03:28 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|