Jump to content

VergilGao

Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by VergilGao

  1. On 12/7/2023 at 6:02 PM, JackieWu said:

     

    有没有开启日志服务器,没有的话建议开启日志服务器,然后重新把日志和诊断信息再上传上来。

     

    参考:

     

     

    老哥我看了你的文章,关于shfs的,我现在想加一个ssd作为下载缓存,但是不太理解这个下载缓存的工作原理:

    假设我通过qb下载了10个文件,在没有下载完成时触发了定时的move操作,这10个文件是否会被移动?

    我qb有一个设置,下载完成后自动在另一个文件夹创建下载完成的文件的硬链接,如果此时下载的文件在缓存里,触发move后,另一个文件夹的硬链接文件在缓存里还是阵列里?

  2. On 5/8/2023 at 7:29 PM, williechan said:

    感谢老哥测试,不过似乎帮助不大,比如我12个线程,只给docker6个,剩下6个系统独用,在启动docker应用的时候,webui该卡还是得卡

     

    那是因为webui在执行探测docker运行状态的命令,而你这个docker应用启动速度太慢了,导致webui阻塞,本质上是unraid目前的webui并不是异步的。

  3. On 8/12/2022 at 12:06 AM, God_TM said:

    I tried this and can't get it to work.

     

    In home assistant, it has an error on the integrations page for the bluetooth integration: Retrying setup: Failed to start Bluetooth: adapter 'hci0' not found

     

    What exactly do you have passed in to the container? I have the path /var/run/dbus pointed to /var/run/dbus AND I have the device /dev/bus/usb/003/013 (as that's what's showing up for the bluetooth adapter in Tools > System Devices).

     

    the homeassistant use dbus-broker and unraid use dbus-daemon as dbus-service.

    i tried so other solution, and finally changed my homassistant to a raspberry pie.

  4. 注意此方案只支持unraid 6.10,6.9是肯定不行的,需要改系统文件。

    rtl8761buv 是一款蓝牙5.1的usb芯片,奇怪的是在rtl官网没有找到对应的页面

    驱动的文件在这里可以找到:

    https://github.com/Realtek-OpenSource/android_hardware_realtek

    下载:

    https://github.com/Realtek-OpenSource/android_hardware_realtek/blob/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw

    重命名为 rtl8761bu_fw.bin

    下载:

    https://github.com/Realtek-OpenSource/android_hardware_realtek/blob/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_config

    重命名为 rtl8761bu_config.bin

    放到 /lib/firmware/rtl_bt 目录下

    权限改成 644 即可

×
×
  • Create New...