OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
48 stars 12 forks source link

STATUS: of an install on Mark II, pi4B #74

Closed Olzeke51 closed 2 months ago

Olzeke51 commented 2 months ago

http://sprunge.us/XGWLHi for the ovos-installer.log also did http://sprunge.us/Exwe7n per the failed output message - via ssh Failed-Screenshot_2024-04-19_20-25-08 that is a copy of the final message Gary Olzeke51 ' I do believe that @goldyfruit is the one that wants this ??? others are okay

goldyfruit commented 2 months ago

According to the logs, you have a network connectivity issue. Does the Mark II is close to the WiFi access point?!

Olzeke51 commented 2 months ago

I use a network cable, assumed that over-rode the wifi/bluetooth. I'll have to find a way to disable it.... Thanks been slow to responds - work , debugging the logs, trying diff shutdowns on the Mark2 recommended

On Fri, Apr 19, 2024 at 9:08 PM Gaëtan Trellu @.***> wrote:

According to the logs, you have a network connectivity issue. Does the Mark II is close to the WiFi access point?!

— Reply to this email directly, view it on GitHub https://github.com/OpenVoiceOS/ovos-installer/issues/74#issuecomment-2067481989, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAZYR2RAT6VMT6UOLP42NDY6G5YXAVCNFSM6AAAAABGQBEEGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXGQ4DCOJYHE . You are receiving this because you authored the thread.Message ID: @.***>

goldyfruit commented 2 months ago

Gonna close for now, please feel free to re-open if needed. :+1:

denics commented 1 month ago

perhaps the issue is with the wifi timeout because of the power management default in the raspberry? adding this:

tasks:
    - name: Wifi Power Management | Disable wifi power management
      ansible.builtin.cron:
        name: "Disable power management"
        special_time: reboot
        job: "/usr/sbin/iwconfig wlan0 power off"
        user: root

disable power management on boot

goldyfruit commented 1 month ago

perhaps the issue is with the wifi timeout because of the power management default in the raspberry? adding this:

tasks:
    - name: Wifi Power Management | Disable wifi power management
      ansible.builtin.cron:
        name: "Disable power management"
        special_time: reboot
        job: "/usr/sbin/iwconfig wlan0 power off"
        user: root

disable power management on boot

Its a possibility but I only got this error 3 or 4 times since I wrote the installer, most of the time I had a HDMI not properly shield around :sweat_smile:

There is already a task for task in the installer, its a systemd unit file. https://github.com/OpenVoiceOS/ovos-installer/blob/main/ansible/roles/ovos_installer/tasks/tuning/wireless.yml

goldyfruit commented 1 month ago

https://github.com/OpenVoiceOS/ovos-installer/commit/4a7854d6d3f5bbbb8fc4943a7700aab5ecbc1889