Hi,
i installed longsleep´s Ubuntu and added xubuntu-desktop. i can´t find an option to enable the audiojack on the board, it always uses the HDMI audio.
Running
Displays:
is it possible to enable the Analog Audio output through the audiojack?
----------------------------------------------------------------------------------------------
EDIT: it works, big thanks goes to longsleep for his great support
Update to latest Kernel Version! (i use 3.10.101-0-pine64-longsleep-39)
Step by Step guide:
Run this as root. On Ubuntu you need to enable SU! (thanks longsleep)
Download this file https://github.com/longsleep/build-pine6...ound.state and put it under (thanks longsleep)
Reboot, now it works!
I use a desktop enviroment and can switch between output devices in Soundsettings (PulseAudio Volume Control - pavucontrol)
i installed longsleep´s Ubuntu and added xubuntu-desktop. i can´t find an option to enable the audiojack on the board, it always uses the HDMI audio.
Running
Code:
pactl list cards
Displays:
Code:
Card #0
Name: alsa_card.platform-sound.7
Driver: module-alsa-card.c
Owner Module: 6
Properties:
alsa.card = "0"
alsa.card_name = "sndhdmi"
alsa.long_card_name = "sndhdmi"
device.bus_path = "platform-sound.7"
sysfs.path = "/devices/soc.0/sound.7/sound/card0"
device.string = "0"
device.description = "sndhdmi"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card"
Profiles:
output:analog-mono: Analog Mono Output (sinks: 1, sources: 0, priority: 200, available: yes)
output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 6000, available: yes)
off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
Active Profile: output:analog-stereo
Ports:
analog-output: Analog Output (priority: 9900, latency offset: 0 usec)
Part of profile(s): output:analog-mono, output:analog-stereo
is it possible to enable the Analog Audio output through the audiojack?
----------------------------------------------------------------------------------------------
EDIT: it works, big thanks goes to longsleep for his great support
Update to latest Kernel Version! (i use 3.10.101-0-pine64-longsleep-39)
Step by Step guide:
Code:
cat <<EOF >/etc/modules-load.d/pine64-audiojack.conf
sunxi_codec
sunxi_i2s
sunxi_sndcodec
EOF
Download this file https://github.com/longsleep/build-pine6...ound.state and put it under (thanks longsleep)
Code:
/var/lib/alsa/asound.state
Reboot, now it works!
I use a desktop enviroment and can switch between output devices in Soundsettings (PulseAudio Volume Control - pavucontrol)