If you need the GUI back: After following the NoMachine instructions to use the headless option, you turned off the GUI. This is done by the initd system. This is the command which effectively shuts off the GUI (equivalent to run level 3): $ sudo systemctl set-default multi-user.target To change to a graphical interface, you would use graphical.target with the command: $ sudo systemctl set-default graphical.target
Жыл бұрын
This channel is a national treasure 😊...
@JetsonHacks Жыл бұрын
You crack me up. I see y'all are doing some great work, the DK6 looks like a beast!
@Chickenism10 ай бұрын
Thanks for all your awesome material.
@JetsonHacks10 ай бұрын
Thank you for the kind words, and thanks for watching!
@rickhunt3183 Жыл бұрын
This was good food for thought. I was downloading and installing the application while watching the video. I was a bit concerned about 85% cpu utilization, but compressing and sending video, is cpu intensive, and the nano was never designed to be used as a desktop computer. It would probably shine in a control environment sending screen information, and sensory data to a host. It's been a while since we've interacted. I've had to deal with life a bit, but the jetson has been in the back of my mind and I think it's time to give it some attention. I don't know what you'e been up to, but I think it's time to build something. When I watch your videos I always pickup something new that I can use. One thing that's always helped me when dealing with people trying to put an obstacle in my path was something you told me long time ago. Never accept criticism from someone you're not willing to take advice from. When someone says, "that's not possible or that's too hard". I don't even hear, or acknowledge that. Too hard for them maybe, but with some determination you can always make things happen.Consider adding LoRa to a project and controlling something , or reading sensory data from a long distance. It might be fun. Anyway You just take care of yourself and have a great night.
@JetsonHacks Жыл бұрын
Thanks for taking the time to write this note. The Nano is a fun little machine, but using it via a remote desktop seems odd to me. It might be useful to do that in certain circumstances, but as a daily driver remote seems a little much. If you're trying to do some AI type of tasks, serving a Jupyter notebook seems a better way to go. For more involved tasks, like video overlays and transmission, more specialized software for compression and transmission would make more sense. Trying to get a feel for the new year projects, hopefully have some fun stuff in the future. Good to hear that you're dealing with life.
@krischlapek6939 Жыл бұрын
IS there any reason why the GUI isn`t available when you disconnect the remote access? all i have left now is the command promt rather than the original debian interface. Thanks
@JetsonHacks Жыл бұрын
If you followed the NoMachine instructions and selected the headless option, you turned off the GUI. This is done by the initd system. This is the command which effectively shuts off the GUI (equivalent to run level 3): $ sudo systemctl set-default multi-user.target To change to a graphical interface, you would use graphical.target with the command: $ sudo systemctl set-default graphical.target Hope this helps, and thanks for watching!
@krischlapek6939 Жыл бұрын
@@JetsonHacks you're my hero!😀
@JetsonHacks Жыл бұрын
@@krischlapek6939 You must have a pretty low bar for hero things. 😀
@vuxuanhai7311 Жыл бұрын
Thanks ❤❤ what is different between nomachine and vnc?
@JetsonHacks Жыл бұрын
VNC (Virtual Network Computing) and NoMachine are both remote desktop software solutions. There are several differences: 1. Protocol - VNC uses Remote Frame Buffer to control another machine remotely. It transmits keyboard and mouse events, and relays the graphical screen updates to the client. It's simple and compatible with most systems. NoMachine uses its own NX protocol. NX uses techniques like adaptive compression, caching, and differential frame encoding to minimize the amount of data that needs to be transmitted between the remote and local machines. This is especially useful if you are doing graphically intensive applications remotely. 2. VNC is a more basic experience, depending on the VNC variant used (RealVNC, TightVNC, and so on). NoMachine provides a more modern experience, plus you can do file transfers and play audio and video files on the remote desktop. 3. Setup - VNC can be more complex to set up, especially for less experienced users. Setup for NoMachine took me about 10 minutes all together. 4. Security - NoMachine offers robust security features, including SSL encryption, out of the box. That's usually a paid upgrade on VNC. Thanks for watching!
@vuxuanhai7311 Жыл бұрын
Thank you so much. I enjoy every clip that you post. Hope that you doing well
@JetsonHacks Жыл бұрын
@@vuxuanhai7311 You are welcome, and thanks for watching!
@brutalblack7135Ай бұрын
Thank you for this wonderful video, it's really clear and easy to follow. I have one question that since the jetson and the PC need to be using the same network when using NoMachine, if I'm already running the jetson headless using remote control from my PC, whenever I want to change network for the jetson, I will still be needing a monitor, mouse and keyboard to make this change on jetson itself, is that right? Lots of thanks!
@JetsonHacksАй бұрын
The Jetson is a Linux machine, which means that you can remote SSH into the machine over a network. If the Jetson is assigned an address dynamically on a network, you will need to know that address to work with it. There are command line tools available to setup the network, which would allow you to work with the Jetson. However, as you note, the easiest way is usually to plug in a keyboard and monitor and change it. In most cases, you will need to know about the particular network you are working on as to how to set the Jetson up. This is no different than other devices connected to the network. Thanks for watching!
@brutalblack7135Ай бұрын
@@JetsonHacks I understand now, thanks for your clear explanation! :D
@79ober Жыл бұрын
Thanks for the guide! It is very helpful.
@JetsonHacks Жыл бұрын
You are welcome, and thanks for watching!
@poplu70766 ай бұрын
Sir, once we install no machine and then when we try to connect to our jetson nano(jetson nano isn't connected to an external monitor, it is only connected to a power supply and network adapter) it shows no display found on the no machine. Sir, can you also please tell how else is it possible to connect the device to laptop
@JetsonHacks6 ай бұрын
You should be able to SSH into the Jetson.
@poplu70766 ай бұрын
@@JetsonHacks yessir thankyou
@JetsonHacks6 ай бұрын
@@poplu7076 You are welcome. Good luck on your project!
@poplu70766 ай бұрын
@@JetsonHacks thankyou very much .. will update you once the uni project is done.
@ngocmanprocoder8 ай бұрын
I want to shutdown jetson nano after disconnecting NoMachine with jetson nano. And I just do it by simply unplugging dc power jack or using physical monitor? Thanks a million.
@JetsonHacks8 ай бұрын
You should shut off the Jetson from NoMachine before disconnecting NoMachine. You can unplug the DC power jack, but risk corrupting data that way.
@zero-gt9yg8 ай бұрын
Hi, I am confused on how I can install nomachine on my jetson device when I cannot get the jetson desktop running in the first place(I do not have a monitor). Thanks!
@JetsonHacks8 ай бұрын
You can install it via SSH.
@zero-gt9yg8 ай бұрын
@@JetsonHacks thanks!
@rabisankarbhowmik97289 ай бұрын
Hi, I am facing issues when I connect the HDMI display with Jetson Orin after NoMachine installation, The HDMI display does not show, only the remote display shows. What to do?
@JetsonHacks9 ай бұрын
Please see the pinned comment at the top of the comments section to turn the display back on.
@zero-gt9yg8 ай бұрын
Hello again, I followed the instructions in the video, however the machine usually does not show up in nomachine, or even when it does show up it always shows connection timeout. I connected them via a usb-c cable. Do you know if I used a HDMI cable it would fix things up? Thanks
@JetsonHacks8 ай бұрын
I'm not sure what you mean by HDMI cable? The machines must be connected over a network connection, like Ethernet or wireless.
@zero-gt9yg8 ай бұрын
@@JetsonHacks Oh i see, thank you!
@zero-gt9yg8 ай бұрын
@@JetsonHacks I do not have access to ethernet, so i will be doing a bridge connection instead. Thanks
@zero-gt9yg8 ай бұрын
@@JetsonHacks got it solved, appreciate the help!
@홍시몽-y7j8 ай бұрын
I ran into a problem while following the process in the video above. After installing No Machine on Jetson Nano and shutting it down, I installed No Machine on Windows and booted Jetson Nano, but it does not boot. It does not go past the myname-desktop login screen. please help meㅠㅠ
@JetsonHacks8 ай бұрын
From your description, it sounds like there's an issue. Can you SSH into the Jetson from your Windows machine?
@ngocmanprocoder8 ай бұрын
I run CSI-Camera on NoMachine and i encounter the error "cv2.error: OpenCV(4.2.0) ../modules/highgui/src/window.cpp:376: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow' ". How do i fix it? My problem has prolonged for 4 days. Many thanks
@JetsonHacks8 ай бұрын
What CSI camera are you using? Does the camera work on the Jetson when connected to a monitor and not NoMachine?
@ngocmanprocoder8 ай бұрын
@@JetsonHacks IMX219-160 Camera. Yes, it works on the Jetson, and does not NoMachine.
@JetsonHacks8 ай бұрын
@@ngocmanprocoder Did you try to get it to work with gstreamer from the command line?
@ngocmanprocoder8 ай бұрын
@@JetsonHacks gst-launch command does not work, either. We can not run camera on NoMachine, right?
@ngocmanprocoder8 ай бұрын
@@JetsonHacks Terminal prints "ipeline is live and does not need PREROLL ... Got context from element 'eglglessink0': gst.egl.EGLDisplay=context, display=(GstEGLDisplay)NULL; Setting pipeline to PLAYING ... New clock: GstSystemClock GST_ARGUS: Creating output stream (Argus) Error BadParameter: (propagating from src/eglstream/FrameConsumerImpl.cpp, function initialize(), line 89) (Argus) Error BadParameter: (propagating from src/eglstream/FrameConsumerImpl.cpp, function create(), line 44) Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, threadInitialize:320 Failed to create FrameConsumer Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, threadFunction:241 (propagating) Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, waitRunning:203 Invalid thread state 3 Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:806 (propagating) Got EOS from element "pipeline0". Execution ended after 0:00:00.583648095 Setting pipeline to NULL ... Freeing pipeline ... " after running gst-launch. I search for google but I do not find a solution, help me! Thanks
@francisferri27324 ай бұрын
Hi Your video was very good and helped me a lot
@JetsonHacks4 ай бұрын
Thank you for the kind words. I'm glad that you find it useful, and thanks for watching!
@surflaweb Жыл бұрын
Amazing. Thanks. Could you make a video about how to install the sdkmanager on the jetson orin nano with jetpack 5.1.1 Thanks. Im gettings a lot of errores after upgrade the ubuntu..
@JetsonHacks Жыл бұрын
Start here: kzbin.info/www/bejne/i5TKZo2nop6Ng80 Thanks for watching!
@SourceDistribution906 ай бұрын
Thank you! Works great!!
@JetsonHacks6 ай бұрын
You are welcome. Thanks for watching!
@오이닝-f2i8 ай бұрын
Thank you first for the good video. I have a question. Ubuntu is trying to run an installation file like window's '.exe'. Ubuntu says I can use an app called 'wine', but I failed this. So I found something called NoMachine while trying to find another way. Can this NoMachine run the '.exe' file in Ubuntu environment?
@JetsonHacks8 ай бұрын
A .exe file is for a x86 Windows machine, and not natively supported in Ubuntu. Thanks for watching!
@naidinp Жыл бұрын
Hi Jim, thanks for sharing your tips and tells with us, I didn’t miss a single one ;). Can you make a video on disabling deep sleep; I can't find a solution. I have a Jetson Nano upgrade to ubuntu 20.04 with LXDE desktop. greetings from France
@JetsonHacks Жыл бұрын
A true fan! Even I don't watch all of the videos. I'm not sure what you mean by deep sleep. Do you mean the screen and automatic suspend? These can be adjusted in the Settings > Power section. Thanks for watching!
@naidinp Жыл бұрын
@@JetsonHacks yes, I already tried in the settings for the screen and it worked, however it always goes into deep sleep and it is impossible to turn it back on. I have to unplug the power and plug it back in. Do you have any tips for disabling suspend mode?
@JetsonHacks Жыл бұрын
@@naidinpI don't know the answer. Please ask the question on the official Jetson Nano forum where the NVIDIA engineers can help work through the problem.
@leibaleibovich5806 Жыл бұрын
Greetings! Thank you for the video, Jim! -- I was looking for this type of information for long time! Two questions, if I may: 1) How are your Windows machine and Jetson Nano connected? Is it via Ethernet cable or Wi-Fi? 2) A while ago I was researching options for remote desktop. NoMachine was one of suggestions. Someone has also mentioned an open-source software called Remmina. Have you heard about / tried Remmina? P.S.: I got myself a portable monitor and, hence, have never tried remoting. Though I feel like I need to start homelabing.
@JetsonHacks Жыл бұрын
You are welcome. In the video, the PC and the Jetson are on the same wired local Ethernet network. Reminna is an open source alternative to NoMachine. NoMachine is more modern, and provides features beyond the Reminna offering such as file transfers. Reminna is for use connecting Linux machines together (RDP, VNC,SSH), NoMachine works across all major platforms and devices. NoMachine uses a compression technique called adaptive compression, which takes into account the speed of the network dynamically. NoMachine tends to be faster for that reason. Hope that helps, and thanks for watching!
@leibaleibovich5806 Жыл бұрын
@@JetsonHacksThank you very much for comprehensive explanation! Now I have to add a coil of Ethernet cable to my shopping list.
@JetsonHacks Жыл бұрын
@@leibaleibovich5806 You are welcome. There's always more equipment to buy.
@sy2532 Жыл бұрын
wow Jim, this is so perfect! Thank you so Much!!!!!!!! I had sound now no sound. The sound settings work. just when I play youtube in the browser no sound. I also noticed bluetooth will not enable.
@JetsonHacks Жыл бұрын
I'm glad you found it to be useful. Thanks for watching!
@rickysambora832111 ай бұрын
Cool, i can do remote my machine now. But my nomachine is strange. i can't open my terminal while using no machine. it just won't open.
@JetsonHacks11 ай бұрын
How did you try to troubleshoot it?
@bolgarchukr1632 ай бұрын
Ничего непонятно но очень интересно. Я вообще-то ищу можно как-тоЗапускать Windows прямо на этом Jetson Или может как-то на него можно установить виртуалку? Виртуализация Windows на Jetson
@JetsonHacks2 ай бұрын
I am reading your question as: Can I run Windows directly on the Jetson, or with a virtual machine? The short answer is it is not possible at the present time. There are reports that it will be possible in the future, but there is no time table. Thanks for watching!
@bolgarchukr1632 ай бұрын
@@JetsonHacks Жаль. Надеюсь всё же в будущем появится такая возможность. Выбираю себе Мини ПК хотел для работы с нейросетями и чтобы на Windows. Заманчивый вариант В плане производительности. Плохо что не доработали soft
@NoMachineNX Жыл бұрын
Cool video
@JetsonHacks Жыл бұрын
Thank you for the kind words, and thanks for watching!
@selfdestructint11 ай бұрын
Excellent and helpful as always Jim, I am disappointed however that now you have made it big as the foremost Jetson celebrity in the world, shark has been relegated to the background, another tragic LA story.
@JetsonHacks11 ай бұрын
That's just the way it is in Hollywood. You have to crush the hopes and dreams of the little people on the climb to the top. Thanks for watching!