Soundblaster, 2.1.9x and realaudio???

Jauder Ho (jauderho@carumba.com)
Wed, 29 Apr 1998 17:35:57 -0700 (PDT)


has anyone seen the following?

open("/dev/dsp", O_WRONLY|O_NONBLOCK) = 11
ioctl(11, SNDCTL_DSP_SETFMT, 0xbfffeaec) = 0
ioctl(11, SOUND_PCM_WRITE_CHANNELS, 0xbfffeae8) = 0
ioctl(11, SNDCTL_DSP_SPEED, 0xbfffeae4) = 0
ioctl(11, SNDCTL_DSP_GETCAPS, 0xbfffeae0) = 0
open("/dev/mixer", O_RDWR) = 12
gettimeofday({893896188, 550539}, NULL) = 0
ioctl(11, SNDCTL_DSP_SETFRAGMENT, 0xbfffeb18) = 0
ioctl(12, SOUND_MIXER_READ_DEVMASK, 0xbfffeb14) = 0
ioctl(12, SOUND_MIXER_WRITE_PCM, 0xbfffec18) = 0
brk(0x81df000) = 0x81df000
brk(0x81e4000) = 0x81e4000
write(6, "=\1\4\0\2\1\0\35\0\0\0\0\0\0\0\0"..., 52) = 52
read(6, "\f\373\360\5\2\1\0\35\0\0\0\0\300"..., 32) = 32
read(6, "\f\373\361\5\2\1\0\35\0\0\0\0\300"..., 32) = 32
read(6, "\1\30\362\5\360\0\0\0\0\0\0\0\304"..., 32) = 32
readv(6, [{"\0\0\0\240\30\0\200\0108\0\200\10"..., 960}, {"", 0}], 2) =
960
write(6, "I\1\5\0\235\0\0\35\0\0\0\0\35\0\n"..., 20) = 20
read(6, "\1\1\363\5\n\0\0\0\0\0\0\0\310\324"..., 32) = 32
readv(6, [{"\0\0\0\0\30\0\344\0168\0\342\16\370"..., 40}, {"", 0}], 2) =
40
write(6, "I\1\5\0\243\0\0\35\0\0\0\0\n\0\n"..., 20) = 20
read(6, "\1\30\364\5\360\0\0\0\0\0\0\0\310"..., 32) = 32
readv(6, [{"\0\224\t\10\0\0\0\35\0\0\0\0\0\314"..., 960}, {"", 0}], 2) =
960
write(6, "I\1\5\0\251\0\0\35\0\0\0\0\n\0\n"..., 20) = 20
read(6, "\1\1\365\5\n\0\0\0\0\0\0\0\310\324"..., 32) = 32
readv(6, [{"\0\224\t\10\376\1\0\35\376\1\0\0"..., 40}, {"", 0}], 2) = 40
ioctl(11, SNDCTL_DSP_RESET, 0) = 0
close(11) = 0
close(12) = 0

Apparently, file descriptor 11 is getting closed for unknown reasons.

lsmod says
marvin%jauderho% lsmod
Module Size Used by
adlib_card 548 0 (autoclean)
opl3 10360 0 (autoclean) [adlib_card]
sb 22892 0
uart401 5528 0 [sb]
sound 56832 0 [adlib_card opl3 sb uart401]

and .config has

CONFIG_SOUND=m
CONFIG_SB=m
CONFIG_ADLIB=m
CONFIG_YM3812=m
CONFIG_LOWLEVEL_SOUND=y
CONFIG_AWE32_SYNTH=m

--Jauder

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu