05-01-2024, 11:56 PM
(This post was last modified: 05-02-2024, 05:15 AM by DRONE7.
Edit Reason: code tags
)
Hi dev! I do the instructions but it's seems not working with me. I flashed the latest moode os using raspberry pi imager. And boot up and configure using raspberry pi 4 model b 2gb ram.
I run some command as posted here.
It says after i run so I've got stuck with this.
I run some command as posted here.
It says after i run so I've got stuck with this.
Code:
dell@moodeplayer:~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: IQaudIODAC [IQaudIODAC], device 0: IQaudIO DAC HiFi pcm512x-hifi-0 [IQaudIO DAC HiFi pcm512x-hifi-0]
Subdevices: 1/1
Subdevice #0: subdevice #0
dell@moodeplayer:~ $ git clone https://github.com/project-owner/peppyalsa.git
cd peppyalsa
sudo apt-get install build-essential autoconf automake libtool libasound2-dev libfftw3-dev
aclocal && libtoolize
autoconf && automake --add-missing
./configure && make
sudo make install
-bash: git: command not found
-bash: cd: peppyalsa: No such file or directory
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
autoconf is already the newest version (2.69-14).
autoconf set to manually installed.
automake is already the newest version (1:1.16.3-2).
automake set to manually installed.
build-essential is already the newest version (12.9).
libtool is already the newest version (2.4.6-15).
libtool set to manually installed.
The following additional packages will be installed:
libfftw3-bin libfftw3-long3
Suggested packages:
libasound2-doc libfftw3-doc
The following NEW packages will be installed:
libasound2-dev libfftw3-bin libfftw3-dev libfftw3-long3
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,155 kB of archives.
After this operation, 12.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian bullseye/main arm64 libfftw3-long3 arm64 3.3.8-2 [526 kB]
Get:2 http://deb.debian.org/debian bullseye/main arm64 libfftw3-bin arm64 3.3.8-2 [47.4 kB]
Get:3 http://deb.debian.org/debian bullseye/main arm64 libfftw3-dev arm64 3.3.8-2 [1,455 kB]
Get:4 http://archive.raspberrypi.org/debian bullseye/main arm64 libasound2-dev arm64 1.2.4-1.1+rpt2 [126 kB]
Fetched 2,155 kB in 3s (824 kB/s)
Selecting previously unselected package libasound2-dev:arm64.
(Reading database ... 60061 files and directories currently installed.)
Preparing to unpack .../libasound2-dev_1.2.4-1.1+rpt2_arm64.deb ...
Unpacking libasound2-dev:arm64 (1.2.4-1.1+rpt2) ...
Selecting previously unselected package libfftw3-long3:arm64.
Preparing to unpack .../libfftw3-long3_3.3.8-2_arm64.deb ...
Unpacking libfftw3-long3:arm64 (3.3.8-2) ...
Selecting previously unselected package libfftw3-bin.
Preparing to unpack .../libfftw3-bin_3.3.8-2_arm64.deb ...
Unpacking libfftw3-bin (3.3.8-2) ...
Selecting previously unselected package libfftw3-dev:arm64.
Preparing to unpack .../libfftw3-dev_3.3.8-2_arm64.deb ...
Unpacking libfftw3-dev:arm64 (3.3.8-2) ...
Setting up libfftw3-long3:arm64 (3.3.8-2) ...
Setting up libasound2-dev:arm64 (1.2.4-1.1+rpt2) ...
Setting up libfftw3-bin (3.3.8-2) ...
Setting up libfftw3-dev:arm64 (3.3.8-2) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u7) ...
aclocal: error: 'configure.ac' is required
autoconf: error: no input file
-bash: ./configure: No such file or directory
make: *** No rule to make target 'install'. Stop.
dell@moodeplayer:~ $ sudo nano /etc/asound.conf
dell@moodeplayer:~ $ sudo cp /etc/asound.conf /home/pi/.asoundrc
cp: cannot create regular file '/home/pi/.asoundrc': No such file or directory