Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
May 7 07:21:33 miraculix vdr: audio: 'alsa' output module used ... May 7 07:21:34 miraculix pulseaudio[1929]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 May 7 07:21:34 miraculix pulseaudio[1929]: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 May 7 07:21:34 miraculix vdr: audio/alsa: playback open 'hw:1,3' error: Das Gerät oder die Ressource ist belegt May 7 07:21:34 miraculix vdr: audio/alsa: mixer default - PCM open May 7 07:21:34 miraculix vdr: audio: 44100Hz supports 0 0 0 0 0 0 0 0 channels May 7 07:21:34 miraculix vdr: audio: 48000Hz supports 0 0 0 0 0 0 0 0 channels May 7 07:21:34 miraculix vdr: audio: play thread started May 7 07:21:34 miraculix vdr: audio: wait on start condition |
This post has been edited 1 times, last edit by "goldbär" (May 7th 2012, 3:22pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
chvt 9 export DISPLAY=:1 # D-bus # test for an existing bus daemon, just to be safe if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then # if not found, launch a new one /usr/bin/logger -t "softhddevice.conf" "launching a new dbus daemon..." eval `dbus-launch --sh-syntax --exit-with-session` fi vdr-dbus-send /Plugins/softhddevice plugin.SVDRPCommand string:'RESU' ||: vdr-dbus-send /Plugins/softhddevice plugin.SVDRPCommand string:'ATTA' ||: |
|
|
Source code |
1 2 |
/etc/default/pulseaudio PULSEAUDIO_SYSTEM_START=0 |
|
|
Source code |
1 2 |
sudo nano /etc/pulse/client.conf ;autospawn = yes |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
May 7 17:03:11 miraculix vdr: audio: 'alsa' output module used May 7 17:03:11 miraculix dbus[1065]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper) May 7 17:03:11 miraculix dbus[1065]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1' May 7 17:03:11 miraculix rtkit-daemon[1927]: Successfully called chroot. May 7 17:03:11 miraculix rtkit-daemon[1927]: Successfully dropped privileges. May 7 17:03:11 miraculix rtkit-daemon[1927]: Successfully limited resources. May 7 17:03:11 miraculix rtkit-daemon[1927]: Running. May 7 17:03:11 miraculix rtkit-daemon[1927]: Watchdog thread running. May 7 17:03:11 miraculix rtkit-daemon[1927]: Canary thread running. May 7 17:03:12 miraculix pulseaudio[1925]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to auto launch a dbus-daemon without a $DISPLAY for X11 May 7 17:03:12 miraculix pulseaudio[1925]: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 May 7 17:03:12 miraculix vdr: audio/alsa: playback open 'hw:1,3' error: Das Gerät oder die Ressource ist belegt May 7 17:03:12 miraculix vdr: audio/alsa: mixer default - PCM open May 7 17:03:12 miraculix vdr: audio: 44100Hz supports 0 0 0 0 0 0 0 0 channels May 7 17:03:12 miraculix vdr: audio: 48000Hz supports 0 0 0 0 0 0 0 0 channels |
|
|
Source code |
1 2 3 4 |
sudo fuser -v /dev/snd/*
BEN. PID ZUGR. BEFEHL
/dev/snd/controlC0: vdr 1925 F.... pulseaudio
/dev/snd/controlC1: vdr 1925 F.... pulseaudio
|
|
|
Source code |
1 2 |
/etc/default/pulseaudio PULSEAUDIO_SYSTEM_START=0 |
|
|
Source code |
1 2 |
sudo nano /etc/pulse/client.conf autospawn = no |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
May 7 16:48:30 miraculix vdr: audio: 'alsa' output module used May 7 16:48:30 miraculix vdr: audio/alsa: supports pause: yes May 7 16:48:30 miraculix vdr: audio/alsa: mixer default - PCM open May 7 16:48:30 miraculix vdr: audio/alsa: PCM mixer found 0 - 255 ratio 255000 May 7 16:48:30 miraculix vdr: audio/alsa: buffer size 4224 95ms, period size 1056 23ms May 7 16:48:30 miraculix vdr: audio/alsa: state PREPARED May 7 16:48:31 miraculix vdr: audio/alsa: buffer size 4608 96ms, period size 1152 24ms May 7 16:48:31 miraculix vdr: audio/alsa: state PREPARED May 7 16:48:31 miraculix vdr: audio: 44100Hz supports 2 2 2 2 2 2 2 2 channels May 7 16:48:31 miraculix vdr: audio: 48000Hz supports 2 2 2 2 2 2 2 2 channels |
|
|
Source code |
1 2 3 4 |
sudo fuser -v /dev/snd/*
BEN. PID ZUGR. BEFEHL
/dev/snd/controlC0: vdr 1156 F.... vdr
/dev/snd/pcmC1D3p: vdr 1156 F...m vdr
|
|
|
Source code |
1 |
export DISPLAY=:0 |
|
|
Source code |
1 2 |
auto-connect-localhost = yes auto-connect-display = yes |
|
|
Source code |
1 2 |
xhost +si:localuser:vdr pacmd load-module module-native-protocol-tcp |
|
|
Source code |
1 |
-s -g 671x378--7--7 -v va-api |
|
|
Source code |
1 |
svdrpsend plug softhddevice resu |