You are not logged in.
Hi, I am still trying to get the XPS 13 Plus fully installed, I am failing to get a simple headset plugged with the USB-C -- 3.5mm Jack adapter included by Dell to work.
When plugged in the kernel recognizes the USB is being plugged
Sep 30 13:55:41 forkchoice kernel: usb 3-3: new high-speed USB device number 8 using xhci_hcd
Sep 30 13:55:41 forkchoice kernel: usb 3-3: New USB device found, idVendor=413c, idProduct=b100, bcdDevice= 0.07
Sep 30 13:55:41 forkchoice kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 30 13:55:41 forkchoice kernel: usb 3-3: Product: Dell Adapter - USB-C to 3.5mm Headphone Jack SA1023
Sep 30 13:55:41 forkchoice kernel: usb 3-3: Manufacturer: Dell
Sep 30 13:55:41 forkchoice kernel: usb 3-3: SerialNumber: 2206172676
Sep 30 13:55:41 forkchoice kernel: input: Dell Dell Adapter - USB-C to 3.5mm Headphone Jack SA1023 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:413C:B100.0007/input/input31
Sep 30 13:55:41 forkchoice kernel: hid-generic 0003:413C:B100.0007: input,hidraw2: USB HID v1.11 Device [Dell Dell Adapter - USB-C to 3.5mm Headphone Jack SA1023] on usb-0000:00:14.0-3/input3Alsamixer doesn't show any headphone nor anything like that and all mixers are unmuted. Pavucontrol only shows the speakers as output devices. Same with Alsa:
$ aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 0: sofsoundwire [sof-soundwire], device 2: Speaker (*) []
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 5: HDMI 1 (*) []
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 6: HDMI 2 (*) []
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 7: HDMI 3 (*) []
Subdevices: 0/1
Subdevice #0: subdevice #0I'd be grateful for advice.
Offline
Adding information here, the driver loaded is the sof driver
$ sudo lspci -v -s 1f.3
0000:00:1f.3 Multimedia audio controller: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
Subsystem: Dell Device 0af3
Flags: bus master, fast devsel, latency 64, IRQ 185, IOMMU group 16
Memory at 60402d0000 (64-bit, non-prefetchable) [size=16K]
Memory at 6040000000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [50] Power Management version 3
Capabilities: [80] Vendor Specific Information: Len=14 <?>
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Kernel driver in use: sof-audio-pci-intel-tgl
Kernel modules: snd_hda_intel, snd_sof_pci_intel_tglAnd pulseaudio also does not see headphones
$ pactl list sinks | grep Alder
Description: Alder Lake PCH-P High Definition Audio Controller HDMI / DisplayPort 3 Output
device.product.name = "Alder Lake PCH-P High Definition Audio Controller"
device.description = "Alder Lake PCH-P High Definition Audio Controller HDMI / DisplayPort 3 Output"
Description: Alder Lake PCH-P High Definition Audio Controller HDMI / DisplayPort 2 Output
device.product.name = "Alder Lake PCH-P High Definition Audio Controller"
device.description = "Alder Lake PCH-P High Definition Audio Controller HDMI / DisplayPort 2 Output"
Description: Alder Lake PCH-P High Definition Audio Controller HDMI / DisplayPort 1 Output
device.product.name = "Alder Lake PCH-P High Definition Audio Controller"
device.description = "Alder Lake PCH-P High Definition Audio Controller HDMI / DisplayPort 1 Output"
Description: Alder Lake PCH-P High Definition Audio Controller Speaker
device.product.name = "Alder Lake PCH-P High Definition Audio Controller"
device.description = "Alder Lake PCH-P High Definition Audio Controller Speaker"This is what I get from dmesg
$ sudo dmesg | grep -iE "snd|sof"
[Sat Oct 1 14:24:21 2022] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Sat Oct 1 14:24:21 2022] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Sat Oct 1 14:24:21 2022] software IO TLB: mapped [mem 0x000000004c344000-0x0000000050344000] (64MB)
[Sat Oct 1 14:24:21 2022] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[Sat Oct 1 14:24:22 2022] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[Sat Oct 1 14:24:22 2022] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[Sat Oct 1 14:24:31 2022] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[Sat Oct 1 14:24:31 2022] sof_sdw sof_sdw: ASoC: Parent card not yet available, widget card binding deferred
[Sat Oct 1 14:24:31 2022] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[Sat Oct 1 14:24:31 2022] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input19
[Sat Oct 1 14:24:31 2022] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input20
[Sat Oct 1 14:24:31 2022] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input21Offline