Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Alsa And ARTS
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
striderg2
n00b
n00b


Joined: 25 Aug 2002
Posts: 12
Location: Caracas, Venezuela

PostPosted: Sun Aug 25, 2002 9:12 pm    Post subject: Alsa And ARTS Reply with quote

(Soundcard Analog Devices 1885) Supported By Alsa:

This is my /etc/modules.d/alsa

## ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
## alias snd-card-1 snd-ens1371
options snd_enable="1"

## OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0


## OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

I made update-modules, alsasound is added at boot and channels are unmuted, they are connected ok (Under Windows Works).

Also i cant play any file on bash Out of kde, Arts is compiled with alsa so Sound I/O Conf its not a problem.

Anyone can help me.

By the way, XMMS play well (I mean theres no crash with xmms-arts) but with no sound

HELP
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Sun Aug 25, 2002 9:22 pm    Post subject: Reply with quote

moving from desktop forums to multimedia.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
puddpunk
l33t
l33t


Joined: 20 Jul 2002
Posts: 681
Location: New Zealand

PostPosted: Thu Aug 29, 2002 11:11 am    Post subject: Reply with quote

artsd doesnt work with alsa at the moment.

Something broke so the ebuild cuts it out if i remember correctly.
Back to top
View user's profile Send private message
kyron
Apprentice
Apprentice


Joined: 26 Aug 2002
Posts: 198
Location: Montreal, Qc.

PostPosted: Fri Aug 30, 2002 2:18 am    Post subject: Alsa and Arts Reply with quote

:-( Aw mannnnnn... and I thought I would ge rid of the annoyance between Alsa and Arts by going to Gentoo.. (doh!)

Oh well...One thing I presently find annoying about alsa is that, each time it compiles, it compiles ALL the modules for the XYZ cards which I obviously don't have in my system... Any one got any suggestion or idea on how we could tell ALSA to compile only the necessary modules (using emerge of course... I can phantom a USE flag for this one...or another one)

Come to think of it... maybe it would be neat to make a file in which we list the hardware of our system, and then a "magical" script would use this information (emerge, wink wink) to perform some sort of optimization/restrictions when compiling... :-P


...oh me and my fantacies!
_________________
M$ Windows: When in doubt, REBOOT
Linux: When in doubt, RTFM ;-)
Back to top
View user's profile Send private message
mksoft
l33t
l33t


Joined: 28 May 2002
Posts: 844

PostPosted: Fri Aug 30, 2002 9:24 am    Post subject: Re: Alsa and Arts Reply with quote

kyron wrote:
Oh well...One thing I presently find annoying about alsa is that, each time it compiles, it compiles ALL the modules for the XYZ cards which I obviously don't have in my system... Any one got any suggestion or idea on how we could tell ALSA to compile only the necessary modules (using emerge of course... I can phantom a USE flag for this one...or another one)


You need to set the ALSA_CARDS env var before emerging alsa. Search for ALSA_CARDS in the forums for more info.
_________________
There's someone in my head but it's not me - Pink Floyd
Back to top
View user's profile Send private message
kyron
Apprentice
Apprentice


Joined: 26 Aug 2002
Posts: 198
Location: Montreal, Qc.

PostPosted: Fri Aug 30, 2002 10:34 am    Post subject: Re: Alsa and Arts Reply with quote

mksoft wrote:
You need to set the ALSA_CARDS env var before emerging alsa. Search for ALSA_CARDS in the forums for more info.


Ahem...now why wasn't that in the desktop configuration document!!!

and...uhm....feel a little dumb...let's just say that
Code:
 cat /proc/pci |grep sound

printed out
Code:
Multimedia audio controller: Ensoniq ES1370 [AudioPCI] (rev 0).


Soooooo...I've been trying to use the WRONG driver since the begining!!! :oops:
_________________
M$ Windows: When in doubt, REBOOT
Linux: When in doubt, RTFM ;-)
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Fri Aug 30, 2002 11:32 am    Post subject: Re: Alsa and Arts Reply with quote

kyron wrote:
Ahem...now why wasn't that in the desktop configuration document!!!

Because nobody has filed a bug request on bugs.gentoo.org suggesting additional text that covers that particular facet of setting up a desktop.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
kyron
Apprentice
Apprentice


Joined: 26 Aug 2002
Posts: 198
Location: Montreal, Qc.

PostPosted: Wed Sep 04, 2002 3:10 am    Post subject: Re: Alsa and Arts Reply with quote

klieber wrote:
kyron wrote:
Ahem...now why wasn't that in the desktop configuration document!!!

Because nobody has filed a bug request on bugs.gentoo.org suggesting additional text that covers that particular facet of setting up a desktop.

--kurt


Hurm...point taken :-)
_________________
M$ Windows: When in doubt, REBOOT
Linux: When in doubt, RTFM ;-)
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Wed Sep 04, 2002 3:14 am    Post subject: Reply with quote

Filed the bug report yet? ;)
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
kyron
Apprentice
Apprentice


Joined: 26 Aug 2002
Posts: 198
Location: Montreal, Qc.

PostPosted: Wed Sep 04, 2002 3:32 am    Post subject: Reply with quote

kanuslupus wrote:
Filed the bug report yet? ;)

argh arg arg...doingg that RIGHT now...but my opera sorta crashed for the first time while doing so!! :roll:

Here ya go!
Bug 7441 posted 8O
_________________
M$ Windows: When in doubt, REBOOT
Linux: When in doubt, RTFM ;-)
Back to top
View user's profile Send private message
mksoft
l33t
l33t


Joined: 28 May 2002
Posts: 844

PostPosted: Wed Sep 04, 2002 6:57 am    Post subject: Reply with quote

kyron wrote:
argh arg arg...doingg that RIGHT now...but my opera sorta crashed for the first time while doing so!!


So you've got another bug to report (this time to opera) ;-)
_________________
There's someone in my head but it's not me - Pink Floyd
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