LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-19-2024, 06:28 PM   #1
Shuffle
LQ Newbie
 
Registered: May 2024
Posts: 7

Rep: Reputation: 2
Audio stopped working after kernel upgrade (Slackware 15)


Hello, my sound stopped working after I upgrade de kernel, anyone could help me? I am a linux mint user trying to learn more about linux with slackware. Thank you all.
 
Old 05-19-2024, 09:59 PM   #2
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 796

Rep: Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913
What steps did you take to upgrade your kernel? Was it along with the usual mass upgrade steps like:
Code:
slackpkg update
slackpkg install-new
slackpkg upgrade-all
slackpkg clean-system
Do you take any special precautions around blacklisting kernel packages and doing manual upgrades? Perhaps you missed upgrading the kernel-modules with the kernel? Maybe see what the following reports to make sure you have modules from the same version as the running kernel installed?
Code:
find /var/lib/pkgtools/packages/ -name "kernel*$(uname -r)*"
Some info about your audio device and sound server might be helpful. Whats the output of:
Code:
inxi -A
Anything suspicious about audio devices/drivers in the output of dmesg?
 
Old 05-28-2024, 09:11 PM   #3
Shuffle
LQ Newbie
 
Registered: May 2024
Posts: 7

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by 0XBF View Post
What steps did you take to upgrade your kernel? Was it along with the usual mass upgrade steps like:
Code:
slackpkg update
slackpkg install-new
slackpkg upgrade-all
slackpkg clean-system
Do you take any special precautions around blacklisting kernel packages and doing manual upgrades? Perhaps you missed upgrading the kernel-modules with the kernel? Maybe see what the following reports to make sure you have modules from the same version as the running kernel installed?
Code:
find /var/lib/pkgtools/packages/ -name "kernel*$(uname -r)*"
Some info about your audio device and sound server might be helpful. Whats the output of:
Code:
inxi -A
Anything suspicious about audio devices/drivers in the output of dmesg?



Hello, thank you for answer. I didnīt use slackpkg clean-system (didnt know about this command), and didnīt take any precations about blacklisting kernel upgrade. And Iḿ really sorry for that. About dmesg didnt see anything about sound, but looks like it is with lots of errors.


Code:
root@darkstar:~# find /var/lib/pkgtools/packages/ -name "kernel*$(uname -r)*"
/var/lib/pkgtools/packages/kernel-source-5.15.145-noarch-1
/var/lib/pkgtools/packages/kernel-headers-5.15.145-x86-1
/var/lib/pkgtools/packages/kernel-generic-5.15.145-x86_64-1
/var/lib/pkgtools/packages/kernel-modules-5.15.145-x86_64-1
/var/lib/pkgtools/packages/kernel-huge-5.15.145-x86_64-1



root@darkstar:~# inxi -A
Audio:
  Device-1: Intel 7 Series/C216 Family High Definition Audio
    driver: snd_hda_intel
  Sound Server-1: ALSA v: k5.15.145 running: yes
  Sound Server-2: PulseAudio v: 15.0 running: yes
 
Old 05-28-2024, 09:16 PM   #4
friendlysalmon8827
Member
 
Registered: Dec 2023
Distribution: Anfroid,Debian
Posts: 135

Rep: Reputation: 7
I't would also help ius be better able to diagnose and solve the OPs problems if he/she would post log files either via a service like pastebin.com or via use of the code flags on the LQ forums.
 
Old 05-28-2024, 09:50 PM   #5
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 796

Rep: Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913
Everything looks in order as far as having all the kernel packages up to date, the kernel driver is in use, alsa is running, and you are using pulseaudio. You should be getting sound...

Are you running in a desktop environment? Or only on the command line? If its just command line did you look through 'alsamixer' (pulseaudio master slider or mute button, and soundcard output sliders and mute buttons on the F6 pane). I've sometimes had the mute toggled after swapping outputs around. Otherwise if you're in a desktop environment, run pavucontrol and do a similar check over that.
 
Old 05-30-2024, 06:26 AM   #6
j12i
Member
 
Registered: Nov 2013
Location: UTC+1
Distribution: Slackware64 15.0
Posts: 163

Rep: Reputation: Disabled
did you update your initrd after upgrading the kernel?
 
Old 05-31-2024, 10:42 AM   #7
Shuffle
LQ Newbie
 
Registered: May 2024
Posts: 7

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by friendlysalmon8827 View Post
I't would also help ius be better able to diagnose and solve the OPs problems if he/she would post log files either via a service like pastebin.com or via use of the code flags on the LQ forums.
I didnīt know about pastebin.com, sorry, but it isnīt oppening the site now, I will try it later.



Quote:
Originally Posted by 0XBF View Post
Everything looks in order as far as having all the kernel packages up to date, the kernel driver is in use, alsa is running, and you are using pulseaudio. You should be getting sound...

Are you running in a desktop environment? Or only on the command line? If its just command line did you look through 'alsamixer' (pulseaudio master slider or mute button, and soundcard output sliders and mute buttons on the F6 pane). I've sometimes had the mute toggled after swapping outputs around. Otherwise if you're in a desktop environment, run pavucontrol and do a similar check over that.
I'm running kde, pavucontrol looks fine. But alsamixer looks like the wrong card is selected, I figuring how to change.


Quote:
Originally Posted by j12i View Post
did you update your initrd after upgrading the kernel?
Yes, after the kernel upgrade I didnīt paid attention to the message about initrd, needed to run a iso to correct my mistake.


I'm almost giving up and formatting again, but I am trying to learn how to correct first.
 
1 members found this post helpful.
Old 05-31-2024, 11:30 AM   #8
Shuffle
LQ Newbie
 
Registered: May 2024
Posts: 7

Original Poster
Rep: Reputation: 2
I resolved to try KDE with root user and the sound back again. Before going back KDE with a user account I did a xwmconfig change kde to fluxbox and back to kde and the sound is back again. Don't know why. Thank you all for the help.
 
1 members found this post helpful.
  


Reply

Tags
kernel upgrade, sound broken



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Audio stopped working after upgrade to F36 regervin Fedora 1 07-11-2022 01:30 PM
sysinfo:/ stopped working after atomatic upgrade of the kernel in SuSE 10.3 riba43 SUSE / openSUSE 9 10-18-2007 12:00 PM
Solved - scanner stopped working after kernel upgrade jlinkels Linux - Hardware 0 12-13-2006 08:26 AM
audio stopped working on Etch with new kernel upgrade johnMG Debian 5 02-25-2006 03:37 PM
vmware stopped working after a kernel upgrade bruno buys Linux - Software 2 06-21-2004 07:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration