Aaware AEV13MZ Quick Start Manual - Page 4
Browse online or download pdf Quick Start Manual for Sound Card Aaware AEV13MZ. Aaware AEV13MZ 5 pages. Far-field voice and sound capture
Stop/Start/Restart
WiFi
Interface
The standard ifdown, ifup, ifconfig commands will work for stopping and starting the WiFi interface.
root@aawmz1:~# ifdown wlan0
root@aawmz1:~# ifconfig
wlan0 Link encap:Ethernet HWaddr e0:e5:cf:00:fb:93
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:509 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:105161 (105.1 KB) TX bytes:7684 (7.6 KB)
...
root@aawmz1:~# ifup wlan0
The
Administrative
User:
aawadm
For nearly all use cases, one should operate as a non-root user. For the Aaware platform, the sound
capture administrator user aawadm is the recommended account for using the platform. The default
passwd is admaaw17.
Remote
Login
with
ssh
Once WiFi is up, use secure shell to login as aawadm:
[laptop@vmel6 ~]$ ssh [email protected]
[email protected]'s password:
Welcome to Ubuntu 14.04 (GNU/Linux 4.4.0-aawos+ armv7l)
* Documentation: http://www.ubuntu.com
Last login: Thu Aug 10 00:53:02 2017 from 192.168.0.106
aawadm@aawmz1:~$
Installing
Linux
Applications
The AEV13MZ provides a standard Ubuntu 14.04 environment with applications available via the Ubuntu
repositories. Simply use apt-get to install your favorite applications or development tools. Many of the
most popular development environments like Python2 and 3 are already installed.
aawadm@aawmz1:~$ sudo apt-get install python
[sudo] password for aawadm:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python is already the newest version.
python set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.