(01-18-2019, 04:06 PM)Edward Wrote: Now with Automated Install and Removal...see GitHub for details.
Enjoy and don't forget to leave feedback.
I'm getting the following failure on the automated install using putty to my RPi 3B+:
pi@moode:/etc/systemd/system $ curl -sSL
https://github.com/dynobot/Linux-Audio-A...asic-insta ll.sh | bash
--------------------------
| Downloading Sound File |
--------------------------
--2019-01-18 13:46:43--
https://github.com/dynobot/Linux-Audio-A...r/Sound.sh
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location:
https://raw.githubusercontent.com/dynobo...r/Sound.sh [following]
--2019-01-18 13:46:47--
https://raw.githubusercontent.com/dynobo...r/Sound.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.52.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.52.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 753 [text/plain]
Sound.sh: Permission denied
Cannot write to ‘Sound.sh’ (Permission denied).
mv: cannot stat 'Sound.sh': No such file or directory
chmod: changing permissions of '/usr/bin/Sound.sh': Operation not permitted
-----------------------------------
| Increasing Sound Group Priority |
-----------------------------------
mv: cannot move '/etc/security/limits.conf' to '/etc/security/limits.conf.bak': Permission denied
bash: line 31: /etc/security/limits.conf: Permission denied
bash: line 32: /etc/security/limits.conf: Permission denied
bash: line 33: /etc/security/limits.conf: Permission denied
bash: line 34: /etc/security/limits.conf: Permission denied
-----------------------------
| Improving Network Latency |
-----------------------------
mv: cannot move '/etc/sysctl.conf' to '/etc/sysctl.conf.bak': Permission denied
bash: line 50: /etc/sysctl.conf: Permission denied
bash: line 51: /etc/sysctl.conf: Permission denied
bash: line 52: /etc/sysctl.conf: Permission denied
---------------------------
| Creating System Service |
---------------------------
sed: couldn't open temporary file /etc/seduutFrU: Permission denied
--------------------
| Rebooting System |
--------------------
Failed to set wall message, ignoring: Interactive authentication required.
Failed to reboot system via logind: Interactive authentication required.
Failed to open /dev/initctl: Permission denied
Failed to talk to init daemon.
_______________________________________________________________________
It looks like a lack of 'sudo's or a similar permissions issues. Any thoughts?
thanks, Skip