iliaan

Results 5 comments of iliaan

My current solution to this is following docker compose: ```docker version: "3.4" services: rclone_s3: container_name: rclone_s3 image: rclone/rclone # restart: unless-stopped networks: - htpcnet volumes: - ${ROOT}/rclone/.config:/config/rclone - ${ROOT}/rclone:/data:shared -...

+1 same problem here jstest shows that device working, but steam UI shows "No Controllers Detected" Added to /lib/udev/rules.d/99-steam-controller-perms.rules ``` # SteelSeries Duo KERNEL=="uinput", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="1430", MODE="0666"...

I had found some ugly workaround 1) Pair Controller with my Android mobile 2) Launch Steam on my PC 3) Launch Steam Link on my mobile (Steam link recognizes Stratus...

Working fine, out of the box, for the past year, on Ubuntu 22.04/20.04, can be closed

+1 to feature I have similar issue there I have 100k+ photos mounted over AWS S3, so passing through them each time is slow and costly. Possible implementation is to...