emuzi

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by emuzi

  1. 谢谢,期待实现虚拟显卡输出到显示器的方案
  2. 安装插件后不需要其它如何设置,只需要在虚拟机中直通虚拟出的显卡就可以了吗?谢谢!
  3. 谢谢大佬开发的实用插件。这个在13带U上应该也可以吧?
  4. 谢谢大佬,请问支持板载的8125网卡吗?谢谢指教!
  5. 在虚拟机设置(编辑)中将usb键鼠勾选上即可
  6. Could you please send a few screenshots to me ? thanks.
  7. I could not get this correctly yet. could you please give me a step by step way ? thank you !
  8. It's great ! But how to set the Display to "mirror output" ? Thank you for your help.
  9. 第1句:手动设置eth1支持2.5G模式 第2句:手动关闭eth1 第3句:手动开启eth1
  10. 最后的解决方案: 在go文件中添加如下代码即可轻松搞定(我的另外一个万兆口直通给了虚拟机,所以unraid中就只有一个万兆口,在【设置】→【网络设置】可以看到其是eth1,如果你的是其它编号,修改即可,或者有多个网口,对应添加代码即可): /usr/sbin/ethtool -s eth1 speed 2500 duplex full /sbin/ifconfig eth1 down /sbin/ifconfig eth1 up 由衷感谢ZZY提供的解决方案和参考链接!
  11. 1. Software and hardware environment: 1.1. Software: Unraid6.92, virtual machine is windows10 1.2. Hardware: I have tried ASRock Z490m-itx/ac (10900T), Supermicro X1SCA-F (2246G) and other board&U combinations, 24G memory, intel X550-T2 10G network card, tp-link-sh1008 switch ( 2.5Gbps) 2. Goal: Use a network cable to connect the X550-T2 10G network card to provide an external network for unraid, and at the same time provide an external network for virtual machines through sr-iov 3. Problem: When I connect the network cable to the 2.5G switch, I cannot get the ip (but when connected to the gigabit switch, everything is normal. The Z490 motherboard comes with a 2.5G network card and everything is normal, or it is directly plugged into the native Windows system and everything is normal) , Check the log records and find that the network card is disconnected intermittently, which makes it unable to be connected (and even if it is connected occasionally, the network speed is only Gigabit!) The unraid dashboard shows that the network speed is only Gigabit even if it is connected occasionally. The network card that is directly connected to the virtual machine through sr-iov is also disconnected for a while, while the other network port that is directly connected to the virtual machine is completely normal, with a full 2.5G speed (the following picture shows the connection status of the physical through-through network card ) 4. I guess: There is a bug in the driver of the unraid X550-T2 network card, which causes the connection to be unstable. Is there any way to solve it? Thank you! Now I uploaded the syslog here. Thanks a lot.tower-syslog-20210922-1350.zip Now I uploaded the diagnostics here. Help me please. tower-diagnostics-20210923-0825.zip
  12. 但是X550网卡都出来这么长时间了,unraid官方不可能没有研究并好好支持吧
  13. 1.软硬件环境: 1.1.软件:Unraid6.92,虚拟windows10 1.2.硬件:尝试了了华擎Z490m-itx/ac(10900T)、超微X1SCA-F(2246G)等板U组合,外加X550-T2原装intel万兆网卡、tp-link—sh1008交换机(2.5Gbps) 2.目标:用一根网线连接X550-T2万兆网卡,为unraid提供外网,同时通过sr-iov方式为虚拟机提供外网 3.问题:如果将网线接到2.5G交换机上则获取不到ip(但接到千兆交换机则一切正常,Z490主板自带2.5G网卡一切正常,或者直接插到原生Windows系统中一切正常),查看日志记录发现该网卡间歇性断网,导致无法处于连接状态(且即使偶尔连同时网速也仅是千兆!) unraid仪表盘显示网卡位置也仅是千兆 通过sr-iov方式直通给虚拟机的网卡也是一会儿断开一会儿连接,而直接物理直通给虚拟机的另一个网口则完全正常,满满的2.5G速率(下图为物理直通的网卡连接状态) 4.猜测:unraid的X550-T2网卡的驱动有Bug,导致连接不稳定,请问有没有什么办法解决?谢谢!
  14. 虽然可以vnc进去,然后看到的一个shell界面,通过exit可以进入虚拟的bios设置界面,在此可以调整启动顺序,但无法按提示触按F10保存(被执行webUI的操控计算机捕获了,而非虚拟机vnc界面捕获),所以只能每次启动虚拟机都手动去调整一次,但这也太不科学了吧。 希望有成功的大佬来帮助解决。