Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Rhythmbox can't play [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Tue Jan 03, 2006 5:26 pm    Post subject: Rhythmbox can't play [SOLVED] Reply with quote

Whenever I try to play music from rhythmbox, it displays a little red sign with a minus sign in it (before it was an exclamation mark). I think I got around this issue before by configuring esd to use ALSA output or something. This was done in Gnome from Desktop -> Preferences -> Configure Sound (Just a guess) which is not found on my new Gentoo install.

Last edited by idtt2s on Tue Jan 03, 2006 7:56 pm; edited 3 times in total
Back to top
View user's profile Send private message
chrbecke
Guru
Guru


Joined: 12 Jul 2004
Posts: 598
Location: Berlin - Germany

PostPosted: Tue Jan 03, 2006 5:36 pm    Post subject: Reply with quote

Run rhythmbox from a console with
Code:
rhythmbox -d
and try to play a song. See if you can find any related errors in rb's console output.
Back to top
View user's profile Send private message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Tue Jan 03, 2006 5:46 pm    Post subject: Reply with quote

I think this is relevant
Code:

** (rhythmbox:12521): WARNING **: No GConf default audio sink key and osssink doesn't work
Back to top
View user's profile Send private message
chrbecke
Guru
Guru


Joined: 12 Jul 2004
Posts: 598
Location: Berlin - Germany

PostPosted: Tue Jan 03, 2006 5:56 pm    Post subject: Reply with quote

Yeah, looks like it.
Run
Code:
gstreamer-properties
and select another audio sink. If you can't select another audio sink, check your gstreamer and ALSA configuration.
Back to top
View user's profile Send private message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Tue Jan 03, 2006 5:57 pm    Post subject: Reply with quote

Code:

localhost portage # gstreamer-properties
bash: gstreamer-properties: command not found
Back to top
View user's profile Send private message
chrbecke
Guru
Guru


Joined: 12 Jul 2004
Posts: 598
Location: Berlin - Germany

PostPosted: Tue Jan 03, 2006 6:02 pm    Post subject: Reply with quote

Which version of gnome are you running? I'm running 2.12.1, maybe the command was different in earlier versions...
gstreamer-protperties belongs to gnome-extra/gnome-media.
Back to top
View user's profile Send private message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Tue Jan 03, 2006 6:13 pm    Post subject: Reply with quote

Thank you, gnome-media was what I needed.

I am running Gnome 2.12.2, but I only emerged gnome-light.
Back to top
View user's profile Send private message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Tue Jan 03, 2006 6:42 pm    Post subject: Reply with quote

gstreamer-properties only lists Autodetect and Custom for the Output Sink.
Back to top
View user's profile Send private message
chrbecke
Guru
Guru


Joined: 12 Jul 2004
Posts: 598
Location: Berlin - Germany

PostPosted: Tue Jan 03, 2006 6:51 pm    Post subject: Reply with quote

Maybe you need to emerge media-plugins/gst-plugins-alsa?
Back to top
View user's profile Send private message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Tue Jan 03, 2006 7:19 pm    Post subject: Reply with quote

Code:

Failed to construct test pipeline for 'ALSA - Advanced Linux Sound Architecture'
Back to top
View user's profile Send private message
pacho2
Developer
Developer


Joined: 04 Mar 2005
Posts: 2599
Location: Oviedo, Spain

PostPosted: Tue Jan 03, 2006 7:25 pm    Post subject: Reply with quote

Try to install:
gst-plugins-alsa
gst-plugins-esd
gst-plugins-oss

Are you using stable or testing?
Back to top
View user's profile Send private message
pacho2
Developer
Developer


Joined: 04 Mar 2005
Posts: 2599
Location: Oviedo, Spain

PostPosted: Tue Jan 03, 2006 7:30 pm    Post subject: Reply with quote

idtt2s wrote:
Code:

Failed to construct test pipeline for 'ALSA - Advanced Linux Sound Architecture'


If all this packages are installed, and you are using stable versions, try yo compile gstreamer using gcc-vanilla(gcc-config -l)

Look at:
https://forums.gentoo.org/viewtopic-p-2423336.html?sid=a05d8aaf29129584949b2005cad064ae
https://bugs.gentoo.org/show_bug.cgi?id=70631
Back to top
View user's profile Send private message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Tue Jan 03, 2006 7:48 pm    Post subject: Reply with quote

I install gst-plugin-oss and OSS works fine, but how would it if I did not compile OSS into my kernel?

Should I stil try esd?
Back to top
View user's profile Send private message
pacho2
Developer
Developer


Joined: 04 Mar 2005
Posts: 2599
Location: Oviedo, Spain

PostPosted: Tue Jan 03, 2006 7:51 pm    Post subject: Reply with quote

Because alsa support an OSS emulation that works better than OSS :) I am also using it because ALSA doesn´t works in gstreamer for me :cry:
Back to top
View user's profile Send private message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Tue Jan 03, 2006 7:55 pm    Post subject: Reply with quote

How lame that the emulation works while the actual thing does not.
Back to top
View user's profile Send private message
pacho2
Developer
Developer


Joined: 04 Mar 2005
Posts: 2599
Location: Oviedo, Spain

PostPosted: Wed Jan 04, 2006 1:10 pm    Post subject: Reply with quote

I can run lame without problems... 8O
Back to top
View user's profile Send private message
idtt2s
Apprentice
Apprentice


Joined: 23 Nov 2005
Posts: 199

PostPosted: Wed Jan 04, 2006 1:26 pm    Post subject: Reply with quote

lol
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Wed Jan 04, 2006 8:34 pm    Post subject: Reply with quote

Moved from Multimedia to Duplicate Threads in favour of "No GConf default audio sink key and osssink doesn't work".
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum