(10-08-2016, 10:43 PM)dicenicheserr Wrote: Pine64 (2GB board) setup and mostly running. Have Ubuntu installed w/ Mate desktop started. When I have either 3.5mm headphones or speakers plugged into the Jack there is no sound coming from it. I checked sound preferences Hardware tab and nothing was listed. When I tabbed over to the input and output tabs the input lists the following device "Monitor of Dummy Output" and the output tab lists "Dummy Output - Stereo"
After a couple of restarts it now says I have sound through sndhmi. Hooked it up to TV instead of monitor and sound works. No audio through 3.5mm jack though yet.
Woot! Got the 3.5mm jack working using the below steps found on a different post.
sudo su
cat <<EOF >/etc/modules-load.d/pine64-audiojack.conf
sunxi_codec
sunxi_i2s
sunxi_sndcodec
EOF
exit
wget https://raw.githubusercontent.com/longsl...ound.state
sudo mv asound.state /var/lib/alsa/asound.state
sudo usermod -a -G audio username
sudo reboot now