我正试图在我的ubuntu12.04机器上安装KVM的打开开关。
但它显示了
"Module has probably not been built for this kernel" 尝试了“模块-辅助自动安装打开开关-datapath”的返回。
Version 1.4.0-1ubuntu1.5 of openvswitch-datapath-module-3.2.0-23-generic already installed, skipping.使用:
内核3.2.023-泛型,Ubuntu12.04
lsmod\brcom显示什么都没有
如何解决数据路径模块问题?
发布于 2013-03-29 10:40:47
移除默认桥接
rmmod bridge启用模块brcompat
modprobe brcompat_mod检查
lsmod|grep brcompat重新启动ovs
service openvswitch-switch start 如果一切都很好,尝试添加界面
https://serverfault.com/questions/494452
复制相似问题