[opensuse-factory] [help] what happend with multimedia/sound area? can't pinpoint my problems
hi, since last update to snapshot 20150430 i'm hitting problem after problem and don't even know where to look. i've got my X server back up, but now i'm having trouble with multimedia (now i'm missing xf86-video-v4l, which is incompatible with the currently used X). mplayer, mplayer2, mpv all have the same problem: they display 2-3 frames and then the image freezes with sound going on normally. even more ridiculous when the playback of the sound finishes THEN the video will play - without sound of course. an mplayer log: ------------------------------------------- http://paste.opensuse.org/44900694 [VD_FFMPEG] DRI failure. ------------------------------------------- moving on to rhythmbox: playing something works, but once or twice a minute the sound is garbled. its sounds like an empty cassette player AND there is an error (see the end) in terminal output. am i done yet? i wish. there is also the following output when i do `systemctl default` from emergency: ------------------------------------------- PolicyKit Daemon disconnected from the bus. We are no longer a registered authentication agent. ------------------------------------------- from systemd i assume. on top of that: ------------------------------------------- rtkit-daemon[3802]: Failed to make ourselves RT: Operation not permitted ------------------------------------------- i'd love to open a bug report, but i don't even know where to start. is this a problem with gstreamer? pulseaudio? might there even be a problem with X or the open source ati driver? systemd? wrong permissions? anyways, i'll try the good old: for u in $(rpm -qa); do rpm --setugids $u; done for p in $(rpm -qa); do rpm --setperms $p; done but beyond that i'm lost. what to do? zypper lr: http://paste.opensuse.org/74614465 p.s: gedit immidiatly exits with SIGTRAP. i am not joking. ------------------------------------------- (rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed (rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed Traceback (most recent call last): File "/usr/lib64/rhythmbox/plugins/rb/Loader.py", line 44, in _contents_cb (ok, contents, etag) = file.load_contents_finish(result) GLib.Error: g-io-error-quark: HTTP Error: Bad Gateway (0) (rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed Traceback (most recent call last): File "/usr/lib64/rhythmbox/plugins/rb/Loader.py", line 44, in _contents_cb (ok, contents, etag) = file.load_contents_finish(result) GLib.Error: g-io-error-quark: HTTP Error: Bad Gateway (0) ------------------------------------------- -- Sebastian Kratz @ProhtMeyhet -- Sebastian Kratz @ProhtMeyhet -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 05/03/2015 12:43 AM, Sebastian wrote:
i'd love to open a bug report, but i don't even know where to start. is this a problem with gstreamer? pulseaudio? might there even be a problem with X or the open source ati driver? systemd? wrong permissions? anyways, i'll try the good old:
for u in $(rpm -qa); do rpm --setugids $u; done for p in $(rpm -qa); do rpm --setperms $p; done
it did not help to reset perms and ugids. not even after a reboot. downgraded pulseaudio to 5.0, did not help. downgraded the whole gstreamer stuff. did not help. - -- Sebastian Kratz @ProhtMeyhet -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJVRWOoAAoJEPy7f1qF9ovTbYMP/1DFJtM3b107Oj54QySFzt+H Bii+wHpqe1loSPiRlfjsU9C27N0PpXx2oiBuMl9JeWkq3OqxzfhOwTugSGUJUkhn nDS4degurSMFaP7m0eUISyfyR/7Ue9xHB1aRJk7LRegmCnFrKsqbm3lNAHc/xzf5 YDXWBo+9zpRknDPMuktieT/QcBPu9gxX+W98Ry88fS1EYhNPJJedcF/gCRdI7PZA fE35BupslAtdKM3D2dHrQ8766p/z9d7FtvWLpBeS2WMArsqA9A5hn1JlWFAW/Bz7 392D8weWiJ3jEa6mgY26Aw1auRZXbJ3KnNMsCs8ynKxSidE+g9eUFHyhqWLU8QGn XSMhsFCDO4OnD3RdCBrWTtsEOEw2oN1ArK+xijATdwovAEMNusNgVEKFiSRuO/1I r6K2iuoDRSd1hSB3tLtuPd2eIlJnrl7JAoBbVdm9w0lqH6wE5dzeWo5i0CNTEdVd RuNmCwIMw2O2mGwy45m8QcC5aHz8oZfSl3hpR+IovEpTCokiR3Ea/v8No1ZBlpYG 9mZfoduTtXmpqLe+SK93deJPQEALj91iS+goF81Era5f9W9gW+/MxaqOZsvWV+8R ZpOEQc4dMeGubo979uKcjT5dmuIlidzEyBSPdiW4hwyCx4xV/O47goXNYwRQGvVy tohKZkPWEy7nV/fn8J7W =yomC -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 05/03/2015 12:43 AM, Sebastian wrote:
i'd love to open a bug report, but i don't even know where to start. is this a problem with gstreamer? pulseaudio? might there even be a problem with X or the open source ati driver? systemd? wrong permissions? anyways, i'll try the good old:
for u in $(rpm -qa); do rpm --setugids $u; done for p in $(rpm -qa); do rpm --setperms $p; done
it did not help to reset perms and ugids. not even after a reboot. downgraded pulseaudio to 5.0, did not help. downgraded the whole gstreamer stuff. did not help. -- Sebastian Kratz @ProhtMeyhet -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 05/03/2015 01:54 AM, Sebastian wrote:
On 05/03/2015 12:43 AM, Sebastian wrote:
i'd love to open a bug report, but i don't even know where to start. is this a problem with gstreamer? pulseaudio? might there even be a problem with X or the open source ati driver? systemd? wrong permissions? anyways, i'll try the good old:
for u in $(rpm -qa); do rpm --setugids $u; done for p in $(rpm -qa); do rpm --setperms $p; done
it did not help to reset perms and ugids. not even after a reboot.
downgraded pulseaudio to 5.0, did not help.
downgraded the whole gstreamer stuff. did not help.
it's an permissions issue. running mplayer as root and the whole thing works as expected. *sigh* - -- Sebastian Kratz @ProhtMeyhet -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJVRWjWAAoJEPy7f1qF9ovT1eQQAI0q9Igdns1B0gw2JSuvVMJq QfmjYpNmmg2IjRDKUGlNvBY5h+gra4ngchsnfdP6dxzqINylnib1Unj0X3dPr7Ol tPrAdXV/e6xk94TvP2loXu3ZeJFCRjDeLIoo4u6RyEJjRDkfUc6MIrgbTBteRGdx G6Ap07ILYcjw8mkgRl1iS20KKoHg3ltxl89O/KXyNqdyym3XqklSSYc91roXRIHc 3X35PnZv0au9k27Uxsodz387UkEpyWailaQEP4WXgUJaElVdVRXZnyF9EVzgJAtK DID6wxS8sHfVEzH5nLjbflO31qdpzW94WGC9tVLQlhvVCxxE6DgQFZHVMdhwEvnc 59lfO4dOvQt7h/ElOfZEFtwWV43hhy+DNky2TIr9k8emsbB5WqMc2KO4Qi+V3T2z sic2MQqggqEE1UlZmw6wvfAq5UGMfgeFYNbH7KkcluSUvwBV06DpsPcxnHnu2g8Q WHHlIB6t20c1sX6v61atL7xCCsa9Kxx5ALARH351jEYjo1x7HdQl3Prt/vblRKLA CoKIVUhqUYNVO0ZdNrQlw6a/hCWSvGqIMwHXbeAfPQFGsfzKz/mh3koGfHYuHgAr 36X0nuIQd96zcPLKSnESDMtnybrZKexuyAWZf3MBMU0HJf6Jsh2X0UsaK1EPD/g8 lFqsB24Exl1h9PAplg5s =GLE1 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 05/03/2015 01:54 AM, Sebastian wrote:
On 05/03/2015 12:43 AM, Sebastian wrote:
i'd love to open a bug report, but i don't even know where to start. is this a problem with gstreamer? pulseaudio? might there even be a problem with X or the open source ati driver? systemd? wrong permissions? anyways, i'll try the good old:
for u in $(rpm -qa); do rpm --setugids $u; done for p in $(rpm -qa); do rpm --setperms $p; done
it did not help to reset perms and ugids. not even after a reboot.
downgraded pulseaudio to 5.0, did not help.
downgraded the whole gstreamer stuff. did not help.
it's an permissions issue. running mplayer as root and the whole thing works as expected. *sigh* -- Sebastian Kratz @ProhtMeyhet -- Sebastian Kratz @ProhtMeyhet -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 05/03/2015 01:54 AM, Sebastian wrote:
On 05/03/2015 12:43 AM, Sebastian wrote:
i'd love to open a bug report, but i don't even know where to start. is this a problem with gstreamer? pulseaudio? might there even be a problem with X or the open source ati driver? systemd? wrong permissions? anyways, i'll try the good old:
for u in $(rpm -qa); do rpm --setugids $u; done for p in $(rpm -qa); do rpm --setperms $p; done
it did not help to reset perms and ugids. not even after a reboot.
downgraded pulseaudio to 5.0, did not help.
downgraded the whole gstreamer stuff. did not help.
everything works as expected, IF i add myself to the pulse group. damn it. -- Sebastian Kratz @ProhtMeyhet -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sun, May 03, 2015 at 12:43:09AM +0200, Sebastian wrote:
hi,
since last update to snapshot 20150430 i'm hitting problem after problem and don't even know where to look. i've got my X server back up, but now i'm having trouble with multimedia (now i'm missing xf86-video-v4l, which is incompatible with the currently used X).
mplayer, mplayer2, mpv all have the same problem: they display 2-3 frames and then the image freezes with sound going on normally. even more ridiculous when the playback of the sound finishes THEN the video will play - without sound of course. an mplayer log:
------------------------------------------- http://paste.opensuse.org/44900694 [VD_FFMPEG] DRI failure. -------------------------------------------
moving on to rhythmbox: playing something works, but once or twice a minute the sound is garbled. its sounds like an empty cassette player AND there is an error (see the end) in terminal output.
am i done yet? i wish. there is also the following output when i do `systemctl default` from emergency:
------------------------------------------- PolicyKit Daemon disconnected from the bus. We are no longer a registered authentication agent. -------------------------------------------
from systemd i assume. on top of that:
------------------------------------------- rtkit-daemon[3802]: Failed to make ourselves RT: Operation not permitted -------------------------------------------
i'd love to open a bug report, but i don't even know where to start. is this a problem with gstreamer? pulseaudio? might there even be a problem with X or the open source ati driver? systemd? wrong permissions? anyways, i'll try the good old:
for u in $(rpm -qa); do rpm --setugids $u; done for p in $(rpm -qa); do rpm --setperms $p; done
but beyond that i'm lost. what to do?
zypper lr: http://paste.opensuse.org/74614465
p.s: gedit immidiatly exits with SIGTRAP. i am not joking.
------------------------------------------- (rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed
(rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed Traceback (most recent call last): File "/usr/lib64/rhythmbox/plugins/rb/Loader.py", line 44, in _contents_cb (ok, contents, etag) = file.load_contents_finish(result) GLib.Error: g-io-error-quark: HTTP Error: Bad Gateway (0)
(rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed Traceback (most recent call last): File "/usr/lib64/rhythmbox/plugins/rb/Loader.py", line 44, in _contents_cb (ok, contents, etag) = file.load_contents_finish(result) GLib.Error: g-io-error-quark: HTTP Error: Bad Gateway (0) -------------------------------------------
did you change anything security specific during installation, like the security level? do you use a non-standard filesystem? Ciao, Marcus -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Sebastian, sorry for topposting, but can you please make sure that yu only send messages to the Mailinglist from on Email. I get every Mail from you twice. from @piraten-ahoi.de and from @ifyouwantblood.de Thx Stefan m Sonntag, 3. Mai 2015, 00:43:09 schrieb Sebastian:
hi,
since last update to snapshot 20150430 i'm hitting problem after problem and don't even know where to look. i've got my X server back up, but now i'm having trouble with multimedia (now i'm missing xf86-video-v4l, which is incompatible with the currently used X).
mplayer, mplayer2, mpv all have the same problem: they display 2-3 frames and then the image freezes with sound going on normally. even more ridiculous when the playback of the sound finishes THEN the video will play - without sound of course. an mplayer log:
------------------------------------------- http://paste.opensuse.org/44900694 [VD_FFMPEG] DRI failure. -------------------------------------------
moving on to rhythmbox: playing something works, but once or twice a minute the sound is garbled. its sounds like an empty cassette player AND there is an error (see the end) in terminal output.
am i done yet? i wish. there is also the following output when i do `systemctl default` from emergency:
------------------------------------------- PolicyKit Daemon disconnected from the bus. We are no longer a registered authentication agent. -------------------------------------------
from systemd i assume. on top of that:
------------------------------------------- rtkit-daemon[3802]: Failed to make ourselves RT: Operation not permitted -------------------------------------------
i'd love to open a bug report, but i don't even know where to start. is this a problem with gstreamer? pulseaudio? might there even be a problem with X or the open source ati driver? systemd? wrong permissions? anyways, i'll try the good old:
for u in $(rpm -qa); do rpm --setugids $u; done for p in $(rpm -qa); do rpm --setperms $p; done
but beyond that i'm lost. what to do?
zypper lr: http://paste.opensuse.org/74614465
p.s: gedit immidiatly exits with SIGTRAP. i am not joking.
------------------------------------------- (rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed
(rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed Traceback (most recent call last): File "/usr/lib64/rhythmbox/plugins/rb/Loader.py", line 44, in _contents_cb (ok, contents, etag) = file.load_contents_finish(result) GLib.Error: g-io-error-quark: HTTP Error: Bad Gateway (0)
(rhythmbox:22685): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed Traceback (most recent call last): File "/usr/lib64/rhythmbox/plugins/rb/Loader.py", line 44, in _contents_cb (ok, contents, etag) = file.load_contents_finish(result) GLib.Error: g-io-error-quark: HTTP Error: Bad Gateway (0) -------------------------------------------
participants (4)
-
Marcus Meissner
-
Sebastian
-
Sebastian Kratz (Piraten)
-
Stefan Kunze