Linux 有问必答:如何修复“hda-duplex not supported in this QEMU binary”

作者:佚名 上传时间:2019-05-13 版权申诉

Linux 有问必答:如何修复“hda-duplex not supported in this QEMU binary”

提问 : 当我尝试在虚拟机中安装一个新的Linux时,虚拟机不能启动且报了下面这个错误:"unsupported configuration: hda-duplex not supported in this QEMU binary."(“不支持的配置:hda-duplex在此QEMU文件中不支持。”) 我该如何修复?

这个错误可能来自一个当默认声卡型号不能被识别时的一个qemu bug。

无法完成安装:‘不支持的配置:hda-duplex在此QEMU文件中不支持’

要解决这个问题,按照下面的做。

方案一: virt-manager

virt-manager 中,打开虚拟机的虚拟硬件详细菜单,进入声卡选项,改变默认的设备型号为ac97。

点击“应用”按钮并保存设置。看一下虚拟机现在是否可以启动了。

方案二: Virsh

如果你使用的是 virsh 而不是 virt-manager , 你可以编辑VM相应的配置文件。在节点中查找 sound 节点,并按照下面的默认声卡型号改成 ac97


  
  1. . . .
  2. model = 'ac97' >
  3. type = 'pci' domain = '0x0000' bus = '0x00' slot = '0x04' function = '0x0' />
  4. . . .


原文发布时间:2014-11-25

本文来自云栖合作伙伴“linux中国”

免责申明:文章和图片全部来源于公开网络,如有侵权,请通知删除 server@dude6.com

用户评论
相关推荐
Linux hda-duplex not supported in this QEMU binary
Linux 有问必答:如何修复“hda-duplex not supported in this QEMU binary” 提问
无法完成安装:'unsupported configuration: hda-duplex not supported in this QEMU bin
Linux 有问必答:如何修复“hda-duplex not supported in this QEMU binary” 编译自:
Linux“sshd error: could not load host key”
Linux有问必答:如何修复“sshd error: could not load host key” 问题 :当我尝试SSH到一
Linux:Chrome的"Your profile could not be opened correctly"
Linux有问必答:如何修复Chrome的"Your profile could not be opened correctly" 提问
Linux:Chrome的"Your profile could not be opened correctly"
Linux有问必答:如何修复Chrome的"Your profile could not be opened correctly" 提问
Linux“ImportError: No module named scapy.all”
Linux有问必答:如何修复“ImportError: No module named scapy.all” 问题 :当我运行一个
Linux“ImportError: No module named wxversion”错误
问题 我试着在[某某 Linux 发行版]上运行一个 Python 应用,但是我得到了这个错误“ImportError: No module named wx
有问必答项目html源码
有问必答项目html源码
.zip
700.36 KB
2021-04-28 23:53
Linux “fatal error: openssl/aes.h: No such file or directory
Linux 有问必答:如何修复“fatal error: openssl/aes.h: No such file or directory Ques
Linux“X11 forwarding request failed on channel 0”错误
Linux有问必答:如何修复“X11 forwarding request failed on channel 0”错误 问题 :