Jump to content

Thomas Waterfall

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I wish i knew. I have my system fully updated and it lasts for about 5 days before the onboard wifi stops working. I have it on the back of my TV for a hyperion setup and I can't/won't run ethernet there.
  2. I’m running Armbian debian minimal image on my Orange Pi Zero 3, using the onboard WiFi (wlan0) with the unisoc_wifi driver. The WiFi consistently drops with logs like these: [ 11.048517] unisoc_wifi wlan0: mixed HW and IP checksum settings. [259241.515808] unisoc_wifi wlan0: sprdwl_report_connection Asus failed status code:30! [345665.483530] unisoc_wifi wlan0: sprdwl_report_connection sm_state (5), status: (2)! [345665.483567] unisoc_wifi wlan0: sprdwl_report_connection Asus failed status code:1! NetworkManager also reports: link timed out. Activation failed for connection 'Asus' After the crash, restarting NetworkManager doesn’t resolve the issue. Trying modprobe -r unisoc_wifi fails, saying the module is not found. The only way to fix it is to reboot the system. My USB WiFi dongle works fine without these issues, so it seems specific to the onboard WiFi. Has anyone else experienced this or found a solution for this driver? I'm getting to the point I'm going to write a cron job when the network drops to reboot the machine 🙃
  3. I have a similar problem with the official orange pi zero 3 image. It could also be band steering on my Asus XT8 mesh network. Wifi will stay connected for days and then drop out. I have noticed it occurs more frequently after I restart my router(s). I wrote a simple CRON job to reconnect when wifi is disconnected however it doesn't seem to work. */5 * * * * nmcli -t dev status | grep -q connected:Asus && echo "Connection 'Asus' is already connected" || (nmcli con up id Asus && echo "Connection 'Asus' is now connected" || echo "Failed to connect to 'Asus'") I hoped moving to Armbian would solve my problems however maybe I just make the above script reboot the machine on a less frequent basis when the connection drops. Following the topic incase someone figures out a software fix! Would much prefer being on armbian and glad to see there is now community support which wasn't the case when I last checked!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines