Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[alsa, xine (yes yet another)] can't get it to work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
zuigzoen
n00b
n00b


Joined: 07 Oct 2002
Posts: 20
Location: The Netherlands

PostPosted: Mon Oct 07, 2002 8:53 pm    Post subject: [alsa, xine (yes yet another)] can't get it to work Reply with quote

Hi,
I've been browsing and searching this forum to find an answer to my problem, but without any luck.

I don't seem to be the only one who has troubles with the combination of xine and alsa. :)
I've tried the following:
# xine -A alsa09
# xine -A alsa05

then I read a post telling me to try: "xine -A --help" to see what sound options I had. unfortunately it does not seem to find my alsa driver with which xmms plays my mp3's happily.

I've also read the faq on the xine pages, but even there i could not find a solution to my problem.

I am hoping there is someone here that can help me with this prob.

thanks in advance

[edit] typo's [/edit]
_________________
minds are like parachutes, they only function when they are open


Last edited by zuigzoen on Mon Oct 07, 2002 10:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Oct 07, 2002 10:20 pm    Post subject: Re: [alsa, xine (yes yet another)] can't get it to work Reply with quote

Don't you have some typos there? alsa == xine in some places?

zuigzoen wrote:
Hi,
I've been browsing and searching this forum to find an answer to my problem, but without any luck.

I don't seem to be the only one who has troubles with the combination of xine and alsa. :)
I've tried the following:
# alsa -A alsa09
# alsa -A alsa05

then I read a post telling me to try: "alsa -A --help" to see what sound options I had. unfortunately it does not seem to find my alsa driver with which xmms plays my mp3's happily.

I've also read the faq on the xine pages, but even there i could not find a solution to my problem.

I am hoping there is someone here that can help me with this prob.

thanks in advance
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Oct 07, 2002 10:22 pm    Post subject: Reply with quote

have you tried -a (audio channel selection) ?
Back to top
View user's profile Send private message
zuigzoen
n00b
n00b


Joined: 07 Oct 2002
Posts: 20
Location: The Netherlands

PostPosted: Mon Oct 07, 2002 10:26 pm    Post subject: Re: [alsa, xine (yes yet another)] can't get it to work Reply with quote

Bloody Bastard wrote:
Don't you have some typos there? alsa == xine in some places?



Yup, you were right. I edited them.
_________________
minds are like parachutes, they only function when they are open
Back to top
View user's profile Send private message
zuigzoen
n00b
n00b


Joined: 07 Oct 2002
Posts: 20
Location: The Netherlands

PostPosted: Mon Oct 07, 2002 10:36 pm    Post subject: Reply with quote

Bloody Bastard wrote:
have you tried -a (audio channel selection) ?


yes just tried that, does not solve my problem.
_________________
minds are like parachutes, they only function when they are open
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Oct 08, 2002 12:39 am    Post subject: Reply with quote

Do you have alsa in your USE flags?

zuigzoen wrote:
Bloody Bastard wrote:
have you tried -a (audio channel selection) ?


yes just tried that, does not solve my problem.
Back to top
View user's profile Send private message
zuigzoen
n00b
n00b


Joined: 07 Oct 2002
Posts: 20
Location: The Netherlands

PostPosted: Tue Oct 08, 2002 12:51 am    Post subject: Reply with quote

do you mean something like:"use=alsa emerge alsa-ui" ?
I hav tried this, but it still does not show the alsa driver in xine. I just don't get it anymore. prolly I'm forgetting or overlooking one tiny thing somewhere :?
_________________
minds are like parachutes, they only function when they are open
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Oct 08, 2002 1:09 am    Post subject: Reply with quote

I mean the USE flag in /etc/make.conf and then
Code:

emerge xine-lib
emerge xine-ui
emerge xine-dvdnav

and also other plugins that you are using



zuigzoen wrote:
do you mean something like:"use=alsa emerge alsa-ui" ?
I hav tried this, but it still does not show the alsa driver in xine. I just don't get it anymore. prolly I'm forgetting or overlooking one tiny thing somewhere :?
Back to top
View user's profile Send private message
zuigzoen
n00b
n00b


Joined: 07 Oct 2002
Posts: 20
Location: The Netherlands

PostPosted: Tue Oct 08, 2002 1:15 am    Post subject: Reply with quote

[quote="Bloody Bastard"]I mean the USE flag in /etc/make.conf and then
Code:

emerge xine-lib
emerge xine-ui
emerge xine-dvdnav

and also other plugins that you are using

Okay you've lost me.
I'm quite a n00b on linux. Could give me an example of how that USE flag should look like?
Thanks.
_________________
minds are like parachutes, they only function when they are open
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Oct 08, 2002 1:23 am    Post subject: Reply with quote

I am not rac nor kanuslupus nor delta407, but I will try to introduce it.

You have a file called make.conf in your /etc directory. It has some configurations that are used by portage to build your packages. One of these magical settings is the USE variable. It tells ebuilds that you are installing what they must give support to. For example, if you want alsa support in your programs, you should set it. For your case, you should want to add alsa to it so xine-libs is compiled with alsa support.

You can also disable support to some features by using - in front of a feature.

Code:

USE=" alsa  -gnome "


Will enable alsa support in the packages that you compile AFTER adding it there, and will disable gnome support.

See also USE Variable HOW-TO and FAQ just to start you up. Welcome aboard.

EDIT corrected typo.
Back to top
View user's profile Send private message
zuigzoen
n00b
n00b


Joined: 07 Oct 2002
Posts: 20
Location: The Netherlands

PostPosted: Tue Oct 08, 2002 1:30 am    Post subject: thanks! Reply with quote

Okay thanks for your help so far i'll start reading that HOW-TO. And of course the FAQ.
but first it's time for some serious sleeping. Otherwise I'll be trashing my system instead of making it more complete ;)
_________________
minds are like parachutes, they only function when they are open
Back to top
View user's profile Send private message
zuigzoen
n00b
n00b


Joined: 07 Oct 2002
Posts: 20
Location: The Netherlands

PostPosted: Tue Oct 08, 2002 2:12 am    Post subject: It works !!!! Reply with quote

Okay, couldn't sleep before I had xine to work with alsa which it now does, thanks bloody bastard!
I think I'll put on a movie and fall a sleep on the couch :D
_________________
minds are like parachutes, they only function when they are open
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Oct 08, 2002 2:29 am    Post subject: Re: It works !!!! Reply with quote

OK. Have a good night!

zuigzoen wrote:
Okay, couldn't sleep before I had xine to work with alsa which it now does, thanks bloody bastard!
I think I'll put on a movie and fall a sleep on the couch :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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