Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.1 kernel + alsa, oss emulation not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kronon
Apprentice
Apprentice


Joined: 11 Aug 2003
Posts: 212
Location: NL

PostPosted: Sat Jan 17, 2004 8:13 pm    Post subject: 2.6.1 kernel + alsa, oss emulation not working Reply with quote

I have made a kernel with alsa + oss emulation compiled in. For some reason xmms can acces and use the oss sound system. But ALL other program's I tried can, acces it, some lock up some disable the sound or something.

Specs:
-Linux version 2.6.1-rc3-gentoo (root@blackwidow) (gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice))
-Multimedia audio controller: VIA Technologies, In VT8233 AC97 Audio Co (rev 80).
IRQ 5.
I/O at 0xd800 [0xd8ff].

I find it very strainge that xmm can use oss but all other program's can't. Can some one please help me because I can't realy play enemey territory without sound (it only knows oss).

So plz can some one help me?

EDIT: Didn't think I would find it but I found a way to play et with alsa. Still I would like to have a working oss. Thnx in adv.
Back to top
View user's profile Send private message
blueworm
l33t
l33t


Joined: 09 May 2003
Posts: 962

PostPosted: Sat Jan 17, 2004 8:27 pm    Post subject: Reply with quote

Do not compile alsa into the kernel. Build as modules.
You will need to add snd-via82xx to your modules.autoload.
And then make sure you have something like this in your /etc/modules.d/alsa
Code:
    # ALSA portion
        alias char-major-116 snd
        alias snd-card-0 snd-via82xx
   # module options should go here

        # OSS/Free portion
        alias char-major-14 soundcore
        alias sound-slot-0 snd-card-0
   
   # 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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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