0

I am using a Raspberry Pi b+ with bookworm Os. It is connected to the internet over wifi. It has a static IP. The problem I am facing is that I can't ssh to it a few hours after turn on. I am running a small NodeJs webserver in it. Even that is not responding. But there is a Python-based telegram client/bot, created based on the telthon library. It is responding. It is created to download what links I provided to it using aria2c downloader. That is working perfectly. When I provide links to the bot it is downloading. That means the Raspberry is not on sleep or any other power-saving mode I believe. But if I restart raspberry all works well. So why this is happening? How can I fix this?

4
  • 2
    Have you disabled power saving on the WiFi? sudo iw wlan0 power_save off Commented Mar 25 at 11:24
  • How did you setup the static IP address? How are you ensuring the static IP addressed used is not assigned to another device? By restart do you mean reboot? Instead of rebooting, try to down then up the Raspberry Pi's Ethernet device. Commented Mar 25 at 12:42
  • You say SSH is unresponsive. Have you any other way to operate in the pi (e.g. keyboard and display) or you reboot just unplugging the power cord? Commented Mar 26 at 6:40
  • @Dougie No but i will try this Commented Apr 1 at 12:08

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.