You are not logged in.

#1 2020-03-20 23:58:21

ghepardo
Member
From: Devon, UK
Registered: 2020-03-20
Posts: 9

[SOLVED] No audio output using pulseaudio

I wonder whether anyone can advise an audio noob...

* I have a new Arch installation, running just Openbox as the WM - there is no desktop environment. 

* My machine uses speakers embedded in the monitor, so I believe the video card doubles up as a sound card and the speakers are fed via the HDMI video connection.  Using the controls on the monitor, the speaker volume is set at 100% and they are unmuted.  I know that the speakers work, because I can use them if I boot into Windows. 

* I have an NVidia GeForce GTX 1650 video card, also known as a TU117. 

* I have installed the pulseaudio and pulseaudio-alsa packages. 

* I can get no audio output, either from Firefox (YouTube videos) or by using 'speaker-test -c2' (obtained by installing the alsa-utils package). 

* I have:

$ cat /proc/asound/cards
 0 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xf7080000 irq 59
 1 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xf7400000 irq 61

I guess one is the video card and the other an audio output on the motherboard. 

* I also have:

$ pactl list sinks
Sink #2
	State: SUSPENDED
	Name: alsa_output.pci-0000_29_00.1.hdmi-stereo
	Description: HDA NVidia Digital Stereo (HDMI)
	Driver: module-alsa-card.c
	Sample Specification: s16le 2ch 48000Hz
	Channel Map: front-left,front-right
	Owner Module: 6
	Mute: no
	Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	Base Volume: 65536 / 100% / 0.00 dB
	Monitor Source: alsa_output.pci-0000_29_00.1.hdmi-stereo.monitor
	Latency: 0 usec, configured 0 usec
	Flags: HARDWARE DECIBEL_VOLUME LATENCY SET_FORMATS 
	Properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "HDMI 0"
		alsa.id = "HDMI 0"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "3"
		alsa.card = "0"
		alsa.card_name = "HDA NVidia"
		alsa.long_card_name = "HDA NVidia at 0xf7080000 irq 59"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:29:00.1"
		sysfs.path = "/devices/pci0000:00/0000:00:03.1/0000:29:00.1/sound/card0"
		device.bus = "pci"
		device.vendor.id = "10de"
		device.vendor.name = "NVIDIA Corporation"
		device.product.id = "10fa"
		device.string = "hdmi:0"
		device.buffering.buffer_size = "352768"
		device.buffering.fragment_size = "176384"
		device.access_mode = "mmap+timer"
		device.profile.name = "hdmi-stereo"
		device.profile.description = "Digital Stereo (HDMI)"
		device.description = "HDA NVidia Digital Stereo (HDMI)"
		alsa.mixer_name = "Nvidia GPU 94 HDMI/DP"
		alsa.components = "HDA:10de0094,10de1f82,00100100"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	Ports:
		hdmi-output-0: HDMI / DisplayPort (priority: 5900, available)
	Active Port: hdmi-output-0
	Formats:
		pcm

...so the sink appears to be suspended. 

* If I run:

$ pactl suspend-sink alsa_output.pci-0000_29_00.1.hdmi-stereo false

.. the command has an exit code of 0 and it produces no output, but the sink still shows as suspended (and there is still no audio output). 

* I have tried following the advice on the pulseaudio troubleshooting page of deleting my ~/.config/pulse directory, but this seems to make no difference.  (I don't have the files ~/.pulse and ~/.pulse-cookie that are mentioned in the same place on that page.) 

* I've tried Googling this, to no avail.  The nearest I've seen is a suggestion to disable suspend-on-idle in /etc/pulse/default.pa.  I tried this, and it made no difference. 

Can anyone suggest what I should investigate next?  Knowing nothing about audio, I'm pretty stumped.

Last edited by ghepardo (2020-03-25 01:15:52)

Offline

#2 2020-03-21 00:21:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,743

Re: [SOLVED] No audio output using pulseaudio

sudo fuser -v /dev/snd/*
pacmd list-cards
pacmd list-sinks
pacmd list-sink-inputs

during attempted playback.

Offline

#3 2020-03-21 23:06:40

ghepardo
Member
From: Devon, UK
Registered: 2020-03-20
Posts: 9

Re: [SOLVED] No audio output using pulseaudio

V1del wrote:
sudo fuser -v /dev/snd/*
pacmd list-cards
pacmd list-sinks
pacmd list-sink-inputs

during attempted playback.

Thanks V1del.  Here we go ... not clear what any of this is telling me:

ed @ ed-pc : ~
$ sudo fuser -v /dev/snd/*
                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  ed         1235 F.... pulseaudio
/dev/snd/controlC1:  ed         1235 F.... pulseaudio
/dev/snd/pcmC0D3p:   ed         1235 F...m pulseaudio

ed @ ed-pc : ~
$ pacmd list-cards
2 card(s) available.
    index: 0
	name: <alsa_card.pci-0000_29_00.1>
	driver: <module-alsa-card.c>
	owner module: 6
	properties:
		alsa.card = "0"
		alsa.card_name = "HDA NVidia"
		alsa.long_card_name = "HDA NVidia at 0xf7080000 irq 59"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:29:00.1"
		sysfs.path = "/devices/pci0000:00/0000:00:03.1/0000:29:00.1/sound/card0"
		device.bus = "pci"
		device.vendor.id = "10de"
		device.vendor.name = "NVIDIA Corporation"
		device.product.id = "10fa"
		device.string = "0"
		device.description = "HDA NVidia"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 5900, available: unknown)
		output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (priority 5700, available: no)
		output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (priority 600, available: no)
		output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (priority 600, available: no)
		output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (priority 5700, available: no)
		output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (priority 600, available: no)
		output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (priority 600, available: no)
		output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (priority 5700, available: no)
		output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (priority 600, available: no)
		output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (priority 600, available: no)
		output:hdmi-stereo-extra4: Digital Stereo (HDMI 5) Output (priority 5700, available: no)
		output:hdmi-surround-extra4: Digital Surround 5.1 (HDMI 5) Output (priority 600, available: no)
		output:hdmi-surround71-extra4: Digital Surround 7.1 (HDMI 5) Output (priority 600, available: no)
		off: Off (priority 0, available: unknown)
	active profile: <output:hdmi-stereo>
	sinks:
		alsa_output.pci-0000_29_00.1.hdmi-stereo/#0: HDA NVidia Digital Stereo (HDMI)
	sources:
		alsa_output.pci-0000_29_00.1.hdmi-stereo.monitor/#0: Monitor of HDA NVidia Digital Stereo (HDMI)
	ports:
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: yes)
			properties:
				device.icon_name = "video-display"
				device.product.name = "PL2483H"
		hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
		hdmi-output-2: HDMI / DisplayPort 3 (priority 5700, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
		hdmi-output-3: HDMI / DisplayPort 4 (priority 5600, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
		hdmi-output-4: HDMI / DisplayPort 5 (priority 5500, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
    index: 1
	name: <alsa_card.pci-0000_2b_00.4>
	driver: <module-alsa-card.c>
	owner module: 7
	properties:
		alsa.card = "1"
		alsa.card_name = "HD-Audio Generic"
		alsa.long_card_name = "HD-Audio Generic at 0xf7400000 irq 61"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:2b:00.4"
		sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:2b:00.4/sound/card1"
		device.bus = "pci"
		device.vendor.id = "1022"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
		device.product.id = "1487"
		device.product.name = "Starship/Matisse HD Audio Controller"
		device.string = "1"
		device.description = "Starship/Matisse HD Audio Controller"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		input:analog-stereo: Analog Stereo Input (priority 65, available: no)
		output:analog-stereo: Analog Stereo Output (priority 6500, available: no)
		output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6565, available: no)
		off: Off (priority 0, available: unknown)
	active profile: <off>
	ports:
		analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: no)
			properties:
				
		analog-output-lineout: Line Out (priority 9000, latency offset 0 usec, available: no)
			properties:
				
		analog-output-headphones: Headphones (priority 9900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-headphones"

ed @ ed-pc : ~
$ pacmd list-sinks
1 sink(s) available.
  * index: 0
	name: <alsa_output.pci-0000_29_00.1.hdmi-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: RUNNING
	suspend cause: (none)
	priority: 9030
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 65.49 ms
	max request: 14 KiB
	max rewind: 14 KiB
	monitor source: 0
	sample spec: s16le 2ch 48000Hz
	channel map: front-left,front-right
	             Stereo
	used by: 1
	linked by: 1
	configured latency: 75.00 ms; range is 0.50 .. 1837.33 ms
	card: 0 <alsa_card.pci-0000_29_00.1>
	module: 6
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "HDMI 0"
		alsa.id = "HDMI 0"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "3"
		alsa.card = "0"
		alsa.card_name = "HDA NVidia"
		alsa.long_card_name = "HDA NVidia at 0xf7080000 irq 59"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:29:00.1"
		sysfs.path = "/devices/pci0000:00/0000:00:03.1/0000:29:00.1/sound/card0"
		device.bus = "pci"
		device.vendor.id = "10de"
		device.vendor.name = "NVIDIA Corporation"
		device.product.id = "10fa"
		device.string = "hdmi:0"
		device.buffering.buffer_size = "352768"
		device.buffering.fragment_size = "176384"
		device.access_mode = "mmap+timer"
		device.profile.name = "hdmi-stereo"
		device.profile.description = "Digital Stereo (HDMI)"
		device.description = "HDA NVidia Digital Stereo (HDMI)"
		alsa.mixer_name = "Nvidia GPU 94 HDMI/DP"
		alsa.components = "HDA:10de0094,10de1f82,00100100"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: yes)
			properties:
				device.icon_name = "video-display"
				device.product.name = "PL2483H"
	active port: <hdmi-output-0>

ed @ ed-pc : ~
$ pacmd list-sink-inputs
1 sink input(s) available.
    index: 0
	driver: <protocol-native.c>
	flags: START_CORKED 
	state: RUNNING
	sink: 0 <alsa_output.pci-0000_29_00.1.hdmi-stereo>
	volume: front-left: 64425 /  98% / -0.45 dB,   front-right: 64425 /  98% / -0.45 dB
	        balance 0.00
	muted: no
	current latency: 95.64 ms
	requested latency: 75.00 ms
	sample spec: float32le 2ch 48000Hz
	channel map: front-left,front-right
	             Stereo
	resample method: copy
	module: 9
	client: 3 <Firefox>
	properties:
		media.name = "AudioStream"
		application.name = "Firefox"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.process.id = "810"
		application.process.user = "ed"
		application.process.host = "ed-pc"
		application.process.binary = "firefox"
		application.language = "en_GB.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "3325306c806c4ae786c552e27ce0fed0"
		application.process.session_id = "5"
		application.icon_name = "firefox"
		module-stream-restore.id = "sink-input-by-application-name:Firefox"

Offline

#4 2020-03-22 07:37:02

digitalone
Member
Registered: 2011-08-19
Posts: 346

Re: [SOLVED] No audio output using pulseaudio

Try to install pavucontrol. Launch a video on Youtube, start pavucontrol and see the browser which output sink is using. Try to switch between available sinks, I think you should use HDMI.

Last edited by digitalone (2020-03-22 07:37:36)

Offline

#5 2020-03-22 15:16:33

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,743

Re: [SOLVED] No audio output using pulseaudio

@digitalone that's the reason I request these outputs for.

Judging from those everything on the pulse chain does indeed seem correct, baring as misdetection and you actually having to use a HDMI port that's marked as unavailable, the hdmi port has state running and firefox is pushing audio data out.

Do you see any error messages in dmesg or so?  Did you double check compare in windows that it indeed uses the first "0" display port for pushing audio data? While we're on the topic is fast boot disabled ?

If have a faint memory that there used to be HDMI audio bugs in recent times with certain nvidia/kernel combinations but to my knowledge these should be fixed in the versions we currently have in the repos.

Offline

#6 2020-03-24 01:20:47

ghepardo
Member
From: Devon, UK
Registered: 2020-03-20
Posts: 9

Re: [SOLVED] No audio output using pulseaudio

digitalone wrote:

Try to install pavucontrol. Launch a video on Youtube, start pavucontrol and see the browser which output sink is using. Try to switch between available sinks, I think you should use HDMI.

Thanks @digitalone.  I installed pavucontrol, and everything looked as I would have expected - my HDMI output was 'available', and, playing a YouTube video showed the volume meter going up and down.

Offline

#7 2020-03-24 01:46:31

ghepardo
Member
From: Devon, UK
Registered: 2020-03-20
Posts: 9

Re: [SOLVED] No audio output using pulseaudio

V1del wrote:

@digitalone that's the reason I request these outputs for.

Judging from those everything on the pulse chain does indeed seem correct, baring as misdetection and you actually having to use a HDMI port that's marked as unavailable, the hdmi port has state running and firefox is pushing audio data out.

Do you see any error messages in dmesg or so?  Did you double check compare in windows that it indeed uses the first "0" display port for pushing audio data? While we're on the topic is fast boot disabled ?

If have a faint memory that there used to be HDMI audio bugs in recent times with certain nvidia/kernel combinations but to my knowledge these should be fixed in the versions we currently have in the repos.

Thanks @V1del.  Not sure what to look for in dmesg.  After trawling through it, the following three areas look relevant:

# dmesg | grep snd
[    4.148462] snd_hda_intel 0000:29:00.1: Disabling MSI
[    4.148476] snd_hda_intel 0000:29:00.1: Handle vga_switcheroo audio client
[    4.148590] snd_hda_intel 0000:2b:00.4: enabling device (0000 -> 0002)
[    4.178069] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    4.178071] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.178072] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.178073] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    4.178074] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    4.178076] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    4.178077] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    4.178078] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
# dmesg | grep -i nvidia
[    4.227605] nouveau 0000:29:00.0: NVIDIA TU117 (167000a1)
[    6.064263] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:29:00.1/sound/card0/input23
[    6.064336] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:29:00.1/sound/card0/input24
[    6.064404] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:29:00.1/sound/card0/input25
[    6.064463] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:29:00.1/sound/card0/input26
[    6.064521] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:29:00.1/sound/card0/input27
# dmesg | grep -i nouveau
[    4.227430] fb0: switching to nouveaufb from EFI VGA
[    4.227605] nouveau 0000:29:00.0: NVIDIA TU117 (167000a1)
[    4.342190] nouveau 0000:29:00.0: bios: version 90.17.2a.00.39
[    4.342904] nouveau 0000:29:00.0: fb: 4096 MiB GDDR5
[    4.359617] nouveau 0000:29:00.0: DRM: VRAM: 4096 MiB
[    4.359618] nouveau 0000:29:00.0: DRM: GART: 536870912 MiB
[    4.359620] nouveau 0000:29:00.0: DRM: BIT table 'A' not found
[    4.359621] nouveau 0000:29:00.0: DRM: BIT table 'L' not found
[    4.359622] nouveau 0000:29:00.0: DRM: TMDS table version 2.0
[    4.359622] nouveau 0000:29:00.0: DRM: DCB version 4.1
[    4.359623] nouveau 0000:29:00.0: DRM: DCB outp 00: 01000f32 04620030
[    4.359624] nouveau 0000:29:00.0: DRM: DCB outp 01: 02011f52 00020010
[    4.359625] nouveau 0000:29:00.0: DRM: DCB conn 00: 00001031
[    4.359626] nouveau 0000:29:00.0: DRM: DCB conn 01: 00010161
[    4.359859] nouveau 0000:29:00.0: DRM: failed to create kernel channel, -22
[    4.360049] nouveau 0000:29:00.0: DRM: MM: using COPY for buffer copies
[    4.419350] nouveau 0000:29:00.0: DRM: DMEM: registered 4096MB of device memory
[    4.496638] nouveau 0000:29:00.0: DRM: allocated 1920x1080 fb: 0x200000, bo 000000009013c3a6
[    4.500081] fbcon: nouveaudrmfb (fb0) is primary device
[    4.670593] nouveau 0000:29:00.0: fb0: nouveaudrmfb frame buffer device
[    4.712559] [drm] Initialized nouveau 1.3.1 20120801 for 0000:29:00.0 on minor 0

I wonder whether the nouveau message 'DRM: failed to create kernel channel, -22' could be relevant?  (Googling suggests not.)  I also wonder whether a lack of sound support is a "feature" of the nouveau driver, and that I would get on better with the proprietary one? 

Within my Windows installation, I checked the fast boot setting, and it was enabled.  I have now disabled it, but this has not cured this sound problem. 

Windows shows three sound sources:
- Speakers / 4 - Realtek(R) Audio / Not plugged in
- NVIDIA Output / NVIDIA High Definition Audio / Not plugged in
- PL2483H / NVIDIA High Definition Audio / Default device
The 'PL2483H' is actually the model number of my iiyama monitor.  Both the 'NVIDIA Output' and the 'PL2483H' show in their properties that they use 'NVIDIA High Definition Audio' as their controller.  Its properties in turn show it has a location of 'Location 0 (Internal High Definition Audio Bus)', which I guess matches up with what you describe as 'the first "0" display port'.

Offline

#8 2020-03-24 08:15:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,743

Re: [SOLVED] No audio output using pulseaudio

Yes I am slightly amazed that nouveau might've progressed far enough that someone can use it on a Turing based card and the only thing they notice to be off to be audio support (unless you are on a laptop and actually running on intel, though evidence so far seems to point to that not to be the case).

I'd definitely suggest you try the proprietary drivers.

Offline

#9 2020-03-25 01:15:14

ghepardo
Member
From: Devon, UK
Registered: 2020-03-20
Posts: 9

Re: [SOLVED] No audio output using pulseaudio

V1del wrote:

Yes I am slightly amazed that nouveau might've progressed far enough that someone can use it on a Turing based card and the only thing they notice to be off to be audio support (unless you are on a laptop and actually running on intel, though evidence so far seems to point to that not to be the case).

I'd definitely suggest you try the proprietary drivers.

No, I'm on a desktop PC with an AMD CPU. 

I revisited https://nouveau.freedesktop.org/wiki/FeatureMatrix/, and I see now that it includes 'HDMI Audio' in its list of 'TODO' features for the Turing/NV160 series cards.  I should have taken more notice of that the first time I looked at it...

I've removed the nouveau package and installed the nvidia one.  Sound now seems to be working fine, so problem solved - thanks for pointing me in the right direction.

Offline

#10 2021-07-07 18:14:35

vijendransriram
Member
Registered: 2021-07-07
Posts: 2

Re: [SOLVED] No audio output using pulseaudio

Hello,

I am facing a similar problem. I check everything listed in the post but alsamixer seems to be different. I can't change the volume using alsamixer.

# dmesg | grep snd

[    2.139532] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    2.139758] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.139801] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.139806] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.173674] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3861: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    2.173677] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.173678] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.173679] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.173679] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    2.173680] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.173681] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    2.173682] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    2.173683] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    5.917852] usbcore: registered new interface driver snd-usb-audio
# dmesg | grep -i nvidia

[    2.211020] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4
[    2.211040] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
[    2.211055] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[    2.211075] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[    2.211089] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    2.211105] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[    2.211120] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    2.514007] nvidia: loading out-of-tree module taints kernel.
[    2.514012] nvidia: module license 'NVIDIA' taints kernel.
[    2.530065] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    2.537318] nvidia-nvlink: Nvlink Core is being initialized, major device number 235
[    2.537664] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.586098] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  465.31  Thu May 13 22:24:36 UTC 2021
[    2.810022] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  465.31  Thu May 13 22:14:23 UTC 2021
[    2.813269] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    2.813270] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0

I do not have nouveau installed.

Offline

#11 2021-07-08 09:59:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,743

Re: [SOLVED] No audio output using pulseaudio

Please don't necrobump  a year old solved thread. Since audio issues can have a variety of causes it's almost never "same" issue.

Please open a new thread including the outputs from my post in #2  and how you intend to use the audio device (i.e. do you actually want to use HDMI or do you intend to use a different card?)

Closing this old thread.

Offline

Board footer

Powered by FluxBB