Beiträge von djsaul

    Thank you so much for this response.

    I have tired like crazy to access all three pis via ssh and i kept having the same issue. When i would try to access the pis the it wouild ask for a password. No login user, just password. I tired every password list i could find of suggest passwords and none of them worked. I am not sure if i am looking at old list, or missing something obvious but couldnt get pass this hurdle!


    Any suggestions?

    Hey everyone,

    I've hit a wall with trying to get Hyperion to work on my Raspberry Pi setup, and I could really use some help. I've been at this for about a month now and have tried everything I can think of, but I'm still having issues.

    Here's what I'm working with:

    • MacBook Pro
    • 7-inch Pi screen
    • 2 Raspberry Pi 4s
    • 1 Raspberry Pi Zero
    • Keyboard and mouse for the Pi

    I've tried running Hyperbian on all three Raspberry Pis multiple times, but I can't seem to get it to work. Every time I try to access the IP and port 8090, nothing happens. My router recognizes the connection, but both Firefox and Chrome fail to load the page. The only time I got it to work with the Pi 4 was when it was directly connected to the router, but that's not really practical for my setup.

    I've also tried running Hyperion by installing it onto the Pi OS. I've installed Pi OS and then used the terminal to install Hyperion multiple times, but I'm encountering the same issues as above. Only once did it work, but then my LEDs didn't function properly because they were WS2812B Eco. Unfortunately, I erased everything and tried again, and now I can't remote connect at all.

    I can't believe that all three of my Pis are defective, so I'm guessing the problem lies with me. I've followed every tutorial I could find, tried using different imaging software, and edited the wpa.suplicant.conf file in every way possible, but I still can't connect unless I'm hardwired to the router.

    This whole situation is driving me crazy, and I'm about ready to give up. Please, if anyone has any suggestions or advice, I would greatly appreciate it. I feel like I've tried everything and I'm at my wit's end.

    Thanks in advance for any help you can offer! ;( ;( ;( ;( ;( ;( || || || || || :cursing: :cursing: :cursing: X( X( X(

    Oh Sorry

    Using Rapberry Pi4

    I utilized Etcher to flash Hyperbian onto my Raspberry Pi 4. Previously, when using Pi Imager for flashing, I encountered issues accessing the web UI through either a wired connection or Wi-Fi.

    To address this, I included two text files. Firstly, I created a blank text file named "ssh" using a text editor, opting for the plain text format. Subsequently, I added the "wpa_supplicant.conf" file following guidance from https://docs.hyperion-project.…rBian.html#hyperbian-wifi. Below is the content of the "wpa_supplicant.conf" file:

    Code
    country=US
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    network={      
        ssid="YOURSSID"      
        scan_ssid=1      
        psk="YOURPASSWORD"      
        key_mgmt=WPA-PSK
    }

    Currently, I can access the web UI when the Raspberry Pi is connected via a wired connection to my router. However, upon disconnecting the wired connection and attempting to connect via Wi-Fi, I encounter connectivity issues. Although my router indicates the Pi is connected when wired, it reports disconnection upon unplugging. It seems evident that the Pi is not establishing a connection to my Wi-Fi router.

    I'm uncertain about the next steps. While I can manage the setup with a wired connection, the convenience of having the Pi connect via Wi-Fi, especially considering the location of my TV, would be immensely beneficial.

    Thank you for any assistance provided.


    Used Chatgpt to edit my post becuase I have writing issues :P

    After three days of not being able to connect to UI i finally tired flashing with etcher and now i can connect to the UI while pi is connect directly to my router. The issue is I can not get wifi to work. I added the files it asked me to add and put my local wife network (5GHz) and password and correct region.


    Is there a way to add that while hardwired to router on the web ui? Is there something I am missing?


    Thank you ahead of time for any help! :)