PDA

View Full Version : No play or record under RH8


Fender
05-03-2003, 05:58
I'm getting the following error in my log when I start TS. No sound and no recording.
xmms, quake3 and recording all work fine. Any ideas? My sound card is the Realtek ALC650 AC97 on board my nForce2 MB.

ERROR,All,TOSSioThread.Initialize,Exception EOSSException: OSS error in OpenSoundDevice (/dev/dsp): Device or resource busy

Here's a little system info:

Linux dhcppc3 2.4.18-24.8.0 #1 Fri Jan 31 07:28:55 EST 2003 i686 athlon i386 GNU/Linux

Module Size Used by Tainted: P
nvaudio 24648 1 (autoclean)
ac97_codec 13416 0 (autoclean) [nvaudio]
soundcore 6500 2 (autoclean) [nvaudio]
nvidia 1592128 10 (autoclean)
parport_pc 19108 1 (autoclean)
lp 8996 0 (autoclean)
parport 37152 1 (autoclean) [parport_pc lp]
autofs 13348 0 (autoclean) (unused)
nvnet 30432 2
iptable_filter 2412 0 (autoclean) (unused)
ip_tables 14840 1 [iptable_filter]
ide-scsi 10512 0
scsi_mod 107240 1 [ide-scsi]
ide-cd 33608 0
cdrom 33696 0 [ide-cd]
ohci1394 20076 0 (unused)
ieee1394 46988 0 [ohci1394]
mousedev 5524 1
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5920 0 [mousedev keybdev hid]
ehci-hcd 17448 0 (unused)
usb-ohci 21288 0 (unused)
usbcore 77056 1 [hid ehci-hcd usb-ohci]
ext3 70336 1
jbd 52212 1 [ext3]

I have these device files that look relevant:
/dev/dsp
/dev/dsp1
/dev/audio
/dev/audio1
/dev/audioctl

TIA,

Fender

GNU
05-03-2003, 11:50
are any other audio programs / games running at the same time ?

ps -def ought to tell you.

Fender
05-03-2003, 14:29
Unless Gnome is loading somthing automatically, the answer is no. I'll have to double check once I get home since work has ssh blocked on the standard port. :(

GNU
05-03-2003, 14:40
tip: most firewalls allow port 443 for Http SSL. its encripted and if you run ssh on port 443 most adins dont notice the encripted traffic as anything diffrent from SSL. -- worked for me for 4 years :-)

maybe theres something in /tmp locking the device ? -- if xmms works then TS ought to really.

Fender
06-03-2003, 04:51
OK, I installed alsa and TS will now work.
However q3 will not start up while TS is running. I just sort of hangs there in a black window.

I tried
echo "quake3.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "quake3.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
but that didn't work.

Any other ideas?

millhouse
06-03-2003, 07:30
try this
/dev/dsp -> dsp1
/dev/dsp0
/dev/dsp1
since you don't have dsp0 make it
mknod --mode=600 /dev/dsp0 c 14 3
then start ts using dsp0

Fender
11-03-2003, 14:33
That didn't work either. :(
Oh well, I just disabled my onboard audio and poped in my old SBLive! card. Works like a champ now. Maybe the next revision of my onboard drivers will help if/when that comes out.

Thanks for the help.