RustDesk on Rasbperry Pi 4

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 32

  • @davidfally5449
    @davidfally5449 2 года назад +3

    For using the pi in headless mode (without a display) you could use a hdmi dummy plug to trick the Pi into thinking it‘s connected to a monitor. Either use a micro hdmi one (if you can find one) or use a male micro-hdmi to female hdmi adapter to connect a dummy plug

    • @codefallacy
      @codefallacy  2 года назад

      great idea! ive read on the github repo it may be possible to do virtual desktops as well but that is over my head lol

    • @JosueRodriguez08
      @JosueRodriguez08 2 года назад

      For using the pi in headless mode you just use it in headless mode and that's it

    • @HanungMerahbara
      @HanungMerahbara 2 года назад

      I use a HDMI dummy too for my Ubuntu PC running AnyDesk and it works flawlessly.

  • @viniwludwig
    @viniwludwig Год назад +6

    it worked for me to use my rpi 4 in headless mode, without any adapter or other display connected, by changing the following settings in the config.txt file in the boot folder:
    Uncomment -> hdmi_force_hotplug=1
    Uncomment and change group -> hdmi_group=2
    Uncomment and change mode -> hdmi_mode=82
    Comment -> #dtoverlay=vc4-kms-v3d
    i dont know exactly which of these changes made it work, but it did for me! these are the only things i changed in the txt after installing the OS....

    • @hlgshm
      @hlgshm 7 месяцев назад

      Thanks for that, it worked for me. Commenting dtoverlay seems to be unnecessary though.

  • @bunch8
    @bunch8 2 года назад

    Nice overview. Never heard of this software before. Thanks for letting us know! I'm going to try it out.

    • @codefallacy
      @codefallacy  2 года назад +1

      yeah its pretty good on other devices, the raspberry pi version will get better when 64bit is supported. thanks for watching

  • @charababis6321
    @charababis6321 2 года назад

    I would actually like to see 32-bit support in the 64-bit Raspberry Pi OS like x86 to x86_64 bit support in computers

  • @stevdodd7515
    @stevdodd7515 2 года назад

    Your intro make lot easier to understand!

  • @benhoyle4103
    @benhoyle4103 Год назад

    Hi there, Rustdesk installed on my Raspberry Pi, and is showing in the 'Other' folder, but when I click on it, it doesn't open the app/panel that you have displayed on yours.

    • @codefallacy
      @codefallacy  Год назад

      im not sure what this error is but rustdesk has completed their rewrite and the new version is better

  • @Iavasamon_Wang
    @Iavasamon_Wang 11 месяцев назад

    Im thinking if I can use raspberry pi as an ID/relay server?

    • @codefallacy
      @codefallacy  11 месяцев назад

      Yes you can! which type of relay are you thinking of?

  • @user-fw6eg3hc8f
    @user-fw6eg3hc8f Год назад +3

    So apparently Rustdesk doesn't work with Pi OS 64bit yet. at least not for me I get errors:
    The following packages have unmet dependencies:
    rustdesk:armhf : Depends: python3-pip:armhf but it is not installable
    E: Unable to correct problems, you have held broken packages.
    I tried installing the regular .deb maybe would get more dependencies. Then ran an update then tried installing again...nothing working
    Anydesk also doesn't work but does install seemingly correctly but clicking on menu name it thinks for a bit then does nothing. Research seems to think there's either dependency issues or problems with compatibility with the aarch64

    • @codefallacy
      @codefallacy  Год назад

      yeah i mentioned it at 1:01 mark, the software they use to build the GUI doesnt support arm 64, i think they are in the process of switching to Dart or Tauri, to build the ui, and it will eventually support it, just not at the time of this video. its pretty cool they acknowledge it and are switching to a new stack for their desktop client

  • @dougie772
    @dougie772 2 года назад

    What monitor for the multi input ?

    • @codefallacy
      @codefallacy  2 года назад

      its a samsung ultra wide monitor, not sure the exact model i bought it used without a box or manual

  • @samiryi4728
    @samiryi4728 Год назад

    Anyone found some solution?

    • @codefallacy
      @codefallacy  Год назад +1

      newer releases dont have any issues

  • @mrmotofy
    @mrmotofy Год назад +1

    Got it DL, then installed when trying to run the app it hangs for a bit and does nothing. In a terminal running rustdesk I get 2 error lines saying /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by rustdesk) update before and after and there's no change. All apps are up to date
    So after a little more diggin I find using ldd --version Glibc V 2.28 is installed...but how to safely get/use 2.29???

    • @mikerotchizitchy
      @mikerotchizitchy Год назад

      I have this issue as well

    • @mrmotofy
      @mrmotofy Год назад

      @@mikerotchizitchy Yep no fix till?

    • @codefallacy
      @codefallacy  Год назад

      sorry, i was absent for a bit, these issues are probably gone with the newer version of rustdesk, they completed a rerewrite and now the rustdesk packages are compatible with both 32bit and 64bit operating systems. you should give installation another try and see if the issue persist. let me know if you continue to get error to help you troubleshott.

  • @khfamdfbjds
    @khfamdfbjds 2 года назад

    nice one

  • @carlsansfacon3990
    @carlsansfacon3990 10 месяцев назад

    Installed it on RPI5 64 bits using this image
    rustdesk-1.2.3-x86_64.deb

    • @codefallacy
      @codefallacy  10 месяцев назад +1

      this tutorial is outdated, rustdesk has migrated to flutter and support all architectures. i may revisit this

  • @TiozaoDoLinux
    @TiozaoDoLinux Год назад

    I have some raspberry-pi4 with rustdesk-1.1.9-raspberry-armhf.deb installed and it works fine.
    My devices:
    Operating System: Raspbian GNU/Linux 11 (bullseye)
    Kernel: Linux 6.1.21-v8+
    Architecture: arm64
    I can't find the package with a more up-to-date version.
    Does anyone know?

    • @codefallacy
      @codefallacy  Год назад

      you can try installing the rustdesk-1.2.3-aarch64.deb, this is the arm 64 bit version.