The talkiepi project is for a truly headless mumble client for the Raspberry Pi, utilizing static config and GPIO for status LEDs and a button for push to talk
Mozilla Public License 2.0
272
stars
107
forks
source link
Need mumble superuser password to install workarounds? #15
Hello,
I am trying to install the code on a pi zero w and thus tried to use the packages in the workarounds directory.
The instructions suggest to install by navigating to cd talkiepi/workarounds and then dpkg -i *.deb.
Doing so I get an error message saying dpkg requires superuser privilege. Trying sudo -i from mumble@raspberrypi gives a 3 try prompt for the sudo password for mumble, which is unknown to me. Googling a bit I saw that it should be listed somewhere in a logfile, but I cant find that file. Any suggestions?
Alternatively trying "apt-get install libopenal1" in the root directory seems to give the message that libopenal1 is already installed.
one gets to the workarounds directory by being in root (not mumble user) and navigating to:
root@raspberrypi:/home/mumble/go/src/github.com/dchote/talkiepi/workarounds
Hello, I am trying to install the code on a pi zero w and thus tried to use the packages in the workarounds directory. The instructions suggest to install by navigating to cd talkiepi/workarounds and then dpkg -i *.deb. Doing so I get an error message saying dpkg requires superuser privilege. Trying sudo -i from mumble@raspberrypi gives a 3 try prompt for the sudo password for mumble, which is unknown to me. Googling a bit I saw that it should be listed somewhere in a logfile, but I cant find that file. Any suggestions?
Alternatively trying "apt-get install libopenal1" in the root directory seems to give the message that libopenal1 is already installed.