Page 1 of 2

Getting bluetooth and sound working

Posted: 05 Sep 2022, 22:03
by paimei
Hello! Installed Porteus 5.0 on ASUSTeK ZenBook UX425EA. Wi-Fi, Bluetooth and sound did not work. I put the file "iwlwifi-Usa 0-hr-b0-71.code" in the folder "/lib/firmware/" (from the folder "/lib/firmware/" previously installed Linux Mint). WiFi is working. Bluetooth and sound are not connected by this method (although copy the entire folder "/lib/firmware/" - it does not work). What do I need to do to make Bluetooth and sound work?

Getting bluetooth and sound working

Posted: 06 Sep 2022, 05:12
by babam
Try this

Code: Select all

dmesg | egrep -i 'bluetooth|audio|sof|snd'

Getting bluetooth and sound working

Posted: 06 Sep 2022, 10:50
by paimei
[ 0.118990] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.449754] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.473625] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.473625] software IO TLB: mapped [mem 0x0000000032003000-0x0000000036003000] (64MB)
[ 2.250153] Bluetooth: Core ver 2.22
[ 2.250164] NET: Registered PF_BLUETOOTH protocol family
[ 2.250165] Bluetooth: HCI device and connection manager initialized
[ 2.250169] Bluetooth: HCI socket layer initialized
[ 2.250172] Bluetooth: L2CAP socket layer initialized
[ 2.250174] Bluetooth: SCO socket layer initialized
[ 2.291613] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[ 2.292640] Bluetooth: hci0: Device revision is 2
[ 2.292642] Bluetooth: hci0: Secure boot is enabled
[ 2.292643] Bluetooth: hci0: OTP lock is enabled
[ 2.292643] Bluetooth: hci0: API lock is enabled
[ 2.292644] Bluetooth: hci0: Debug lock is disabled
[ 2.292644] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 2.293085] Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-19-0-4.sfi (-2)
[ 2.458270] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 2.458324] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[ 5.340441] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 5.340505] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[ 5.340519] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[ 5.340637] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[ 6.771655] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops 0xffffffffa0487080)
[ 6.778203] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[ 6.801090] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[ 6.801092] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[ 6.801096] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[ 6.801125] sof-audio-pci-intel-tgl 0000:00:1f.3: Direct firmware load for intel/sof/sof-tgl.ri failed with error -2
[ 6.801127] sof-audio-pci-intel-tgl 0000:00:1f.3: error: sof firmware file is missing, you might need to
[ 6.801128] sof-audio-pci-intel-tgl 0000:00:1f.3: download it from https://github.com/thesofproject/sof-bin/
[ 6.801129] sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to load DSP firmware -2
[ 8.254871] sof-audio-pci-intel-tgl 0000:00:1f.3: error: sof_probe_work failed err: -2
guest@porteus:~$

Getting bluetooth and sound working

Posted: 06 Sep 2022, 11:30
by babam

Getting bluetooth and sound working

Posted: 06 Sep 2022, 12:56
by paimei
The Bluetooth icon appeared in the tray, but the Bluetooth headphones do not connect: "Connection Failed: br-connection-profile-unavailable".

Getting bluetooth and sound working

Posted: 06 Sep 2022, 12:57
by paimei
And the only "Dummy Output" at the "Volume Control" window.

Getting bluetooth and sound working

Posted: 06 Sep 2022, 13:04
by paimei
By the way, there is no "pulseaudio-bluetooth" module in the system. Perhaps that's why Bluetooth headphones are not connected.

Getting bluetooth and sound working

Posted: 06 Sep 2022, 13:15
by babam
paimei wrote:
06 Sep 2022, 12:57
And the only "Dummy Output" at the "Volume Control" window.
Open terminal:

Code: Select all

aplay -l
alsamixer
Try this https://askubuntu.com/a/1359089

Getting bluetooth and sound working

Posted: 06 Sep 2022, 20:26
by paimei
the result of "aplay -l" execution is "aplay: device_list:274: no soundcards found..."

Getting bluetooth and sound working

Posted: 07 Sep 2022, 06:20
by babam
Try creating a modprobe file like e.g. /etc/modprobe.d/disable_dmic.conf

Code: Select all

options snd_hda_intel dmic_detect=0
https://bbs.archlinux.org/viewtopic.php ... 5#p1887925

Or add snd_hda_intel.dmic_detect=0 cheatcode

Getting bluetooth and sound working

Posted: 07 Sep 2022, 08:16
by paimei
No result...

Getting bluetooth and sound working

Posted: 07 Sep 2022, 10:20
by babam
Try this https://askubuntu.com/a/727855
If there is no /etc/modprobe.d/alsa-base.conf then create it

Getting bluetooth and sound working

Posted: 07 Sep 2022, 23:05
by paimei
Unfortunately, it didn't help either

Getting bluetooth and sound working

Posted: 08 Sep 2022, 16:50
by beny
hi you can try this for the audio issue,maybe work: http://download.zenwalk.org/x86_64/curr ... 210103.txz zenwalk is slackware based so don't worry for...

Getting bluetooth and sound working

Posted: 08 Sep 2022, 21:01
by paimei
Only "Dummy output" device...