LinuxQuestions.org
Visit Jeremy's Blog.
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 06-08-2021, 11:09 PM   #16
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72

Spent last 2 weeks working on this issue.
make sure if you have any special libraries like jacked. rebuild your alsa-plugins.
thin remove rm -rf ~/.config/pulse
and rm ~/.config/pavucontrol.ini
then reboot.
go into alsamixer find your device.
Make sure your S/PDIF are enabled click them with your mouse.
reboot.
and check again if they are not still enabled then you will have to
set /etc/rc.d/rc.alsa to executable.
Sorry Pat this is counter productive to Kwin.
But the only way for pulseaudio to see the GPU/hdmi slack sound card.
We forget Pulse needs Alsa.
Quote:
su -c "chmod +x /etc/rc.d/rc.alsa"
dmesg complains a tad.

We will keep seeing this issues till Pulseaudio is fazed out and pipwire is fazed in.
We really needed a slackware 14.3 with a gcc 8.X and a glibc well below the 2.33 we have.
That is hind sight now.
If a Slackware 15 does come out soon I do not see how or why.
The opensource community is in a huge transition.
Should have done slackware 14.3 qt5 18 months ago.
My opinion as a developer.

As for people with modern Nvidia AMD and intel APU's you may have to added it to pulseaudio static.
Had no choice on my new Gygabyte x570 ryzen 3700x cpu.
My Nvidia HDMI that I use on my 55 inch HDTV was not getting loaded same reasons.
Code:
### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink
load-module module-alsa-sink device=hw:1,7
This was to get Nvidia HDMI to load all the time.
with the hda_snd generic if you have a gpu none apu hdmi.
same for new Intel GPU cards.
Quote:
apply -l
now find your hdmi ouptut.
As you can see above mine was device=hw:1,7
how to test
aplay -D plughw:1,7 /usr/share/sounds/alsa/Front_Center.wav

pactl load-module module-alsa-sink device=hw:1,7
or add it to your /etc/pulse/default.pa
as I did above.

As of right now no fix for losing the socket after sleep. Hibernate works. or reboot.
Alsa must load the device from alsactl store.

Last edited by lovemeslk; 06-08-2021 at 11:37 PM.
 
1 members found this post helpful.
Old 06-08-2021, 11:33 PM   #17
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72
Note the b550-m chip did not have this issue. For the Asus or Gigabyte MB. the X570 chip does. So does the Trx40 for the 3990x threadripper . It has much better sound card built in.
At the same time this is what we have to work with.

Last edited by lovemeslk; 06-08-2021 at 11:35 PM.
 
Old 06-09-2021, 04:02 AM   #18
chrisVV
Member
 
Registered: Aug 2010
Posts: 548

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Quote:
Originally Posted by lovemeslk View Post
Spent last 2 weeks working on this issue ...
You must be encountering some other problem. My issues with HDMI don't go back to two weeks ago: they go back to the upgrade to alsa-lib-1.2.5 on 31st May. Applying the posted patches to alsa-lib-1.2.5 resolve this for me, but I prefer using original slackware packages where available, so I have just gone back to alsa-lib-1.2.4 for the moment.

Your issue seems unrelated to what version of alsa-lib you happen to be using.
 
1 members found this post helpful.
Old 06-10-2021, 10:00 AM   #19
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72
Code:
Wed Jun  9 18:59:30 UTC 2021
a/kernel-firmware-20210609_0f66b74-noarch-1.txz:  Upgraded.
Seems this did the trick with the new kernel.
And
Code:
Mon Jun  7 18:53:49 UTC 2021
l/alsa-lib-1.2.5-x86_64-2.txz:  Rebuilt.
  Account for unexpected packing of the conf file tarballs. We'll see if this
  is enough to make things work well again.
Solved for me. Set everything back to default now.
 
Old 06-12-2021, 02:03 PM   #20
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
Still using v1.2.4 on a AMD A6-5200 APU laptop I use for streaming to the TV. None of the antidotes mentioned herein and in the earlier HDMI string broke the spell. V1.2.5 just might be incompatible with the AMD "Kabini HDMI/DP" audio controller; the laptop speaker controller, FCH Azalia, works.
 
Old 06-12-2021, 03:25 PM   #21
elMoco
Member
 
Registered: Jul 2010
Distribution: Slackware
Posts: 45

Rep: Reputation: 11
Quote:
Originally Posted by hpfeil View Post
Still using v1.2.4 on a AMD A6-5200 APU laptop I use for streaming to the TV. None of the antidotes mentioned herein and in the earlier HDMI string broke the spell. V1.2.5 just might be incompatible with the AMD "Kabini HDMI/DP" audio controller; the laptop speaker controller, FCH Azalia, works.
Did you tried alsa-lib-1.2.5-x86_64-3 ? It worked for me while -1 & -2 didn't. (Different chip-set thought)
 
  


Reply



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
usb c (3.1) hubs with video hdmi, displayport, vga russellr Linux - Hardware 11 04-06-2019 09:35 AM
[SOLVED] No HDMI/Displayport audio with rx580 on kernel 4.15 gentoo linux rexy712 Linux - Hardware 1 04-02-2018 06:00 PM
pulseaudio, nVidia HDMI/DisplayPort, nothing... dimm0k Slackware 7 11-05-2016 03:31 PM
[ProLiant MicroServer, ATI R6xx HDMI, Digital Out, HDMI] No HDMI sound at all vnatius Linux - Hardware 15 08-16-2012 01:09 PM

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

All times are GMT -5. The time now is 10:43 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