[Solved] No audio on Centos 7 guest
Posted: 31. Dec 2017, 12:59
Audio works on High Sierra host,
Host Driver: CoreAudio
Controller: ICH AC97
Guest: Centos 7
...and things are turned up and not muted in alsamixer.
Just no audio, testing with:
I've tried a bunch of different things along the way, rebooting the guest many times, changing the host driver. Any help will be appreciated, thank you.
Dan
Host Driver: CoreAudio
Controller: ICH AC97
Guest: Centos 7
Code: Select all
$ cat /proc/asound/cards
0 [I82801AAICH ]: ICH - Intel 82801AA-ICH
Intel 82801AA-ICH with STAC9700,83,84 at irq 21
$ lsmod | grep snd
snd_intel8x0 38225 5
snd_ac97_codec 130556 1 snd_intel8x0
ac97_bus 12730 1 snd_ac97_codec
snd_seq 62699 0
snd_seq_device 14356 1 snd_seq
snd_pcm 106416 3 snd_ac97_codec,snd_intel8x0
snd_timer 29822 3 snd_pcm,snd_seq
snd 83383 14 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_seq,snd_seq_device
soundcore 15047 1 snd
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: I82801AAICH [Intel 82801AA-ICH], device 0: Intel ICH [Intel 82801AA-ICH]
Subdevices: 0/1
Subdevice #0: subdevice #0
$ lspci -nnk | grep -i -A7 audio
00:05.0 Multimedia audio controller [0401]: Intel Corporation 82801AA AC'97 Audio Controller [8086:2415] (rev 01)
Subsystem: Intel Corporation Device [8086:0000]
Kernel driver in use: snd_intel8x0
Kernel modules: snd_intel8x0
00:06.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f]
Kernel driver in use: ohci-pci
00:07.0 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 08)
Kernel driver in use: piix4_smbus
Just no audio, testing with:
Code: Select all
$ aplay /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
Dan