Audio problem on Fedora 28
While running Gnome3, there are no audio devices visible in the system settings, and all the audio options are greyed out. I'm running Fedora 28 (x64) on an Intel Compute-Stick, with an Intel Atom x5-Z8330 CPU, the sound device is a Fiio E17K Alpen2 connected via USB, the device is working fine on my Laptop which is also running Fedora 28 (x64). The log files are also provided here:
21:05:41 kernel: Audio Port: ASoC: no backend DAIs enabled for Audio Port
21:05:39 cupsd: Filter "brftopagedbrf" not found.
21:05:39 spice-vdagent: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
21:05:36 systemd: Failed to start Sound Service.
21:05:36 systemd: Failed to start Sound Service.
21:05:36 systemd: Failed to start Sound Service.
21:05:36 kernel: Audio Port: ASoC: no backend DAIs enabled for Audio Port
21:05:07 spice-vdagent: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
21:05:02 kernel: Audio Port: ASoC: no backend DAIs enabled for Audio Port
21:04:53 kernel: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
21:04:53 kernel: Failed to dissect: Input/output error
Thanks in advance for any help provided.
Try to get status of
pulseaudio
systemd
unit which is actually aSound Service
from your log:systemctl --user status pulseaudio
. You can also get additional log runningjournalctl --user --unit pulseaudio
. Please post both outputs here. Also, thespice
related issue seems irrelevant unless you are inside VM or running a VM...