sof-hda-dsp Intel Jasper Lake no audio
I have an inexpensive new laptop that now dual boots Windows 11 and Kubuntu. The only thing not working is sound. I have tried multiple different distros and nobody seems to have made a linux distro that can operate the sound card of my laptop.
In alsamixer, it shows card: sof-hda-dsp and chip: Intel JasperLake HDMI but doesn't show any analog controls. If I select 'show inactive devices' in the Audio system settings, itj just shows Dummy Output. If I play a song, the Audio system settings shows the source application like VLC under "playback streams."
I think PulseAudio is the framework and sof-hda-dsp would be the driver.
I followed numerous forum answers online with no success at getting sound to work. So I did a complete full reinstall of Kubuntu to make sure I was starting fresh again.
Using alsamixer I went through the system information.Per /proc/asound/cards
0 sofhdadsp ]: sof-hada-dsp - sof -hda-dsp ALLDOCUBE i14OSS-
The Laptop is an Alldocube GT
lspci -v references many system devices, and among them:
00:1f.3 Multimedia audio controller: Intel Corporation Device 4dc8 (rev 01)
DeviceName: Onboard - Sound
Subsystem: Realtek Semiconductor Co., Ltd. Device 1242
Flags: bus master, fast devsel, latency 32, IRQ 133, IOMMU group 11
Memory at 6001120000 (64-bit, non-prefetchable) [size=16K]
Memory at 6001000000 (64-bit, non-prefetchable) [size=1M]
Kernel driver in use: sof-audio-
Kernel modules: snd_hda_intel, snd_sof_
ran
pacmd list-cards
shows:
0 cards available
lsmod shows plenty more, here is an excerpt referencing the audio system:
Module Size Used by
ccm 20480 9
exfat 90112 1
ntfs3 274432 0
rfcomm 81920 16
cmac 16384 3
algif_hash 16384 1
algif_skcipher 16384 1
af_alg 32768 6 algif_hash,
snd_soc_skl_hda_dsp 28672 0
snd_soc_
snd_soc_hdac_hdmi 36864 1 snd_soc_skl_hda_dsp
bnep 28672 2
snd_hda_codec_hdmi 73728 1
snd_soc_dmic 16384 1
snd_sof_
snd_sof_
soundwire_intel 40960 1 snd_sof_
soundwire_
soundwire_cadence 36864 1 soundwire_intel
snd_sof_intel_hda 20480 1 snd_sof_
snd_sof_pci 20480 2 snd_sof_
snd_sof_xtensa_dsp 16384 1 snd_sof_
snd_sof 143360 2 snd_sof_
snd_soc_hdac_hda 24576 1 snd_sof_
snd_hda_ext_core 32768 4 snd_sof_
snd_soc_
snd_soc_acpi 16384 2 snd_soc_
soundwire_bus 94208 3 soundwire_
ledtrig_audio 16384 1 snd_sof
snd_soc_core 331776 7 soundwire_
snd_compress 24576 1 snd_soc_core
ac97_bus 16384 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_hda_intel 53248 0
snd_intel_dspcfg 28672 2 snd_hda_
snd_intel_sdw_acpi 20480 2 snd_sof_
snd_hda_codec 155648 5 snd_hda_
snd_hda_core 110592 9 snd_hda_
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 139264 11 snd_hda_
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 49152 1 snd_seq_midi
iwlmvm 561152 0
uvcvideo 106496 0
snd_seq 73728 2 snd_seq_
mei_hdcp 24576 0
intel_rapl_msr 20480 0
mac80211 1228800 1 iwlmvm
videobuf2_vmalloc 20480 1 uvcvideo
snd_seq_device 16384 3 snd_seq,
videobuf2_memops 20480 1 videobuf2_vmalloc
snd_timer 40960 2 snd_seq,snd_pcm
libarc4 16384 1 mac80211
Of course, most of that is greek to me. I'm comfortable poking around in command line. But I cannot figure this problem out.
ran
sudo pulseaudio -D --system
shows:
W: [pulseaudio] main.c: Running in system mode, but --disallow-exit not set.
W: [pulseaudio] main.c: Running in system mode, but --disallow-
N: [pulseaudio] main.c: Running in system mode, forcibly disabling SHM mode.
N: [pulseaudio] main.c: Running in system mode, forcibly disabling exit idle time.
ran
cat /proc/asound/
shows:
Codec: Intel Jasperlake HDMI
ran
find /lib/modules/
shows:
/lib/modules/
I have tried adding lines to grub. I have tried adding options to the end of /etc/modprobe.
Honestly, I think that the laptop is just too new for linux since no distro seems to be able to load all the hardware. This is a cheap laptop and Windows 11 works beautifully on it. But I like to edit video in linux, not windows. Unfortunately this isn't possible. I read a lot of articles over the past couple weeks. Something to do with "sof firmware," modules not talking to drivers, or something to that effect is creating my no-sound issue.
If you give me advice on something to do in command line, please advise if I need to be root or not as it seems to matter regarding audio setup issues. Some commands work only as root and vice verse.
Question information
- Language:
- English Edit question
- Status:
- Open
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Revision history for this message
![]() |
#1 |
From what I have seen, there are three types of fixes for this.
Option 1:
gedit /etc/default/grub
and add some condition to the line GRUB_CMDLINE_
then
grub-mkconfig -o /boot/grub/grub.cfg
followed by a reboot.
Haven't found a condition that works.
Option 2:
gedit /etc/modprobe.
and add some option to the last line of that file such as
options snd-hda-intel model=pch position_fix=1
or
options snd-hda-intel model=pch position_fix=0
or
options snd-hda-intel model=pch position_fix=2
or
options snd-hda-intel model=auto (and a lot of other models tried)
then
alsa force-reload
pulseaudio -D –-system
and reboot
Option 3:
In this case we modify an alsa config file. This seems to make more sense.
tee /etc/modprobe.
but I haven't found an option line to use that does anything. I'm not sure if there is a command I need to do after the tee line to reload the modules.
In any case, is there a fourth option i haven't tried? Is there some combination of all three that all need to be done at the same time?
Revision history for this message
![]() |
#2 |
Please follow the below and give the output of step 3 if you reach it
https:/
Revision history for this message
![]() |
#3 |
That is a swell instructions link. I did them as instructed with only a few minor issues. Here's the run/output of the insrtuctions including that huge output of that step 3 instruction.
Ran:
killall pulseaudio; pulseaudio -k ; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*
output:
rm: cannot remove '/home/
ran:
pulseaudio --start
no change to audio situation.
Ran:
illall pulseaudio; pulseaudio -k; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*
Output:
Command 'illall' not found, did you mean:
command 'killall' from deb psmisc (23.4-2build3)
Try: sudo apt install <deb name>
rm: cannot remove '/home/
Rebooted
No change in audio situation. No devices listed.
Ran:
sudo apt-get update;sudo apt-get dist-upgrade; sudo apt-get install pavucontrol linux-sound-base alsa-base alsa-utils gdm3 ubuntu-desktop linux-image-`uname -r` libasound2; sudo apt-get -y --reinstall install linux-sound-base alsa-base alsa-utils gdm3 ubuntu-desktop linux-image-`uname -r` libasound2; killall pulseaudio; rm -r ~/.pulse*; ubuntu-
SELECTED sddm on "configuring gdm3" window.
Unpacked and Set up a LOT of stuff...
Rebooted
still no devices listed
Started getting a language support incomplete pop up. Thanks.
Step 2 was problematic.
click on Edit > Profiles > "Default" profile > Scrolling. Choose "8192" as scrolling option. Click Close and Close again.
The profile editing isn't done in the Edit menu any more. And you cannot adjust the default profile. It is read only. I created a new profile with the 8192 scrolling option.
per step 3, rebooted (why?)
Couldn't find the modified profile
Made a new profile again with the modified scrolling lines limit. Started that profile.
Ran:
wget -O alsa-info.sh http://
Output:
--2022-05-16 17:01:42-- http://
Resolving www.alsa-
Connecting to www.alsa-
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https:/
--2022-05-16 17:01:43-- https:/
Connecting to www.alsa-
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https:/
--2022-05-16 17:01:44-- https:/
Resolving git.alsa-
Connecting to git.alsa-
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-sh]
Saving to: ‘alsa-info.sh’
alsa-info.sh [ <=> ] 28.14K --.-KB/s in 0.001s
2022-05-16 17:01:45 (45.8 MB/s) - ‘alsa-info.sh’ saved [28816]
ALSA Information Script v 0.5.1
-------
This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.
dmesg
lspci
aplay
amixer
alsactl
rpm, dpkg
/proc/asound/
/sys/class/sound/
~/.asoundrc (etc.)
See './alsa-info.sh --help' for command line options.
cat: '/sys/module/
./alsa-info.sh: line 661: tree: command not found
dmesg: read kernel buffer failed: Operation not permitted
Automatically upload ALSA information to www.alsa-
Your ALSA information is in /tmp/alsa-
Ran:
bash alsa-info.sh --stdout
Here's the super-long output:
cat: '/sys/module/
alsa-info.sh: line 661: tree: command not found
dmesg: read kernel buffer failed: Operation not permitted
upload=
!!#####
!!ALSA Information Script v 0.5.1
!!#####
!!Script ran on: Mon May 16 21:03:48 UTC 2022
!!Linux Distribution
!!-----
Ubuntu 22.04 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_
!!DMI Information
!!---------------
Manufacturer: ALLDOCUBE
Product Name: i1405S
Product Version: Default string
Firmware Version: Z362D.2112031.
System SKU: 910-1405-003
Board Vendor: ALLDOCUBE
Board Name: ALLDOCUBE
!!ACPI Device Status Information
!!---------------
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
/sys/bus/
!!Kernel Information
!!-----
Kernel release: 5.15.0-32-generic
Operating System: GNU/Linux
Architecture: x86_64
Processor: x86_64
SMP Enabled: Yes
!!ALSA Version
!!------------
Driver version: k5.15.0-32-generic
Library version: 1.2.6.1
Utilities version: 1.2.6
!!Loaded ALSA modules
!!-----
snd_soc_skl_hda_dsp (card 0)
!!Sound Servers on this system
!!-----
PipeWire:
Installed - Yes (/usr/bin/pipewire)
Running - Yes
Pulseaudio:
Installed - Yes (/usr/bin/
Running - Yes
!!Soundcards recognised by ALSA
!!-----
0 [sofhdadsp ]: sof-hda-dsp - sof-hda-dsp
!!PCI Soundcards installed in the system
!!-----
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Device [8086:4dc8] (rev 01)
DeviceName: Onboard - Sound
!!Modprobe options (Sound related)
!!-----
snd_pcsp: index=-2
snd_usb_audio: index=-2
snd_atiixp_modem: index=-2
snd_intel8x0m: index=-2
snd_via82xx_modem: index=-2
snd_atiixp_modem: index=-2
snd_intel8x0m: index=-2
snd_via82xx_modem: index=-2
snd_usb_audio: index=-2
snd_usb_caiaq: index=-2
snd_usb_ua101: index=-2
snd_usb_us122l: index=-2
snd_usb_usx2y: index=-2
snd_cmipci: mpu_port=0x330 fm_port=0x388
snd_pcsp: index=-2
snd_usb_audio: index=-2
!!Loaded sound module options
!!-----
!!Module: snd_soc_skl_hda_dsp
* :
!!Sysfs card info
!!---------------
!!Card: /sys/class/
Driver: /sys/bus/
Tree:
!!HDA-Intel Codec information
!!-----
--startcollapse--
Codec: Intel Jasperlake HDMI
Address: 2
AFG Function Id: 0x1 (unsol 0)
Vendor Id: 0x8086281a
Subsystem Id: 0x80860101
Revision Id: 0x100000
No Modem Function Group found
Default PCM:
rates [0x0]:
bits [0x0]:
formats [0x0]:
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
Power states: D0 D3 CLKSTOP EPSS
Power: setting=D0, actual=D0, Clock-stop-OK
GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
Node 0x03 [Audio Output] wcaps 0x6611: 8-Channels Digital
Converter: stream=0, channel=0
Digital: Enabled KAE
Digital category: 0x0
IEC Coding Type: 0x0
PCM:
rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
bits [0x1a]: 16 24 32
formats [0x5]: PCM AC3
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Node 0x04 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x0b000094: OUT Detect HBR HDMI DP
Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
Conn = Digital, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Pin-ctls: 0x00:
Unsolicited: tag=00, enabled=0
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Devices: 0
Connection: 0
Node 0x05 [Audio Output] wcaps 0x6611: 8-Channels Digital
Converter: stream=0, channel=0
Digital: Enabled KAE
Digital category: 0x0
IEC Coding Type: 0x0
PCM:
rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
bits [0x1a]: 16 24 32
formats [0x5]: PCM AC3
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Node 0x06 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x0b000094: OUT Detect HBR HDMI DP
Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
Conn = Digital, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Pin-ctls: 0x00:
Unsolicited: tag=00, enabled=0
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Devices: 0
Connection: 0
Node 0x07 [Audio Output] wcaps 0x6611: 8-Channels Digital
Converter: stream=0, channel=0
Digital: Enabled KAE
Digital category: 0x0
IEC Coding Type: 0x0
PCM:
rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
bits [0x1a]: 16 24 32
formats [0x5]: PCM AC3
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Node 0x08 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x0b000094: OUT Detect HBR HDMI DP
Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
Conn = Digital, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Pin-ctls: 0x00:
Unsolicited: tag=00, enabled=0
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Devices: 0
Connection: 0
Node 0x09 [Audio Output] wcaps 0x6611: 8-Channels Digital
Converter: stream=0, channel=0
Digital: Enabled KAE
Digital category: 0x0
IEC Coding Type: 0x0
PCM:
rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
bits [0x1a]: 16 24 32
formats [0x5]: PCM AC3
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Node 0x0a [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x0b000094: OUT Detect HBR HDMI DP
Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
Conn = Digital, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Pin-ctls: 0x00:
Unsolicited: tag=00, enabled=0
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Devices: 0
Connection: 0
Node 0x0b [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x0b000094: OUT Detect HBR HDMI DP
Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
Conn = Digital, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Pin-ctls: 0x00:
Unsolicited: tag=00, enabled=0
Power states: D0 D3 EPSS
Power: setting=D0, actual=D0
Devices: 0
Connection: 0
--endcollapse--
!!ALSA Device nodes
!!-----------------
crw-rw----+ 1 root audio 116, 6 May 16 16:57 /dev/snd/controlC0
crw-rw----+ 1 root audio 116, 5 May 16 16:57 /dev/snd/hwC0D2
crw-rw----+ 1 root audio 116, 2 May 16 16:57 /dev/snd/pcmC0D1p
crw-rw----+ 1 root audio 116, 3 May 16 16:57 /dev/snd/pcmC0D2p
crw-rw----+ 1 root audio 116, 4 May 16 16:57 /dev/snd/pcmC0D3p
crw-rw----+ 1 root audio 116, 1 May 16 16:57 /dev/snd/seq
crw-rw----+ 1 root audio 116, 33 May 16 16:57 /dev/snd/timer
/dev/snd/by-path:
total 0
drwxr-xr-x 2 root root 60 May 16 16:57 .
drwxr-xr-x 3 root root 200 May 16 16:57 ..
lrwxrwxrwx 1 root root 12 May 16 16:57 pci-0000:
!!Aplay/Arecord output
!!-----
APLAY
**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
ARECORD
**** List of CAPTURE Hardware Devices ****
!!Amixer output
!!-------------
!!-------Mixer controls for card sofhdadsp
Card sysdefault:0 'sofhdadsp'
Mixer name : 'Intel Jasperlake HDMI'
Components : 'HDA:8086281a,
Controls : 24
Simple ctrls : 6
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'IEC958',1
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'IEC958',2
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'PGA2.0 2 Master',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 32
Mono:
Front Left: Playback 32 [100%] [0.00dB]
Front Right: Playback 32 [100%] [0.00dB]
Simple mixer control 'PGA3.0 3 Master',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 32
Mono:
Front Left: Playback 32 [100%] [0.00dB]
Front Right: Playback 32 [100%] [0.00dB]
Simple mixer control 'PGA4.0 4 Master',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 32
Mono:
Front Left: Playback 32 [100%] [0.00dB]
Front Right: Playback 32 [100%] [0.00dB]
!!Alsactl output
!!--------------
--startcollapse--
state.sofhdadsp {
control.1 {
}
}
control.2 {
}
}
control.3 {
}
}
control.4 {
}
}
control.5 {
}
}
control.6 {
}
}
control.7 {
}
}
control.8 {
}
}
control.9 {
}
}
control.10 {
}
}
control.11 {
}
}
control.12 {
}
}
control.13 {
}
}
control.14 {
}
}
control.15 {
}
}
control.16 {
}
}
control.17 {
}
}
control.18 {
}
}
control.19 {
}
}
control.20 {
}
}
control.21 {
}
}
control.22 {
}
}
control.23 {
}
}
control.24 {
}
}
}
--endcollapse--
!!All Loaded Modules
!!-----
8250_dw
ac97_bus
acpi_pad
acpi_tad
acpi_thermal_rel
aesni_intel
af_alg
ahci
algif_hash
algif_skcipher
autofs4
bluetooth
bnep
btbcm
btintel
btrtl
btusb
ccm
cec
cfg80211
cmac
coretemp
cqhci
crc32_pclmul
crct10dif_pclmul
cryptd
crypto_simd
drm
drm_kms_helper
dw_dmac
dw_dmac_core
ecc
ecdh_generic
efi_pstore
fb_sys_fops
ghash_clmulni_intel
hid
hid_generic
hid_multitouch
i2c_algo_bit
i2c_hid
i2c_hid_acpi
i2c_i801
i2c_smbus
i915
idma64
input_leds
int3400_thermal
int3403_thermal
int340x_
intel_cstate
intel_hid
intel_lpss
intel_lpss_pci
intel_powerclamp
intel_rapl_common
intel_rapl_msr
intel_soc_dts_iosf
ip_tables
ipmi_devintf
ipmi_msghandler
iwlmvm
iwlwifi
joydev
kvm
kvm_intel
ledtrig_audio
libahci
libarc4
lp
mac80211
mac_hid
mc
mei
mei_hdcp
mei_me
msr
nls_iso8859_1
parport
parport_pc
pinctrl_jasperlake
ppdev
processor_
processor_
processor_
processor_
processor_
rc_core
rfcomm
sch_fq_codel
sdhci
sdhci_pci
serio_raw
snd
snd_compress
snd_hda_codec
snd_hda_codec_hdmi
snd_hda_core
snd_hda_ext_core
snd_hda_intel
snd_hwdep
snd_intel_dspcfg
snd_intel_sdw_acpi
snd_pcm
snd_pcm_dmaengine
snd_rawmidi
snd_seq
snd_seq_device
snd_seq_midi
snd_seq_midi_event
snd_soc_acpi
snd_soc_
snd_soc_core
snd_soc_dmic
snd_soc_hdac_hda
snd_soc_hdac_hdmi
snd_soc_
snd_soc_skl_hda_dsp
snd_sof
snd_sof_intel_hda
snd_sof_
snd_sof_pci
snd_sof_
snd_sof_xtensa_dsp
snd_timer
soc_button_array
soundcore
soundwire_bus
soundwire_cadence
soundwire_
soundwire_intel
sparse_keymap
spi_pxa2xx_platform
syscopyarea
sysfillrect
sysimgblt
ttm
uas
usb_storage
usbhid
uvcvideo
video
videobuf2_common
videobuf2_memops
videobuf2_v4l2
videobuf2_vmalloc
videodev
wmi
wmi_bmof
x86_pkg_
x_tables
xhci_pci
xhci_pci_renesas
!!Sysfs Files
!!-----------
/sys/class/
0x04 0x18560010
0x06 0x18560010
0x08 0x18560010
0x0a 0x18560010
0x0b 0x18560010
/sys/class/
/sys/class/
/sys/class/
/sys/class/
!!ALSA/HDA dmesg
!!--------------
!!Packages installed
!!-----
ii alsa-topology-conf 1.2.5.1-2 all ALSA topology configuration files
ii alsa-ucm-conf 1.2.6.3-1ubuntu1 all ALSA Use Case Manager configuration files
ii alsa-utils 1.2.6-1ubuntu1 amd64 Utilities for configuring and using ALSA
Just for kicks, ran:
uname -r
output:
5.15.0-32-generic
Part of that output contained:
Card sysdefault:0 'sofhdadsp'
Mixer name : 'Intel Jasperlake HDMI'
Components : 'HDA:8086281a,
Controls : 24
That does seem right. But this is only under CAPTURE devices. The output of PLAYBACK devices is far less specific.
card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
Per the instructions, I checked 5for the Alsa version.
Driver version: k5.15.0-32-generic
Since there is an output for the version number, skipped the sudo apt-get commands at the end of step 3 as instructed. Step 4 then?
Revision history for this message
![]() |
#4 |
I realized one of the steps was copied/pasted incorrectly. Oops.
So I redid the task, not forgetting the leading 'k' in killall.
killall pulseaudio; pulseaudio -k; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*
Output:
E: [pulseaudio] main.c: Failed to kill daemon: No such process
rm: cannot remove '/home/
I redid all the commands for step 1 in case this mattered. Of course, as expected, still no sound. Ran as sudo too. Didn't matter. What is particularly concerning is that line about
E: [pulseaudio] main.c: Failed to kill daemon: No such process
Isn't that kind of a key daemon?
Revision history for this message
![]() |
#5 |
Also, I have tested using a bluetooth audio device (works great) and a usb audio interface, a Behringer UCA202 (works great). So sound is making it from the apps to devices. Just not the built in sound card.
Revision history for this message
![]() |
#6 |
Just as a side note, ran
sudo apt install $(check-
to fix that missing language support issue.
Revision history for this message
![]() |
#7 |
Ran step 4 command:
cat /proc/asound/
Output of the step 4 commands:
Advanced Linux Sound Architecture Driver Version k5.15.0-33-generic.
0 [sofhdadsp ]: sof-hda-dsp - sof-hda-dsp
1: : sequencer
2: [ 0- 1]: digital audio playback
3: [ 0- 2]: digital audio playback
4: [ 0- 3]: digital audio playback
5: [ 0- 2]: hardware dependent
6: [ 0] : control
33: : timer
00-02: HDA Codec 2
00-01: HDMI1 (*) : : playback 1
00-02: HDMI2 (*) : : playback 1
00-03: HDMI3 (*) : : playback 1
Client info
cur clients : 1
peak clients : 1
max clients : 192
Client 0 : "System" [Kernel]
Port 0 : "Timer" (Rwe-)
Port 1 : "Announce" (R-e-)
Client 14 : "Midi Through" [Kernel]
Port 0 : "Midi Through Port-0" (RWe-)
total 200
-rw-r--r-- 1 root root 1415 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2056 Feb 21 12:56 analog-input.conf
-rw-r--r-- 1 root root 5769 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2185 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1420 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2196 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2298 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2360 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2797 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 3155 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2609 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2797 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1330 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1457 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2229 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1425 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1385 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 309 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2040 Feb 21 12:56 analog-output.conf
-rw-r--r-- 1 root root 11778 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2540 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 3683 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 4123 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2044 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 3887 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 4952 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 193 Feb 21 12:56 hdmi-output-0.conf
-rw-r--r-- 1 root root 196 Feb 21 12:56 hdmi-output-10.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-1.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-2.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-3.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-4.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-5.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-6.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-7.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-8.conf
-rw-r--r-- 1 root root 196 Feb 21 12:56 hdmi-output-9.conf
-rw-r--r-- 1 root root 789 Feb 21 12:56 iec958-
-rw-r--r-- 1 root root 712 Feb 21 12:56 iec958-
-rw-r--r-- 1 root root 1072 Feb 21 12:56 steelseries-
-rw-r--r-- 1 root root 1064 Feb 21 12:56 steelseries-
-rw-r--r-- 1 root root 1273 Feb 21 12:56 usb-gaming-
-rw-r--r-- 1 root root 1262 Feb 21 12:56 usb-gaming-
-rw-r--r-- 1 root root 1259 Feb 21 12:56 usb-gaming-
-rw-r--r-- 1 root root 102 Feb 21 12:56 virtual-
rm: cannot remove '/etc/asound.conf': No such file or directory
rm: cannot remove '/root/.pulse': No such file or directory
rm: cannot remove '/root/.asound*': No such file or directory
rm: cannot remove '/root/
Ign:1 cdrom://Kubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419) jammy InRelease
Err:2 cdrom://Kubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419) jammy Release
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Hit:3 http://
Hit:4 http://
Hit:5 http://
Hit:6 http://
Hit:7 http://
Hit:8 https:/
Reading package lists... Done
E: The repository 'cdrom://Kubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419) jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
aptitude is already the newest version (0.8.13-3ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
No candidate version found for paman
Unable to apply some actions, aborting
H/W path Device Class Description
=======
/0 bus ALLDOCUBE
/0/0 memory 64KiB BIOS
/0/39 memory 12GiB System Memory
/0/39/0 memory 6GiB Row of chips LPDDR4 Synchronous 3733 MHz (0.3 ns)
/0/39/1 memory 6GiB Row of chips LPDDR4 Synchronous 3733 MHz (0.3 ns)
/0/42 memory 256KiB L1 cache
/0/43 memory 6MiB L2 cache
/0/44 memory 4MiB L3 cache
/0/45 processor Intel(R) Celeron(R) N5100 @ 1.10GHz
/0/100 bridge Intel Corporation
/0/100/2 /dev/fb0 display JasperLake [UHD Graphics]
/0/100/4 generic Dynamic Tuning service
/0/100/14 bus Intel Corporation
/0/100/14/0 usb1 bus xHCI Host Controller
/0/100/14/0/3 input8 input Logitech USB-PS/2 Optical Mouse
/0/100/14/0/5 input13 multimedia USB Camera: USB Camera
/0/100/14/0/6 scsi2 storage Flash Card Reader/Writer
/0/100/14/0/6/0.0.0 /dev/sdb disk 134GB Card Reader
/0/100/
/0/100/
/0/100/14/0/8 communication AX201 Bluetooth
/0/100/14/1 usb2 bus xHCI Host Controller
/0/100/14.2 memory RAM memory
/0/100/14.3 wlo1 network Wi-Fi 6 AX201 160MHz
/0/100/15 bus Serial IO I2C Host Controller
/0/100/15.1 bus Serial IO I2C Host Controller
/0/100/15.2 bus Intel Corporation
/0/100/15.3 bus Intel Corporation
/0/100/16 communication Management Engine Interface
/0/100/17 scsi0 storage Intel Corporation
/0/100/17/0.0.0 /dev/sda disk 256GB SSD-HYX-1HAH19-2
/0/100/17/0.0.0/1 volume 99MiB Windows FAT volume
/0/100/17/0.0.0/2 /dev/sda2 volume 15MiB reserved partition
/0/100/17/0.0.0/3 /dev/sda3 volume 144GiB Windows NTFS volume
/0/100/17/0.0.0/4 /dev/sda4 volume 899MiB Windows NTFS volume
/0/100/17/0.0.0/5 /dev/sda5 volume 93GiB EXT4 volume
/0/100/19 bus Intel Corporation
/0/100/1a mmc0 bus Intel Corporation
/0/100/1e communication Intel Corporation
/0/100/1e.3 bus Intel Corporation
/0/100/1f bridge Intel Corporation
/0/100/1f/0 system PnP device PNP0c02
/0/100/1f/1 generic PnP device INT3f0d
/0/100/1f/2 system PnP device PNP0c02
/0/100/1f/3 input PnP device PNP0303
/0/100/1f/4 system PnP device PNP0c02
/0/100/1f/5 system PnP device PNP0c02
/0/100/1f/6 system PnP device PNP0c02
/0/100/1f.3 card0 multimedia Intel Corporation
/0/100/1f.4 bus JaserLake SMBus
/0/100/1f.5 bus JaserLake SPI (flash) Controller
/1 power Battery 1 Name
/2 power Battery 2 Name
/3 power Battery 3 Name
/4 power Battery 4 Name
/5 power Default string
/6 power Default string
/7 power Default string
/8 input0 input Lid Switch
/9 input1 input Power Button
/a input10 input SYNA3602:00 093A:1336 Touchpad
/b input11 input Intel HID events
/c input12 input Intel HID 5 button array
/d input14 input sof-hda-dsp HDMI/DP,pcm=1
/e input15 input sof-hda-dsp HDMI/DP,pcm=2
/f input16 input sof-hda-dsp HDMI/DP,pcm=3
/10 input2 input Sleep Button
/11 input3 input Power Button
/12 input4 input AT Translated Set 2 keyboard
/13 input7 input Video Bus
/14 input9 input SYNA3602:00 093A:1336 Mouse
total 0
crw-rw----+ 1 root audio 116, 33 May 20 11:50 timer
crw-rw----+ 1 root audio 116, 1 May 20 11:50 seq
crw-rw----+ 1 root audio 116, 3 May 20 11:50 pcmC0D2p
crw-rw----+ 1 root audio 116, 2 May 20 11:50 pcmC0D1p
crw-rw----+ 1 root audio 116, 5 May 20 11:50 hwC0D2
crw-rw----+ 1 root audio 116, 6 May 20 11:50 controlC0
drwxr-xr-x 2 root root 60 May 20 11:50 by-path
drwxr-xr-x 3 root root 200 May 20 11:50 .
crw-rw----+ 1 root audio 116, 4 May 20 11:50 pcmC0D3p
drwxr-xr-x 20 root root 4700 May 20 11:58 ..
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
cat: /dev/sndstat: No such file or directory
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:4e12]
00:02.0 VGA compatible controller [0300]: Intel Corporation JasperLake [UHD Graphics] [8086:4e61] (rev 01)
00:04.0 Signal processing controller [1180]: Intel Corporation Dynamic Tuning service [8086:4e03]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:4ded] (rev 01)
00:14.2 RAM memory [0500]: Intel Corporation Device [8086:4def] (rev 01)
00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 160MHz [8086:4df0] (rev 01)
00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller [8086:4de8] (rev 01)
00:15.1 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller [8086:4de9] (rev 01)
00:15.2 Serial bus controller [0c80]: Intel Corporation Device [8086:4dea] (rev 01)
00:15.3 Serial bus controller [0c80]: Intel Corporation Device [8086:4deb] (rev 01)
00:16.0 Communication controller [0780]: Intel Corporation Management Engine Interface [8086:4de0] (rev 01)
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:4dd3] (rev 01)
00:19.0 Serial bus controller [0c80]: Intel Corporation Device [8086:4dc5] (rev 01)
00:1a.0 SD Host controller [0805]: Intel Corporation Device [8086:4dc4] (rev 01)
00:1e.0 Communication controller [0780]: Intel Corporation Device [8086:4da8] (rev 01)
00:1e.3 Serial bus controller [0c80]: Intel Corporation Device [8086:4dab] (rev 01)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:4d87] (rev 01)
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Device [8086:4dc8] (rev 01)
00:1f.4 SMBus [0c05]: Intel Corporation JaserLake SMBus [8086:4da3] (rev 01)
00:1f.5 Serial bus controller [0c80]: Intel Corporation JaserLake SPI (flash) Controller [8086:4da4] (rev 01)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 001 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 003: ID 0bda:5830 Realtek Semiconductor Corp. USB Camera
Bus 001 Device 002: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/usr/sbin/alsactl
Specified filename /dev/dsp does not exist.
dpkg-query: no path found matching pattern *bin/slmodemd*
[ 0.025274] No NUMA configuration found
[ 0.168454] audit: initializing netlink subsys (disabled)
[ 0.168471] audit: type=2000 audit(165306181
[ 0.168471] Kprobes globally optimized
[ 0.171125] ACPI: Added _OSI(Linux-
[ 0.514657] pnp: PnP ACPI: found 7 devices
[ 0.525676] DMAR: No ATSR found
[ 0.525677] DMAR: No SATC found
[ 0.527488] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.540597] ACPI: \_SB_.PR00: Found 3 idle states
[ 0.541675] acpi_device_
[ 0.541679] really_
[ 0.541681] __driver_
[ 0.541683] driver_
[ 0.541732] ac: probe of ACPI0003:01 failed with error -17
[ 1.301448] ima: No architecture policies found
[ 1.334140] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.468729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 1.468885] hub 1-0:1.0: USB hub found
[ 1.479679] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 1.485407] sdhci-pci 0000:00:1a.0: SDHCI controller found [8086:4dc4] (rev 1)
[ 1.494872] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 1.495026] hub 2-0:1.0: USB hub found
[ 1.527600] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.607816] idma64 idma64.2: Found Intel integrated DMA 64-bit
[ 1.639626] idma64 idma64.3: Found Intel integrated DMA 64-bit
[ 1.716727] idma64 idma64.5: Found Intel integrated DMA 64-bit
[ 1.739701] idma64 idma64.6: Found Intel integrated DMA 64-bit
[ 1.991888] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_
[ 1.996307] usb 1-3: New USB device found, idVendor=046d, idProduct=c03d, bcdDevice=20.00
[ 2.280485] usb 1-5: New USB device found, idVendor=0bda, idProduct=5830, bcdDevice= 7.09
[ 2.566851] usb 1-6: New USB device found, idVendor=058f, idProduct=6366, bcdDevice= 1.00
[ 2.846721] usb 1-8: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[ 3.670156] systemd[1]: Created slice Slice /system/modprobe.
[ 3.671693] systemd[1]: Listening on Journal Audit Socket.
[ 3.692731] systemd[1]: <email address hidden>: Deactivated successfully.
[ 3.693245] systemd[1]: <email address hidden>: Deactivated successfully.
[ 3.693635] systemd[1]: <email address hidden>: Deactivated successfully.
[ 3.731072] lp: driver loaded but no devices found
[ 4.659949] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 4.660342] iwlwifi 0000:00:14.3: loaded firmware version 66.f1c864e0.0 QuZ-a0-
[ 4.670523] Bluetooth: hci0: Found device firmware: intel/ibt-
[ 4.676747] usb 1-5: Found UVC 1.00 device USB Camera (0bda:5830)
[ 4.712803] audit: type=1400 audit(165306182
[ 4.717081] audit: type=1400 audit(165306182
[ 4.717088] audit: type=1400 audit(165306182
[ 4.719217] audit: type=1400 audit(165306182
[ 4.719224] audit: type=1400 audit(165306182
[ 4.719227] audit: type=1400 audit(165306182
[ 4.724623] audit: type=1400 audit(165306182
[ 4.728315] audit: type=1400 audit(165306182
[ 4.729703] audit: type=1400 audit(165306182
[ 4.927804] intel_rapl_common: Found RAPL domain package
[ 4.927809] intel_rapl_common: Found RAPL domain core
[ 4.927811] intel_rapl_common: Found RAPL domain uncore
[ 4.927813] intel_rapl_common: Found RAPL domain psys
[ 4.961085] mei_hdcp 0000:00:
[ 5.046110] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/
[ 5.205454] sof-audio-
[ 5.205520] sof-audio-
[ 5.205782] sof-audio-
[ 5.205910] sof-audio-
[ 5.213059] sof-audio-
[ 5.246242] sof-audio-
[ 5.246249] sof-audio-
[ 5.246264] sof-audio-
[ 5.262181] sof-audio-
[ 5.262188] sof-audio-
[ 5.262190] sof-audio-
[ 5.262196] sof-audio-
[ 5.360595] sof-audio-
[ 5.360601] sof-audio-
[ 5.360604] sof-audio-
[ 5.437894] sof-audio-
[ 5.437901] sof-audio-
[ 5.445962] sof-audio-
[ 5.474425] input: sof-hda-dsp HDMI/DP,pcm=1 as /devices/
[ 5.474571] input: sof-hda-dsp HDMI/DP,pcm=2 as /devices/
[ 5.474673] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/
[ 5.755105] kauditd_printk_skb: 30 callbacks suppressed
[ 5.755109] audit: type=1400 audit(165306182
[ 6.493353] Bluetooth: hci0: Waiting for firmware download to complete
[ 6.494942] Bluetooth: hci0: Firmware loaded in 1781653 usecs
[ 6.510617] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-
[ 6.516133] Bluetooth: hci0: Firmware revision 0.4 build 126 week 5 2022
[ 9.550044] audit: type=1400 audit(165306182
[ 226.031503] audit: type=1400 audit(165306204
[ 226.031513] audit: type=1400 audit(165306204
[ 226.048207] audit: type=1400 audit(165306204
[ 226.191457] audit: type=1400 audit(165306204
[ 230.746105] audit: type=1326 audit(165306204
sys-devices-
sys-devices-
sys-devices-
sys-devices-
alsa-
cron.service loaded active running Regular background program processing daemon
fwupd.service loaded active running Firmware update daemon
udisks2.service loaded active running Disk Manager
system-
systemd-
sound.target loaded active active Sound Card
fstrim.timer loaded active waiting Discard unused blocks once a week
sudo: /etc/init.
Release Date: 12/30/2021
Product Name: i1405S
Serial Number: Default string
Product Name: ALLDOCUBE
Serial Number: Default string
Serial Number: Default string
Manufacture Date: 01/01/2012
Serial Number: Battery 1 Serial Number
Manufacture Date: 01/01/2012
Serial Number: Battery 2 Serial Number
Manufacture Date: 01/01/2012
Serial Number: Battery 3 Serial Number
Manufacture Date: 01/01/2012
Serial Number: Battery 4 Serial Number
Serial Number: Default string
Serial Number: Default string
Serial Number: Default string
Serial Number: To Be Filled By O.E.M.
Serial Number: 20000000
Module Manufacturer ID: Bank 1, Hex 0x2C
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Serial Number: 20000000
Module Manufacturer ID: Bank 1, Hex 0x2C
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Port Type: Serial Port 16550A Compatible
snd_seq_dummy 16384 0
snd_soc_skl_hda_dsp 28672 0
snd_soc_
snd_soc_hdac_hdmi 36864 1 snd_soc_skl_hda_dsp
snd_hda_codec_hdmi 73728 1
snd_soc_dmic 16384 1
snd_sof_
snd_sof_
soundwire_intel 40960 1 snd_sof_
snd_sof_intel_hda 20480 1 snd_sof_
snd_sof_pci 20480 2 snd_sof_
snd_sof_xtensa_dsp 16384 1 snd_sof_
snd_sof 143360 2 snd_sof_
snd_soc_hdac_hda 24576 1 snd_sof_
snd_hda_ext_core 32768 4 snd_sof_
snd_soc_
snd_soc_acpi 16384 2 snd_soc_
ledtrig_audio 16384 1 snd_sof
snd_soc_core 331776 7 soundwire_
snd_compress 24576 1 snd_soc_core
ac97_bus 16384 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_hda_intel 53248 0
snd_intel_dspcfg 28672 2 snd_hda_
snd_intel_sdw_acpi 20480 2 snd_sof_
snd_hda_codec 155648 5 snd_hda_
snd_hda_core 110592 9 snd_hda_
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 139264 11 snd_hda_
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 49152 1 snd_seq_midi
snd_seq 73728 3 snd_seq_
snd_seq_device 16384 3 snd_seq,
snd_timer 40960 2 snd_seq,snd_pcm
btusb 57344 0
btrtl 24576 1 btusb
snd 102400 13 snd_seq,
btbcm 20480 1 btusb
btintel 40960 1 btusb
bluetooth 684032 43 btrtl,btintel,
soundcore 16384 1 snd
usbhid 65536 0
usb_storage 77824 1 uas
hid 147456 4 i2c_hid,
No PulseAudio daemon running, or not running as session daemon.
**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
Unloading ALSA sound driver modules: snd-seq-dummy snd-soc-skl-hda-dsp snd-soc-
Loading ALSA sound driver modules: snd-seq-dummy snd-soc-skl-hda-dsp snd-soc-
ubuntu-
2658 packages installed, of which:
1778 receive package updates with LTS until 4/2027
1 package is from a third party
1 package is no longer available for download
Packages from third parties are not provided by the official Ubuntu
archive, for example packages from Personal Package Archives in
Launchpad.
For more information on the packages, run 'ubuntu-
--thirdparty'.
Packages that are not available for download may be left over from a
previous release of Ubuntu, may have been installed directly from a
.deb file, or are from a source which has been disabled.
For more information on the packages, run 'ubuntu-
--unavailable'.
This machine is not attached to an Ubuntu Advantage subscription.
See https:/
*-usb:1
description: Video
product: USB Camera: USB Camera
vendor: SunplusIT Inc
physical id: 5
bus info: usb@1:5
logical name: input13
logical name: /dev/input/event11
version: 7.09
*-multimedia
description: Multimedia audio controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
logical name: card0
logical name: /dev/snd/controlC0
logical name: /dev/snd/hwC0D2
logical name: /dev/snd/pcmC0D1p
logical name: /dev/snd/pcmC0D2p
logical name: /dev/snd/pcmC0D3p
version: 01
width: 64 bits
clock: 33MHz
resources: iomemory:600-5ff iomemory:600-5ff irq:133 memory:
Rebooted
No change in situation or device list.
I noted that this also came back "No PulseAudio daemon running, or not running as session daemon."
Per step 5 I would want the output to come from the speakers built into the laptop. I have verified that playing an mp3 produces movement on the input meter but there simply isn't an output device to send that audio to.
Per step 6,
ran
sudo apt-get install pavucontrol
It was already installed.
Ran
pavucontrol
It loaded and said "establishing connection to pulseaudio. please wait"
Good luck connecting to a daemon that isn't even running.
This "...please wait" message never changed.
I went back to the step 4 command and ran NOT as root. I redid this because I found out the pulseaudio daemon WAS running when I tried to load it NOT as root.
OUTPUT:
Advanced Linux Sound Architecture Driver Version k5.15.0-33-generic.
0 [sofhdadsp ]: sof-hda-dsp - sof-hda-dsp
1: : sequencer
2: [ 0- 1]: digital audio playback
3: [ 0- 2]: digital audio playback
4: [ 0- 3]: digital audio playback
5: [ 0- 2]: hardware dependent
6: [ 0] : control
33: : timer
00-02: HDA Codec 2
00-01: HDMI1 (*) : : playback 1
00-02: HDMI2 (*) : : playback 1
00-03: HDMI3 (*) : : playback 1
Client info
cur clients : 2
peak clients : 2
max clients : 192
Client 0 : "System" [Kernel]
Port 0 : "Timer" (Rwe-)
Port 1 : "Announce" (R-e-)
Client 14 : "Midi Through" [Kernel]
Port 0 : "Midi Through Port-0" (RWe-)
total 200
-rw-r--r-- 1 root root 1415 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2056 Feb 21 12:56 analog-input.conf
-rw-r--r-- 1 root root 5769 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2185 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1420 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2196 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2298 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2360 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2797 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 3155 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2609 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2797 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1330 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1457 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2229 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1425 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 1385 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 309 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2040 Feb 21 12:56 analog-output.conf
-rw-r--r-- 1 root root 11778 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2540 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 3683 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 4123 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 2044 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 3887 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 4952 Feb 21 12:56 analog-
-rw-r--r-- 1 root root 193 Feb 21 12:56 hdmi-output-0.conf
-rw-r--r-- 1 root root 196 Feb 21 12:56 hdmi-output-10.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-1.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-2.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-3.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-4.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-5.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-6.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-7.conf
-rw-r--r-- 1 root root 195 Feb 21 12:56 hdmi-output-8.conf
-rw-r--r-- 1 root root 196 Feb 21 12:56 hdmi-output-9.conf
-rw-r--r-- 1 root root 789 Feb 21 12:56 iec958-
-rw-r--r-- 1 root root 712 Feb 21 12:56 iec958-
-rw-r--r-- 1 root root 1072 Feb 21 12:56 steelseries-
-rw-r--r-- 1 root root 1064 Feb 21 12:56 steelseries-
-rw-r--r-- 1 root root 1273 Feb 21 12:56 usb-gaming-
-rw-r--r-- 1 root root 1262 Feb 21 12:56 usb-gaming-
-rw-r--r-- 1 root root 1259 Feb 21 12:56 usb-gaming-
-rw-r--r-- 1 root root 102 Feb 21 12:56 virtual-
[sudo] password for cubeone:
rm: cannot remove '/etc/asound.conf': No such file or directory
rm: cannot remove '/home/
rm: cannot remove '/home/
rm: cannot remove '/home/
Ign:1 cdrom://Kubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419) jammy InRelease
Err:2 cdrom://Kubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419) jammy Release
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Hit:3 http://
Hit:4 http://
Hit:5 http://
Hit:6 http://
Hit:7 http://
Hit:8 https:/
Reading package lists... Done
E: The repository 'cdrom://Kubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419) jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
aptitude is already the newest version (0.8.13-3ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
No candidate version found for paman
Unable to apply some actions, aborting
H/W path Device Class Description
=======
/0 bus ALLDOCUBE
/0/0 memory 64KiB BIOS
/0/39 memory 12GiB System Memory
/0/39/0 memory 6GiB Row of chips LPDDR4 Synchronous 3733 MHz (0.3 ns)
/0/39/1 memory 6GiB Row of chips LPDDR4 Synchronous 3733 MHz (0.3 ns)
/0/42 memory 256KiB L1 cache
/0/43 memory 6MiB L2 cache
/0/44 memory 4MiB L3 cache
/0/45 processor Intel(R) Celeron(R) N5100 @ 1.10GHz
/0/100 bridge Intel Corporation
/0/100/2 /dev/fb0 display JasperLake [UHD Graphics]
/0/100/4 generic Dynamic Tuning service
/0/100/14 bus Intel Corporation
/0/100/14/0 usb1 bus xHCI Host Controller
/0/100/14/0/3 input8 input Logitech USB-PS/2 Optical Mouse
/0/100/14/0/5 input13 multimedia USB Camera: USB Camera
/0/100/14/0/6 scsi2 storage Flash Card Reader/Writer
/0/100/14/0/6/0.0.0 /dev/sdb disk 134GB Card Reader
/0/100/
/0/100/
/0/100/14/0/8 communication AX201 Bluetooth
/0/100/14/1 usb2 bus xHCI Host Controller
/0/100/14.2 memory RAM memory
/0/100/14.3 wlo1 network Wi-Fi 6 AX201 160MHz
/0/100/15 bus Serial IO I2C Host Controller
/0/100/15.1 bus Serial IO I2C Host Controller
/0/100/15.2 bus Intel Corporation
/0/100/15.3 bus Intel Corporation
/0/100/16 communication Management Engine Interface
/0/100/17 scsi0 storage Intel Corporation
/0/100/17/0.0.0 /dev/sda disk 256GB SSD-HYX-1HAH19-2
/0/100/17/0.0.0/1 volume 99MiB Windows FAT volume
/0/100/17/0.0.0/2 /dev/sda2 volume 15MiB reserved partition
/0/100/17/0.0.0/3 /dev/sda3 volume 144GiB Windows NTFS volume
/0/100/17/0.0.0/4 /dev/sda4 volume 899MiB Windows NTFS volume
/0/100/17/0.0.0/5 /dev/sda5 volume 93GiB EXT4 volume
/0/100/19 bus Intel Corporation
/0/100/1a mmc0 bus Intel Corporation
/0/100/1e communication Intel Corporation
/0/100/1e.3 bus Intel Corporation
/0/100/1f bridge Intel Corporation
/0/100/1f/0 system PnP device PNP0c02
/0/100/1f/1 generic PnP device INT3f0d
/0/100/1f/2 system PnP device PNP0c02
/0/100/1f/3 input PnP device PNP0303
/0/100/1f/4 system PnP device PNP0c02
/0/100/1f/5 system PnP device PNP0c02
/0/100/1f/6 system PnP device PNP0c02
/0/100/1f.3 card0 multimedia Intel Corporation
/0/100/1f.4 bus JaserLake SMBus
/0/100/1f.5 bus JaserLake SPI (flash) Controller
/1 power Battery 1 Name
/2 power Battery 2 Name
/3 power Battery 3 Name
/4 power Battery 4 Name
/5 power Default string
/6 power Default string
/7 power Default string
/8 input0 input Lid Switch
/9 input1 input Power Button
/a input10 input SYNA3602:00 093A:1336 Touchpad
/b input11 input Intel HID events
/c input12 input Intel HID 5 button array
/d input17 input sof-hda-dsp HDMI/DP,pcm=1
/e input18 input sof-hda-dsp HDMI/DP,pcm=2
/f input19 input sof-hda-dsp HDMI/DP,pcm=3
/10 input2 input Sleep Button
/11 input3 input Power Button
/12 input4 input AT Translated Set 2 keyboard
/13 input7 input Video Bus
/14 input9 input SYNA3602:00 093A:1336 Mouse
total 0
crw-rw----+ 1 root audio 116, 33 May 20 11:58 timer
crw-rw----+ 1 root audio 116, 1 May 20 11:58 seq
crw-rw----+ 1 root audio 116, 3 May 20 11:58 pcmC0D2p
crw-rw----+ 1 root audio 116, 2 May 20 11:58 pcmC0D1p
crw-rw----+ 1 root audio 116, 5 May 20 11:58 hwC0D2
crw-rw----+ 1 root audio 116, 6 May 20 11:58 controlC0
drwxr-xr-x 2 root root 60 May 20 11:58 by-path
drwxr-xr-x 3 root root 200 May 20 11:58 .
crw-rw----+ 1 root audio 116, 4 May 20 12:10 pcmC0D3p
drwxr-xr-x 20 root root 4700 May 20 12:12 ..
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
/lib/modules/
cat: /dev/sndstat: No such file or directory
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:4e12]
00:02.0 VGA compatible controller [0300]: Intel Corporation JasperLake [UHD Graphics] [8086:4e61] (rev 01)
00:04.0 Signal processing controller [1180]: Intel Corporation Dynamic Tuning service [8086:4e03]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:4ded] (rev 01)
00:14.2 RAM memory [0500]: Intel Corporation Device [8086:4def] (rev 01)
00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 160MHz [8086:4df0] (rev 01)
00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller [8086:4de8] (rev 01)
00:15.1 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller [8086:4de9] (rev 01)
00:15.2 Serial bus controller [0c80]: Intel Corporation Device [8086:4dea] (rev 01)
00:15.3 Serial bus controller [0c80]: Intel Corporation Device [8086:4deb] (rev 01)
00:16.0 Communication controller [0780]: Intel Corporation Management Engine Interface [8086:4de0] (rev 01)
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:4dd3] (rev 01)
00:19.0 Serial bus controller [0c80]: Intel Corporation Device [8086:4dc5] (rev 01)
00:1a.0 SD Host controller [0805]: Intel Corporation Device [8086:4dc4] (rev 01)
00:1e.0 Communication controller [0780]: Intel Corporation Device [8086:4da8] (rev 01)
00:1e.3 Serial bus controller [0c80]: Intel Corporation Device [8086:4dab] (rev 01)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:4d87] (rev 01)
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Device [8086:4dc8] (rev 01)
00:1f.4 SMBus [0c05]: Intel Corporation JaserLake SMBus [8086:4da3] (rev 01)
00:1f.5 Serial bus controller [0c80]: Intel Corporation JaserLake SPI (flash) Controller [8086:4da4] (rev 01)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 001 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 003: ID 0bda:5830 Realtek Semiconductor Corp. USB Camera
Bus 001 Device 002: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/usr/sbin/alsactl
Specified filename /dev/dsp does not exist.
dpkg-query: no path found matching pattern *bin/slmodemd*
dmesg: read kernel buffer failed: Operation not permitted
sys-devices-
sys-devices-
sys-devices-
sys-devices-
alsa-
cron.service loaded active running Regular background program processing daemon
fwupd.service loaded active running Firmware update daemon
udisks2.service loaded active running Disk Manager
system-
systemd-
sound.target loaded active active Sound Card
fstrim.timer loaded active waiting Discard unused blocks once a week
sudo: /etc/init.
Release Date: 12/30/2021
Product Name: i1405S
Serial Number: Default string
Product Name: ALLDOCUBE
Serial Number: Default string
Serial Number: Default string
Manufacture Date: 01/01/2012
Serial Number: Battery 1 Serial Number
Manufacture Date: 01/01/2012
Serial Number: Battery 2 Serial Number
Manufacture Date: 01/01/2012
Serial Number: Battery 3 Serial Number
Manufacture Date: 01/01/2012
Serial Number: Battery 4 Serial Number
Serial Number: Default string
Serial Number: Default string
Serial Number: Default string
Serial Number: To Be Filled By O.E.M.
Serial Number: 20000000
Module Manufacturer ID: Bank 1, Hex 0x2C
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Serial Number: 20000000
Module Manufacturer ID: Bank 1, Hex 0x2C
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Port Type: Serial Port 16550A Compatible
snd_hda_intel 53248 0
snd_sof_
snd_sof_
soundwire_intel 40960 1 snd_sof_
snd_sof_intel_hda 20480 1 snd_sof_
snd_sof_pci 20480 2 snd_sof_
snd_sof_xtensa_dsp 16384 1 snd_sof_
snd_sof 143360 2 snd_sof_
snd_soc_hdac_hda 24576 1 snd_sof_
snd_soc_
snd_soc_acpi 16384 2 snd_soc_
snd_intel_dspcfg 28672 2 snd_hda_
snd_intel_sdw_acpi 20480 2 snd_sof_
ledtrig_audio 16384 1 snd_sof
snd_soc_dmic 16384 1
snd_hda_codec_hdmi 73728 1
snd_soc_skl_hda_dsp 28672 0
snd_soc_
snd_soc_hdac_hdmi 36864 1 snd_soc_skl_hda_dsp
snd_hda_ext_core 32768 4 snd_sof_
snd_hda_codec 155648 5 snd_hda_
snd_hda_core 110592 9 snd_hda_
snd_hwdep 16384 1 snd_hda_codec
snd_soc_core 331776 7 soundwire_
snd_compress 24576 1 snd_soc_core
ac97_bus 16384 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_pcm 139264 11 snd_hda_
snd_seq_dummy 16384 0
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 49152 1 snd_seq_midi
snd_seq 73728 3 snd_seq_
snd_seq_device 16384 3 snd_seq,
snd_timer 40960 2 snd_seq,snd_pcm
snd 102400 13 snd_seq,
soundcore 16384 1 snd
btusb 57344 0
btrtl 24576 1 btusb
btbcm 20480 1 btusb
btintel 40960 1 btusb
bluetooth 684032 43 btrtl,btintel,
usbhid 65536 0
usb_storage 77824 1 uas
hid 147456 4 i2c_hid,
1 sink(s) available.
* index: 0
name: <auto_null>
driver: <module-
flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: SUSPENDED
suspend cause: IDLE
priority: 1000
volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
base volume: 65536 / 100% / 0.00 dB
volume steps: 65537
muted: no
current latency: 0.00 ms
max request: 16 KiB
max rewind: 16 KiB
monitor source: 0
sample spec: s16le 2ch 48000Hz
channel map: front-left,
used by: 0
linked by: 1
configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
module: 15
properties:
**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
Unloading ALSA sound driver modules: snd-hda-intel snd-sof-
Loading ALSA sound driver modules: snd-hda-intel snd-sof-
ubuntu-
2658 packages installed, of which:
1778 receive package updates with LTS until 4/2027
1 package is from a third party
1 package is no longer available for download
Packages from third parties are not provided by the official Ubuntu
archive, for example packages from Personal Package Archives in
Launchpad.
For more information on the packages, run 'ubuntu-
--thirdparty'.
Packages that are not available for download may be left over from a
previous release of Ubuntu, may have been installed directly from a
.deb file, or are from a source which has been disabled.
For more information on the packages, run 'ubuntu-
--unavailable'.
This machine is not attached to an Ubuntu Advantage subscription.
See https:/
*-usb:1
description: Video
product: USB Camera: USB Camera
vendor: SunplusIT Inc
physical id: 5
bus info: usb@1:5
logical name: input13
logical name: /dev/input/event11
version: 7.09
*-multimedia
description: Multimedia audio controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
logical name: card0
logical name: /dev/snd/controlC0
logical name: /dev/snd/hwC0D2
logical name: /dev/snd/pcmC0D1p
logical name: /dev/snd/pcmC0D2p
logical name: /dev/snd/pcmC0D3p
version: 01
width: 64 bits
clock: 33MHz
resources: iomemory:600-5ff iomemory:600-5ff irq:133 memory:
Rebooted...
still no sound through speakers nor through headphones. Still no device listed in settings. alsamixer shows the same HDMI only mess.
checked step 9, its all fine. I have reinstalled ubuntu a few times to get rid of the tweaks and changes I had done on my own to try to solve this issue. I have also listened to music in Windows (hate it, but iit works).
Step 10 is inapplicable as I use KDE not GNOME so gnome-volume-
Step 11 is inaplicable.
Step 12 is ridiculous and inaplicable. I have a laptop with only one headphone output. And poking a toothpick in that jack isn't smart. Also, it does work fine in Windows so it isn't a bad jack.
Step 13 alsready specified this and it shows in the output for step 4.
Step 14 seems out of place as it only applies if you want to enable S/PDIF. In alsamixer, S/PDIF is the ONLY option listed under "Item."
Step 15 is about the BIOS. The settings are all in default. I haven't messed with the bios other than the boot order when I was trying out different distros. I will see if there is an enabled vs auto setting for sound.
Rebooted into BIOS
Revision history for this message
![]() |
#8 |
Well, my bios is complicated to say the least. It is an AMI bios version 2.21.1278 copyrighted 2021.
Per step 15
If such an option exists, change the onboard audio setting in the BIOS from "auto" to "enabled".
There was no such setting.
If such an option exists, make sure BIOS option "Speakers and Headphones" is set to "enabled"
There was no such setting.
I did find a lot of HDA settings and advanced audio settngs and i tried a few options.
Audio DSP Compliance Mode : tried UAA HDA Inbox/IntelSST instead of the default Non-UAA (IntelSST)
- didn't help.
Adjusted the I2S COdec select from the Realtek ALC274 to the Realtek ALC298.
- didn't help in Ubuntu and in Windows made the sound very distorted
Tried the PME Enable setting "enabled" vs disabled, as this enables the PME wake of HD Audio controller during POST.
- didn't change anything at all either way. Left it enabled.
Other settings that I didn't play around with:
iDisplay Audio Disconnect
Codec Sx Wake Compatibility
HD Audio Link frequency
iDisplay Audio Link frequency
iDisplay Audio Link T-Mode
and under the Chipset>HD Audio Subsystem Features Configuration (ACPI)
I didn't mess with these except the I2S Codec select
Audio DSP NHLT Endpoints
Configuration:
- NHLT External Table
- DMIC
- Bluetooth
- I2S
There are several other settings there.
Under the HD Audio Subsystem Configuration Settings, here are the defaults
HD Audio (enabled)
Audio DSP (enabled)
Audio DSP Compliance Mode (Non-UAA (intelSST)
HDA Link (disabled)
DMIC #0 (enabled)
DMIC #1 (enabled)
SSP #0, 1, and 2 (disalbed)
SNDW #1 (disabled)
Well, that about exhausts the instructions to follow. For now I am using a Behringer U-Control UCA 202 USB audio interface which works great in Ubuntu. So at least I have audio by some portable mechanism besides simply bluetooth (which also works fine in Ubuntu).
Can you help with this problem?
Provide an answer of your own, or ask Gregory Dearth for more information if necessary.