Sorry, the Klipper I am currently using is a memory card that someone burned for me. They asked me to help improve the WiFi function on this basis. I only know so much information. How can I improve the WiFi function of this system based on basic information? The current problem is that when switching to another WiFi, I cannot connect. The password is correct, and after half a day, it automatically switches to the WiFi I just connected to. The distance between these two routers is the same, so there should be no signal strength issue
You’ll have to rely on command line tools for networking in Debian.
This may be a good starting point.
Debian is moving from network-manager to netplan. Last I checked klipperscreen needs network manager if you want to manage WiFi from the touch screen. I run one of my machines off an x86 (Intel) pc. The current debian server release uses netplan. Klipper screen would load and function except would not display IP address or scan for wifi.
Thank you for your reply. Your response is very accurate. It is indeed necessary to manage WiFi on the touch screen. Klipperscreen needs to configure the network connection in the system background. The installation configuration is included in the wiki webpage you sent. Is it feasible to install it according to the prompts? My level at the system level is limited, can you provide a case study prompt. I found the following command in the wiki, can I run it directly? The code is as follows:
You need to access the linux terminal on the host system. That is most commonly done via SSH. See the documentation for the OS you have installed for specific instructions.