You are not logged in.

#1 2020-10-28 02:04:41

heyitsnar
Member
Registered: 2020-10-28
Posts: 2

Soundcard not detected on fresh arch install

Hello,

I just installed arch and pulseaudio is showing dummy output and I get no audio.

Tried following several things I saw while googling around but none seem to have resolved the issue.

Some data that may help.

lspci -nnk | grep -A2 Audio

00:1f.3 Multimedia audio controller [0401]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
	Subsystem: Acer Incorporated [ALI] Device [1025:1269]
	Kernel driver in use: snd_soc_skl
pulseaudio -vv

I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
D: [pulseaudio] core-util.c: RealtimeKit worked.
I: [pulseaudio] core-util.c: Successfully gained nice level -11.
I: [pulseaudio] main.c: This is PulseAudio 13.99.2-13-g7f4d7
D: [pulseaudio] main.c: Compilation host: x86_64
D: [pulseaudio] main.c: Compilation CFLAGS: Not yet supported on meson
D: [pulseaudio] main.c: Running on host: Linux x86_64 5.9.1-arch1-1 #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000
D: [pulseaudio] main.c: Found 4 CPUs.
I: [pulseaudio] main.c: Page size is 4096 bytes
D: [pulseaudio] main.c: Compiled with Valgrind support: no
D: [pulseaudio] main.c: Running in valgrind mode: no
D: [pulseaudio] main.c: Running in VM: no
D: [pulseaudio] main.c: Running from build tree: no
D: [pulseaudio] main.c: Optimized build: yes
D: [pulseaudio] main.c: All asserts enabled.
I: [pulseaudio] main.c: Machine ID is 203a14ded5a24810a694a1d646e6423d.
I: [pulseaudio] main.c: Session ID is 2.
I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
I: [pulseaudio] main.c: Using state directory /home/nar/.config/pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-13.99/modules.
I: [pulseaudio] main.c: Running in system mode: no
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.
aplay -l

aplay: device_list:274: no soundcards found...
loginctl show-session $XDG_SESSION_ID

Id=2
User=1000
Name=nar
Timestamp=Wed 2020-10-28 17:44:20 PST
TimestampMonotonic=13916658
VTNr=1
Seat=seat0
Display=:0
Remote=no
Service=sddm
Desktop=KDE
Scope=session-2.scope
Leader=449
Audit=2
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
LockedHint=no

Last edited by heyitsnar (2020-10-28 02:14:23)

Offline

#2 2020-10-28 08:58:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,363

Re: Soundcard not detected on fresh arch install

dmesg | grep -E 'snd|soc'

might need https://wiki.archlinux.org/index.php/Ad … A_Firmware

If installing the firmware files and rebooting is insufficient try a /etc/modprobe.d/dsp.conf

options snd_intel_dspcfg dsp_driver=1

and reboot. But this should generally only be used if it doesn't work with sof-firmware

Last edited by V1del (2020-10-28 08:58:19)

Offline

#3 2020-10-28 13:50:20

heyitsnar
Member
Registered: 2020-10-28
Posts: 2

Re: Soundcard not detected on fresh arch install

Tried installing the firmware files on the link you gave then reboot and it still wasn't working.

Adding the /etc/modprobe.d/dsp.conf somehow fixed the audio but it turns out the mic isn't working. Tried both with a headphone mic and the laptop built-in mic and both don't work.

Running dmesg | grep -E 'snd|soc' after adding the modeprobe returns the results below.

[    1.904758] systemd[1]: Listening on LVM2 metadata daemon so ket.
[    1.904965] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.887837] Bluetooth: HCI socket layer initialized
[    3.887840] Bluetooth: L2CAP socket layer initialized
[    3.887844] Bluetooth: SCO socket layer initialized
[    4.203174] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.261159] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    4.261162] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.261165] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.261167] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.261168] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.454272] Bluetooth: BNEP socket layer initialized
[   14.841088] Bluetooth: RFCOMM socket layer initialized
[   16.559344] wlp2s0: associate with a4:9b:4f:bc:94:a0 (try 1/3)
[   16.565883] wlp2s0: RX AssocResp from a4:9b:4f:bc:94:a0 (capab=0x431 status=0 aid=5)
[   16.569066] wlp2s0: associated

Offline

Board footer

Powered by FluxBB