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

Notices


Reply
  Search this Thread
Old 07-01-2020, 11:42 PM   #16
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184

Quote:
Originally Posted by wimc View Post
Code:
wimc@pc1:~$ amixer -c0
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 60 [69%] [-20.25dB] [on]
i can't see why less than 100% would give you no sound, but it might be worth it to take a look in alsamixer to see if raising that level will help.
 
Old 07-02-2020, 12:21 AM   #17
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
Alsa Mixer, no change.
Attached Thumbnails
Click image for larger version

Name:	alsamixer1.png
Views:	17
Size:	129.2 KB
ID:	33555   Click image for larger version

Name:	alsamixer2.jpg
Views:	20
Size:	91.9 KB
ID:	33556  
 
1 members found this post helpful.
Old 07-02-2020, 12:30 AM   #18
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
not to be demeaning in any way or overly simplistic, but i noticed your monitor (if i have the right one) has a volume control button. any chance that might be set too low/off?
 
Old 07-02-2020, 12:40 AM   #19
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
Was on 50, changed to 100. Still no change.

Never used the audio-in port. May have something around here somewhere to try that.

Edit: the audio-in port either didn't work or its for something else entirely different.

Last edited by anon242; 07-02-2020 at 01:01 AM.
 
1 members found this post helpful.
Old 07-02-2020, 01:09 AM   #20
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
my pacmd sink data is similar to yours in that i also have nvidia and intel cards listed and many of the drivers, modules etc settings are the same. the main difference that i can see is that my 1 available sink is "hda intel pch" compared your "hda nvidia". i also see at the bottom of your pacmd output that you have an "hda intel pch" card listed.

i don't have a comprehensive understanding of what differentiates a sink and a card for pulseaudio. this link seems to imply that cards are sinks:
Quote:
PulseAudio is a network-capable sound server program. A sound server is a background process accepting sound input from one or more sources (processes, capture devices, etc.), that is able to mix and redirect those sources to one or more sinks (sound cards, remote network PulseAudio servers, or other processes).
i saw a suggestion the other day that you could change your default card with this method. an added benefit of trying that is that it seems easy to undo if it doesn't work.

the debian link quoted above also has this to say about missing sinks:
Quote:
Missing playback devices or audio capture

If Pulseaudio does not correctly detect your input / output devices ("sources" and "sinks" in Pulseaudio parlance), you can try deleting the configuration files and restarting pulseaudio. This is probably unnecessary overkill, but might help some people.
those are the last two possibilities i can think of for your current setup.

i will add that some things on my system work better now using the proprietary nvidia drivers so while i understand your desire to fix this before moving on to that, if no other fixes arise that may be another option.
 
Old 07-02-2020, 01:25 AM   #21
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
Not sure what to do, or if anything.

Code:
cat /proc/asound/cards
 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0x2fff020000 irq 160
 1 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xec080000 irq 17
Actually confused what I should do.
 
Old 07-02-2020, 01:42 AM   #22
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
confused as in not sure how to use that output to change your default card or trying to figure out if you want to?
 
Old 07-02-2020, 01:55 AM   #23
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
Confused as it makes absolutely no sense to me.

Last edited by anon242; 07-02-2020 at 01:56 AM.
 
Old 07-02-2020, 02:03 AM   #24
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
how so?
 
Old 07-02-2020, 02:12 AM   #25
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
How do you implement or use it.

Spent countless hours troubleshooting, my brain is wearing down.
 
Old 07-02-2020, 02:12 AM   #26
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,840

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Quote:
i don't have a comprehensive understanding of what differentiates a sink and a card for pulseaudio. this link seems to imply that cards are sinks:
@cordx: sinks are output devices (there may be multiple on a given sound card), sources are input devices (eg mic ,line-in).
 
1 members found this post helpful.
Old 07-02-2020, 02:16 AM   #27
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,840

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Quote:
Originally Posted by wimc View Post
Not sure what to do, or if anything.

Code:
cat /proc/asound/cards
 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0x2fff020000 irq 160
 1 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xec080000 irq 17
Actually confused what I should do.
There should be no need to set the default sound card at the alsa level when PulseAudio is in use. Setting the desired inputs and outputs should be as simple as outlined here...
https://unix.stackexchange.com/quest...in-pulse-audio
 
Old 07-02-2020, 02:28 AM   #28
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
my brain is getting tired of trying to troubleshoot the touchpad on my new system so i believe i understand where you are coming from.

to implement that fix, you would need to create a file in /etc called asound.conf. i just ran ll on /etc and all of the .conf files i saw were owned by root so you would need to create that file with a text editor that has root privileges. i tried it with sudo vim /etc/test.conf and that worked. obviously use whatever text editor you are comfortable with. if it is a gui editor like leafpad, just make sure you launch it from the terminal with sudo.

then add these lines (from the example on the linked page) to the asound.conf you are creating:
Quote:
defaults.pcm.card 0
defaults.ctl.card 0
using 0 to try and switch to the intel card. save the file and reboot (with fingers crossed?).

edit: check that. i was still writing as ferrari posted.

Last edited by cordx; 07-02-2020 at 02:30 AM.
 
Old 07-02-2020, 07:54 AM   #29
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
@ferrari, post #27, they were checked.

@cordx, did what you mentioned anyway, did actually figure it out.

sudo cp /home/wimc/Documents/asound.conf /etc

Since above wasn't really needed.

sudo rm /etc/asound.conf

Went ahead and added nvidia 440 driver via mintupdate. No change so far.

Was hoping adding nvidia driver in the mix of everything would help sound.

Since Windoze 10 sound worked fine, tells me overall sound is not faulty.

Last edited by anon242; 07-02-2020 at 08:02 AM. Reason: once again, corrections
 
1 members found this post helpful.
Old 07-02-2020, 04:47 PM   #30
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
May be adding nvidia drivers, went into volume control and changed one setting in the configuration tab and sound works now.
 
1 members found this post helpful.
  


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
New to networking. Wish to use one computer as X windows server to my other computer and itself DeeDeeK Linux - Networking 4 01-12-2016 09:42 PM
my computer does not detect sound drivers for redhat 4.0 installed on my computer. i kunalp Linux - Desktop 2 06-17-2008 03:13 AM
my computer does not detect sound drivers for redhat 4.0 installed on my computer. i kunalp Linux - General 1 06-17-2008 03:11 AM
my computer does not detect sound drivers for redhat 4.0 installed on my computer. i kunalp Linux - Software 1 06-17-2008 03:11 AM
my computer does not detect sound drivers for redhat 4.0 installed on my computer. i kunalp Linux - Hardware 1 06-17-2008 03:11 AM

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

All times are GMT -5. The time now is 05:37 AM.

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