-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorials of qmsk-e2 #31
Comments
Hi, The Development Guide is most relevant for development work, where you want to modify the source code and run your modified version of the code. For normal usage, it should be easier to use the pre-built releases: https://github.com/qmsk/e2/releases Unfortunately there's no guide written for these yet, but for a RaspberryPi running raspian, the steps should be something along the lines of (written out blindly, without testing them):
This will run the tally service in the background, and also start it at boot. The example service runs a GPIO-only tally... to edit the options:
If the start/restart fails, then debugging is:
If you find a working variant of these instructions, then feel free to either create a GitHub wiki page, or leave a comment on what worked. |
thank you so much for you reply |
@SpComb
but it failed
May 31 07:28:24 raspberrypi systemd[1]: Failed to start github.com/qmsk/e2 tally could you help me agian? i know you are busy, but i don't know how to settle this problem My System : |
i rebuild the raspberryPI OS, and install Go lang V1.7.1 according Development Guide,but still have same problem
|
It looks like the output that you copy-pasted got truncated somehow, it's only showing the start of the lines... you need to copy-paste from a wider terminal. The screenshot also didn't get uploaded. Based on the limited output that you did show, it looks like the Oh, I think I see what the problem is... the example
|
@SpComb it is success, thank you for your help sudo tar -C /opt -xzvf qmsk-e2_0.5.0-alpha.1_linux-arm.tar.gz /opt/qmsk-e2/bin/tally --http-listen=:8001 --http-static=/opt/qmsk-e2/static i can see the qmsk-e2 status in web, it mean GPIO output also is ok? you seem set pin 23~p24 for status, pin 21 20 16 12 26 19 13 6 for tally light,it is only 8 pins, for 8 lights , right? when we start RaspberryPi then i need to type "sudo systemctl start qmsk-e2-tally" to start it ,right? sorry , i asked so many question one time, because my show is soon, i want to settle it as soon as possible. Thanks so much |
i can see the qmsk-e2 status in web, it mean GPIO output also is ok?
The gpio outputs should match the program state in the web UI.
how to know if my input is on the preview by GPIO tally light, the light
will be blinked?
The GPIO oupts don't indicate preview state, only program state.
Only the status pins blink, those meanings are documented in the wiki:
https://github.com/qmsk/e2/wiki/Tally#gpio
you seem set pin 23~p24 for status, pin 21 20 16 12 26 19 13 6 for tally
light,it is only 8 pins, for 8 lights , right?
Yes. You can add more `--gpio-tally-pin=...` arguments for more tally
outputs, refer to the rpi pinout. Remember to also add them to the
`gpio-export.sh` call.
when we start RaspberryPi then i need to type "sudo systemctl start
qmsk-e2-tally" to start it ,right?
If you `systemctl enable`, then it should start by itself at boot.
…On Fri, 1 Jun 2018, 19.34 shopp1984, ***@***.***> wrote:
@SpComb <https://github.com/SpComb> it is success, thank you for your help
Below is i used commands:
sudo tar -C /opt -xzvf qmsk-e2_0.5.0-alpha.1_linux-arm.tar.gz
sudo ln -s qmsk-e2_0.5.0-alpha.1_linux-arm /opt/qmsk-e2
sudo cp /opt/qmsk-e2/etc/systemd/system/qmsk-e2-tally.service
/etc/systemd/system
sudo sed -i '/User=/d' /etc/systemd/system/qmsk-e2-tally.service
sudo systemctl daemon-reload
sudo systemctl start qmsk-e2-tally
sudo systemctl enable qmsk-e2-tally
/opt/qmsk-e2/bin/tally --http-listen=:8001
--http-static=/opt/qmsk-e2/static
i can see the qmsk-e2 status in web, it mean GPIO output also is ok?
how to know if my input is on the preview by GPIO tally light, the light
will be blinked?
you seem set pin 23~p24 for status, pin 21 20 16 12 26 19 13 6 for tally
light,it is only 8 pins, for 8 lights , right?
when we start RaspberryPi then i need to type "sudo systemctl start
qmsk-e2-tally" to start it ,right?
sorry , i asked so many question one time, because my show is soon, i want
to settle it as soon as possible.
Thanks so much
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#31 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADxHJSHdMre-0MnjTopyfwVTG5ayZTFsks5t4W0jgaJpZM4UUcet>
.
|
Fixed in #38: the .deb packages create the |
Hi, everyone
i am a new guys for linux, i am a E2 Operator, because qmsk-e2 so i am learning RaspberryPi, can any guys share more detail guide for our new guys? like RaspberryPi video in youtube, i am trying to install qmsk/e2 according Development-Guide, but when i run "go get ./cmd/tally" and "go get ./cmd/server" alway show "connection timeout, and i don't know how to start qmsk-e2,i try to run "$GOPATH/bin/tally --discovery-interface=eth0" ,but it failed, or any kindly guys can tell me the easy way to install qmsk-e2
The text was updated successfully, but these errors were encountered: