Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OSS support - not working
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
dushkin
Tux's lil' helper
Tux's lil' helper


Joined: 29 Apr 2004
Posts: 94
Location: Your network

PostPosted: Wed May 12, 2004 5:47 pm    Post subject: OSS support - not working Reply with quote

I have alsa-oss installed... What's wrong now? It still doesn't play anything through OSS.
_________________
http://www.dushkin.org/ - Think different!
Back to top
View user's profile Send private message
g0su
Guru
Guru


Joined: 14 May 2003
Posts: 437
Location: Dresden, Deutschland

PostPosted: Wed May 12, 2004 7:33 pm    Post subject: [alsa]problems(Not finish) Reply with quote

Hello!

U have in the USE in make.conf oss and alsa?

Code:
# cat /etc/make.conf
USE="...alsa oss ..."
...
ALSA_CARDS="Your_name_card"   (my card is intel8x0)
#


U have this programas?:

Code:
#qpkg -I -v | grep alsa
media-libs/alsa-lib-1.0.4 *
media-libs/alsa-oss-1.0.4 *
media-sound/alsa-utils-1.0.4 *
media-sound/alsa-tools-1.0.4 *
media-sound/alsamixergui-0.9.0.1.2-r3 *
media-plugins/alsa-xmms-0.9.12 *
#


Your configuration kernel is same than that?:

Code:
# /usr/src/linux/make menuconfig
Sound --->
<*> Sound card support
      Advanced Linux Sound Architecture --->
       <*> Advanced Linux Sound Architecture
       <M> Sequencer support
       <*> OSS Mixer API
       <*> OSS PCM (digital audio) API
        [*] OSS Sequencer API
       <M> RTC Timer support
      PCI devices --->
              <M> Your module card
#


You can load your card module and the oss module?(my cars is intel8x0)
Code:
#lsmod | grep snd
snd_intel8x0           28932  0
snd_seq_oss           31744  0
....
#


You edit the modules of alsa?(you can use alsaconf):

Code:
# cat /etc/modules.d/alsa
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 my_module_card   (me snd-intel8x0)
alias 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-osssound-slot-0 snd-card-0
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
options snd cards_limit=1
options snd-pcm-oss dsp_map=2
#


When you restarting the alsa system, you see that?:

Code:
DarkTemplar root # /etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * Unloading ALSA...
 * Storing ALSA Mixer Levels
 * Unloading modules                                                      [ ok ]
 * Loading ALSA drivers...
 * Using ALSA OSS emulation
 * Loading: snd-seq-oss
 * Running card-dependent scripts
 * Restoring Mixer Levels                                                 [ ok ]
DarkTemplar root #


You are edit and configuration your alsa conf?:
Code:
# cat /etc/asound.conf


More information please and sorry for my bad english :S

Bye! :wink:
_________________
Busco desarrollador con complejo de proxy, interesados MP
Back to top
View user's profile Send private message
dushkin
Tux's lil' helper
Tux's lil' helper


Joined: 29 Apr 2004
Posts: 94
Location: Your network

PostPosted: Thu May 13, 2004 6:12 am    Post subject: Reply with quote

Thank you. Loading "snd-seq-oss" now works.

Live Long And Prosper.
_________________
http://www.dushkin.org/ - Think different!
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