clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
522 stars 29 forks source link

Pulseaudio: Failed to open module module-device-restore.so.avx2 #908

Closed Comevius closed 5 years ago

Comevius commented 5 years ago

I installed the alsa-utils and pulseaudio bundles, but pulseaudio can't find any modules, because the files don't exist.

Jun 18 08:51:48 MARIE pulseaudio[554]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-device-restore.so.avx2: module-device-restore.so.avx2: cannot open shared object file: No such file or directory
Jun 18 08:51:48 MARIE pulseaudio[554]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-stream-restore.so.avx2: module-stream-restore.so.avx2: cannot open shared object file: No such file or directory
Jun 18 08:51:48 MARIE pulseaudio[554]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-card-restore.so.avx2: module-card-restore.so.avx2: cannot open shared object file: No such file or directory

pulseaudio --dump-modules

E: [pulseaudio] ltdl-bind-now.c: Failed to open module /usr/lib64/pulse-12.2/modules/module-allow-passthrough.so.avx2: /usr/lib64/pulse-12.2/modules/module-allow-passthrough.so.avx2: cannot open shared object file: No such file or directory

This goes on for the rest of the modules.

I run find / -name module-device-restore.so.avx2 to locate it, but it could not locate it. Indeed there is only a module-device-restore.so in /usr/lib64/pulse-12.2/modules.

swupd info

Installed version: 29950
Version URL:       https://cdn.download.clearlinux.org/update
Content URL:       https://cdn.download.clearlinux.org/update

sudo swupd bundle list

NetworkManager
acpica-unix2
alsa-utils
binutils
bison
bootloader
c-basic
curl
desktop-gnomelibs
diffutils
emacs-x11
file
findutils
firefox
flex
fonts-basic
git
glibc-locale
gzip
hardware-uefi
htop
iperf
iproute2
java11-basic
kbd
kernel-install
kernel-native
kernel-native-dkms
less
lib-imageformat
lib-opengl
lib-openssl
lib-samba
libX11client
libglib
libstdcpp
linux-dev
linux-firmware
linux-firmware-extras
linux-firmware-wifi
llvm
make
man-pages
minicom
nasm
openssh-server
openssl
os-core
os-core-update
os-core-webproxy
p11-kit
parallel
patch
perl-basic
polkit
powertop
procps-ng
pulseaudio
python3-basic
qemu-guest-additions
strace
sudo
sysadmin-basic
syslinux
tmux
tzdata
unzip
wget
which
wpa_supplicant
x11-server
x11-tools
x11vnc
xterm
xz
zstd

lscpu

Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
Address sizes:       39 bits physical, 48 bits virtual
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               60
Model name:          Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
Stepping:            3
CPU MHz:             3562.569
CPU max MHz:         3600.0000
CPU min MHz:         800.0000
BogoMIPS:            6385.17
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            6144K
NUMA node0 CPU(s):   0-3
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d
Comevius commented 5 years ago

Nevermind. All 23 modules are loaded correctly, the ones listed would be duplicates, and thus not needed.

My problem is in fact that Pulseaudio can't see my cards, which maybe has something to do with module-udev-detect. Either way I'm closing this, and open another issue once I figured out what's the issue.