thesuryavivek
New Member
Hello guys,
I don't have much experience using linux, just dual booted (ubuntu 22.04 LTS) along with windows 11 on my laptop. Just wanted to use it for web development.
After installation, there is no sound in ubuntu. I googled and tried a lot of things. But, nothing seems to work.
I also use an external monitor connected with hdmi to my laptop. I don't have any extra speakers other than the in-build laptop speakers.
When I connect my external display, in the sound section of settings, the options to select an output device is only HDMI output.
When I disconnected, it's showing as "dummy output".
When the system got suspended, and after waking up it's showing nothing to select.
I googled and found out that there is some issue with the device drivers.
In windows, there are 3 drivers for sound:
The additional drivers application is showing "no additional drivers available".
aplay -l outputs no sound card
I followed this post from ask ubuntu and changed the grub.
After changing, it outputs:
** List of PLAYBACK Hardware Devices **
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 11: HDMI 5 [HDMI 5]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 12: HDMI 6 [HDMI 6]
Subdevices: 1/1
Subdevice #0: subdevice #0
inxi -A
Audio:
Device-1: Intel Ice Lake-LP Smart Sound Audio driver: snd_hda_intel
Sound Server-1: ALSA v: k5.19.0-42-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
lspci -nnk | grep -A4 Audio
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Ice Lake-LP Smart Sound Technology Audio Controller [8086:34c8] (rev 30)
DeviceName: Onboard - Sound
Subsystem: Device [2782:1a21]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_sof_pci_intel_icl
Please help me guys...
I don't have much experience using linux, just dual booted (ubuntu 22.04 LTS) along with windows 11 on my laptop. Just wanted to use it for web development.
After installation, there is no sound in ubuntu. I googled and tried a lot of things. But, nothing seems to work.
I also use an external monitor connected with hdmi to my laptop. I don't have any extra speakers other than the in-build laptop speakers.
When I connect my external display, in the sound section of settings, the options to select an output device is only HDMI output.
When I disconnected, it's showing as "dummy output".
When the system got suspended, and after waking up it's showing nothing to select.
I googled and found out that there is some issue with the device drivers.
In windows, there are 3 drivers for sound:
- ESAu Device @TDM mode
- Intel Display Audio
- Intel Smart Sound Technology
The additional drivers application is showing "no additional drivers available".
aplay -l outputs no sound card
I followed this post from ask ubuntu and changed the grub.
After changing, it outputs:
** List of PLAYBACK Hardware Devices **
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 11: HDMI 5 [HDMI 5]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 12: HDMI 6 [HDMI 6]
Subdevices: 1/1
Subdevice #0: subdevice #0
inxi -A
Audio:
Device-1: Intel Ice Lake-LP Smart Sound Audio driver: snd_hda_intel
Sound Server-1: ALSA v: k5.19.0-42-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
lspci -nnk | grep -A4 Audio
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Ice Lake-LP Smart Sound Technology Audio Controller [8086:34c8] (rev 30)
DeviceName: Onboard - Sound
Subsystem: Device [2782:1a21]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_sof_pci_intel_icl
Please help me guys...