Page 4 of 4 FirstFirst ... 234
Results 46 to 47 of 47

Thread: Showeq 6 and Raspberry Pi 4

  1. #46
    Registered User
    Join Date
    May 2021
    Posts
    9

    Re: Showeq 6 and Raspberry Pi 4

    Installing to a rpi4 today and everything seems to work but at the end it does say theres a few errors ill try to post a screen shot.showeq possible error resize.jpg

    update: Ok I used raspbian buster from 4/4/200 and with the help of this post http://www.showeq.net/forums/showthr...inux-Mint-20-1 as well as the one we are currently in I got it all installed and launched now I need to figure out how to actually use showeq. I had to use sudo for each command otherwise it wasnt giving me permission to create the folders. Thank you for the posts.
    Last edited by Chromedome93; 08-27-2022 at 04:26 PM.

  2. #47
    Registered User
    Join Date
    Sep 2024
    Posts
    1

    Re: Showeq 6 and Raspberry Pi 4

    Long time lurker, but figured i'd give back since i've been wanting to upgrade my pi3 for awhile now and no one has really posted much about the pi5 yet.

    I bought a pi5 4gb, installed the latest raspbian bookworm OS. All the installs for the pi4 in the OP work except installing qt4 as i believe it was depreciated.

    That said, installing qt5 worked and showeq runs like a charm
    apt-get install qtbase5-dev



    Bonus stuff:

    This works on pi3 and pi5 confirmed
    I run showeq through my pi PC ethernet -> pi ethernet -> pi wireless to router

    PC set to static ip 192.168.1.2, gateway set to 192.168.1.1
    Pi ethernet static ip 192.168.1.1, gateway set to network's actual gateway (192.168.5.1 in this case)

    Installed on Pi
    apt install ifmetric
    apt install iptables

    Run on Pi start-up
    sudo su
    ifmetric wlan0 50
    echo 1 >> /proc/sys/net/ipv4/ip_forward
    iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
    iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
    iptables -A FORWARD -i wlan0 -o eth0 -m state --state RELATED, ESTABLISHED -j ACCEPT
    iptables -A FORWARD -i eth0 -o wlan0 -j ACCEPT

Thread Information

Users Browsing this Thread

There are currently 10 users browsing this thread. (0 members and 10 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On