You are not logged in.

#1 2005-06-01 13:14:48

postlogic
Member
Registered: 2005-02-24
Posts: 410
Website

Sound issues

Hey again

I'm having trouble with sound in both Nexuiz (yes! it's out, finally!) and Enemy Territory. It's giving me trouble with /dev/dsp.

This is the error from Nexuiz:
/dev/dsp: Input/output error
Could not mmap /dev/dsp
S_Startup: SNDDMA_Init failed.

I don't have the ET error right now, since for some reason I can't remember where I saw it  :oops:

I've already added myself to the audio group, so it shouldn't be permission errors.

Could this be because I'm not using any OSS emulation or similar?

Also, fixes for devfsd.conf won't work, since I'm using uDev. Is there any similar configuration for this:

REGISTER sound/.* PERMISSIONS root.users 660
REGISTER snd/.* PERMISSIONS root.users 660

Offline

#2 2005-06-01 19:48:37

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: Sound issues

yep, you hit the nail on the head. it's because you're not running OSS emulation. smile

you're going to want to load these two modules: snd-pcm-oss and snd-mixer-oss ... /dev/dsp is the OSS device, which alsa can create when you load those modules.

Offline

#3 2005-06-02 10:40:07

postlogic
Member
Registered: 2005-02-24
Posts: 410
Website

Re: Sound issues

Ok, so all I have to do is enable OSS as a module in the kernel, or is that in the ALSA-specific menu? I'm not at home right now, so...

Offline

#4 2005-06-02 17:38:44

allanon
Member
From: Enschede, The Netherlands
Registered: 2004-02-10
Posts: 52

Re: Sound issues

I think a modprobe snd-pcm-oss should be enough.

Offline

#5 2005-06-02 22:33:22

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Sound issues

You will need to add this to your local rules:

KERNEL="sound/dsp*", SYMLINK="dsp"

For some reason, using just snd-pcm-oss wasn't enough for me because /dev/dsp wasn't created by snd-pcm-oss, but your milage may vary.


·¬»· i am shadowhand, powered by webfaction

Offline

#6 2005-06-03 13:04:11

postlogic
Member
Registered: 2005-02-24
Posts: 410
Website

Re: Sound issues

Shouldn't this suffice?
KERNEL="dsp*",       NAME="sound/%k", SYMLINK="%k"

Offline

Board footer

Powered by FluxBB