Beaglebone, Beagleboard Black, Green, and Friends
user
button while applying powerreboot
commandsudo /opt/scripts/tools/grow_partition.sh
zita-n2j 10.42.0.249 9999 --buff 50
--buff 50
seems to eliminate distortion which was coming and going. The default is 10
jack_connect zita-n2j:out_1 system:playback_1
jack_connect zita-n2j:out_2 system:playback_2
sudo jackd -d alsa
sudo zita-j2n 10.42.0.249 9999 --16bit
--16bit
might not be necessary but seems prudent to keep network traffic downsudo mpg123-jack -a zita-j2n:in_1,zita-j2n:in_2 /tmp/file_example_MP3_5MG.mp3
usermod -a -G audio yourUserID
as shown here–buff 50
?using Griffin iMic
jackd -d alsa -d hw:1,0
mpg123-jack file_example_MP3_5MG.mp3
amixer -c 1 -- sset PCM Playback 75%
using Amazon special
amixer -c 1 -- sset Headphone Playback 100%
or
amixer -c 1 -- sset Speaker 100%
(for the one that has no cables)connmanctl services
You'll get a response that will have something like: ethernet_6cecebabbc6a_cable
sudo connmanctl config ethernet_6cecebabbc6a_cable --ipv4 manual 10.42.0.2 255.255.255.0 10.42.0.1 --nameservers 8.8.8.8 1.1.1.1
for the morbidly curious you can find (and maybe edit?) the settings connman is reading/writing at /var/lib/connman
see Connmanctl Cheat Sheet for connecting Wi-Fi card
user/boot
button).sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=1
to write zeros over the first 1MB of the eMMCsync
sudo shutdown now