Aso test this if the last one does not work
It worked with several videos in a row (7/8), but after trying one from Twitter, it stopped working on YouTube.
Aso test this if the last one does not work
It worked with several videos in a row (7/8), but after trying one from Twitter, it stopped working on YouTube.
It worked with 3-4 videos in a row, but after trying one from Twitter, it stopped working on YouTube.
Another message from GEmini
Quote"Final update: I've flashed a clean DreamOS 2.6 stable image and re-installed all codecs. Even with a fresh system,
gst-launchreturns 'Device Busy' for bothdreamhdmianddefaultALSA devices.This confirms that on Dreambox Two, Enigma2 holds an exclusive lock on the audio hardware. To make your plugin compatible, you must use the internal Enigma2 playback engine:
self.session.nav.playService(eServiceReference(4097, 0, path))Using
alsasinkvia GStreamer directly will never work on this hardware while Enigma2 is running."
Tests:
root@dreambox:~#
clear
[H[Jroot@dreambox:~#
audio_file="/tmp/a.mp4" && gst-launch-1.0 playbin uri=file://$a
udio_file
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Display More
[H[Jroot@dreambox:~#
audio_file="/tmp/a.mp4" && gst-launch-1.0 playbin uri=file://$a
udio_file flags=0x51
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstQTDemux:qtdemux0: Internal data stream error.
Additional debug info:
../../../gst-plugins-good-1.10.4/gst/isomp4/qtdemux.c(5850): gst_qtdemux_loop (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstQTDemux:qtdemux0:
streaming stopped, reason not-linked (-1)
Execution ended after 0:00:00.000383250
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
Display More
root@dreambox:~#
c
lear
[H[Jroot@dreambox:~#
a
udio_file="/tmp/a.mp4" && gst-launch-1.0 playbin uri=file://$a
udio_file audio-sink="alsasink" flags=0x32
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstAlsaSink:alsasink0:
Device 'default' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
gst-launch-1.0 filesrc location=/tmp/a.mp4 ! qtdemux ! aacparse
! avdec_aac ! audioconvert ! audioresample ! "audio/x-raw,format=S16LE,channels
=2,rate=48000" ! alsasink device
=plug:dmix
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'plug:dmix' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
gst-launch-1.0 filesrc location=/tmp/a.mp4 ! qtdemux ! aacparse
! avdec_aac ! audioconvert ! audioresample ! "audio/x-raw,format=S16LE,channels
=2,rate
=48000" ! alsasink device=plughw:0,0
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'plughw:0,0' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
gst-launch-1.0 filesrc location=/tmp/a.mp4 ! qtdemux ! aacparse
! avdec_aac ! audioc
onvert ! audioresample ! "audio/x-raw,format=S16LE,channels
=2,rate=48000" ! alsasink device=plughw:0,1
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'plughw:0,1' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
gst-launch-1.0 filesrc location=/tmp/a.mp4 ! qtdemux ! aacparse
! avdec_aac ! audioconvert ! audioresample ! "audio/x-raw,format=S16LE,channels
=2,rate=48000" ! alsasink device=d
reamhdmi
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'dreamhdmi' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
Display More
Subject: Technical Debugging Report - Audio Sink Conflict on DreamOS (AIO/Gemini)
Hi,
I have completed extensive debugging on my Dreambox (DreamOS 2.6 / Gemini AIO) regarding the audio output issue in your plugin. Here is the technical breakdown of the findings:
The plugin currently attempts to use alsasink (specifically device=dreamhdmi). On modern DreamOS images, the Enigma2 process maintains exclusive control over the ALSA driver.
gst-launch-1.0 with alsasink, the system returns: Error: Device 'dreamhdmi' is busy.init 4. This is not a viable solution for a plugin.The standard workaround of using dvbaudiosink is not applicable here, as the element dvbaudiosink is not present in the GStreamer environment of these newer images.
I have verified that all necessary GStreamer codecs and parsers are installed and working:
gstreamer1.0-plugins-good-audioparsersgstreamer1.0-plugins-bad-faadgstreamer1.0-libav
The pipeline is technically sound, but the Sink is the bottleneck.To ensure compatibility with DreamOS and allow audio to play alongside Enigma2, the plugin should avoid direct GStreamer sink calls and instead utilize the native eServiceReference (4097). This allows Enigma2 to manage the audio routing and hardware arbitration.
Suggested implementation change:
Instead of a manual GStreamer pipeline with alsasink, please use:
Python
from enigma import eServiceReference@@@WCF_PRE_LINEBREAK@@@# Use Service 4097 to let Enigma2 handle the GStreamer output@@@WCF_PRE_LINEBREAK@@@ref = eServiceReference(4097, 0, "/tmp/your_audio_file.mp4")@@@WCF_PRE_LINEBREAK@@@self.session.nav.playService(ref)@@@WCF_PRE_LINEBREAK@@@
By using the native service handler, the audio will play correctly without requiring the user to kill the Enigma2 process.
I can't find a solution, even with the help of AI.
Gemini says:
QuoteDisplay MoreThe reason not-negotiated (-4) error is the technical “checkmate.” It indicates that GStreamer even tried to connect the components, but the libraries that should process the audio (the codecs) cannot communicate with each other because they are corrupted.
As we saw earlier that your files in /usr/lib/ are truncated (0 bytes or incomplete), GStreamer tries to load the decoder and finds an “empty” one.
Test Conclusion
There are no more terminal commands that can fix this. Your file system (OS) has suffered a critical write failure. The only way to recover the sound and stability of your Dreambox Two is to reinstall the image.
This morning, the plugin is having trouble obtaining information about yesterday's games, making it difficult to test the videos (status: wait).
root@dreambox:~#
clear
[H[Jroot@dreambox:~#
gst-launch-1.0 playbin uridecod
e uri=/tmp/a.mp4
WARNING: erroneous pipeline: no element "uridecode"
root@dreambox:~#
Display More
I managed to do the test: first, the sound played without the image. Then, I stopped the sound and the image started playing, but without sound.
The problem is you found these command to run audio only with stop E2 .. and this does not correctly wen need command run audio with E2 working
Codegst-launch-1.0 playbin uri=file:///tmp/a.mp4 video-sink="dreamvideosink" audio-sink="alsasink" gst-launch-1.0 filesrc location=/tmp/a.mp4 ! qtdemux ! aacparse ! avdec_aac ! audioconvert ! alsasink
Anyway try this from attach ..if does not work send the log and also try to find correct command work with E2 working not stop
It doesn't work. The device is always busy, which is why it is necessary to stop enigma2. However, with this command, the sound works without stopping enigma2 (init 4):
According to Google Gemini:
QuoteDisplay MoreWhat we learned about your Gemini 4.2:
1. ALSA Exclusive: The DreamTwo (Amlogic) hardware in this image does not allow audio sharing (no software mixing).
2. Limited WebInterface: Your WebInterface does not have the extended MediaPlayer, so the wget command via API failed.
3. AIO Environment: Being an All-In-One (AIO) image, it is more stable but more rigid with external processes.
The sound plays with these commands, but only if the system is stopped (init 4) - thanks to Gemini and you of course:
After running the commands, the box lost sound and the videos still have no sound.
root@dreambox:~#
c
lear
[H[Jroot@dreambox:~#
amixer -c 0 sset 'Audio hdmi-out mute' on
Simple mixer control 'Audio hdmi-out mute',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
root@dreambox:~#
amixer -c 0 sset 'Audio spdif mute' on
Simple mixer control 'Audio spdif mute',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
root@dreambox:~#
amixer -c 0 sset 'Master' 255
Simple mixer control 'Master',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 255
Front Left: 255 [100%]
Front Right: 255 [100%]
root@dreambox:~#
Display More
I'll try AI for help.
Thank you for your effort!
Don't work.
root@dreambox:~#
clear
[H[Jroot@dreambox:~#
fuser -k /dev/snd/*
-bash: fuser: command not found
root@dreambox:~#
amixer -c 0 sset 'Audio hdmi-out mute' off
Simple mixer control 'Audio hdmi-out mute',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
root@dreambox:~#
amixer -c 0 sset 'Audio spdif mute' off
Simple mixer control 'Audio spdif mute',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
root@dreambox:~#
amixer -c
0 sset Master 100% unmute
Simple mixer control 'Master',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 255
Front Left: 255 [100%]
Front Right: 255 [100%]
root@dreambox:~#
gst-launch-1.0 filesrc location=/tmp/a.mp4 ! decodebin ! audioc
onvert ! audioresample ! alsasink device=hw:0,0
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'hw:0,0' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
gst-launch-1.0 filesrc location=/tmp/a.mp4 ! decodebin ! audioc
onvert ! audioresample ! aml_asink
WARNING: erroneous pipeline: no element "aml_asink"
root@dreambox:~#
/usr/bin/aplay -D plughw:0,0 /tmp/a.mp4
aplay: main:788: audio open error: Device or resource busy
root@dreambox:~#
Display More
here it is...
*****************************
* *
* The Gemini Project 4.2 *
* *
*****************************
dreambox login:
root
Password:
root@dreambox:~#
-------------------- < Script > ----------------------------
df
-m; echo ">>> DONE <<<";
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/root 2135 1070 939 54% /
devtmpfs 986 0 986 0% /dev
tmpfs 989 0 989 0% /dev/shm
tmpfs 989 73 916 8% /run
tmpfs 989 0 989 0% /sys/fs/cgroup
/dev/mmcblk0p4 7748 1085 6250 15% /data
tmpfs 989 1 989 1% /var/volatile
tmpfs 989 2 988 1% /tmp
>>> DONE <<<
root@dreambox:~#
clear
[H[Jroot@dreambox:~#
apt-get update && dpkg -i --force-overwrite /tmp/*.deb; apt-get
install -f -y
0% [Working]
0% [Working]
Ign:1 https://repo.fury.io/comm-aarch64-aio ./ InRelease
0% [Working]
Ign:2 https://apt.fury.io/dream-alpha ./ InRelease
0% [Working]
Ign:3 https://repo.fury.io/comm-aarch64-aio ./ Release
0% [Working]
Ign:4 https://apt.fury.io/nobody ./ InRelease
0% [Working]
Ign:5 https://repo.fury.io/comm-aarch64-aio ./ Packages.diff/Index
0% [Working]
Ign:6 https://apt.fury.io/mediaportal ./ InRelease
0% [Connecting to download.blue-panel.com]
Ign:7 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
0% [Connecting to download.blue-panel.com]
Ign:8 https://apt.fury.io/svenh-feed ./ InRelease
0% [Connecting to download.blue-panel.com (46.4.253.176)] [Connecting to feed.n
Ign:9 https://repo.fury.io/comm-aarch64-aio ./ Packages
0% [Connecting to download.blue-panel.com (46.4.253.176)] [Connecting to feed.n
Ign:10 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ InRelease
0% [Connecting to feed.newnigma2.to]
Ign:11 https://apt.fury.io/dream-alpha ./ Release
0% [Waiting for headers] [Connecting to feed.newnigma2.to (2a00:bd80:117:0:176:
Ign:12 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ InRelease
0% [Connecting to feed.newnigma2.to (2a00:bd80:117:0:176:10:100:220)]
Ign:7 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
0% [Waiting for headers] [Connecting to feed.newnigma2.to (2a00:bd80:117:0:176:
Ign:13 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ InRelease
0% [Waiting for headers]
Ign:14 http://feed.newnigma2.to/mpgz/apt ./ InRelease
0% [Waiting for headers]
Ign:15 https://apt.fury.io/nobody ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:16 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:9 https://repo.fury.io/comm-aarch64-aio ./ Packages
Ign:17 http://feed.newnigma2.to/mpgz/apt ./ Release
0% [Waiting for headers]
Ign:18 http://feed.newnigma2.to/mpgz/apt ./ Packages.diff/Index
0% [Waiting for headers]
Ign:19 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:20 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers]
Ign:21 https://apt.fury.io/mediaportal ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:22 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:7 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:23 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers]
Ign:24 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:20 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers]
Ign:25 https://apt.fury.io/svenh-feed ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:26 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:23 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers]
Hit:9 https://repo.fury.io/comm-aarch64-aio ./ Packages
0% [Waiting for headers] [Waiting for headers]
0% [9 Packages store 16.4 kB] [Waiting for headers] [Waiting for headers]
Ign:27 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/extraPluginsAarch64 ./ InRelease
0% [9 Packages store 16.4 kB] [Waiting for headers] [Waiting for headers]
0% [Waiting for headers] [Waiting for headers]
Ign:20 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers]
Hit:23 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers]
0% [23 Packages store 1433 B] [Waiting for headers] [Waiting for headers]
Ign:28 https://apt.fury.io/dream-alpha ./
Packages.diff/Index
0% [23 Packages store 1433 B] [Waiting for headers] [Waiting for headers]
0% [Waiting for headers] [Waiting for headers]
Ign:29 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:20 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers]
Hit:30 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ Release
0% [Waiting for headers]
Ign:31 https://apt.fury.io/dream-alpha ./ Translation-en
0% [Waiting for headers]
Hit:32 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ Release
0% [Waiting for headers]
Hit:33 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ Release
0% [Waiting for headers]
Hit:34 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ Release
0% [Waiting for headers]
Ign:35 https://apt.fury.io/nobody ./ Packages.diff/Index
0% [Waiting for headers]
Hit:36 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ Release
0% [Waiting for headers]
Hit:37 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ Release
0% [Waiting for headers]
Ign:38 https://apt.fury.io/nobody ./ Translation-en
0% [Waiting for headers]
Get:39 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ Release [1603 B]
0% [39 Release 1603 B/1603 B 100%]
0% [Waiting for headers]
Ign:7 https://repo.fury.io/comm-aa
rch64-aio ./ Translation-en
0% [Waiting for headers]
Ign:40 https://apt.fury.io/mediaportal ./ Packages.diff/Index
0% [Waiting for headers]
Hit:41 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ Release
0% [Waiting for headers]
Hit:42 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/extraPluginsAarch64 ./ Release
0% [Waiting for headers]
Ign:43 https://apt.fury.io/mediaportal ./ Translation-en
0% [Waiting for headers]
Hit:44 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ Release
0% [Waiting for headers]
Ign:45 https://apt.fury.io/svenh-feed ./ Packages.diff/Index
0% [Waiting for headers]
Ign:46 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ Release.gpg
0% [Waiting for headers]
Ign:47 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ Release.gpg
0% [Waiting for headers]
Ign:48 https://apt.fury.io/svenh-feed ./ Translation-en
0% [Waiting for headers]
Ign:49 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ Release.gpg
0% [Waiting for headers]
Ign:50 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ Release.gpg
0% [Waiting for headers]
Ign:51 https://apt.fury.io/dream-alpha ./ Packages
0% [Waiting for headers]
Ign:52 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ Release.gpg
0% [Waiting for headers]
Ign:53 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ Release.gpg
0% [Waiting for headers]
Ign:31 https://apt.fury.io/dream-alpha ./ Translation-en
0% [Waiting for headers]
Ign:54 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ Release.gpg
0% [Waiting for headers]
Ign:55 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ Release.gpg
0% [Waiting for headers]
Ign:56 https://apt.fury.io/nobody ./ Packages
0% [Waiting for headers]
Ign:57 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/extraPluginsAarch64 ./ Release.gpg
0% [Waiting for headers]
Ign:38 https://apt.fury.io/nobody ./ Translation-en
0% [Waiting for headers]
Get:58 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ Release.gpg [195 B]
0% [Waiting for headers]
Get:59 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ Packages [72.1 kB]
0% [59 Packages 12.3 kB/72.1 kB 17%]
0% [58 Release.gpg gpgv 1607 B] [59 Packages 12.3 kB/72.1 kB 17%]
Ign:60 https://apt.fury.io/mediaportal ./ Packages
0% [58 Release.gpg gpgv 1607 B] [59 Packages 40.3 kB/72.1 kB 56%]
0% [58 Release.gpg gpgv 1607 B]
0% [58 Release.gpg gpgv 1607 B] [59 Packages store 0 B]
0% [58 Release.gpg gpgv 1607 B]
Ign:43 https://apt.fury.io/mediaportal ./ Translation-en
0% [58 Release.gpg gpgv 1607 B]
0% [Working]
Ign:61 https://apt.fury.io/svenh-feed ./ Packages
0% [Working]
Ign:48 https://apt.fury.io/svenh-feed ./ Translation-en
0% [Working]
Ign:51 https://apt.fury.io/dream-alpha ./ Packages
0% [Working]
Ign:31 https://apt.fury.io/dream-alpha ./ Translation-en
0% [Working]
Ign:56 https://apt.fury.io/nobody ./ Packages
0% [Working]
Ign:38 https://apt.fury.io/nobody ./ Translation-en
0% [Working]
Ign:60 https://apt.fury.io/mediaportal ./ Packages
0% [Working]
Ign:43 https://apt.fury.io/mediaportal ./ Translation-en
0% [Working]
Ign:61 https://apt.fury.io/svenh-feed ./ Packages
0% [Working]
Ign:48 https://apt.fury.io/svenh-feed ./ Translation-en
0% [Working]
Hit:51 https://apt.fury.io/dream-alpha ./ Packages
0% [Working]
0% [51 Packages store 45.8 kB]
0% [Working]
0% [Working]
Ign:31 https://apt.fury.io/dream-alpha ./ Translation-en
0% [Working]
0% [Working]
0% [56 Packages store 0 B]
0% [Working]
Ign:38 https://apt.fury.io/nobody ./ Translation-en
0% [Connecting to plugins.boxpirates.to]
0% [Waiting for headers]
0% [60 Packages store 0 B] [Waiting for headers]
0% [Waiting for headers]
Ign:62 http://plugins.boxpirates.to/apt64 ./ InRelease
0% [Working]
Ign:43 https://apt.fury.io/mediaportal ./ Translation-en
0% [Waiting for headers]
Ign:63 http://plugins.boxpirates.to/apt64 ./ Release
99% [Working]
Ign:64 http://plugins.boxpirates.to/apt64 ./ Packages.diff/Index
99% [Working]
Hit:61 https://apt.fury.io/svenh-feed ./ Packages
99% [Waiting for headers]
99% [61 Packages store 11.6 kB] [Waiting for headers]
99% [Waiting for headers]
Ign:65 http://plugins.boxpirates.to/apt64 ./ Translation-en
99% [Working]
Ign:66 http://plugins.boxpirates.to/apt64 ./ Packages
99% [Working]
Ign:65 http://plugins.boxpirates.to/apt64 ./ Translation-en
99% [Working] 39.0 kB/s 0s
Ign:66 http://plugins.boxpirates.to/apt64 ./ Packages
99% [Working] 39.0 kB/s 0s
Ign:65 http://plugins.boxpirates.to/apt64 ./ Translation-en
99% [Working] 39.0 kB/s 0s
Hit:66 http://plugins.boxpirates.to/apt64 ./ Packages
99% [Working] 39.0 kB/s 0s
99% [66 Packages store 29.6 kB] [Waiting for headers] 39.0 kB/s 0s
100% [Waiting for headers] 39.0 kB/s 0s
Ign:65 http://plugins.boxpirates.to/apt64 ./ Translation-en
100% [Working] 39.0 kB/s 0s
Ign:48 https://apt.fury.io/svenh-feed ./ Translation-en
100% [Working] 39.0 kB/s 0s
Fetched 161 kB in 6s (25.1 kB/s)
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 1%
Reading package lists... 61%
Reading package lists... 61%
Reading package lists... 64%
Reading package lists... 64%
Reading package lists... 79%
Reading package lists... 79%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 81%
Reading package lists... 81%
Reading package lists... 82%
Reading package lists... 82%
Reading package lists... 83%
Reading package lists... 83%
Reading package lists... 86%
Reading package lists... 86%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 94%
Reading package lists... 94%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... Done
Selecting previously unselected package aplay.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18264 files and directories currently installed.)
Preparing to unpack /tmp/alsa-utils-aplay.deb ...
Unpacking aplay (1.1.3) ...
Selecting previously unselected package alsa-utils.
Preparing to unpack /tmp/alsa-utils.deb ...
Unpacking alsa-utils (1.2.4-1) ...
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: trying to overwrite '/lib/systemd/system/alsa-restore.service', which is also in package alsa-alsactl 1.2.4
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: trying to overwrite '/usr/bin/aplay', which is also in package aplay 1.1.3
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: trying to overwrite '/usr/sbin/alsactl', which is also in package alsa-alsactl 1.2.4
(Noting disappearance of aplay, which has been completely replaced.)
dpkg: dependency problems prevent configuration of alsa-utils:
alsa-utils depends on lsb-base (>= 3.0-9); however:
Package lsb-base is not installed.
alsa-utils depends on libasound2 (>= 1.2.1); however:
Version of libasound2:arm64 on system is 1.1.3-r0.1.
alsa-utils depends on libatopology2 (>= 1.2.2); however:
Package libatopology2 is not installed.
alsa-utils depends on libc6 (>= 2.29); however:
Version of libc6:arm64 on system is 2.25-r0.0.
alsa-utils depends on libfftw3-single3 (>= 3.3.5); however:
Package libfftw3-single3 is not installed.
alsa-utils depends on libncursesw6 (>= 6); however:
Package libncursesw6 is not installed.
alsa-utils depends on libsamplerate0 (>= 0.1.7); however:
Package libsamplerate0 is not installed.
alsa-utils depends on libtinfo6 (>= 6); however:
Package libtinfo6 is not installed.
dpkg: error processing package alsa-utils (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
alsa-utils
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 13%
Reading package lists... Done
Building dependency tree... 0%
Building dependency tree... 0%
Building dependency tree... 50%
Building dependency tree... 50%
Building dependency tree
Reading state information... 0%
Reading state information... 1%
Reading state information... Done
Correcting dependencies...
Done
The following packages were automatically installed and are no longer required:
libsamplerate0 libsndfile1
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
libsamplerate0 libsndfile1
The following packages will be REMOVED:
alsa-utils
The following NEW packages will be installed:
libsamplerate0 libsndfile1
0 upgraded, 2 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
Need to get 1062 kB of archives.
After this operation, 2272 kB disk space will be freed.
0% [Working]
Get:1 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ libsndfile1 1.0.27-r0.1 [133 kB]
1% [1 libsndfile1 13.7 kB/133 kB 10%]
20% [Working]
Get:2 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ libsamplerate0 0.1.9-r1.0 [929 kB]
20% [2 libsamplerate0 0 B/929 kB 0%]
100% [Working]
Fetched 1062 kB in 0s (2025 kB/s)
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18352 files and directories currently installed.)
Removing alsa-utils (1.2.4-1) ...
Selecting previously unselected package libsndfile1:arm64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18263 files and directories currently installed.)
Preparing to unpack .../libsndfile1_1.0.27-r0.1_arm64.deb ...
Unpacking libsndfile1:arm64 (1.0.27-r0.1) ...
Selecting previously unselected package libsamplerate0.
Preparing to unpack .../libsamplerate0_0.1.9-r1.0_arm64.deb ...
Unpacking libsamplerate0 (0.1.9-r1.0) ...
Setting up libsndfile1:arm64 (1.0.27-r0.1) ...
/sbin/ldconfig:
file /usr/lib/libGLESv1_CM.so is truncated
/sbin/ldconfig: file /usr/lib/libEGL.so is truncated
/sbin/ldconfig:
file /usr/lib/libEGL.so.1.4 is truncated
/sbin/ldconfig: file /usr/lib/libGLESv1_CM.so.1.1 is truncated
/sbin/ldconfig: file /usr/lib/libGLESv1_CM.so.1 is truncated
/sbin/ldconfig: file /usr/lib/libEGL.so.1 is truncated
/sbin/ldconfig: file /usr/lib/libMali.so is truncated
/sbin/ldconfig: file /usr/lib/libGLESv2.so is truncated
/sbin/ldconfig: file /usr/lib/libGLESv2.so.2.0 is truncated
/sbin/ldconfig: file /usr/lib/libGLESv2.so.2 is truncated
Setting up libsamplerate0 (0.1.9-r1.0) ...
/sbin/ldconfig: file /usr/lib/libGLESv1_CM.so is truncated
/sbin/ldconfig: file /usr/lib/libEGL.so is truncated
/sbin/ldconfig: file /usr/lib/libEGL.so.1.4 is truncated
/sbin/ldconfig: file /usr/lib/libGLESv1_CM.so.1.1 is truncated
/sbin/ldconfig: file /usr/lib/libGLESv1_CM.so.1 is truncated
/sbin/ldconfig: file /usr/lib/libEGL.so.1 is truncated
/sbin/ldconfig: file /usr/lib/libMali.so is truncated
/sbin/ldconfig: file /usr/lib/libGLESv2.so is truncated
/sbin/ldconfig: file /usr/lib/libGLESv2.so.2.0 is truncated
/sbin/ldconfig: file /usr/lib/libGLESv2.so.2 is truncated
root@dreambox:~#
apt-get install -f
Reading package lists... 0%
Reading package lists... 100%
Reading package lists... Done
Building dependency tree... 0%
Building dependency tree... 0%
Building dependency tree... 50%
Building dependency tree... 50%
Building dependency tree
Reading state information... 0%
Reading state information... 1%
Reading state information... Done
The following packages were automatically installed and are no longer required:
libsamplerate0 libsndfile1
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
root@dreambox:~#
/usr/bin/aplay -D dreamhdmi /tmp/a.mp4
-bash: /usr/bin/aplay: No such file or directory
root@dreambox:~#
/
usr/bin/aplay -D dreamspdif /tmp/a.mp4
-bash: /usr/bin/aplay: No such file or directory
root@dreambox:~#
gs
t-launch-1.0 filesrc location=/tmp/a.mp4 ! decodebin ! audioc
onvert ! audioresample ! alsasink device=dreamhdmi
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'dreamhdmi' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
gst-launch-1.0 filesrc location=/tmp/a.mp4 ! decodebin ! audioc
onvert ! audioresample ! alsas
ink device=dreamspdif
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'dreamspdif' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
/usr/bin/amixer -c 0 sset Master 100% unmute
-bash: /usr/bin/amixer: No such file or directory
root@dreambox:~#
/usr/bin/amixer scontrols
-bash: /usr/bin/amixer: No such file or directory
root@dreambox:~#
a
pt-get update && dpkg -i --force-overwrite /tmp/*.deb; apt-get
install -f -y
0% [Working]
Ign:1 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ InRelease
0% [Connecting to feed.newnigma2.to (2a00:bd80:117:0:176:10:100:220)] [Waiting
Ign:2 http://plugins.boxpirates.to/apt64 ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:3 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:4 http://feed.newnigma2.to/mpgz/apt ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:5 http://plugins.boxpirates.to/apt64 ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:6 http://feed.newnigma2.to/mpgz/apt ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:7 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:8 http://feed.newnigma2.to/mpgz/apt ./ Packages.diff/Index
0% [Waiting for headers] [Waiting for headers]
Ign:9 http://plugins.boxpirates.to/apt64 ./ Packages.diff/Index
0% [Waiting for headers] [Waiting for headers]
Ign:10 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:11 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:12 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:13 http://plugins.boxpirates.to/apt64 ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:14 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers] [Waiting for headers]
Ign:15 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:11 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:16 http://plugins.boxpirates.to/apt64 ./ Packages
0% [Waiting for headers] [Waiting for headers]
Ign:17 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:14 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers] [Waiting for headers]
Ign:13 http://plugins.boxpirates.to/apt64 ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:11 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:18 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for heade
rs]
Hit:14 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers] [Waiting for headers]
Ign:19 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/extraPluginsAarch64 ./ InRelease
Ign:16 http://plugins.boxpirates.to/apt64 ./ Packages
0% [Waiting for headers]
0% [14 Packages store 1433 B] [Waiting for headers] [Waiting for headers] [Wait
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:20 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:11 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:21 https://apt.fury.io/dream-alpha ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:13 http://plugins.boxpirates.to/apt64 ./ Translation-en
0% [Waiting for headers]
Hit:22 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ Release
0% [Waiting for headers] [Waiting for headers]
Hit:16 http://plugins.boxpirates.to/apt64 ./ Packages
0% [Waiting for headers]
0% [16 Packages store 29.6 kB] [Waiting for headers] [Waiting for headers]
Hit:23 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ Release
0% [16 Packages store 29.6 kB] [Waiting for headers] [Waiting for headers]
0% [Waiting for headers] [Waiting for headers]
Hit:24 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:13 http://plugins.boxpirates.to/apt64 ./ Translation-en
0% [Waiting for headers]
Ign:25 https://repo.fury.io/comm-aarch64-aio ./ InRelease
0% [Waiting for headers]
Hit:26 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ Release
0% [Working]
Ign:27 https://apt.fury.io/nobody ./ InRelease
0% [Waiting for headers]
Hit:28 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ Release
0% [Waiting for headers]
Ign:29 https://repo.fury.io/comm-aarch64-aio ./ Release
0% [Waiting for headers]
Hit:30 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ Release
0% [Waiting for headers]
Hit:31 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ Release
0% [Waiting for headers]
Ign:32 https://apt.fury.io/mediaportal ./ InRelease
0% [Waiting for headers]
Hit:33 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ Release
0% [Waiting for headers]
Ign:34 https://repo.fury.io/comm-aarch64-aio ./ Packages.diff/Index
0% [Waiting for headers]
Hit:35 http://download.blue-panel.com/gemini4/pyro-gemini4-uns
table/extraPluginsAarch64 ./ Release
0% [Working]
Ign:36 https://apt.fury.io/svenh-feed ./ InRelease
0% [Waiting for headers]
Ign:37 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
0% [Waiting for headers]
Hit:38 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ Release
0% [Waiting for headers]
Ign:39 https://apt.fury.io/dream-alpha ./ Release
0% [Waiting for headers]
Ign:40 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ Release.gpg
0% [Waiting for headers]
Ign:41 https://repo.fury.io/comm-aarch64-aio ./ Packages
0% [Waiting for headers]
Ign:42 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ Release.gpg
0% [Waiting for headers]
Ign:43 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ Release.gpg
0% [Waiting for headers]
Ign:44 https://apt.fury.io/nobody ./ Release
0% [Waiting for headers]
Ign:37 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
0% [Waiting for headers]
Ign:45 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ Release.gpg
0% [Working]
Ign:46 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ Release.gpg
0% [Waiting for headers]
Ign:47 https://apt.fury.io/mediaportal ./ Release
0% [Waiting for headers]
Ign:41 https://repo.fury.io/comm-aarch64-aio ./ Packages
0% [Waiting for headers]
Ign:48 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ Release.gpg
0% [Waiting for headers]
Ign:49 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all
./ Release.gpg
0% [Waiting for headers]
Ign:50 https://apt.fury.io/svenh-feed ./ Release
95% [Waiting for headers]
Ign:51 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ Release.gpg
96% [Waiting for headers]
Ign:37 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
96% [Waiting for headers]
Ign:52 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/extraPluginsAarch64 ./ Release.gpg
97% [Waiting for headers]
Ign:53 https://apt.fury.io/dream-alpha ./ Packages.diff/Index
97% [Waiting for headers]
Get:54 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ Release.gpg [195 B]
97% [Working]
Hit:41 https://repo.fury.io/comm-aarch64-aio ./ Packages
97% [Working]
97% [Working]
97% [54 Release.gpg gpgv 1607 B]
Ign:55 https://apt.fury.io/dream-alpha ./ Translation-en
97% [54 Release.gpg gpgv 1607 B]
Ign:56 https://apt.fury.io/nobody ./ Packages.diff/Index
97% [54 Release.gpg gpgv 1607 B]
98% [Working]
Ign:57 https://apt.fury.io/nobody ./ Translation-en
98% [Working]
Ign:58 https://apt.fury.io/mediaportal ./ Packages.diff/Index
98% [Working]
Ign:37 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
98% [Working]
Ign:59 https://apt.fury.io/mediaportal ./ Translation-en
98% [Working]
Ign:60 https://apt.fury.io/svenh-feed ./ Packages.diff/Index
98% [Working]
Ign:61 https://apt.fury.io/svenh-feed ./ Translation-en
98% [Working]
Ign:62 https://apt.fury.io/dream-alpha ./ Packages
98% [Working]
Ign:55 https://apt.fury.io/dream-alpha ./ Translation-en
98% [Working]
Ign:63 https://apt.fury.io/nobody ./ Packages
98% [Working]
Ign:57 https://apt.fury.io/nobody ./ Translation-en
98% [Working]
Ign:64 https://apt.fury.io/mediaportal ./ Packages
98% [Working]
Ign:59 https://apt.fury.io/mediaportal ./ Translation-en
98% [Working]
Ign:65 https://apt.fury.io/svenh-feed ./ Packages
98% [Working]
Ign:61 https://apt.fury.io/svenh-feed ./ Translation-en
98% [Working]
Ign:62 https://apt.fury.io/dream-alpha ./ Packages
98% [Working]
Ign:55 https://apt.fury.io/dream-alpha ./ Translation-en
98% [Working]
Ign:63 https://apt.fury.io/nobody ./ Packages
98% [Working]
Ign:57 https://apt.fury.io/nobody ./ Translation-en
98% [Working]
Ign:64 https://apt.fury.io/mediaportal ./ Packages
98% [Working]
Ign:59 https://apt.fury.io/mediaportal ./ Translation-en
98% [Working]
Ign:65 https://apt.fury.io/svenh-feed ./ Packages
98% [Working]
Ign:61 https://apt.fury.io/svenh-feed ./ Translation-en
98% [Working]
Hit:62 https://apt.fury.io/dream-alpha ./ Packages
98% [Working]
98% [62 Packages store 45.8 kB]
98% [Working]
98% [Working]
Ign:55 https://apt.fury.io/dream-alpha ./ Translation-en
99% [Working]
Hit:63 https://apt.fury.io/nobody ./ Packages
99% [Working]
99% [63 Packages store 673 kB]
99% [Working]
Ign:57 https://apt.fury.io/nobody ./ Translation-en
99% [Working]
Hit:64 https://apt.fury.io/mediaportal ./ Packages
99% [Working] 126 kB/s 0s
99% [64 Packages store 13.1 kB] 126 kB/s 0s
99% [Working] 126 kB/s 0s
99% [Working] 126 kB/s 0s
Ign:59 https://apt.fury.io/mediaportal ./ Translation-en
100% [Working] 126 kB/s 0s
Hit:65 https://apt.fury.io/svenh-feed ./ Packages
100% [Working] 126 kB/s 0s
100% [Working] 126 kB/s 0s
100% [Working] 126 kB/s 0s
Ign:61 https://apt.fury.io/svenh-feed ./ Translation-en
100% [Working] 126 kB/s 0s
Fetched 195 B in 7s (26 B/s)
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 1%
Reading package lists... 61%
Reading package lists... 61%
Reading package lists... 64%
Reading package lists... 64%
Reading package lists... 79%
Reading package lists... 79%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 81%
Reading package lists... 81%
Reading package lists... 82%
Reading package lists... 82%
Reading package lists... 83%
Reading package lists... 83%
Reading package lists... 86%
Reading package lists... 86%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 94%
Reading package lists... 94%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... Done
Selecting previously unselected package amixer.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18268 files and directories currently installed.)
Preparing to unpack /tmp/alsa-utils-amixer.deb ...
Unpacking amixer (1.1.3) ...
Setting up amixer (1.1.3) ...
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 13%
Reading package lists... Done
Building dependency tree... 0%
Building dependency tree... 0%
Building dependency tree... 50%
Building dependency tree... 50%
Building dependency tree
Reading state information... 0%
Reading state information... 1%
Reading state information... Done
The following packages were automatically installed and are no longer required:
libsamplerate0 libsndfile1
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
root@dreambox:~#
root@dreambox:~#
/usr/bin/aplay -D dreamhdmi /tmp/a.mp4
-bash: /usr/bin/aplay: No such file or directory
root@dreambox:~#
Display More
apt-get update && dpkg -i /tmp/*.deb && ap
t-get -f install
0% [Working]
Ign:1 http://feed.newnigma2.to/mpgz/apt ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:2 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:3 http://plugins.boxpirates.to/apt64 ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:4 http://feed.newnigma2.to/mpgz/apt ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:5 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:6 http://plugins.boxpirates.to/apt64 ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:7 http://feed.newnigma2.to/mpgz/apt ./ Packages.diff/Index
0% [Waiting for headers] [Waiting for headers]
Ign:8 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:9 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:10 http://plugins.boxpirates.to/apt64 ./ Packages.diff/Index
0% [Waiting for headers] [Waiting for headers]
Ign:11 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:12 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers] [Waiting for headers]
Ign:13 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:14 http://plugins.boxpirates.to/apt64 ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:9 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:15 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:12 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers] [Waiting for headers]
Ign:16 http://plugins.boxpirates.to/apt64 ./ Packages
0% [Waiting for headers] [W
aiting for headers]
Ign:17 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:9 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:14 http://plugins.boxpirates.to/apt64 ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:18 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ InRelease
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Hit:12 http://feed.newnigma2.to/mpgz/apt ./ Packages
0% [Waiting for headers] [Waiting for headers]
0% [12 Packages store 1433 B] [Waiting for headers] [Waiting for headers] [Wait
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
Ign:19 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/extraPluginsAarch64 ./ InRelease
Ign:16 http://plugins.boxpirates.to/apt64 ./ Packages
0% [Waiting for headers] [Waiting for headers]
Ign:9 http://feed.newnigma2.to/mpgz/apt ./ Translation-en
0% [Waiting for headers] [Waiting for headers]
Ign:20 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:21 https://repo.fury.io/comm-aarch64-aio ./ InRelease
0% [Waiting for headers] [Waiting for headers]
Ign:14 http://plugins.boxpirates.to/apt64 ./ Translation-en
0% [Waiting for headers]
Hit:22 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ Release
0% [Waiting for headers] [Waiting for headers]
Hit:16 http://plugins.boxpirates.to/apt64 ./ Packages
0% [Waiting for headers]
0% [16 Packages store 29.6 kB] [Waiting for headers]
Ign:23 https://apt.fury.io/dream-alpha ./ InRelease
0% [16 Packages store 29.6 kB] [Waiting for headers] [Waiting for headers]
0% [Waiting for headers] [Waiting for headers]
Hit:24 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:25 https://repo.fury.io/comm-aarch64-aio ./ Release
0% [Waiting for headers] [Waiting for headers]
Ign:14 http://plugins.boxpirates.to/apt64 ./ Translation-en
0% [Waiting for headers]
Hit:26 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ Release
0% [Waiting for headers]
Hit:27 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ Release
0% [Waiting for headers]
Ign:28 https://repo.fury.io/comm-aarch64-aio ./ Packages.diff/Index
0% [Waiting for headers]
Ign:29 https://apt.fury.io/nobody .
/ InRelease
0% [Waiting for headers]
Hit:30 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ Release
0% [Waiting for headers]
Hit:31 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ Release
0% [Waiting for headers]
Ign:32 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
0% [Waiting for headers]
Hit:33 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ Release
0% [Waiting for headers]
Ign:34 https://apt.fury.io/mediaportal ./ InRelease
0% [Waiting for headers]
Hit:35 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ Release
0% [Waiting for headers]
Ign:36 https://repo.fury.io/comm-aarch64-aio ./ Packages
0% [Waiting for headers]
Hit:37 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/extraPluginsAarch64 ./ Release
0% [Working]
Ign:38 https://apt.fury.io/svenh-feed ./ InRelease
0% [Waiting for headers]
Ign:32 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
0% [Waiting for headers]
Hit:39 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ Release
0% [Waiting for headers]
Ign:40 https://apt.fury.io/dream-alpha ./ Release
0% [Waiting for headers]
Ign:41 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/aarch64 ./ Release.gpg
0% [Waiting for headers]
Ign:36 https://repo.fury.io/comm-aarch64-aio ./ Packages
0% [Waiting for headers]
Ign:42 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/all ./ Release.gpg
0% [Waiting for headers]
Ign:43 https://apt.fury.io/nobody ./ Release
0% [Waiting for headers]
I
gn:44 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/armv7vehf-neon-vfpv4 ./ Release.gpg
0% [Waiting for headers]
Ign:32 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
0% [Waiting for headers]
Ign:45 http://download.blue-panel.com/opendreambox/2.6/unstable/r0/dreambox/deb/dreambox ./ Release.gpg
0% [Waiting for headers]
Ign:46 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aarch64 ./ Release.gpg
0% [Waiting for headers]
Ign:47 https://apt.fury.io/mediaportal ./ Release
0% [Waiting for headers]
Hit:36 https://repo.fury.io/comm-aarch64-aio ./ Packages
0% [Waiting for headers]
Ign:48 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/aio ./ Release.gpg
0% [Waiting for headers]
0% [36 Packages store 16.4 kB] [Waiting for headers]
0% [Waiting for headers]
Ign:49 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/all ./ Release.gpg
0% [Waiting for headers]
Ign:50 https://apt.fury.io/svenh-feed ./ Release
96% [Waiting for headers]
Ign:51 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/allcodes ./ Release.gpg
96% [Waiting for headers]
Ign:52 http://download.blue-panel.com/gemini4/pyro-gemini4-unstable/extraPluginsAarch64 ./ Release.gpg
97% [Waiting for headers]
Ign:53 https://apt.fury.io/dream-alpha ./ Packages.diff/Index
97% [Waiting for headers]
Get:54 http://download.blue-panel.com/pyro/kodi-19/aarch64 ./ Release.gpg [195 B]
97% [Working]
97% [54 Release.gpg gpgv 1607 B]
Ign:55 https://apt.fury.io/dream-alpha ./ Translation-en
97% [54 Release.gpg gpgv 1607 B]
Ign:56 htt
ps://apt.fury.io/nobody ./ Packages.diff/Index
97% [54 Release.gpg gpgv 1607 B]
98% [Working]
Ign:32 https://repo.fury.io/comm-aarch64-aio ./ Translation-en
98% [Working]
Ign:57 https://apt.fury.io/nobody ./ Translation-en
98% [Working]
Ign:58 https://apt.fury.io/mediaportal ./ Packages.diff/Index
98% [Working]
Ign:59 https://apt.fury.io/mediaportal ./ Translation-en
98% [Working]
Ign:60 https://apt.fury.io/svenh-feed ./ Packages.diff/Index
98% [Working]
Ign:61 https://apt.fury.io/svenh-feed ./ Translation-en
98% [Working]
Ign:62 https://apt.fury.io/dream-alpha ./ Packages
98% [Working]
Ign:55 https://apt.fury.io/dream-alpha ./ Translation-en
98% [Working]
Ign:63 https://apt.fury.io/nobody ./ Packages
98% [Working]
Ign:57 https://apt.fury.io/nobody ./ Translation-en
98% [Working]
Ign:64 https://apt.fury.io/mediaportal ./ Packages
98% [Working]
Ign:59 https://apt.fury.io/mediaportal ./ Translation-en
98% [Working]
Ign:65 https://apt.fury.io/svenh-feed ./ Packages
98% [Working]
Ign:61 https://apt.fury.io/svenh-feed ./ Translation-en
98% [Working]
Ign:62 https://apt.fury.io/dream-alpha ./ Packages
98% [Working]
Ign:55 https://apt.fury.io/dream-alpha ./ Translation-en
98% [Working]
Ign:63 https://apt.fury.io/nobody ./ Packages
98% [Working]
Ign:57 https://apt.fury.io/nobody ./ Translation-en
98% [Working]
Ign:64 https://apt.fury.io/mediaportal ./ Packages
98% [Working]
Ign:59 https://apt.fury.io/mediaportal ./ Translation-en
98% [Working]
Ign:65 https://apt.fury.io/svenh-feed ./ Packages
98% [Working]
Ign:61 https://apt.fury.io/svenh-feed ./ Translation-en
98% [Working]
Hit:62 https://apt.fury.io/dream-alpha ./ Packages
98% [Working]
98% [62 Packages store 45.8 kB]
98% [Working]
98% [Working]
Ign:55 https://apt.fury.io/dream-alpha ./ Translation-en
99% [Working]
Hit:63 https://apt.fury.io/nobody ./ Packages
99% [Working]
99% [63 Packages store 673 kB]
99% [Working]
Ign:57 https://apt.fury.io/nobody ./ Translation-en
99% [Working]
Hit:64 https://apt.fury.io/mediaportal ./ Packages
99% [Working] 125 kB/s 0s
99% [64 Packages store 13.1 kB] 125 kB/s 0s
99% [Working] 125 kB/s 0s
99% [Working] 125 kB/s 0s
Ign:59 https://apt.fury.io/mediaportal ./ Translation-en
100% [Working] 125 kB/s 0s
Hit:65 https://apt.fury.io/svenh-feed ./ Packages
100% [Working] 125 kB/s 0s
100% [65 Packages store 11.6 kB] 125 kB/s 0s
100% [Working] 125 kB/s 0s
100% [Working] 125 kB/s 0s
Ign:61 https://apt.fury.io/svenh-feed ./ Translation-en
100% [Working] 125 kB/s 0s
Fetched 195 B in 7s (26 B/s)
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 1%
Reading package lists... 61%
Reading package lists... 61%
Reading package lists... 64%
Reading package lists... 64%
Reading package lists... 79%
Reading package lists... 79%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 80%
Reading package lists... 81%
Reading package lists... 81%
Reading package lists... 82%
Reading package lists... 82%
Reading package lists... 83%
Reading package lists... 83%
Reading package lists... 86%
Reading package lists... 86%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 87%
Reading package lists... 94%
Reading package lists... 94%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... 95%
Reading package lists... Done
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18269 files and directories currently installed.)
Preparing to unpack /tmp/alsa-utils-amixer.deb ...
Unpacking amixer (1.1.3) over (1.1.3) ...
Selecting previously unselected package aplay.
Preparing to unpack /tmp/alsa-utils-aplay.deb ...
Unpacking aplay (1.1.3) ...
Selecting previously unselected package alsa-utils.
Preparing to unpack /tmp/alsa-utils.deb ...
Unpacking alsa-utils (1.2.4-1) ...
dpkg: error processing archive /tmp/alsa-utils.deb (--install):
trying to overwrite '/usr/bin/amixer', which is also in package amixer 1.1.3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Setting up amixer (1.1.3) ...
Setting up aplay (1.1.3) ...
Errors were encountered while processing:
/tmp/alsa-utils.deb
root@dreambox:~#
Display More
*****************************
* *
* The Gemini Project 4.2 *
* *
*****************************
dreambox login:
root
Password:
root@dreambox:~#
-------------------- < Script > ----------------------------
d
f -m; echo ">>> DONE <<<";
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/root 2135 1071 937 54% /
devtmpfs 986 0 986 0% /dev
tmpfs 989 0 989 0% /dev/shm
tmpfs 989 74 915 8% /run
tmpfs 989 0 989 0% /sys/fs/cgroup
/dev/mmcblk0p4 7748 1085 6250 15% /data
tmpfs 989 1 989 1% /var/volatile
tmpfs 989 5 985 1% /tmp
>>> DONE <<<
root@dreambox:~#
c
lear
[H[Jroot@dreambox:~#
a
play -L
null
Discard all samples (playback) or generate zero samples (capture)
hdmidmix
dreamhdmi
dreamspdif
btdmix
dreambt
default
sysdefault:CARD=AMLAUGESOUND
AML-AUGESOUND,
Default Audio Device
dmix:CARD=AMLAUGESOUND,DEV=0
AML-AUGESOUND,
Direct sample mixing device
dmix:CARD=AMLAUGESOUND,DEV=1
AML-AUGESOUND,
Direct sample mixing device
dmix:CARD=AMLAUGESOUND,DEV=2
AML-AUGESOUND,
Direct sample mixing device
dsnoop:CARD=AMLAUGESOUND,DEV=0
AML-AUGESOUND,
Direct sample snooping device
dsnoop:CARD=AMLAUGESOUND,DEV=1
AML-AUGESOUND,
Direct sample snooping device
dsnoop:CARD=AMLAUGESOUND,DEV=2
AML-AUGESOUND,
Direct sample snooping device
hw:CARD=AMLAUGESOUND,DEV=0
AML-AUGESOUND,
Direct hardware device without any conversions
hw:CARD=AMLAUGESOUND,DEV=1
AML-AUGESOUND,
Direct hardware device without any conversions
hw:CARD=AMLAUGESOUND,DEV=2
AML-AUGESOUND,
Direct hardware device without any conversions
plughw:CARD=AMLAUGESOUND,DEV=0
AML-AUGESOUND,
Hardware device with all software conversions
plughw:CARD=AMLAUGESOUND,DEV=1
AML-AUGESOUND,
Hardware device with all software conversions
plughw:CARD=AMLAUGESOUND,DEV=2
AML-AUGESOUND,
Hardware device with all software conversions
root@dreambox:~#
amixer scontrols
Simple mixer control 'Master',0
Simple mixer control 'I2SIn CLK',0
Simple mixer control 'Audio In Source',0
Simple mixer control 'Audio Out Sink',0
Simple mixer control 'Audio hdmi-out mute',0
Simple mixer control 'Audio spdif format',0
Simple mixer control 'Audio spdif mute',0
Simple mixer control 'Audio spdif_b format',0
Simple mixer control 'Audio spdif_b mute',0
Simple mixer control 'Audio spdifin source',0
Simple mixer control 'DRC enable',0
Simple mixer control 'EQ Volume Pos',0
Simple mixer control 'EQ ch1 volume',0
Simple mixer control 'EQ ch2 volume',0
Simple mixer control 'EQ enable',0
Simple mixer control 'EQ master volume',0
Simple mixer control 'EQ master volume mute',0
Simple mixer control 'EQ/DRC Channel Mask',0
Simple mixer control 'EQ/DRC Lane Mask',0
Simple mixer control 'EQ/DRC Req Module',0
Simple mixer control 'NG counter thd',0
Simple mixer control 'NG enable',0
Simple mixer control 'NG noise thd',0
Simple mixer control 'NG signal thd',0
Simple mixer control 'SPDIFIN Audio Type',0
Simple mixer control 'SPDIFIN audio samplerate',0
Simple mixer control 'SPDIF_B CLK Fine Setting',0
Simple mixer control 'Spdif to HDMITX Select',0
Simple mixer control 'audio inskew set',0
Simple mixer control 'audio locker enable',0
Simple mixer control 'tdmout_c binv set',0
root@dreambox:~#
/usr/bin/aplay -D dreamhdmi /tmp/a.mp4
ALSA lib ../../../alsa-lib-1.1.3/src/pcm/pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave
aplay: main:788: audio open error: Device or resource busy
root@dreambox:~#
/usr/bin/aplay -D dreamspdif /tmp/a.mp4
ALSA lib ../../../alsa-lib-1.1.3/src/pcm/pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave
aplay: main:788: audio open error: Device or resource busy
root@dreambox:~#
/usr/bin/aplay -D hdmidmix /tmp/a.mp4
ALSA lib ../../../alsa-lib-1.1.3/src/pcm/pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave
aplay: main:788: audio open error: Device or resource busy
root@dreambox:~#
/usr/bin/aplay -D plughw:0,0 /tmp/a.mp4
aplay: main:788: audio open error: Device or resource busy
root@dreambox:~#
/usr/bin/aplay -D plughw:0,1 /tmp/a.mp4
aplay: main:788: audio open error: Device or resource busy
root@dreambox:~#
/u
sr/bin/aplay -D hw:0,0 /tmp/a.mp4
aplay: main:788: audio open error: Device or resource busy
root@dreambox:~#
/usr/bin/aplay -D default /tmp/a.mp4
ALSA lib ../../../alsa-lib-1.1.3/src/pcm/pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave
aplay: main:788: audio open error: Device or resource busy
root@dreambox:~#
gst-launch-1.0 filesr
c location=/tmp/a.mp4 ! decodebin ! audioc
onvert ! audioresample ! alsasink device=dreamhdmi
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'dreamhdmi' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
gst-launch-1.0 filesrc location=/tmp/a.mp4 ! decodebin ! audioc
onvert ! audioresample ! alsasink device=
dreamspdif
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback. Device is being used by another application.
Additional debug info:
../../../gst-plugins-base-1.10.4/ext/alsa/gstalsasink.c(873): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Device 'dreamspdif' is busy
Setting pipeline to NULL ...
Freeing pipeline ...
root@dreambox:~#
/usr/bin/amixer -c 0 sset Master 100% unmute
Simple mixer control 'Master',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 255
Front Left: 255 [100%]
Front Right: 255 [100%]
root@dreambox:~#
/usr/bin/amixer scontrols
Simple mixer control 'Master',0
Simple mixer control 'I2SIn CLK',0
Simple mixer control 'Audio In Source',0
Simple mixer control 'Audio Out Sink',0
Simple mixer control 'Audio hdmi-out mute',0
Simple mixer control 'Audio spdif format',0
Simple mixer control 'Audio spdif mute',0
Simple mixer control 'Audio spdif_b format',0
Simple mixer control 'Audio spdif_b mute',0
Simple mixer control 'Audio spdifin source',0
Simple mixer control 'DRC enable',0
Simple mixer control 'EQ Volume Pos',0
Simple mixer control 'EQ ch1 volume',0
Simple mixer control 'EQ ch2 volume',0
Simple mixer control 'EQ enable',0
Simple mixer control 'EQ master volume',0
Simple mixer control 'EQ master volume mute',0
Simple mixer control 'EQ/DRC Channel Mask',0
Simple mixer control 'EQ/DRC Lane Mask',0
Simple mixer control 'EQ/DRC Req Module',0
Simple mixer control 'NG counter thd',0
Simple mixer control 'NG enable',0
Simple mixer control 'NG noise thd',0
Simple mixer control 'NG signal thd',0
Simple mixer control 'SPDIFIN Audio Type',0
Simple mixer control 'SPDIFIN audio samplerate',0
Simple mixer control 'SPDIF_B CLK Fine Setting',0
Simple mixer control 'Spdif to HDMITX Select',0
Simple mixer control 'audio inskew set',0
Simple mixer control 'audio locker enable',0
Simple mixer control 'tdmout_c binv set',0
root@dreambox:~#
Display More