Orange Pi Manual
Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
www.xunlong.tv
24
Check the IP with ifconfig, login via ssh of root user
3) HDMI or 3.5mm Sound Output(3.5mm sound output would
require using an expansion board)
a. The sound was default to output via HDMI on image, it could check and
change via alsamixer.
ls /etc/asound.conf
card indicates card number, device indicates device number.
aplay -l
it could check the system to load the sound card number and
details
cat /proc/asound/cards
it also could check the sound card and details
It could be used after use alsamixer to change the sound card.
alsactl store -f /var/lib/alsa/asound.state
used for saving modified
parameters
b. It needs to modify configuration on file system for output on 3.5mm of
/etc/asound.conf, modify card1 into card0, or use amixer to modify. The
default one is configured, or you could use player on graphical interface
to switch via sound channel selection.
c. How to use mic sound recording
arecord -d 5 -f cd -t wav 123.wav
After recording, use the following to play
aplay 123.wav
6. Universal Software Configuration
1) Default Account Changing
The default log in account is orangepi. In order to secure, it is
recommended to modify the default orangepi accounts to your own
account, for example Zhangsan. Steps are as follows:
a. Use root account to login Orange Pi(please note that do not login with
the account of orangepi)