Jump to content

emuzi

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by emuzi

  1. 15 hours ago, jyueh said:

    我找到问题所在了,中文包translations.txt文档有错误,在1079行里的

    Trial Key Expires in %s=试用密钥将在%过期

    这句话导致了这种情况的发生。

     

     

    解决办法:

    先开启ssh之后安装中文插件,然后UI又会变成白屏,不用管它,使用ssh工具连接上unraid,找到/usr/local/emhttp/languages/zh_CN/路径里的translations.txt,用文本工具把第 1079 行的

    Trial Key Expires in %s=试用密钥将在%过期

    改成=试用密钥将在%s过期,如下:

    Trial Key Expires in %s=试用密钥将在%s过期

    然后在把同目录下的translations.dot删除,接下来在刷新WebUI就恢复正常了。

     

    或者使用我已经改好1079行的translations.txt文档,然后上传并覆盖/usr/local/emhttp/languages/zh_CN/路径里的translations.txt,覆盖删除后translations.dot也行。

    translations.txt 67.87 kB · 6 downloads

    谢谢大佬的解决方案,先Mark备用

  2. 40 minutes ago, zhtengw said:

    对,跟直通其他设备差不多,先在Tools->System Devices里面把虚拟显卡绑定到VFIO-PCI,重启后虚拟机主显卡选择虚拟显卡的地址就行了。虚拟机系统里也要安装驱动。

    谢谢,期待实现虚拟显卡输出到显示器的方案

  3. 8 minutes ago, ich777 said:

    Is the DisplayLink device recognized in the VM and displayed as a secondary output device in your device manager?

     

    You should have a option that should say "Multiple Displays" and there you can select on which device you want to output the picture and there you should pick "Mirror" or "Duplicate".

    image.png.3f3344be776804ca77ab7c4246ddf659.png

  4. On 10/25/2021 at 1:18 PM, ich777 said:

    In the screen settings from Windows or the graphics control center.

    Sent from my C64
     

    I could not  get this correctly yet. could you please give me a step by step way ? thank you !

  5. On 5/17/2021 at 3:30 AM, ich777 said:

    Is really difficult on Unraid but I will investigate further.

     

    A dummy plug and a DisplayLink device are two different things.

     

    A display link device is like a USB graphics card with a HDMI or VGA or whatever output on it and you will only need it if you want to output the video signal. You simply have to pass the DisplayLink device through to the VM and mirror the GVT-g iGPU screen so that you get a output hope that makes sense...

     

    image.png.64beadd76e8bf183475d582efeb4c904.png

     

    A dummy plug for the iGPU is only needed if your iGPU isn't initialized properly when booting Unraid.

    It's great ! But how to set the Display to "mirror output" ? Thank you for your help.

  6. 最后的解决方案:

    在go文件中添加如下代码即可轻松搞定(我的另外一个万兆口直通给了虚拟机,所以unraid中就只有一个万兆口,在【设置】→【网络设置】可以看到其是eth1,如果你的是其它编号,修改即可,或者有多个网口,对应添加代码即可):

    /usr/sbin/ethtool -s eth1 speed 2500 duplex full
    /sbin/ifconfig eth1 down
    /sbin/ifconfig eth1 up

     

    由衷感谢ZZY提供的解决方案和参考链接!

  7. 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系统中一切正常),查看日志记录发现该网卡间歇性断网,导致无法处于连接状态(且即使偶尔连同时网速也仅是千兆!)

    1726948612_2_5G.jpg.823837c1f34967863198721743a67968.jpg

    unraid仪表盘显示网卡位置也仅是千兆

    1290719814_2_5G.jpg.a3fcf36040c941ea4fca1610563154fe.jpg

    通过sr-iov方式直通给虚拟机的网卡也是一会儿断开一会儿连接,而直接物理直通给虚拟机的另一个网口则完全正常,满满的2.5G速率(下图为物理直通的网卡连接状态)

    1878910901_.jpg.cb7864909b65ea0091a9238b54b394bf.jpg

    4.猜测:unraid的X550-T2网卡的驱动有Bug,导致连接不稳定,请问有没有什么办法解决?谢谢!

  8. 虽然可以vnc进去,然后看到的一个shell界面,通过exit可以进入虚拟的bios设置界面,在此可以调整启动顺序,但无法按提示触按F10保存(被执行webUI的操控计算机捕获了,而非虚拟机vnc界面捕获),所以只能每次启动虚拟机都手动去调整一次,但这也太不科学了吧。

     

    希望有成功的大佬来帮助解决。

×
×
  • Create New...